body {
    padding: 0%;
    margin: 0%;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
video::-webkit-media-controls-play-button {}
video::-webkit-media-controls-play-button {}
video::-webkit-media-controls-timeline {}
video::-webkit-media-controls-current-time-display{
    display: none;
}
video::-webkit-media-controls-time-remaining-display {
    display: none;
}
video::-webkit-media-controls-time-remaining-display {
    display: none;
}
video::-webkit-media-controls-mute-button {}
video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}
video::-webkit-media-controls-volume-slider {}
.nav-bar{
    margin: 0%;
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 70px;
    background-color: transparent;
    display: flex;
    padding-top: 40px;
    transition: all 0.5s;
    z-index: 1000;
}
.navbar-responsive{
    margin: 0%;
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 60px;
    background-color: transparent;
    display: none;
    padding-top: 20px;
    transition: all 0.5s;
    z-index: 1000;
}
.nav-bar.scrolled {
    background: #fff;
}
.logo-img{
    background-color: transparent;
    height: 100%;
    padding: 0% 3%;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.logo-img img{
    height: 60%;
    width: auto;
}
.nav-links{
    padding: 0% 3%;
    background-color: transparent;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1D3058;
    font-weight: 700;
}
.btn-login{
    background-color: transparent;
    height: 100%;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-left: auto;
    font-weight: 700;
}
.btn-login span{
    padding: 12px 20px;
    background-color: transparent;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.btn-login > span:hover{
    color: #A0C515;
    background-color: white;
    box-shadow: 0 5px 8px rgba(0,0,0,0.12), 0 3px 5px rgba(0,0,0,0.24);
}
.btn-signup{
    background-color: transparent;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    font-weight: 700;
}
.btn-signup span{
    padding: 12px 20px;
    color: #A0C515;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.btn-signup > span:hover{
    box-shadow: 0 5px 8px rgba(0,0,0,0.12), 0 3px 5px rgba(0,0,0,0.24);
}
.menu{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    text-align: center;
    margin-left: 10px;
    margin-right: auto;
    color: #A0C515;
}
.login-res-btn{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    text-align: center;
    margin-left: auto;
    margin-right: 0px;
    color: #A0C515;
}
.signup-res-btn{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    color: #A0C515;
}
.menu-scrolled-container{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1001;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(7px);
}
.menu-items-container{
    background-color: white;
    width: 80%;
    height: 100%;
    position: relative;
}
.menu-items{
    width: 90%;
    text-align: left;
    margin-left: 10%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #1D3058;
    font-size: 18px;
    font-weight: 700;
}
.menu-logo{
    width: 90%;
    margin-left: 10%;
    margin-right: auto;
    padding-top: 30px;
    margin-bottom: 50px;
    text-align: left;
}
.menu-logo img{
    width: 50%;
}
.close-menu{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A0C515;
    cursor: pointer;
    border-radius: 8px;
}

/* section one */

.first-section{
    background-color: white;
    width: 100%;
    height: 100vh;
    display: flex;
}
.first-section .first-order{
    background-color: white;
    flex: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.first-section .second-order{
    background-color: transparent;
    flex: 50%;
    background-image: url("../images/backgroundimg.png");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-container{
    width: 50%;
    text-align: justify;
}
.text-container .text1{
    margin: 5px auto;
    color: #A0C515;
    font-size: 16px;
    font-weight: 700;
}
.text-container .text2{
    margin: 5px auto;
    color: #1D3058;
    font-size: 50px;
    font-weight: 900;
}
.text-container .text3{
    margin: 5px auto;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.text-container img{
    margin: 5px auto;
    width: 45%;
}
.first-section > .second-order > img{
    height: 550px;
}

/* section two */

.second-section{
    background-color: white;
    width: 100%;
    height: 100vh;
    margin-bottom: 20px;
}
.second-section video{
    width: 100%;
    height: 100vh;
}

/* section three */

.third-section {
    background-color: white;
    width: 100%;
    height: 100vh;
    background-image: url("../images/thirdsectionimg.png");
    background-size: 100% 350px;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.third-section .phone-image{
    height: 100%;
}
.first-an-icon, .second-an-icon, .third-an-icon, .fourth-an-icon{
    position: absolute;
    width: 150px;
    height: 150px;
    transition: ease 0.5s;
}
.third-section > .first-an-icon{
    top: 50%;
    left: 15%;
    transform: translateY(-20%);
    animation: iconOne 1.5s infinite;
}
.third-section > .second-an-icon{
    bottom: 10%;
    left: 10%;
    animation: iconTwo 1.5s infinite;
}
.third-section > .third-an-icon{
    top: 43%;
    right: 20%;
    animation: iconThree 1.5s infinite;
}
.third-section > .fourth-an-icon{
    bottom: 15%;
    right: 20%;
    animation: iconFour 3s infinite;
}
@keyframes iconOne {
    0%{transform: translateY(-20%);transition: ease 0.5s;}
    50%{transform: translateY(10%);transition: ease 0.5s;}
}
@keyframes iconTwo {
    0%{
        bottom: 10%;
        left: 10%;
        transition: ease 0.5s;
    }
    50%{
        bottom: 8%;
        left: 12%;
        transition: ease 0.5s;
    }
}
@keyframes iconThree {
    0%{width:150px;height:150px;transition: ease 0.5s;}
    50%{width:80px;height:80px;transition: ease 0.5s;}
}
@keyframes iconFour {
    0%{right:20%;width:150px;height:150px;transition: ease 0.5s;}
    50%{right:10%;width:100px;height:100px;transition: ease 0.5s;}
}

/* section fourth */

.fourth-section{
    background-color: white;
    width: 100%;
    height: 60vh;
    display: flex;
}
.fourth-section .first-order{
    background-color: white;
    flex: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fourth-section .second-order{
    background-color: transparent;
    flex: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.text-container{
    width: 50%;
    text-align: left;
}
.text-container .text1{
    margin: 5px auto;
    color: #A0C515;
    font-size: 16px;
    font-weight: 700;
}
.text-container .text2{
    margin: 5px auto;
    color: #1D3058;
    font-size: 55px;
    font-weight: 900;
}
.text-container .text3{
    margin: 5px auto;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.text-container img{
    margin: 5px auto;
    width: 45%;
}
.fourth-section > .second-order > img{
    width: 100%;
    position: absolute;
    bottom: 0%;
}

/* section fifth */
.fifth-section{
    background-color: #1D3058;
    width: 100%;
    height: 100vh;
    background-image: url("../images/fifthsectionilu.png"),url("../images/fifthsectionbackilu.png");
    background-size: 52% auto,52% auto;
    background-position: bottom right,top left;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fifth-sec-text-order{
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 25%;
    text-align: left;
}
.fifth-sec-cyrcle-order{
    width: fit-content;
    height: fit-content;
    background-color: white;
    border-radius: 50%;
    padding: 40px 30px;
    color: #1D3058;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}
.fifth-sec-text-order .text2{
    margin: 5px auto;
    color: #FFF;
    font-size: 55px;
    font-weight: 900;
}
.fifth-sec-text-order .text3{
    margin: 5px auto;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
}

/* section six */
.sixth-section{
    background-color: #A0C515;
    width: 100%;
    height: 100vh;
    background-image: url("../images/sixthsectionilu.png");
    background-size: 60% auto;
    background-position: bottom left;
    background-repeat: no-repeat;
    position: relative;
}
.sixth-section .text-container{
    width: 25%;
    text-align: left;
    position: absolute;
    right: 5%;
    top: 15%;
}
.sixth-section > .text-container > .text2{
    margin: 5px auto;
    color: #FFF;
    font-size: 55px;
    font-weight: 900;
}
.sixth-section > .text-container > .text3{
    margin: 5px auto;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
}
.sixth-section > .text-container > .btn-sixth-section{
    width: fit-content;
    height: fit-content;
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #FFF;
    color: #A0C515;
}

/* section seventh */

.seventh-section{
    background-color: white;
    width: 80%;
    max-width: 100%;
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll-container-sev-sec{
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
}
.seventh-section .seventh-sec-scroll-left-btn{
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.seventh-section > .seventh-sec-scroll-left-btn > span{
    font-size: 5em;
    color: #A0C515;
}
.seventh-section .seventh-sec-scroll-right-btn{
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.seventh-section > .seventh-sec-scroll-right-btn > span{
    font-size: 5em;
    color: #A0C515;
}
.seven-section-card-scrolled{
    display: inline-block;
    width: 350px;
    height: fit-content;
    padding: 50px 40px;
    margin: 20px;
    border-radius: 50px;
    border: 5px solid #A0C515;
    white-space: normal;
    text-align: left;
}
.seven-section-card-scrolled > .text2{
    margin: 5px auto;
    color: #A0C515;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}
.seven-section-card-scrolled > .text3{
    margin: 5px auto;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.seven-section-card-scrolled > .btn-sixth-section{
    width: fit-content;
    height: fit-content;
    margin-top: 20px;
    color: #000;
    text-decoration: underline;
    position: relative;
    padding-right: 20px;
}
.seven-section-card-scrolled > .btn-sixth-section > span{
    font-size: 20px;
    position: absolute;
    right: 0;
}

/* section eighth */

.eighth-section{
    background-color: #A0C515;
    width: 100%;
    padding: 80px 0px;
    margin: 20px auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.eight-sec-card{
    margin: auto;
    display: inline-block;
    width: fit-content;
    height: fit-content;
    font-size: 3.5em;
    font-weight: 700;
    text-align: center;
    color: #FFF;
}
.eight-sec-card span{
    display: block;
    font-size: 15px;
    font-weight: 400;
}

/* section nine */

.ninth-section{
    background-color: #FFF;
    width: 100%;
    height: 100vh;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-nine-order-one{
    display: block;
    width: 30%;
    text-align: center;
}
.ninth-section .title-nine-section{
    display: block;
    margin: 5px auto;
    color: #1D3058;
    font-size: 55px;
    font-weight: 900;
}
.ninth-section .disc-nine-section{
    display: block;
    margin: 5px auto;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.ninth-section .button-nine-section{
    display: block;
    width: fit-content;
    height: fit-content;
    margin: 20px auto;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #FFF;
    color: #1D3058;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
}
.ninth-section > .button-nine-section:hover{
    background-color: red;
    box-shadow: 0 5px 8px rgba(0,0,0,0.12), 0 3px 5px rgba(0,0,0,0.24);
}
.ninth-section .button-nine-section:hover{
    box-shadow: 0 5px 8px rgba(0,0,0,0.12), 0 3px 5px rgba(0,0,0,0.24);
}
.section-nine-order-two{
    display: none;
    width: 80%;
    text-align: center;
    background-color: white;
}
input[type=text][name="first_name"],input[type=text][name="last_name"]{
    display: block;
    width: 98%;
    height: 50px;
    padding: 0% 0% 0% 2%;
    border: none;
    border-bottom: 4px solid #A0C515;
    background-color: white;
    outline: none;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
input[type=text][name="email"]{
    display: block;
    width: 98%;
    height: 50px;
    padding: 0% 0% 0% 2%;
    border: none;
    border-bottom: 4px solid #A0C515;
    background-color: white;
    outline: none;
    font-size: 17px;
    font-weight: 700;
    color: #000;
}
input[type=submit]{
    display: block;
    width: 50%;
    height: 50px;
    padding: 0% 0% 0% 2%;
    border-radius: 15px;
    margin: 40px auto;
    border: none;
    background-color: #A0C515;
    color: #FFF;
    outline: none;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}
textarea{
    display: block;
    width: 96%;
    padding: 20px 2% 20px 2%;
    height: 100px;
    border: none;
    border-bottom: 4px solid #A0C515;
    background-color: white;
    outline: none;
    font-size: 17px;
    font-weight: 700;
    color: #000;
}
label{
    display: block;
    text-transform: capitalize;
    font-size: 17px;
    color: #A0C515;
    font-weight: 700;
}
.input_container_inline{
    width: 44%;
    padding-right: 1%;
    display: inline-block;
    text-align: left;
}
.input_container_block{
    margin: 20px auto;
    width: 90%;
    display: block;
    text-align: left;
}

.section-nine-order-two form{
    margin-top: 50px;
}

/* footer  */

footer{
    display: block;
    width: 90%;
    height: fit-content;
    padding: 30px 5%;
    margin-top: 20px;
    background-color: #A0C515;
    position: relative;
}
footer .socialmedia-footer{
    text-align: left;
    color: #FFF;
}
.socialmedia-footer .copyright-footer{
    color: #FFF;
    text-align: right;
    position: absolute;
    right: 5%;
}
.whatsapp-btn-floating{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    background-color: #4dc85c;
    position: fixed;
    bottom: 5%;
    right: 4vw;
    z-index: 900;
    box-shadow: 0 5px 8px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.whatsapp-btn-floating:hover{
    box-shadow: 0 10px 16px rgba(0,0,0,0.12), 0 6px 10px rgba(0,0,0,0.24);
}
.whatsapp-btn-floating img{
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    body{
        width: 100%;
        height: 100vh;
    }
    .nav-bar{
        display: none;
    }
    .navbar-responsive{
        display: flex;
    }

    /* section one */

    .first-section .first-order{
        order: 2;
        display: block;
        flex: 100%;
        height: fit-content;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 10%;
        padding-right: 10%;
        text-align: center;
    }
    .first-section .second-order{
        display: block;
        flex: 100%;
        order: 1;
    }
    .first-section{
        height: auto;
        flex-direction: column;
    }
    .first-section > .second-order > img{
        width: 100%;
        height: auto;
        margin-top: 100px;
    }
    .text-container{
        width: 100%;
        text-align: center;
    }

    /* section two */

    .second-section{
        background-color: #FFF;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .second-section video{
        height: auto;
    }

    /* section three */

    .third-section {
        width: 100%;
        height: auto;
        background-size: 100% 200px;
    }
    .third-section .phone-image{
        height: auto;
        width: 100%;
    }
    .first-an-icon, .second-an-icon, .third-an-icon, .fourth-an-icon{
        display: none;
    }

    /* section four */

    .fourth-section{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
    }
    .fourth-section .first-order{
        flex: 100%;
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 10%;
    }
    .fourth-section .second-order{
        display: block;
        flex: 100%;
        width: 100%;
        padding: 30% 0%;
        order: 2;
        position: relative;
    }
    .fourth-section > .second-order > img{
        width: 100%;
        position: absolute;
        bottom: 0%;
    }

    /* section fifth */
    
    .fifth-section{
        width: 100%;
        height: 850px;
        background-image: url("../images/fifthsectionilu.png"),url("../images/fifthsectionbackilu.png");
        background-size: 75% auto,70% auto;
        background-position: right 35%,top left;
        align-items: flex-start;
    }
    .fifth-sec-text-order{
        position: absolute;
        bottom: 5%;
        left: 5%;
        right: 5%;
        width: 90%;
        text-align: left;
    }
    .fifth-sec-cyrcle-order{
        padding: 30px 20px;
        color: #1D3058;
        font-size: 35px;
        position: absolute;
        top: 10%;
        left: 25%;
    }
    .fifth-sec-text-order .text2{
        margin: 5px auto;
        color: #FFF;
        font-size: 45px;
        font-weight: 900;
    }
    .fifth-sec-text-order .text3{
        margin: 5px auto;
        color: #FFF;
        font-size: 15px;
        font-weight: 400;
    }

    /* section six */

    .sixth-section{
        height: 700px;
        background-size: 60% auto;
        background-position: center 10%;
    }
    .sixth-section .text-container{
        width: 90%;
        right: 5%;
        left: 5%;
        top: unset;
        bottom: 5%;
    }
    .sixth-section > .text-container > .text2{
        margin: 5px auto;
        color: #FFF;
        font-size: 45px;
        font-weight: 900;
    }
    .sixth-section > .text-container > .text3{
        margin: 5px auto;
        color: #FFF;
        font-size: 15px;
        font-weight: 400;
    }

    /* section seventh */

    .seventh-section .seventh-sec-scroll-left-btn{
        left: 1%;
    }
    .seventh-section > .seventh-sec-scroll-left-btn > span{
        font-size: 4em;
    }
    .seventh-section .seventh-sec-scroll-right-btn{
        right: 1%;
    }
    .seventh-section > .seventh-sec-scroll-right-btn > span{
        font-size: 4em;
    }
    .seven-section-card-scrolled{
        width: 280px;
        padding: 30px 20px;
        margin: 15px;
    }

    /* section eighth */

    .eight-sec-card{
        font-size: 2em;
    }

    /* section nine */

    .ninth-section{
        height: 700px;
    }
    .section-nine-order-one{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .ninth-section .title-nine-section{
        font-size: 45px;
    }

    /* footer  */

    footer .socialmedia-footer{
        text-align: center;
    }
    .socialmedia-footer .copyright-footer{
        display: block;
        text-align: center;
        position: unset;
        right: unset;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    body{
        width: 100%;
        height: 100vh;
    }
    .nav-bar{
        display: none;
    }
    .navbar-responsive{
        display: flex;
    }

    /* section one */

    .first-section .first-order{
        order: 2;
        display: block;
        flex: 100%;
        height: fit-content;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 10%;
        padding-right: 10%;
        text-align: center;
    }
    .first-section .second-order{
        display: block;
        flex: 100%;
        order: 1;
    }
    .first-section{
        height: auto;
        flex-direction: column;
    }
    .first-section > .second-order > img{
        width: 100%;
        height: auto;
        margin-top: 100px;
    }
    .text-container{
        width: 100%;
        text-align: center;
    }

    /* section two */

    .second-section{
        background-color: #FFF;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .second-section video{
        height: auto;
    }

    /* section three */

    .third-section {
        width: 100%;
        height: auto;
        background-size: 100% 200px;
    }
    .third-section .phone-image{
        height: auto;
        width: 100%;
    }
    .first-an-icon, .second-an-icon, .third-an-icon, .fourth-an-icon{
        display: none;
    }

    /* section four */

    .fourth-section{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
    }
    .fourth-section .first-order{
        flex: 100%;
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 10%;
    }
    .fourth-section .second-order{
        display: block;
        flex: 100%;
        width: 100%;
        padding: 30% 0%;
        order: 2;
        position: relative;
    }
    .fourth-section > .second-order > img{
        width: 100%;
        position: absolute;
        bottom: 0%;
    }

    /* section fifth */
    
    .fifth-section{
        width: 100%;
        height: 850px;
        background-image: url("../images/fifthsectionilu.png"),url("../images/fifthsectionbackilu.png");
        background-size: 75% auto,70% auto;
        background-position: right 35%,top left;
        align-items: flex-start;
    }
    .fifth-sec-text-order{
        position: absolute;
        bottom: 5%;
        left: 5%;
        right: 5%;
        width: 90%;
        text-align: left;
    }
    .fifth-sec-cyrcle-order{
        padding: 30px 20px;
        color: #1D3058;
        font-size: 35px;
        position: absolute;
        top: 10%;
        left: 25%;
    }
    .fifth-sec-text-order .text2{
        margin: 5px auto;
        color: #FFF;
        font-size: 45px;
        font-weight: 900;
    }
    .fifth-sec-text-order .text3{
        margin: 5px auto;
        color: #FFF;
        font-size: 15px;
        font-weight: 400;
    }

    /* section six */

    .sixth-section{
        height: 700px;
        background-size: 60% auto;
        background-position: center 10%;
    }
    .sixth-section .text-container{
        width: 90%;
        right: 5%;
        left: 5%;
        top: unset;
        bottom: 5%;
    }
    .sixth-section > .text-container > .text2{
        margin: 5px auto;
        color: #FFF;
        font-size: 45px;
        font-weight: 900;
    }
    .sixth-section > .text-container > .text3{
        margin: 5px auto;
        color: #FFF;
        font-size: 15px;
        font-weight: 400;
    }

    /* section seventh */

    .seventh-section .seventh-sec-scroll-left-btn{
        left: 1%;
    }
    .seventh-section > .seventh-sec-scroll-left-btn > span{
        font-size: 4em;
    }
    .seventh-section .seventh-sec-scroll-right-btn{
        right: 1%;
    }
    .seventh-section > .seventh-sec-scroll-right-btn > span{
        font-size: 4em;
    }
    .seven-section-card-scrolled{
        width: 280px;
        padding: 30px 20px;
        margin: 15px;
    }

    /* section eighth */

    .eight-sec-card{
        font-size: 2em;
    }

    /* section nine */

    .ninth-section{
        height: 700px;
    }
    .section-nine-order-one{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .ninth-section .title-nine-section{
        font-size: 45px;
    }

    /* footer  */

    footer .socialmedia-footer{
        text-align: center;
    }
    .socialmedia-footer .copyright-footer{
        display: block;
        text-align: center;
        position: unset;
        right: unset;
    }
}
@media screen and (max-width: 480px) {
    body{
        width: 100%;
        height: 100vh;
    }
    .nav-bar{
        display: none;
    }
    .navbar-responsive{
        display: flex;
    }

    /* section one */

    .first-section .first-order{
        order: 2;
        display: block;
        flex: 100%;
        height: fit-content;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 10%;
        padding-right: 10%;
        text-align: center;
    }
    .first-section .second-order{
        display: block;
        flex: 100%;
        order: 1;
    }
    .first-section{
        height: auto;
        flex-direction: column;
    }
    .first-section > .second-order > img{
        width: 100%;
        height: auto;
    }
    .text-container{
        width: 100%;
        text-align: center;
    }
    .text-container .text2{
        margin: 5px auto;
        color: #1D3058;
        font-size: 30px;
        font-weight: 900;
    }
    .text-container img{
        margin: 5px auto;
        width: 45%;
    }
    .first-section > .second-order > img{
        height: auto;
        margin-top: 100px;
    }

    /* section two */

    .second-section{
        background-color: #FFF;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .second-section video{
        height: auto;
    }

    /* section three */

    .third-section {
        width: 100%;
        height: auto;
        background-size: 100% 200px;
    }
    .third-section .phone-image{
        height: auto;
        width: 100%;
    }
    .first-an-icon, .second-an-icon, .third-an-icon, .fourth-an-icon{
        display: none;
    }

    /* section four */

    .fourth-section{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
    }
    .fourth-section .first-order{
        flex: 100%;
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 10%;
    }
    .fourth-section .second-order{
        display: block;
        flex: 100%;
        width: 100%;
        padding: 30% 0%;
        order: 2;
        position: relative;
    }
    .fourth-section > .second-order > img{
        width: 100%;
        position: absolute;
        bottom: 0%;
    }

    /* section fifth */
    
    .fifth-section{
        width: 100%;
        height: 850px;
        background-image: url("../images/fifthsectionilu.png"),url("../images/fifthsectionbackilu.png");
        background-size: 80% auto,75% auto;
        background-position: right 35%,top left;
        align-items: flex-start;
    }
    .fifth-sec-text-order{
        position: absolute;
        bottom: 5%;
        left: 5%;
        right: 5%;
        width: 90%;
        text-align: left;
    }
    .fifth-sec-cyrcle-order{
        padding: 30px 20px;
        color: #1D3058;
        font-size: 35px;
        position: absolute;
        top: 10%;
        left: 25%;
    }
    .fifth-sec-text-order .text2{
        margin: 5px auto;
        font-size: 35px;
        font-weight: 900;
    }
    .fifth-sec-text-order .text3{
        margin: 5px auto;
        color: #FFF;
        font-size: 15px;
        font-weight: 400;
    }

    /* section six */

    .sixth-section{
        height: 600px;
        background-size: 70% auto;
        background-position: center 10%;
    }
    .sixth-section .text-container{
        width: 90%;
        right: 5%;
        left: 5%;
        top: unset;
        bottom: 5%;
    }
    .sixth-section > .text-container > .text2{
        margin: 5px auto;
        color: #FFF;
        font-size: 35px;
        font-weight: 900;
    }
    .sixth-section > .text-container > .text3{
        margin: 5px auto;
        color: #FFF;
        font-size: 15px;
        font-weight: 400;
    }

    /* section seventh */

    .seventh-section{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .seventh-section .seventh-sec-scroll-left-btn{
        left: 1%;
        display: none;
    }
    .seventh-section > .seventh-sec-scroll-left-btn > span{
        font-size: 4em;
    }
    .seventh-section .seventh-sec-scroll-right-btn{
        right: 1%;
        display: none;
    }
    .seventh-section > .seventh-sec-scroll-right-btn > span{
        font-size: 4em;
    }
    .seven-section-card-scrolled{
        width: 250px;
        padding: 30px 20px;
        margin: 15px;
    }

    /* section eighth */

    .eight-sec-card{
        font-size: 1.5em;
    }
    .eight-sec-card span{
        font-size: 10px;
    }

    /* section nine */

    .ninth-section{
        height: fit-content;
    }
    .section-nine-order-one{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .ninth-section .title-nine-section{
        font-size: 45px;
    }
    .input_container_inline{
        width: 90%;
        padding-right: unset;
        display: block;
        text-align: left;
        margin: 20px auto;
    }

    /* footer  */

    footer .socialmedia-footer{
        text-align: center;
    }
    .socialmedia-footer .copyright-footer{
        display: block;
        text-align: center;
        position: unset;
        right: unset;
    }
}