* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body{
    height: 100vh;
    width: 100vw;
    font-family: Arial, sans-serif;
  }
  .menu-toggle {
    display: none;
}

 /*NavBar  Start */
.navbar {
    /* background-color: #3498db; */
    padding: 10px 0;
    text-align: center;
    position: relative;
    height: 130px;
}
.logo2{
    height: 100px;
  }
  



.navbar ul {
    list-style-type: none;
    background-color: #3498db;
    text-align:justify;
    width: 60%;
    height: 100%;
    padding-left: 100px;
    border-bottom-left-radius: 80px;
    border-top-left-radius: 20px;
}

.navbar ul li {
    display: inline-block;
    margin: 0 15px;
    margin-top: 30px;
}

.navbar ul li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.navbar ul li a:hover {
    color: #f1c40f; /* Hover effect */
}
/* NavBar End */

/*Section1  Start */
.sec1{
    padding: 0 50px;
    height: 1000px;
}
.sec1 .headings{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: 350px;

}
.sec1 div h3{
    color: #77be3c;
}
.sec1 div h1{    
    color: #b31b76;
    font-size: 50px;
    font-weight: 800;
    padding-bottom: 30px;
}

.sec1 .imgCont{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 300px;
    margin: 0 100px;
}
.professional-phon{
    background-color: #082489;
    border-radius: 30px;
    width: 200px;
    height: 180px;
    position: absolute;
    top: 600px;
    left: 300px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #fff;
}
.professional-phon a{
    text-decoration: none;
    color: #fff;
    font-size: 30px;
}
.professional-phon img{
    width: 50px;
    height: 50px;
    margin-left: 70px;
}
.sec1 .imgCont .cont{
    display: flex;
    flex-direction: column;
    padding: 70px;
    gap: 30px;
}
.sec1 .imgCont .cont p{
    color: rgb(162, 158, 158);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.sec1 .imgCont .cont ul{
    list-style: none;
}
.sec1 .imgCont .cont ul li{
    display: flex;
    padding: 7px 0px;
}
.sec1 .imgCont .cont ul li .bol{
    border-radius: 50%;
    display: block;
    height: 14px;
    margin-right: 16px;
    margin-top: 10px;
    width: 14px;
    background-color: #77be3c;
}
.cont h4{
    font-size: 90px;
    font-weight: 700;
    padding-right: 10px;
    color: #77be3c;
}
.cont button{
    height: 50px;
    border-radius: 50px;
}
/*Section1  End */

/*Section2  Start */
.sec2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
}
.sec2 .refer-friend{
    background-color: #082489;
    border-radius: 50px;
    border-bottom-left-radius: 180px;
    position: absolute;
    width: 70%;
    height: 280px;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
}
.sec2 .refer-friend img{
    position: relative;
    left: 1px;
    bottom: 30px;
}
.refer-friend-cont{
    color: #ffffff;
    margin-top: 50px;
    font-weight: 50;
}
/*Section2  End */

/*Section3  Start */
 .sec3{
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.sec3 div h1{
    color: #b31b76;
    font-weight: 800;
    padding-bottom: 30px;
}
.sec3 .row{
    padding: 0px 150px;
}
 .sec3 div h1{
    color: #b31b76;
    font-weight: 800;
    padding-bottom: 30px;
}
 .sec3 .row .col-lg-3{
    flex: 0 0 25%;
    max-width: 25%;
} 
.sec3 .row .col-lg-3 .work-stap{
    margin: auto;
    position: relative;
    text-align: center;
    width: 90%;
    z-index: 1;
}
.sec3 .row .col-lg-3 .work-stap-img{
    position: relative;
}
.sec3 .row .col-lg-3 .work-stap-img i, .span{
    align-items: center;
    display: flex;
    justify-content: center;
} 
.sec3 .row .col-lg-3 .work-stap-img i, .span{
    background-color: #77be3c;
    left: 20%;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    left: 27%;
    position: absolute;
    top: 3%;
    width: 36px;
}
.sec3 .row .col-lg-3 .work-stap-img i{
    background-color: #fff;
    border: 3px dashed #77be3c;
    border-radius: 50%;
    height: 150px;
    margin: auto;
    width: 150px;
}
.sec3 .row .col-lg-3 .work-stap h3, .rowP{
    position: relative;
    top: 150px;
}
.sec3 .row .col-lg-3 .work-stap h3{
    color: black;
    font-size: 20px;
    font-weight: 550;
}
#logo2,#logo4{
    position: relative;
    top: 180px;
}
.sec3 .row .work-line{
    position: relative;
    left: 200px;
    z-index: 0;
    width: 70%;
} 
/*Section3  End 

/*Section4  Start */
.sec4{
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.sec4 .container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 150px;
}
.city-zip{
    background-color: #082489;
    border-radius: 30px;
    border-bottom-right-radius: 85px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 40px;
    position: relative;
    width: 110%;
    z-index: 1;
    color: #fff;
}
.zip-input{
    width: 250px;
    height: 40px;
    border-radius: 25px;
    padding-left: 20px;
}
.sec4 .container div  #utube-img{
    border-radius: 30px;
    border-bottom-left-radius: 150px;
    z-index: 0;
}
.sec4 .container div a{
    position: relative;
    bottom: 280px;
    left: 340px;
    z-index: 1;
}
/*Section4  End */

/*Section5  Start */
.sec5{
    height: 700px;
}
.sec5 .container{
    background-color: #082489;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 180px;
    height: 70%;
    mix-blend-mode: multiply;
    opacity: .9;
    position: absolute;
    right: 0px;
    width: 85%;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

    /* background-image: url("http://193.203.160.181:3048/assets/img/balloon-1.jpg");
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
    z-index: 0; */
}
.sec5 .container .content{
    display: flex;
    flex-direction: column;
    justify-items: center;
    gap: 20px;
    position: relative;
    top: 50px;
    font-weight: 500;
}
.sec5 .container .refer-friend-img img{
    height: 300px;
    position: relative;
    z-index: 1;
}
.sec5 .container .refer-friend-img::before {
    animation: moveTop 5s infinite;
    background-color: #77be3c;
    border-radius: 50%;
    content: "";
    height: 300px;
    width: 300px;
    left: 70%;
    position: absolute;
    top: 0;
    z-index: 0;
}

@keyframes moveTop {
    10% {
        top: 0;
    }
    50% {
        top: 30px; /* Adjust to your preferred movement */
    }
    100% {
        top: 10;
    }
}
/*Section5  End */

.review{
    position: relative;
    top: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*Footer  Start */
footer{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    list-style: none;
    height: 400px;
    opacity: 0.9; 
    background-color: #333;
    background-image: url(http://193.203.160.181:3048/assets/img/footer.jpg);
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
    background-blend-mode: multiply; 
    color: #fff;
}
footer ul li{
    list-style: none;
}
.head{
    color: rgb(8, 182, 37);
}
/*Footer  End */



/* Medium Devices (Tablets, 768px and above) */
@media (max-width: 768px) {

   
    .menu-toggle {
        display: block;
        top: 90px;
        right: 40px;
        font-weight: 800;
        font-size: 40px;
        color: #0225b0;
    }
    ul {
        display: none;
        flex-direction: column;
        width: 50%;
        height: 100%;  
        position: fixed;
        left: 240px; 
        top: 100px;
    }
    ul.active {
        display: block;
        list-style-type: none;
    background-color: #3498db;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 450px;
    border-radius: 30px;
    padding-left: 0px;
    }
    .navbar .logo{
        width: 320px;
        height: 70px;
    }
  

    .sec1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 1400px;
    }
    .sec1 .imgCont{
        display: flex;
        flex-direction: column;
        height: 1500px;
    }
    .sec1 .imgCont .professional-img .girl-img{
        width: 300px;
        height: 300px;
        margin-left: 50px;
    }
    .sec1 .imgCont .professional-img .professional-phon{
        position: relative;
        left: 30%;
        top: 50px;
    }


    
    .sec2{
        height: 800px;
    }
    .sec2 .refer-friend{
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #082489;
    border-radius: 30px;
    border-bottom-left-radius: 180px;
    position: absolute;
    width: 90%;
    height: 700px;
    padding: 0 30px;
    }

     .sec3{
        height: 1300px;
        padding: 0;
        margin: 0;
    }
     .sec3 .row{
        display: flex;
        flex-direction: column;
        margin-left: 50px;
        gap: 180px;
        padding: 80px 80px;
    }
    .sec3 .row .col-lg-3{
        width: 300px;
        height: 300px;
        margin: 0;
        padding: 0;
        flex: 0;
        max-width: 0;
    } 
    .sec3 .row .col-lg-3 .work-stap h3, .rowP{
        position: relative;
        top: 150px;
        width: 200px;
    }
    #logo2,#logo4{
        position: relative;
        top: 10px;
    }

    .sec4{
        height: 800px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 100px;
    }
    .sec4 .container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 150px;
    }
    .sec4 .container div #utube-img {
        border-radius: 30px;
        width: 100%;
        height: 300px;
    }
    .sec4 .container div a{
        position: relative;
        bottom: 200px;
        left: 40%;
        z-index: 1;
    }
    .sec5{
        height: 900px;
    }
    .sec5 .container{
        height: 80%;
        width: 90%;
        display: flex;
        flex-direction: column;
    }
    .sec5 .container .refer-friend-img::before {
        display: none;
    }
    footer{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 100%;
        height: 1000px;
    }
    footer div ul{
        color: #fff;
    }
    
    
  }
  
  

