* {
    font-family: "Roboto", sans-serif;
    margin: 0;
}
html,
body {
    overflow-x: hidden;
}

:root {
    --color1: #0a083b;
}

/************ navbar start***************/
.top-nav {
    display: flex;
    justify-content: space-around;
}
.logo-img {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.company-title {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.main-navbar.active {
    position: fixed !important;
    top: 0;
    left: 0;
}
.main-navbar {
    width: 100%;
    line-height: 70px;
    background: white;
    z-index: 100000;
    box-shadow: -6px -2px 9px 3px black;
}

.companytitle {
    font-weight: 999;
    text-transform: uppercase;
    background: linear-gradient(to right, #3363ae 0%, #f53a42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container-1 {
    max-height: 1170px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.main-navbar nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.navbar-contant ul {
    margin: 0;
}

.navbar-contant ul li {
    display: inline-block;
    margin: 0px 10px;
    position: relative;
}
.navbar-contant ul li a {
    text-decoration: none;
    color: black;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;

    font-size: 15px;
}

.navbar-contant ul li a::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    bottom: -5px;
    left: 0;
    background: black;
    transform: scaleX(0);
    transition: transform 0.4s linear;
    transform-origin: right;
}

.navbar-contant ul li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

ul.mydropdown {
    position: absolute;
    width: 200px;
    background: #e3faf9;
    top: 150%;
    opacity: 0;
    transition: all 0.4s;
    z-index: 10000;
    visibility: hidden;
}
.navbar-contant ul li:hover ul.mydropdown {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
ul.mydropdown li a::before {
    height: 0px;
    width: 0px;
}
ul.mydropdown li {
    line-height: 40px;
    display: block;
    margin: 0;
    padding: 0;
}
ul.mydropdown li:hover {
    background: #45ccb8;
}
ul.mydropdown li a {
    display: block;
    padding-left: 10px;
    transition: all 0.3s ease;
}
ul.mydropdown li a:hover {
    padding-left: 20px;
}
.navbar-contant ul li a {
    color: black;
    text-decoration: none;
}
.manu {
    display: none;
}
.navbar-togglor {
    width: 30px;
    height: 30px;
    background: none;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.navbar-togglor span {
    width: 90%;
    height: 2px;
    position: relative;
    background: black;
}
.navbar-togglor span:after,
.navbar-togglor span:before {
    position: absolute;
    content: "";
    width: 100%;
    /* margin-left:px; */
    height: 100%;
    background: black;
    transition: all 0.2s ease-in;
}
.navbar-togglor span:after {
    top: -8px;
}
.navbar-togglor span:before {
    top: 8px;
}
.navbar-togglor.active span:after {
    transform: rotate(45deg);
    top: 10%;
    transition: all 0.4s ease-in;
}

.navbar-togglor.active span:before {
    transform: rotate(-45deg);
    top: 10%;
    transition: all 0.4s ease-in;
}

.navbar-togglor.active span {
    background: #e3faf9;
}
.manu {
    display: none;
}

.login {
    margin-left: 70px !important;
}
.get-start a {
    text-decoration: none !important;
    color: white;
    display: block;
}
.get-start:hover a {
    color: white;
}
.get-start:hover {
    background: var(--color1);
}

.get-start {
    border: none;
    outline: none;
    background: #175cff;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
    transition: all 0.3s;
    margin-left: 10px;
}

@media (max-width: 970px) {
    .login {
        margin-left: 10px !important;
    }
    .manu {
        display: block;
    }
    .navbar-contant {
        position: fixed;
        top: 0px;
        height: 100%;
        width: 230px;
        left: -250px;
        background: white;
        transition: all 0.3s;
        z-index: 100000;
        box-shadow: 1px 9px 11px 1px black;
    }
    .navbar-contant.active {
        left: 0px !important;
    }
    .navbar-contant ul li {
        display: block;
        margin: 0;
    }
    .navbar-contant ul li a {
        display: block;
        padding-left: 20px;
    }
    .navbar-contant ul li:hover {
        /* background: cyan; */
    }
    .navbar-contant ul li:hover ul.mydropdown {
        max-height: 400px;
    }
    ul.mydropdown {
        position: relative;
        max-height: 0;
        width: 100%;
        overflow: hidden;
        transition: all 0.5s;
    }
    ul.mydropdown li a {
        padding-left: 50px;
    }
    .navbar-contant ul li a::before {
        height: 0;
        width: 0;
    }
    .inputt {
        margin-left: 200px;
    }
}

@media (max-width: 768px) {
    .logo-img {
        width: 60px;
    }
    .company-title {
        width: 140px;
    }
    .logo {
        height: auto !important;
    }
    .section-1-tittle h2,
    .section-5-tittle h2,
    .section-7-heading h2,
    .section-3-text h2,
    .footer-text-1 h2 {
        font-size: 36px !important;
    }
    .section-1-tittle p,
    .section-1-tittle p span {
        font-size: 18px !important;
    }
}

/************ navbar end***************/

/**************** section-1 start*********** */
.playBtn-container {
    display: flex;
    justify-content: space-around;
}
.playBtn-container .play-btn {
    width: 360px;
    cursor: pointer;
}
.section-1-tittle h2 {
    font-size: 50px;
    color: var(--color1);
}
.se-text {
    display: flex;
    background: #8080803b;
    padding: 6px;
}
.se-icon {
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #175cff;
    align-items: center;
}
.se-icon i {
    color: white;
    font-size: 13px;
}
.se-discripation h6 {
    font-size: 15px;
}

/**************** section-1 End*********** */

/**************** section-2 start*********** */
.rateing-numbar {
    background: white;
    box-shadow: 0px 0px 6px -2px black;
    padding: 20px 10px;
    height: 200px;
    width: 100%;
    transition: all 0.4s;
}
.rateing-numbar:hover {
    transform: translateY(-20px);
}
.rateing-numbar h2 {
    font-weight: bold;
    font-size: 3.125rem;
    margin-bottom: 10px;
    color: var(--color1);
}
.rateing-numbar h4 {
    font-size: 16px;
    color: var(--color1);
    font-weight: 500;
}
.rateing-numbar p {
    font-size: 15px;
}

/**************** section-2 End*********** */

/**************** section-3 start*********** */
.section-3-text h2 {
    font-weight: bold;
    font-size: 3.125rem;
    margin-bottom: 10px;
    color: var(--color1);
}
.section-3-text h4 {
    font-weight: 500;
    font-size: 1.325rem;
    margin-bottom: 10px;
    color: var(--color1);
    margin-bottom: 20px;
}

/**************** section-3 End*********** */

/**************** section-4 start*********** */
.card-1 {
    box-shadow: 0px 0px 6px -2px black;
    padding: 0px;
}
.section-4-headding p {
    font-size: 14px;
    font-weight: bold;
}
.section-4-headding h2 {
    font-size: 40px;
    color: var(--color1);
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
}
.card-1 img {
    height: 200px;
    width: 100%;
}
.card-1 h2 {
    font-size: 30px;
    color: var(--color1);
    font-weight: 500;
    margin-top: 30px;
}
.card-1 p {
    font-size: 17px;
    padding: 10px;
}
/**************** section-4 End*********** */

/**************** section-5 start*********** */
.section-5-tittle h2 {
    font-size: 50px;
    color: var(--color1);
    font-weight: 500;
    margin-bottom: 20px;
}
.section-5-tittle button a {
    text-decoration: none;
    color: var(--color1);
    display: block;
}
.section-5-tittle button {
    outline: none;
    border: none;
    box-shadow: 0px 1px 4px -1px black;
    padding: 10px 20px;
    border-radius: 20px;
    background: white;
    margin-top: 20px;
}
/**************** section-5 End*********** */

/**************** section-6 start*********** */

.ss-logo {
    display: flex;
}
.ss-img {
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: white;
    border-radius: 50%;
    box-shadow: 0px 1px 4px -3px black;
    text-align: center;
    margin-left: 10px;
}

.ss-text p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 40px;
}
.ss-text h2 {
    font-size: 50px;
    font-weight: 500;
    color: var(--color1);
}

.ss-text button a {
    text-decoration: none;
    color: white;
    font-weight: 500;
}
.ss-text button {
    margin-top: 20px;
    text-decoration: none;
    outline: none;
    background: #175cff;
    border-radius: 30px;
    padding: 15px;
    border: none;
    transition: all 0.3s;
}
.ss-text button:hover {
    background: var(--color1);
}
/**************** section-6 End*********** */

/**************** section-7 start*********** */
.section-7-heading h2 {
    font-weight: bold;
    font-size: 40px;

    color: var(--color1);
}
.section-7-heading p {
    margin-top: 20px;
    font-size: 17px;
}

.section-7-heading button a {
    text-decoration: none;
    color: white;
    font-weight: 500;
}
.section-7-heading button {
    margin-top: 20px;
    text-decoration: none;
    outline: none;
    background: #175cff;
    border-radius: 30px;
    padding: 15px;
    border: none;
    transition: all 0.3s;
    cursor: pointer;
}
.section-7-heading button:hover {
    background: var(--color1);
}
/**************** section-7 end*********** */

/**************** section-8 start*********** */
.Testimonials {
    font-size: 40px;
    color: var(--color1);
    font-weight: bold;
    text-align: center;
}
.review-1 {
    /* box-shadow: 0px 0px 6px -2px black; */
    /* border:1px solid black; */
    background: #80808038;
    padding: 14px 8px;
    margin-top: 100px;
    border-radius: 20px;
}

.review-1-img {
    height: 90px;
    width: 90px;
    background: var(--color1);
    border-radius: 50%;
    padding: 8px;
}
.review-1-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.review-1 p {
    margin-top: 25px;
    font-weight: 500;
    font-style: italic;
}
.review-1 h4 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
    /* text-align:right; */
    color: var(--color1);
    font-style: italic;
}
/**************** section-8 end*********** */

/* form start */

.form-heading h4 {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 20px;
    color: var(--color1);
}
.espaificatio {
    border: 2px solid black;
    padding: 10px;
}
.value-add {
    border: 2px solid black;
    padding: 10px;
}
.form-text {
    background: white;
}
.form-text p {
    margin-top: 20px;
    font-size: 16px;
}
.form-text h2 {
    font-size: 30px;
    font-weight: bold;
    color: var(--color1);
}
.form-text ul {
    padding-left: 15px;
    margin-top: 20px;
}
.submit-btn {
    background: #175cff;
    outline: none;
    border: none;
    padding: 10px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}
.submit-btn:hover {
    background: var(--color1);
}
/* form start */

/************ Footer start***************/

.footer {
    background: #0a083b;
}
.footer-text-1 p {
    font-size: 13px;
    font-weight: bold;
    color: #989898;
}
.footer-text-1 h2 {
    font-size: 50px;
    color: white;
    font-weight: 500;
}
.footer-text-btn {
    text-align: right;
}
.footer-text-btn button a,
.home-text-btn button a {
    text-decoration: none;
    color: white;
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.footer-text-btn button,
.home-text-btn button {
    outline: none;
    border: none;
    padding: 14px 30px;
    background: #175cff;
    border-radius: 50px;
    transition: all 0.3s;
}
.footer-text-btn button:hover,
.home-text-btn button:hover {
    background: var(--color1);
}
.footer-logo img {
    height: 50px;
    width: 50px;
}

.social-link h5 {
    margin-top: 10px;
    font-size: 23px;
    color: white;
    font-weight: 500;
}
.social-link ul li {
    list-style: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-top: 5px;
    background: #98989880;
    text-align: center;
    display: inline-block;
    margin-left: 4px;
    cursor: pointer;
    transition: all 0.4s;
}
.social-link ul li a {
    color: white;
    font-weight: bold;
}
.social-link ul li:hover {
    background: white;
}
.social-link ul li:hover a {
    color: #175cff;
}

.social-link p {
    color: #989898;
    font-size: 14px;
}
.f-headding h4 {
    color: white;
    font-weight: 500;
    font-size: 18px;
}
.navbar-link ul li {
    list-style: none;
    /* line-height:35px; */
    margin-top: 10px;
    transition: all 0.3s;
}
.navbar-link ul li a {
    text-decoration: none;
    color: #989898;

    font-size: 15px;
}
.navbar-link ul li:hover a {
    color: white;
}

.d-line {
    width: 100%;
    height: 1px;
    background: #989898;
}

/************ Footer end***************/

@media (max-width: 990px) {
    .footer-text-btn {
        text-align: center;
    }
    .ss-text h2 {
        font-size: 37px;
    }
    .rateing-numbar h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .ss-img {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
    .ss-img img {
        width: 25px;
        height: 25px;
    }
    .section-4-headding h2 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
    }
    .ss-text h2 {
        font-size: 30px;
    }
    .footer-text-btn button,
    .home-text-btn button {
        padding: 10px 20px;
    }
    .footer-text-btn button,
    .home-text-btn button {
        font-size: 16px;
    }
    .playBtn-container {
        margin-top: 30px;
    }
    .review-1 {
        margin-top: 30px;
    }
}
/* social-icons */
.social-icon {
    width: 65px;
    height: 65px;
}
