@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sen:wght@400..800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Sen", serif;
    scroll-behavior: smooth;
    transition: all 0.3s ease;
    line-height: 1.8;
    /* border: 1px solid red; */
}
.light-mode{
    background-color: white;
    color: black;
}
/* Dark-mode for homepage */
.dark-mode{
    background-color: #28292a;
    color: white;
}
.dark-mode .f-body::before{
    background-color: #28454e;
}
.dark-mode .section-1{

   .container-1{

        h1{
            color: #c3cfd3;
        }
        h1 span{
            color: rgb(255, 255, 255);
        }
        p{
            color: #c3cfd3;
        }
        .read-more-btn a{
            background-color: #e0fdf9;
            color: rgb(0, 0, 0);
            border: 1px solid #28454e transparent; 
        }
        .read-more-btn a:hover{
            background-color: #28454e;
            color: rgb(255, 255, 255);
            border: 1px solid #e0fdf9;
        }
        .play-button :nth-child(1){
            display: none;
        }
        .play-button :nth-child(2){
            display: inline;
        }
    }
}
.dark-mode .navigation-header #navigator .logo{
    background-image: url('../images/Prefix-footer-logo.png');
}
.dark-mode .navigation-header #navigator ul li a{
    color: #ffffff;
}
.dark-mode .navigation-header #navigator ul li a:hover{
    border-bottom: 3px solid #ffffff;
}
.dark-mode .navigation-header #navigator ul .active{
    border-bottom: 3px solid #ffffff;
}
.dark-mode .navigation-header #navigator ul .nested-nav{
    position: relative;

    ul{
        
        background-color: #28292a;
        box-shadow: 0px 3px 5px 0px #f8f8f85e;
        
    }
    li:hover{
        background-color: #28454e;
        color:rgb(255, 255, 255);
    }
    li a{  
        color: rgb(255, 255, 255);
    }
}
.dark-mode .navigation-header #navigator ul .nested-nav:hover{
    color: #e3e9e8;
}
.dark-mode .navigation-header #navigator > div:nth-of-type(2){

    span a{
        color: white;
    }
    span a:hover{
        background-color: #28454e;
    }
    span:first-of-type a {
        background-color: #28454e;
    }
    span:nth-child(2){
        color: #ffffff;
    }
    span:nth-child(2):hover{
        background-color: #28454e;
    }
    span:last-of-type{
        color: white;
    }
}
/* Dark mode Onscroll navbar */
.dark-mode .navigation-onscroll #navigator > div:nth-of-type(2){

    span a{
        color: #252525;
    }
    span a:hover{
        background-color:#28454e;
        color: white;
    }
    span:first-of-type a {
        background-color: #28454e;
        color:#ffffff;
    }
    span:nth-child(2){
        color: #252525;
    }
    span:nth-child(2):hover{
        background-color:#28454e;
        color: #ffffff;
    }
    span:last-of-type{
        color: #28454e;
    }
}
.dark-mode #loader-wrapper {
    background-color: #28292a;
}
.dark-mode #loader-wrapper .img{
    background-image: url('../images/dark-mode-pc\ logo.png');
}
.dark-mode #progress-text {
    color: white;
}
.dark-mode .search-box form{
    background-color: #28292a;
    box-shadow: rgba(234, 234, 234, 0.342) 0px 20px 50px 0px;
    border-top: 10px solid rgb(255, 255, 255);
   
    input{
        border: 1px solid #ffffff;
        background-color: #28292a;
        color: white;
        
    }
    input::placeholder{
        color: white;
    }
    select{
        border: 1px solid #ffffff;
        color: #ffffff;
        background-color: #28292a;
    }
    select option:hover {
        background-color: #28292a;
        color: #ffffff;
    }
}
.dark-mode .section-5 .price-container .price-list{
    background-color: #28292a;

    div{

        h3{
            color: #ffffff;
        }
    }
    ul li i{
        color: rgb(4, 226, 4);
    }
    ul li .fa-xmark{
        color: rgb(230, 6, 6);
    }
}
.dark-mode .section-4 .about-us{
    background-color: #28454e;
}
.dark-mode .section-4 .about-us .about-us-content p{
    color: #dbdbd9;
}
.dark-mode .section-4 .about-us .about-us-content div a{
    background-color: #e0fdf9;
    color: rgb(0, 0, 0);
}
.dark-mode .section-5 .price-container .price-list:nth-of-type(2){
    box-shadow: 0px 0px 10px 0px #defbf7;
}
.dark-mode .section-5 .price-container .price-list:hover{
    box-shadow: 0px 0px 10px 0px #e0fdf9;
}

.dark-mode .section-6 .slider-track-2 .slide-2{
    background-color: #28292a;
    box-shadow: 0px 0px 18px -6px rgb(228, 227, 227);
}
.dark-mode .section-6 .slider-track-2 .slide-2::after{
    background-color: #28454e;
}
.dark-mode .section-6 .slider-track-2 .slide-2 > p{
    color: #ffffff;
}
.dark-mode .section-7 .contact-container .contact-form{

    .contact-input{

        input{
            color: #e9e9e9;
            border: 1px solid #f5f3f3;
        }
    }
    .contact-textarea{
        
        textarea{
            color: #e9e9e9;
            border: 1px solid #f5f3f3;
        }
    }
    .contact-buttons{
        
        button a{
            color: #ffffff;
            background: #28454e;
        }
        button:last-of-type a{
            background: #49565a;
            color: black;
        }
        button a:hover{
            background-color: #28454e;
            color: white;
        }
    }
}
.dark-mode .back-to-top a{
    background-color:#28454e;
    color: #e0fdf9;
}

/* Dark-mode ends here */
.main-wrapper{
    width: 100%;
    height: 100%;
    min-height: 100vh;
}
.navigation-header{
    width: 100%;
    padding: 0.6rem 1rem;
    
    /* background-color: #fff; */
}
.navigation-header #navigator{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation-header #navigator .logo{
    padding-top: 2px;
    width: 140px;
    height: 80px;
    background-image: url('../images/Prefix\ logo.png');
    background-size: 140px;
    background-repeat: no-repeat;
}
.navigation-header #navigator ul{
    list-style: none;
    padding-top: 10px;
}
.navigation-header #navigator ul li{
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
}
.navigation-header #navigator ul li a{
    text-decoration: none;
    padding: 5px;
    border: transparent;
    border-radius: 6px;
    color: #252525;
    transition: all ease 0.1s;
    font-size: 17px;
}
.navigation-header #navigator ul li a:hover{
    border-bottom: 3px solid #000000;
    
}
.navigation-header #navigator ul li a:active{
    color: #2d2e2e;
}
.navigation-header #navigator ul .active{
    border-bottom: 3px solid #000000;
}
.navigation-header #navigator ul .nested-nav{
    position: relative;
    border-radius: 6px;


    span{
        transform: rotate(0deg);
    }

    ul{
        position: absolute;
        width: 200px;
        padding: 20px 0;
        background-color: #fff;
        left: 100px;
        top: -190px;
        border-radius: 10px;
        transition: all 0.4s ease-out;
        opacity: 0;
        box-shadow: 0px 3px 5px 0px #4f706c5e;
        z-index: 20;
    }
    li{
        display: block;
        width: 100%;
    }
    li:hover{
        background-color: #e0fdf9;
    }
    li a{  
        border-radius: 0px;
        font-size: 12px;
        /* text-transform: lowercase; */
    }
    li a:hover{
        border-bottom: 0;
    }
}
.navigation-header #navigator ul .nested-nav:hover ul{
    left: 0;
    top: auto;
    opacity: 1;

}
.navigation-header #navigator ul .nested-nav:hover{
    /* color: #e3e9e8; */
    border-bottom:0;
}
.navigation-header #navigator ul .nested-nav:hover > span{
    transform: rotate(225deg);
    /* color: red; */
    transition: all 0.3s ease;
}
.navigation-header #navigator > div:nth-of-type(2){
    padding: 20px;
    justify-content:space-between;


    span{
        margin: 5px;
    }
    span a{
        text-decoration: none;
        color: #252525;
        transition: all 0.3s ease-out;
        padding: 10px;
        
    }
    span a:hover{
        background-color:#e0fdf9;
        border-radius: 7px;
    }
    span:first-of-type a {
        border-bottom-right-radius: 30px;
        background-color: #e0fdf9;
    }
    span:first-of-type a:hover{
        border-bottom-right-radius: 7px;
    }
    span:nth-child(2){
        padding: 10px;
        cursor:pointer;
        color: #252525;
    }
    span:nth-child(2):hover{
        background-color:#e0fdf9;
        border-radius: 7px;
    }
    span:last-of-type{
        cursor: pointer;
    }
}
/* Onscroll navbar */
.navigation-onscroll{
    width: 100%;
    top:0;
    position: fixed;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: .7rem 1rem;
    display: none;
    transform: translateY(-50px);
    z-index: 100;
}
.navigation-onscroll #navigator{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation-onscroll #navigator .logo{
    padding-top: 2px;
    width: 140px;
}
.navigation-onscroll #navigator .logo img{
    width: 100%;
}
.navigation-onscroll #navigator ul{
    list-style: none;
    padding-top: 10px;
}
.navigation-onscroll #navigator ul li{
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
}
.navigation-onscroll #navigator ul li a{
    text-decoration: none;
    padding: 5px;
    border: transparent;
    border-radius: 6px;
    color: #252525;
    transition: all ease 0.1s;
    font-size: 17px;
}
.navigation-onscroll #navigator ul li a:hover{
    border-bottom: 3px solid #000000;
    
}
.navigation-onscroll #navigator ul li a:active{
    color: #2d2e2e;
}
.navigation-onscroll #navigator ul .active{
    border-bottom: 3px solid #000000;
}
.navigation-onscroll #navigator ul .nested-nav{
    position: relative;
    color: black;
    border-radius: 6px;

    ul{
        position: absolute;
        width: 200px;
        padding: 20px 0;
        background-color: #fff;
        left: 100px;
        top: -190px;
        border-radius: 10px;
        transition: all 0.4s ease-out;
        opacity: 0;
        box-shadow: 0px 3px 5px 0px #4f706c5e;
        z-index: 20;
    }
    li{
        display: block;
        width: 100%;
    }
    li:hover{
        background-color: #e0fdf9;
    }
    li a{  
        border-radius: 0px;
        font-size: 12px;
        /* text-transform: lowercase; */
    }
    li a:hover{
        border-bottom: 0;
    }
}
.navigation-onscroll #navigator ul .nested-nav:hover ul{
    left: 0;
    top: auto;
    opacity: 1;

}
.navigation-onscroll #navigator ul .nested-nav:hover{
    color: #e3e9e8;
    border-bottom:0;
}
.navigation-onscroll #navigator > div:nth-of-type(2){
    padding: 20px;
    justify-content:space-between;


    span{
        margin: 5px;
    }
    span a{
        text-decoration: none;
        color: #252525;
        transition: all 0.3s ease-out;
        padding: 10px;
        
    }
    span a:hover{
        background-color:#e0fdf9;
        border-radius: 7px;
    }
    span:first-of-type a {
        border-bottom-right-radius: 30px;
        background-color: #e0fdf9;
    }
    span:first-of-type a:hover{
        border-bottom-right-radius: 7px;
    }
    span:nth-child(2){
        padding: 10px;
        cursor:pointer;
        color: #252525;
    }
    span:nth-child(2):hover{
        background-color:#e0fdf9;
        border-radius: 7px;
    }
    span:last-of-type{
        cursor: pointer;
    }
}
/* Navigation Bar tablet view */
.navigation-header #md-nav-menu-header{
    display: none;
    justify-content: space-between;
    align-items: center;
}
.navigation-header #md-nav-menu-header .logo{
    padding-top: 2px;
    width: 140px;
    height: 80px;
    background-image: url('../images/Prefix\ logo.png');
    background-size: 140px;
    background-repeat: no-repeat;
}
.navigation-header .md-nav-menulist{
    display: none;
    text-align: center;
    transition: all 0.3s ease;
    height: 0;
    contain: content;
}
.navigation-header .md-nav-open{
    height:290px;
}
.navigation-header #md-nav-menu-header button{
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
    font-size: 1.25rem;
    padding: 4px 12px;
    cursor: pointer;

    i{
        color: #6e7070;
    }
}
.navigation-header .md-nav-menulist > ul{
    list-style: none;
    padding-top: 10px;
}
.navigation-header .md-nav-menulist ul li{
    padding: 5px;
    border-bottom: 1px solid rgb(223, 219, 219);
    transition: none;
}
.navigation-header .md-nav-menulist ul li a{
    text-decoration: none;
    padding: 5px;
    border: transparent;
    color: #252525;
    transition: all ease 0.1s;
    font-size: 14px;
    display: block;
}
.navigation-header .md-nav-menulist ul li:hover{
    border-bottom: 2px solid #000000;
    
}
.navigation-header .md-nav-menulist ul li a:active{
    color: #2d2e2e;
}
.navigation-header .md-nav-menulist ul .active{
    border-bottom: 2px solid #000000;
}
.navigation-header .md-nav-menulist ul .nested-nav{
    font-size: 14px;
    contain: content;
    

    ul{

        height: 0;
        padding-left: 60px;
    }
    ul li{
        list-style-type: none; 
        border-bottom:0;
    }
    li a{  
        border-radius: 0px;
        /* font-size: 12px;  */
        text-transform: lowercase;
    }
    li a:hover{
        color:rgb(0, 0, 0);
        font-size: large;
    }
}
.navigation-header .md-nav-menulist ul .nested-nav .md-nestednav-open{
    height:90px;
}
.navigation-header .md-nav-menulist ul .nested-nav:hover > span{
    transform: rotate(225deg);
    /* color: red; */
    transition: all 0.3s ease;
}
.navigation-header .md-nav-menulist .bl-container{
    padding: 20px;
    justify-content:space-between;
    justify-self: right;

    span{
        margin: 5px;
    }
    span a{
        text-decoration: none;
        color: #252525;
        transition: all 0.3s ease-out;
        padding: 10px;
        
    }
    span a:hover{
        background-color:#e0fdf9;
        border-radius: 7px;
    }
    span:first-of-type a {
        border-bottom-right-radius: 30px;
        background-color: #e0fdf9;
    }
    span:first-of-type a:hover{
        border-bottom-right-radius: 7px;
    }
    span:nth-child(2){
        padding: 10px;
        cursor:pointer;
        color: #252525;
    }
    span:nth-child(2):hover{
        background-color:#e0fdf9;
        border-radius: 7px;
    }
    span:last-of-type{
        cursor: pointer;
    }
}

.navigation-onscroll #md-nav-menu-scroll{
    display:none;
    justify-content: space-between;
    align-items: center;
}
.navigation-header #md-nav-menu-header button,
.navigation-onscroll #md-nav-menu-scroll button {
  position: relative;
  z-index: 99;
  pointer-events: auto;
}
.navigation-onscroll #md-nav-menu-scroll .logo{
    padding-top: 2px;
    width: 140px;
    height: 80px;
    background-image: url('../images/Prefix\ logo.png');
    background-size: 140px;
    background-repeat: no-repeat;
}
.navigation-onscroll .md-nav-menulist{
    display: none;
    text-align: center;
    transition: all 0.3s ease;
    height: 0;
    contain: content;
}
.navigation-onscroll .md-nav-open{
    height:295px;
}
.navigation-onscroll #md-nav-menu-scroll button{
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
    font-size: 1.25rem;
    padding: 4px 12px;
    cursor: pointer;

    i{
        color: #6e7070;
    }
}
.navigation-onscroll .md-nav-menulist > ul{
    list-style: none;
    padding: 10px;
}
.navigation-onscroll .md-nav-menulist ul li{
    padding: 5px;
    border-bottom: 1px solid rgb(223, 219, 219);
    transition: none;
}
.navigation-onscroll .md-nav-menulist ul li a{
    text-decoration: none;
    padding: 5px;
    border: transparent;
    color: #252525;
    transition: all ease 0.1s;
    font-size: 14px;
    display: block;
}
.navigation-onscroll .md-nav-menulist ul li:hover{
    border-bottom: 2px solid #000000;
    
}
.navigation-onscroll .md-nav-menulist ul li a:active{
    color: #2d2e2e;
}
.navigation-onscroll .md-nav-menulist ul .active{
    border-bottom: 2px solid #000000;
}
.navigation-onscroll .md-nav-menulist ul .nested-nav{
    contain: content;
    font-size: 14px;

    ul{

        height: 0;
        padding-left: 60px;
    }
    ul li{
        list-style-type: none; 
        border-bottom: 0;
    }
    li a{  
        border-radius: 0px;
        text-transform: lowercase;
    }
    li a:hover{
        color:rgb(82, 82, 82);
        font-size: large;
    }
}
.navigation-onscroll .md-nav-menulist ul .nested-nav .md-nestednav-open{
    height:90px;
}
.navigation-onscroll .md-nav-menulist ul .nested-nav:hover > span{
    transform: rotate(225deg);
    /* color: red; */
    transition: all 0.3s ease;
}
.navigation-onscroll .md-nav-menulist .bl-container{
    padding: 20px;
    justify-content:space-between;
    justify-self: right;

    span{
        margin: 5px;
    }
    span a{
        text-decoration: none;
        color: #252525;
        transition: all 0.3s ease-out;
        padding: 10px;
        
    }
    span a:hover{
        background-color:#e0fdf9;
        border-radius: 7px;
    }
    span:first-of-type a {
        border-bottom-right-radius: 30px;
        background-color: #e0fdf9;
    }
    span:first-of-type a:hover{
        border-bottom-right-radius: 7px;
    }
    span:nth-child(2){
        padding: 10px;
        cursor:pointer;
        color: #252525;
    }
    span:nth-child(2):hover{
        background-color:#e0fdf9;
        border-radius: 7px;
    }
    span:last-of-type{
        cursor: pointer;
    }
}
.section-1{
    width: 100%;
    background-image: url("../images/banner-bg.png");
    /* min-height: 100vh; */
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    position: relative;

   .wrapper {
        display:flex;
        margin: 0 auto;
        padding: 60px 0 80px;
        width: 95%;
   }
   
   .container-1{
        width: 100%;
        padding: 15px;
        padding-left: 5%;

        h1{
            font-size: 60px;
            color: #28454e;
            width: 450px;
            line-height: normal;
        }
        
        h1 span{
            color: black;
            line-height: normal;
        }
        p{
            color: #28454e;
        }
        p:first-of-type{
            margin: 20px 20px 20px 0; 
            width: 400px;
        }
        .read-more-btn a{
            display: inline-block;
            text-decoration: none;
            font-size: 18px;
            padding: 8px 10px;
            background-color: #28454e;
            color: white;
            border-radius: 5px;
            text-align: center;
            width: 180px;
            height: 48px;
            place-content: center;
            transition: all 0.3s ease;
            border: 1px solid #28454e transparent; 
        }
        .read-more-btn a:hover{
            background-color: #e0fdf9;
            color: rgb(0, 0, 0);
            border: 1px solid #28454e;
        }
        .play-button{
            margin-top: 64px;
            text-align: center;
            position: relative;
        }
        .play-button :nth-child(2){
            display: none;
        }
        
    }

    
}
.container-2{
    padding: 0 15px;
    overflow: hidden;
}
.slider-container {
    width: 100%;
    max-width: 1100px;
    overflow: hidden;
    position: relative;
}
.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slider-container .slider-track .slide img{
    width: 490px;
}

.slide {
flex: 0 0 100%;
display: flex;
align-items: center;
justify-content: center;
}

.play-button::before {
    content: "";
    position: absolute;
    top: 48px;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    z-index: -1;
    border-radius: 100%;
    animation: fadeEffect 1.3s infinite ease-in-out 0s normal none running;
}
@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.f-body::before{
    content: " ";
    position: absolute;
    width: 730px;
    height: 900px;
    background-color: rgb(224, 253, 249);
    left: -20px;
    top: -50px;
    z-index: -1;
    border-bottom-right-radius: 100%;
}

.search-box{
    width: 100%;
    margin-bottom: 100px;
    /* min-height: 100vh; */
    height: auto;
    /* padding: 50px 0 0; */
}
.search-box form{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    border-top: 10px solid black;
    gap: 30px;
    background-color: rgb(255, 255, 255);
    height: auto;
    box-shadow: rgb(234, 234, 234) 0px 20px 50px 0px;
    padding: 40px 20px;
    border-radius: 20px;

    div{
        width: 100%;
    }

    input{
        width: 100%;
        padding: 10px;
        border: 1px solid #28454e;
        border-radius: 5px;
        font-size: 18px;
        outline: none;
    }
    select{
        padding: 10px;
        border: 1px solid #28454e;
        border-radius: 5px;
        font-size: 18px;
        width: 100%;
        color: #28454e;
        height: 54.39px;
    }
    select option:hover {
        background-color: #e0fdf9;
        color: #28454e;
    }
}
.search-button {
    /* border: 1px solid red; */
    text-align: center;
    margin: 50px 0;

}
.search-button button{
    padding: 15px 25px;
    background-color: #e0fdf9;
    color: rgb(0, 0, 0);
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.3s ease-out;
}
.search-button button:hover {
    background-color: #28454e;
    color: white;
}

.section-2{
    padding: 100px 0 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.section-2 .ads-text{
    width: 360px;
    margin-right: 20px;
}
.section-2 .ads-text h1{
    font-size: 40px;
    padding: 0 0 10px;
}
.section-2 .ads-text p{
    padding: 0 0 20px;
    width: 100%;
    margin: 40px 0 70px; 
    line-height: 1.5;
    font-size: 15px;
}
.section-2 .ads-text .read-more-btn a{
    display: block;
    text-decoration: none;
    font-size: 18px;
    padding: 8px 10px;
    background-color: #e0fdf9;
    color: rgb(0, 0, 0);
    border-radius: 5px;
    text-align: center;
    width: 180px;
    height: 48px;
    place-content: center;     
    transition: all 0.3s ease;       
}
.section-2 .ads-text .read-more-btn a:hover{
    background-color: #28454e;
    color: white;
}
.section-2 .ads-visuals{
    width: 52%;
}
.section-2 .ads-visuals .ads-con{
    display: flex;
    gap: 20px;
}
.section-2 .ads-visuals .ads-con:last-of-type{
    justify-content: flex-end;
    margin:20px 0 0 ;
}
.section-2 .ads-visuals .ads-1{
    width: 220px;
    height: auto;
    text-align: center;
    box-shadow: 0px 0px 10px 0px;
    padding: 50px 0px;
    border-radius: 5px;
}
.section-2 .ads-visuals .ads-con:first-of-type .ads-1:first-of-type{
    top: 50px;
    position: relative;
}
.section-2 .ads-visuals .ads-con:last-of-type .ads-1:last-of-type{
    bottom: 50px;
    position:relative;
}
.section-2 .ads-visuals .ads-1 h1{
    padding-bottom: 10px;
    font-size: 20px;
}
.section-3{
    padding: 100px 0 0;
    width: 100%;
    position:relative;
}
.section-3 .premium-title{
    text-align: center;
}
.section-3 .premium-title h1{
    font-size: 50px;
    padding-bottom:10px ;
}

.section-3 .slider-container-1{
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
    
}
.section-3 .slider-container-1 .slider-track-1{
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}
.section-3 .slider-container-1 .slider-track-1 .slide-1{
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 60px 0 0;
}
.section-3 .slider-container-1 .slider-track-1 .slide-1 > div{
    position: relative;
    

    img{
        width: 350px;
        height: 380px;
    }
    span{
        position: absolute;
        top: 0;
        left: 0;
        color: #ffffff;
        transform: translateY(-30%);
        background-color: #28454e;
        padding: 8px;
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
    div{
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-top: 30px;

        a{
            text-decoration: none;
            width: 100%;
            font-size: 16px;
            color: #232323;
            text-align: center;
            background-color: #e0fdf9;
            padding: 8px;
            line-height: 1.80857;
            transition: all 0.3s ease;
        }
        a:last-of-type{
            background-color: #28454e;
            color: white;
        }
        a:hover{
            background-color: #28454e;
            color: white;
        }
    }
}
.section-3 .slider-container-1 .slide-nav-2{
    width: 95%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 32%;
    left: 50%;
    transform: translate(-50%, -50%);

    i{
        font-size: 35px;
        color: #28454e;;
    }
}

.section-4{
    padding: 100px 0 0 ;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 30px;
    width: 100%;
}
.section-4 .about-us{
    background-color: #e0fdf9;
    width: 659px;
    height:586px;
    place-content: center;
    
}
.section-4 .about-us .about-us-content{
    display: inline-flexbox;
    justify-self: center;
}
.section-4 .about-us .about-us-content h1{
    font-size: 40px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.section-4 .about-us .about-us-content p{
    font-size: 20px;
    padding: 20px 0 10px;
    width: 300px;
    color: #4c4c4b;
    padding-top: 20px;
    font-weight: bold;
}
.section-4 .about-us .about-us-content div{
    display: flex;
    gap: 10px; 
    padding-top: 40px;
}

.section-4 .about-us .about-us-content div a{
    text-decoration: none;
    font-size: 16px;
    background-color: #28454e;
    color: white;
    text-align: center;
    padding: 15px;
    transition: all 0.3s ease;
    width: 175px;
    display: block;
    height: 48.55px;
    transition: all 0.3s ease;
}
.section-4 .about-us .about-us-content div a:last-of-type{
    background-color: #df3a14;
}

.section-4 .about-us .about-us-content div a:hover{
    background-color: #df3a14;
    color: white;
}
.section-4 .about-img{
    width: 659px;
    height:586px;
}
.section-4 .about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-5{
    padding: 100px 0 0;
    height: auto;
}
.section-5 .price-title{
    text-align: center;
}
.section-5 .price-title h1{
    font-size: 50px;
    padding-bottom:10px ;
}
.section-5 .price-container{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 30px;
    width: 95%;
    margin:0 auto;
}
.section-5 .price-container .price-list{
    width: 100%;
    background-color: #ffffff;
    height: 305px;
    padding: 0px 0px 20px 0px;
    border-radius: 5px;
    max-width: 350px;
    position: relative;
    transition: all 0.3s ease-out;


    h2{
        width: 100%;
        font-size: 18px;
        text-align: center;
        color: #ffffff;
        padding: 10px;
        background-color: #28454e;
        border-radius: 5px;
        font-weight: normal;
        transition: all 0.3s ease;
    }
    div{
        display: flex;
        justify-content: center;
        align-items: end;

        h3{
            font-size: 26px;
            color: #2c2b2b;
            font-weight: bold;
            padding-top: 20px;
        }

        h1{
            font-size: 50px;
            color: #00c8ac;
            font-weight: bold;
            height: 50px;
            place-content: end;
        }
        p{
            font-size: 16px;
            color: #00c8ac;
            margin: 0px;
            text-transform: uppercase;
        }
    }
    ul{
        list-style-type: none;
        margin-top: 30px;
        margin-left: 25%;
    }
    ul li{
        line-height: 1.8;
    }
    ul li i{
        color: rgb(3, 63, 3);
    }
    ul li .fa-xmark{
        color: darkred;
    }
    .read-more-btn{
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 40%);
        width: 170px;
        
    }
    a{
        display: block;
        width: 100%;
        font-size: 18px;
        background-color: #e0fdf9;
        color: #28454e;
        text-align: center;
        padding: 8px;
        border-radius: 5px;
        text-decoration: none;    
        line-height: 1.80857;
        transition: all 0.3s ease-in;
    }
    a:hover{
        background-color: #28454e;
        color: white;
    }
}
.section-5 .price-container .price-list:nth-of-type(2){
    box-shadow: 0px 0px 10px 0px rgb(114, 114, 114);

    .read-more-btn a{
        background-color: #28454e;
        color: white;
    }
}
.section-5 .price-container .price-list:hover{
    box-shadow: 0px 0px 10px 0px rgb(114, 114, 114);

    h2{background-color: #e0fdf9; color: rgb(0, 0, 0);}
}
.section-6{
    padding: 100px 0 0;
    width: 100%;
}
.section-6 .cus-title{
    text-align: center;
    height: 110px;
}
.section-6 .cus-title h1{
    font-size: 40px;
    padding-bottom:10px ;
}
.section-6 .slider-container-2{
    width: 950px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.section-6 .slider-track-2{
    width: 950px;
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 500px;
    align-items: center;
    gap: 120px;
    padding: 0 50px;
    position: relative;
}
.section-6 .slider-track-2 .slide-2{
    padding: 50px 50px 40px;
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 18px -6px rgb(82, 82, 82);
    margin-bottom: 10px;
    flex: 0 0 100%;
}
.section-6 .slider-track-2 .slide-2::after{
    content: '';
    position: absolute;
    width: 300px;
    height: 440px;
    background-color: #defbf7;
    left: -50px;
    top: -40px;
    z-index: -1;
}
.section-6 .slider-track-2 .slide-2 > p{
    width: 100%;
    font-size: 16px;
    color: #232323;
    margin: 0px;
    padding-bottom: 30px;
    line-height: 24px;
}
.section-6 .slider-track-2 .slide-2 .cus-cus{
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.section-6 .slider-container-2 .slide-2 .cus-cus .cus-flex h3{
    font-size: 26px;
}
.section-6 .slider-container-2 .slide-2 .cus-cus .cus-flex p{
    font-size: 18px;
    color: #02bfa4;
}

.section-6 .slider-container-2 .slide-nav-3{
    position: absolute;
    right:5%;
    bottom:1px;
    z-index:20;
}
.section-6 .slider-container-2 .slide-nav-3 i{
    width: 55px;
    height: 55px;
    background: #e0fdf9;
    font-size: 40px;
    color: #252525;
    place-content: center;
    text-align: center;
    transition: all 0.3s ease-in;

    
}
.section-6 .slider-container-2 .slide-nav-3 i:first-of-type{
    background-color: #28454e;
    color: white;
}
.section-6 .slider-container-2 .slide-nav-3 i:hover{
    background-color: #28454e;
    color: white;
}
.section-7{
    padding: 100px 0 0;
    height: 687px;
}
.section-7 .contact-container{
    width: 666px;
    justify-self: center;
}
.section-7 .contact-container .contact-title{
    padding-bottom: 10px;

    h1{
        text-align: center;
        font-size: 40px;
    }
}
.section-7 .contact-container .contact-form{
    width: 100%;

    .contact-input{
        width:100%;

        input{
            width: 100%;
            font-size: 16px;
            color: #4f4e4e;
            border: 1px solid #8e8e8e;
            background-color: transparent;
            padding: 14px 15px;
            margin-top: 40px;
            border-radius: 8px;
            outline: none;
            line-height: 1.8;
        }
    }
    .contact-textarea{
        width: 100%;


        textarea{
            color: #4f4e4e;
            width: 100%;
            height: 130px;
            font-size: 18px;
            background-color: transparent;
            padding: 40px 15px 0px 15px;
            border: 1px solid #8e8e8e;
            margin-top: 40px;
            border-radius: 8px;
            line-height: 1.8;
        }
    }
    .contact-buttons{
        text-align:center;
        display: flex;
        justify-content: center;
        gap: 15px;
        

        button{
            margin-top: 30px;
            display: block;
            border-radius: 5px;
            border: transparent;
            width: 160px;
            
        }
        button a{
            width: 100%;
            text-align: center;
            font-size: 18px;
            color: #ffffff;
            padding: 10px;
            display: block;
            font-weight: bold;
            background: #00c8ac;
            border-radius: 5px;
            font-family: 'poppins', sans-serif;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        button:last-of-type a{
            background: #e0fdf9;
            color: black;
        }
        button a:hover{
            background-color: #00c8ac;
            color: white;
        }
    }
}
footer{
    width: 100%;
    background-color: #28454e;
    height: auto;
    
}
footer .footer-section{
    color: white;
    width: 100%;
    padding:80px 15px 65px;
    margin: 0 auto;
    max-width: 1140px;
}
footer .footer-section .footer-img{
    width: 150px;
    justify-self: center;
    margin-bottom: 20px;

    a{
        cursor: default;
    }
    img{
        width: 100%;
    }
}
footer .footer-section .footer-info{
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
    padding-top: 20px;
}
footer .footer-section .footer-info > div{
    flex-basis: 25%;
    width: 25%;
    padding: 0 15px;

    ul{
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }
    ul li{
        font-size: 16px;
        color: #ffffff;
        line-height: 1.8;
    }
    ul li a{
        text-decoration: none;
        color: #ffffff;
        font-size: 16px;
    }
}
footer .footer-section .footer-info div:nth-of-type(3) p{
    width: 100%;
    font-size: 16px;
    color: #fffcfc;
    padding-top: 10px;
    line-height: 1.8;

    span{
        display: inline-block;
        vertical-align: top;
        height: 40px;
        place-content: center;
    }
}
footer .footer-section .footer-info > div:nth-of-type(4){


    .social-link{
        display: flex;
        width: 100%;
        gap: 5px;
        margin-top: 10px;
    }
    .social-link div{
        width: 43px;
        height: 43px;
        border-radius: 50%;
        position: relative;
        background-color: #ffffff;
        place-content: center;
        text-align: center;
        contain: content;
        padding-top: 6px;
        border:none;
        outline: none;
        cursor: pointer;
    }
    div.overlay{
        position: absolute;
        background-color: blue;
        bottom: -300px;
        left: -200px;
        width: 45px;
        height: 45px;
    
    }   
    div.overlay.a{
        background-color: rgb(0, 183, 255);
    }
    div.overlay.b{
        background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    }

    i{
        color: rgb(40, 69, 78);
        font-size: 18px;
        position: relative;
        z-index: 11;
    }
    .social-link div:hover div.overlay {
        bottom:0;
        left: -1px;
    }
    .social-link div:hover i{ 
        color: white;
    }
}
footer .footer-section .subscribe-form{
    display: flex;
    gap: 30px;
    padding: 40px 15px 0;
    
    input{
        width: 90%;
        font-size: 16px;
        color: rgb(54, 54, 54);
        background-color: rgb(255, 255, 255);
        border-radius: 30px;
        padding: 10px 20px;
        border: none;
        outline: none;
    }
    button{
        width: 300px;
        background-color: rgb(236, 81, 33);
        color: rgb(255, 255, 255);
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        padding: 10px;
        border-radius: 30px;
        border: none;
    }

    button a{
        width: 100%;
        background-color: rgb(236, 81, 33);
        color: rgb(255, 255, 255);
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        padding: 10px;
        border-radius: 30px;
        text-decoration: none;
        border: none;
    }
    button:hover{
        background-color: rgb(255, 255, 255);
        color: rgb(236, 81, 33);

        a{
            background-color: rgb(255, 255, 255);
            color: rgb(236, 81, 33);
        }
    }
}
footer .copyright-section{
    height: 100px;
    place-content: center;

    p{
        width: 100%;
        font-size: 16px;
        color: rgb(255, 255, 255);
        text-align: center;
        margin-left: 0px;


        a{
            text-decoration: none;
            color: rgb(255, 255, 255);
        }
    }
    p a:hover{
        color: rgb(236, 81, 33);
    }
    
}

.login-modal-content::before{
    content: " ";
    position: absolute;
    width: 195px;
    height: 240px;
    background-color: rgb(224, 253, 249);
    left: 0px;
    top: 0px;
    z-index: -24;
    border-bottom-right-radius: 100%;
}
html.dark-theme #login-modal{
    background-color: #28292a;
}
#login-modal {
    width: 100%;
    color: black;
    min-height: 100vh;
    place-content: center;
}

.login-logo-container{
    justify-self:center;
    place-content:center;
}
html.dark-theme .login-logo-container .login-logo{
    background-image: url('../images/dark-mode-pc\ logo.png');
}
.login-logo-container .login-logo{
    background-image: url('../images/pc\ logo.png');
    background-size: contain;
    background-position: center;
    background-repeat:no-repeat;
    width:91px;
    height: 100px;
}
.login-logo-container p{
    display: none;
}
html.dark-theme .login-header h1{
    color: white;
}
.login-header {
    display: flex;
    justify-content: center;
    
    
    h1{
        font-weight: 300;
        text-align: center;
        font-size: 25px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: #3f3f3f;
        line-height: 2.5;
    }
    .mv-title{
        display:none;
    }
}
.rv-ca-container{
    display: none;
}
.login-modal-content {
    position:relative;
    background-color: #fefefe;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 auto 1%;
    padding: 20px;
    width: 80%;
    max-width: 320px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.151);
    contain: content;
}
.admin-modal-content{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 1% auto 3%;
}
.login-modal-content form > div:first-of-type {
    margin-bottom: 10px;
}
form .form-box{
    position:relative;
    z-index: 10;
}

form .form-box input {
    width: 100%;
    padding: 7px 33px 7px 33px;
    margin: 10px 0 10px 0;
    display:block;
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 5px;
    outline: none;
    position:relative;
    z-index: 10;
}

form .form-box label{
    position: absolute;
    top: 35px;
    left: 35px;
    color:#7c7c7c;
    pointer-events: none;
    transform:translateY(-100%);
    cursor:text;
    z-index:10;
    

}
form .form-box input:is(:focus, :valid){
    border: 1px solid #00c8ac;
}

form .form-box input:is(:focus, :valid) ~ label{
    transform:translateY(-210%);
    font-size: 12px;
    color: #00c8ac;
    background-color: #e0fdf9;
    padding: 0 5px;
}
form .login-details{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    position:relative;
    z-index: 10;
    
    .custom-checkbox {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
    }
    
    .custom-checkbox input[type="checkbox"] {
        display: none;
    }
    
    .custom-checkbox .checkmark {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #555;
        display: inline-block;
        position: relative;
        cursor: pointer;
    }
    .custom-checkbox input[type="checkbox"]:checked + .checkmark{
        background-color: black;
    }
    .custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
        content: "";
        position: absolute;
        left: 4px;
        top: 1px;
        width: 2px;
        height: 7px;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    p{
        color: #00c8ac;
        cursor: pointer;
        font-size: 12px;
    }
}
.login-modal-content form button {
    background-color: #28454e;
    color:white;
    padding: 7px;
    margin: 2px 0;
    border: 1px solid transparent;
    cursor: pointer;
    width: 100%;
    border-radius: 15px;
}

.login-modal-content form button:hover {
    background-color: #00c8ac;
    color: rgb(0,0,0);

}

.login-modal-content form div .show-password {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 20;
    color: #3a3a3a;
}
.login-modal-content form div .lp-icon , .login-modal-content form div .eU-icon {
    cursor: text;
    position: absolute;
    left: 10px;
    top: 12px;
    z-index: 20;
    color: #3a3a3a;
}
#login-modal .login-footer {
    padding: 10px 20px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.151);
    background-color: white;
    margin: 0 auto 3%;
    width: 80%;
    max-width: 320px;
}
#login-modal .login-footer p {
    text-align: center;
    font-size: 13px;
    color: #3f3f3f;

}
#login-modal .login-footer p:first-child a {
    font-weight: 500;
}
#login-modal .login-footer p a {
    text-decoration: none;
    color: #00c8ac;
}
#login-modal .login-footer p a:hover {
    text-decoration: underline;
}
#login-modal .terms{
    width: 90%;
    margin: 1% auto;
    font-size: 12px;
    text-align: center;
}
html.dark-theme .terms p{
    color: white;
}
#login-modal .terms p a{
    text-decoration: none;
    color: #00c8ac;
}
.login-modal-content form div .emailOrUsername-err, .login-modal-content form div .login_password-err{
    font-size:13px;
    color: red;

    i{
        color:red;
    }
}
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color:rgb(255, 255, 255);
}
#create-account-modal {
    display:flex
}
#create-account-modal .create-account-container{
    background-image:linear-gradient(to top, #62fce8 ,#000000);
    color: white;
    width:50%;

    div{
        width:100%;
        /* border:1px solid red; */
        height: 158px;
        place-content:end;
        padding-left:19%;
    }
    .create-account-img{
        width:80%;
        height:500px;
        /* border: 1px solid red; */
        padding-top:100px;
    }
    .create-account-img img{
        width: 100%;
    }
}
html.dark-theme .create-account-modal-content{
    background-color: #28292a;
    color: white;
}
.create-account-modal-content {
    position:relative;
    background-color: #fefefe;
    padding: 20px 80px 40px;
    width: 50%;
    z-index: 120;
}
.create-account-modal-content .logo{
    display: none;
}
.create-account-container div p:first-of-type{
    display:none;
}
.create-account-modal-content form{
    margin-top: 30px;
}
.create-account-modal-content form h2{
    margin-bottom: 20px;
}

.msg-error {
    border-left: 4px solid red;
    font-style: oblique;
    width: 30%;
    border-radius: 10px;
    padding: 15px 10px;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.151);
    color: rgb(255, 0, 0);
    position: fixed;
    z-index: 1000;
    top: 80px;
    right: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.msg-success {
  font-style: oblique;
  border-left: 4px solid rgb(38, 255, 0);
  width: 30%;
  border-radius: 10px;
  padding: 15px 10px;
  font-size: 14px;
  color: green;
  position: fixed;
  z-index: 1000;
  top: 80px;
  right: 50px;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  gap: 15px;
}
.login-modal-content form button:disabled{
    cursor: not-allowed;
    opacity: 0.9;
    background-color: #28454e;
    color: white;

}
.create-account-modal-content form button:disabled{
    background-color: #28454e;
    cursor: not-allowed;
    opacity: 0.9;
    color: white;

}
.create-account-modal-content form div .is-invalid {
    border: 1px solid red;
}
.create-account-modal-content form div .is-valid{
    border: 1px solid green;
}
.create-account-modal-content form div .firstname-err,.create-account-modal-content form div .lastname-err,.create-account-modal-content form div .username-err,.create-account-modal-content form div .email-err,.create-account-modal-content form div .password-err,.create-account-modal-content form div .confirm_password-err,.create-account-modal-content form div .terms-err{
    font-size:14px;
    color: red;
    margin-bottom: 0;
    
    i{
        color: red;
    }
}
.create-account-modal-content form div {
    position: relative;
}
.create-account-modal-content form div .show-password {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 46px;
    z-index: 20;
}
.create-account-modal-content form div input {
    width: 100%;
    padding: 10px 35px 10px 10px;
    margin: 1px 0;
    display:block;
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 5px;
    outline: none;
    font-size: 15px;
}
html.dark-theme .create-account-modal-content form div input {
    color: white;
}
.create-account-modal-content form button {
    background-color: #28454e;
    color: white;
    margin: 5px 0;
    padding: 10px 20px;
    border: 1px solid transparent;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
}
.create-account-modal-content form button:disabled {
    cursor: not-allowed;
    opacity: 0.8;
    background-color: #28454e;

}
.create-account-modal-content form button:disabled:hover{
    background-color: #28454e;
    cursor: not-allowed;
    opacity: 0.7;

}
html.dark-theme .create-account-footer p{
    color: white;
}
.create-account-footer{
    margin: 15px 0;

    p{
        color: #3f3f3fc5;
    }
}
.create-account-modal-content form button:hover {
    background-color: #02bfa4;
}


.create-account-modal-content p{
    font-size: 13px;
    margin-bottom:20px;
}
.create-account-modal-content > p{
    padding: 0 0 10px;
    position: relative;
    right: -50px;
    text-align:end;
}
.create-account-modal-content p a{
    text-decoration: none;
    color: #00c8ac;

}
.create-account-modal-content p a:hover{
    text-decoration: underline;
}
/* Spinner */
.spinner {
    width: 16px;
    height: 16px;
    border: 2px solid white;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

.hidden {
    display: none;
}

@keyframes spin {
to {
    transform: rotate(360deg);
}
}
/* Loader */
html.dark-theme #loader-wrapper{
    background: #28292a;

    .img{
        background-image: url('../images/dark-mode-pc\ logo.png');
    }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(253, 253, 253);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: hidden;
    
}
#loader-wrapper .img{
    background-image: url('../images/pc\ logo.png');
    background-size: cover;
    height:82px;
    width:72px;
    position: relative;
    left: 45px;
    animation: zoom 2s linear infinite;
}
.loader {
    width: 110px;
    height: 110px;
    border-top: 2px solid #02bfa4;
    border-bottom: 2px solid #02bfa4;
    border-radius: 50%;
    animation: spin 2.5s linear infinite;
    position:relative;
    left:-45px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes zoom{
    0%{ transform:scale(0.7); }
    20%{ transform:scale(0.9); }
    60%{ transform:scale(1); }
    80%{ transform:scale(0.9); }
    100%{ transform:scale(0.7); }

}
#progress-circle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

/* Text inside the circle */
#progress-text {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
}


/* ABOUT US PAGE */

.About-us-section-4{
    padding: 0 0 100px ;
}
.main-wrapper .video-container {
    position: relative;
    overflow: hidden;
    height: 150px;
    width: 100%;
    margin-bottom: 30px;
}

.main-wrapper .video-container .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    filter: brightness(0.5);
}

.main-wrapper .video-container .content {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    place-content: center;


    p{
        font-size: 28px;
        color: white;
    }
    p a{
        text-decoration: none;
        color: #e9e9e7;
        font-size: 19px;
    }
    p a:hover{
        color: #df3a14;
    }
    p span{
        font-size: 19px !important;
        color: #e9e9e7;
    }
}
.Pricing-section-5{
    padding: 0 0 100px ;
}
.products-section-3{
    padding: 0 0 100px ;
}
.Services-section-2{
    padding: 20px 0 100px ;
}
.back-to-top{
    position: fixed;
    bottom: 22.3px;
    right: 22.5px;
    width: 75.5px;
    height: 75.5px;
    border:5px solid rgba(255, 0, 0, 0);
    z-index: 100;
    

    a{
        width: 100%;
        height: 100%;
        border-radius: 50%;
        text-decoration: none;
        text-align: center;
        color:#28454e;
        display: inline-block;
        place-content: center;
        border-radius: 50%;
        background-color: #e0fdf9;

    }
}
.back-to-top .fa-arrow-up{
    animation: updown 1s linear infinite;
}

@keyframes updown {
    0% { transform: translateY(6px); }
    50% { transform: translateY(-2px); }
    100% { transform: translateY(6px); }
}

@media (min-width: 985px) and (max-width: 1199px) {
    .f-body::before{
        left: -110px !important;
        top: -100px;
    }
    .navigation-header{
        padding: 0.6rem 1rem;
    }
    .navigation-header #navigator .logo{
        width: 120px;
        background-size: 120px;
    }
    .navigation-header #navigator ul li a{
        font-size: 14px;
    }
    .navigation-onscroll #navigator ul li a{
        font-size: 14px;
    }
    /* Onscroll navbar */
    .navigation-onscroll #navigator .logo{
        width: 120px;
    }
    .section-1{
        height: auto;

       .wrapper {
            width: 94%;
       }
       
       .container-1{
            padding-left: 30px;
        
            h1{
                font-size: 48px;
                width: 350px;
            }
            p:first-of-type{
                width: 350px;
            }
        }
    
        
    }
    .container-2{
        width: 90%;
    }
    .slider-container {
        max-width: 1100px;
    }
    .slider-container .slider-track .slide img{
        width: 400px;
    }
    .search-box form{
        width: 88%;
    }
    
    .section-2{
        gap: 20px;
    }
    .section-2 .ads-text{
        width: 300px;
    }
    .section-2 .ads-text h1{
        font-size: 35px;
    }
    .section-2 .ads-visuals .ads-con{
        gap: 30px;
    }
    .section-2 .ads-visuals .ads-con:last-of-type{
        justify-content: flex-end;

    }
    .section-2 .ads-visuals .ads-con:first-of-type .ads-1:first-of-type{
        top: 0px;
    }
    .section-2 .ads-visuals .ads-con:last-of-type .ads-1:last-of-type{
        bottom: 0px;
    }
    .section-3 .premium-title h1{
        font-size: 40px;
    }
    
    .section-3 .slider-container-1{
        width: 900px;
        
    }
    .section-3 .slider-container-1 .slider-track-1 .slide-1 > div img{
        width: 275px;
        height: 305px;
    }
    .section-3 .slider-container-1 .slide-nav-2{
        width: 97%;

        i{
            font-size: 30px;
        }
    }
    
    .section-4{
        gap: 20px;
    }
    .section-4 .about-us{
        width: 550px;
        height:420px;
    }
    .section-4 .about-us .about-us-content{
        display: inline-flexbox;
        justify-self: center;
    }
    .section-4 .about-us .about-us-content h1{
        font-size: 35px;
    }
    .section-4 .about-img{
        width: auto;
        height:auto;
    }
    .section-4 .about-img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .section-5 .price-title h1{
        font-size: 40px;
        padding-bottom:20px ;
    }
    .section-6 .cus-title h1{
        font-size: 40px;
    }
    .section-6 .slider-container-2{
        width: 970px;
    }
    .section-6 .slider-track-2{
        width: 1000px;
        gap: 100px;
    }
    .section-7 .contact-container .contact-title h1{
        font-size: 35px;
    }
    footer .footer-section .footer-img{
        width: 120px;
    
        img{
            width: 100%;
        }
    }
    footer .footer-section .footer-info > div{
        ul li{
            font-size: 14px;
        }
        ul li a{
            font-size: 14px;
        }
    }
    footer .footer-section .footer-info div:nth-of-type(3) p{
        font-size: 85%;
    }
    footer .footer-section .footer-info > div:nth-of-type(4){
    
        .social-link div{
            width: 40px;
            height: 40px;
        }
        div.overlay{
            width: 43px;
            height: 43px;
        }   
        i{
            font-size: 17px;
        }
    }
    footer .footer-section .subscribe-form{

        input{
            font-size: 15px;
        }
        button{
            width: 280px;
        }
    }
    footer .copyright-section p{
        font-size: 14px;   
    }
}
@media screen and (max-width:984px){
    .dark-mode .navigation-header #md-nav-menu-scroll .logo{
        background-image: url('../images/Prefix-footer-logo.png');
    }
    .dark-mode .navigation-header .md-nav-menulist ul li a{
        color: #ffffff;
    }
    .dark-mode .navigation-header .md-nav-menulist ul .active{
        border-bottom: 2px solid #ffffff;
    }
    .dark-mode .navigation-header .md-nav-menulist .bl-container{
        span a{
            color: #ffffff;
        }
        span a:hover{
            background-color:#28454e;
        }
        span:first-of-type a {
            background-color:#28454e;
        }
        span:nth-child(2){
            color: #ffffff;
        }
        span:nth-child(2):hover{
            background-color:#28454e;
        }
    }
    .dark-mode .navigation-onscroll .md-nav-menulist .bl-container{
        span a{
            color: #ffffff;
        }
        span a:hover{
            background-color:#28454e;
        }
        span:first-of-type a {
            background-color:#28454e; 
        }
        span:nth-child(2){
            color: #000000;
        }
        span:nth-child(2):hover{
            background-color:#28454e;
        }
        span:last-of-type i{
            color: #28454e;
        }
    }
    .dark-mode .navigation-header #md-nav-menu-header button{
        color: rgba(255, 255, 255, 0.5);
        border: 1px solid rgb(255, 255, 255);
        background-color: rgba(3, 0, 19, 0);
    
        i{
            color: #6e7070;
        }
    }
    .f-body::before{
        left: -150px !important;
        top: -100px;
    }
    #navigator{
        display: none !important;
    }
    .navigation-header #navigator .logo{
        width: 120px;
        background-size: 120px;
    }
    /* Onscroll navbar */
    .navigation-onscroll #navigator .logo{
        width: 120px;
    }
    .navigation-header #md-nav-menu-header{
        display: flex;
        
    }
    .navigation-header .md-nav-menulist{
        display: block;
    }
    .navigation-onscroll #md-nav-menu-scroll{
        display: flex;
        
    }
    .navigation-onscroll .md-nav-menulist{
        display: block;
    }
    .section-1{
    
       .wrapper {
            width: 100%;
       }
       
       .container-1{
            padding-left: 30px;
        
            h1{
                font-size: 45px;
                width: 310px;
            }
            p:first-of-type{
                width: 310px;
            }
        }
    
        
    }
    .container-2{
        width: 100%;
    }
    .slider-container {
        max-width: 1100px;
    }
    .slider-container .slider-track .slide img{
        width: 100%;
    }
    .search-box form{
        width: 88%;
    }
    
    .section-2{
        gap: 0px;
    }
    .section-2 .ads-text{
        width: 300px;
    }
    .section-2 .ads-text h1{
        font-size: 35px;
    }
    .section-2 .ads-visuals .ads-con{
        gap: 30px;
    }
    .section-2 .ads-visuals .ads-con:last-of-type{
        justify-content: flex-end;

    }
    .section-2 .ads-visuals .ads-con:first-of-type .ads-1:first-of-type{
        top: 0px;
    }
    .section-2 .ads-visuals .ads-con:last-of-type .ads-1:last-of-type{
        bottom: 0px;
    }
    .section-3 .premium-title h1{
        font-size: 40px;
    }
    
    .section-3 .slider-container-1{
        width: 90%;
        
    }
    .section-3 .slider-container-1 .slider-track-1 .slide-1 > div img{
        width: 100%;
        height: 305px;
    }
    .section-3 .slider-container-1 .slide-nav-2{
        width: 97%;

        i{
            font-size: 30px;
        }
    }
    
    .section-4{
        gap: 20px;
    }
    .section-4 .about-us{
        width: 550px;
        height:320px;
    }
    .section-4 .about-us .about-us-content{
        display: inline-flexbox;
        justify-self: center;
    }
    .section-4 .about-us .about-us-content h1{
        font-size: 35px;
    }
    .section-4 .about-img{
        width: auto;
        height:auto;
    }
    .section-4 .about-img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .section-5 .price-title h1{
        font-size: 40px;
        padding-bottom:20px ;
    }
    .section-5 .price-container .price-list{

        div{

            h3{
                font-size: 23px;
            }
            h1{
                font-size: 45px;
            }
            p{
                color: #00c8ac;
            }
        }
        ul li{
            font-size: 13px;
        }
    }
    .section-6 .cus-title h1{
        font-size: 40px;
    }
    .section-6 .slider-container-2{
        width: 95%;
        margin-left: 35px;
        margin-right: 0;
    }
    .section-6 .slider-track-2{
        width: 100%;
        gap: 100px;
    }
    .section-6 .slider-container-2 .slide-nav-3{
        bottom:-5px;
        right: 7%;
    }
    .section-7{
        width: 90%;
        margin: 0 auto;
    }
    .section-7 .contact-container{
        width: 100%;
        justify-self: center;
    }

    .section-7 .contact-container .contact-title h1{
        font-size: 35px;
    }
    footer .footer-section .footer-info{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 20px;
    }
    footer .footer-section .footer-img{
        width: 140px;
    
        img{
            width: 100%;
        }
    }
    footer .footer-section .footer-info > div{
        flex: 0 0 50%;
        margin-bottom: 30px;

        h1{
            font-size: 30px;
        }
        ul li{
            font-size: 18px;
        }
        ul li a{
            font-size: 18px;
        }
    }
    footer .footer-section .footer-info div:nth-of-type(3) p{
        font-size: 100%;
    }
    footer .footer-section .footer-info > div:nth-of-type(4){

        .social-link div{
            width: 40px;
            height: 40px;
        }
        div.overlay{
            width: 43px;
            height: 43px;
        }   
        i{
            font-size: 17px;
        }
    }
    footer .footer-section .subscribe-form{

        input{
            font-size: 15px;
        }
        button{
            width: 280px;
        }
    }
    footer .copyright-section p{
        font-size: 14px;
        
    }
}
@media screen and (max-width:800px){
    .f-body::before{
        left:0px !important;
        top: 0px;
        width: 10px;
        height: 10px;
    }
}
@media screen and (max-width:758px){
    .dark-mode .f-body::before{
        background-color: #28292a;
    }
    .f-body::before{
        background-color: #fff;
    }
    .navigation-onscroll{
        top: -5px;
    }
    .wrapper {
        display:block !important;
        margin: 0 auto;
        padding: 60px 0 80px;
        width: 95%;
        min-height: 125vh;
   }
   .container-1{
        width: 75% !important;
        margin: 0 auto;
        
   }
   .container-2{
        padding-top:50px;
   }
   .slider-container .slider-track .slide img{
        width: 80%;
    }
    .search-box{
        width: 100%;
        margin-bottom: 100px;
        height: auto;
    }
    .search-box form{
        width: 80%;
        display: block;
    
        div{
            width: 100%;
            margin-bottom:30px;
        }
    }
    .section-2{
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .section-2 .ads-text{
        width: 100%;
        margin-right: 20px;
    }
    .section-2 .ads-text h1{
        font-size: 40px;
        padding: 0 0 5px;
    }
    .section-2 .ads-text p{
        padding: 0 0 10px;
        width: 100%;
        margin: 40px 0 70px; 
        line-height: 1.5;
        font-size: 15px;
    }
    .section-2 .ads-text .read-more-btn a{
        display: block;
        text-decoration: none;
        font-size: 18px;
        padding: 8px 10px;
        background-color: #e0fdf9;
        color: rgb(0, 0, 0);
        border-radius: 5px;
        text-align: center;
        width: 180px;
        height: 48px;
        place-content: center;     
        transition: all 0.3s ease;       
    }
    .section-2 .ads-text .read-more-btn a:hover{
        background-color: #28454e;
        color: white;
    }
    .section-2 .ads-visuals{
        width: 100%;
    }
    .section-2 .ads-visuals .ads-con{
        display: flex;
        gap: 20px;
    }
    .section-2 .ads-visuals .ads-con:last-of-type{
        justify-content: flex-start;
        margin:20px 0 0 ;
    }
    .section-2 .ads-visuals .ads-1{
        width: 227px;
        height: 230px;
        text-align: center;
        box-shadow: 0px 0px 10px 0px;
        padding: 50px 0px;
        border-radius: 5px;
    }
    .section-2 .ads-visuals .ads-con:first-of-type .ads-1:first-of-type{
        top: 0px;
        position: relative;
    }
    .section-2 .ads-visuals .ads-con:last-of-type .ads-1:last-of-type{
        bottom: 0px;
        position:relative;
    }
    .section-2 .ads-visuals .ads-1 h1{
        padding-bottom: 10px;
        font-size: 20px;
    }
    .section-3{
        width: 90%;
        margin: 0 auto;
    }
    .section-3 .premium-title h1{
        font-size: 33px;
    }
    .section-3 .slider-container-1{
        width: 100%;
        min-width: 400px;
    }
    .section-3 .slider-container-1 .slider-track-1{
        display: flex;
    }
    .section-3 .slider-container-1 .slider-track-1 .slide-1{
        display: block;
        width: 500px;
    }
    .section-3 .slider-container-1 .slider-track-1 .slide-1 > div{
    
        img{
            width: 100%;
            height: 544px;
        }
        div{
            margin: 30px 0 30px;
        }
    }
    
    .section-3 .slider-container-1 .slide-nav-2{
        bottom: -30px;
        /* width: 100%; */
        /* border: 1px solid red; */
    }
    .section-4{
        display: block;
    }
    .section-4 .about-us{
        width: 100%;
    }
    .section-4 .about-us .about-us-content{
        justify-self: start;
        padding-left: 20px;
        width:95%;
    
    }
    .section-4 .about-img{
        width: 100%;
        height:556px;
    }
    .section-5 .price-title{
        text-align: center;
    }
    .section-5 .price-title h1{
        font-size: 35px;
    }
    .section-5 .price-container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 60px;
        width: 90%;
    }
    .section-5 .price-container .price-list{
        height: 315px;
        max-width: 510px;
    }
    .section-6 .cus-title h1{
        font-size: 30px;
    }
    .section-6 .slider-track-2 .slide-2 .cus-cus{
        align-items: flex-start;
        gap: 5px;

        .cus-img img{
            width: 120px;
        }
    }
    .section-7{
        width: 75%;
    }
    footer .footer-section{
        width: 90%;
    }
    footer .footer-section .footer-info > div{
        justify-self: center;
    }
    footer .copyright-section{
        justify-items: center;
    
        p{
            width: 70%;
        }
    }
}
@media (max-width: 580px) {
    .wrapper {
        padding: 60px 0 10px;
   }
   .container-1{
        width: 100% !important;
        margin: 0 auto;
   }
    .section-2{
        display: block;
        width: 90%;
        margin: 0 auto;
        
    }
    .section-3{
        width: 98%;
        margin: 0 auto;
        left: 0;
        
    }
    .section-3 .premium-title h1{
        font-size: 32px;
    }
    .section-3 .slider-container-1{
        width: 100%;
        min-width: 280px;
    }
    .section-3 .slider-container-1 .slider-track-1{
        display: flex;
    }
    .section-3 .slider-container-1 .slider-track-1 .slide-1{
        display: block;
        width: 400px;
        margin:0 auto;
    }
    .section-3 .slider-container-1 .slider-track-1 .slide-1 > div{
    
        img{
            width: 100%;
            height: auto;
        }
        div{
            margin: 30px 0 30px;
        }
    }
    
    .section-3 .slider-container-1 .slide-nav-2{
        bottom: -30px;
        /* width: 100%; */
        /* border: 1px solid red; */
    }
    .section-3 .slider-container-1 .slider-track-1 .slide-1 > div{
        
        div{
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 30px;
    
            a{
                text-decoration: none;
                width: 100px !important;
                font-size: 16px;
                color: #232323;
                text-align: center;
                background-color: #e0fdf9;
                padding: 8px;
                line-height: 1.80857;
                transition: all 0.3s ease;
            }
            a:last-of-type{
                background-color: #28454e;
                color: white;
            }
            a:hover{
                background-color: #28454e;
                color: white;
            }
        }
    }
    .section-4 .about-us .about-us-content{
        width:95%;
    
    }
    .section-5 .price-container .price-list{
        height: 315px;
        max-width: 510px;
    }
    .section-6{
        width: 98%;
    }
    .section-6 .cus-title h1{
        font-size: 30px;
    }
    .section-6 .slider-container-2{
        width: 100%;
        margin-left: 5px;
    }
    .section-6 .slider-track-2{
        width: 100%;
    }
    .section-6 .slider-track-2 .slide-2 .cus-cus{
        gap: 5px;

        .cus-img img{
            width: 80px;
        }
    }
    .section-6 .slider-container-2 .slide-2 .cus-cus .cus-flex h3{
        font-size: 23px;
    }
    .section-6 .slider-container-2 .slide-2 .cus-cus .cus-flex p{
        font-size: 15px;
    }
    .section-6 .slider-track-2 .slide-2 > p{
        font-size: 13px;
    }
    .section-6 .slider-track-2 .slide-2{
        /* width:500px; */
        padding: 10px;
    }
    footer .footer-section .footer-info > div{
        flex: 0 0 100%;
        padding: 0;
    }
    footer .footer-section .footer-info{
        display: flex;
        justify-content: start;
    }
    footer .footer-section{
        margin: 0;
    }
}