@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Satisfy&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
:root {
    --green_clr:#25d366;
    --theme-color1: #191e24;
    --theme-color2: #00c7c4;
    --theme-color3: #7054e6;
    --theme-color4: #f89321;
    --theme-color5: #ef5c72;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: rgb(144, 17, 17);
    --bg-theme-color3: var(--theme-color3);
    --bg-theme-color4: #901111;
    --bg-theme-color5: #b51201;
    --border-theme-color1: var(--theme-color1);
    --border-theme-color2: rgb(144, 17, 17);
    --border-theme-color3: var(--theme-color3);
    --border-theme-color4: #901111;
    --border-theme-color5: #b51201;
    --text-color-bg-theme-color1: #fff;
    --text-color-bg-theme-color2: #164333;
    --text-color-bg-theme-color3: #fff;
    --text-color-bg-theme-color4: #fff;
    --text-color-bg-theme-color5: #fff;
    --text-color: #7d8185;
    --headings-color: var(--theme-color1);
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color1);
    --text-font: "DM Sans", sans-serif;
    --title-font: "DM Sans", sans-serif;
    --style-font: "Reey";
    --body-font-size: 14px;
    --body-line-height: 30px;
    --body-font-weight: 400;
    --line-height-heading-h1: 1em;
    --line-height-heading: 1.2em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 84px;
    --h2-font-size: 50px;
    --h3-font-size: 36px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 18px;
    --h1-font-weight: 700;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 700;
    --h5-font-weight: 700;
    --h6-font-weight: 700;
    --sec-title-subtitle-color: rgb(144, 17, 17);
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-family: var(--text-font);
    --sec-title-subtitle-font-weight: 700;
    --sec-title-subtitle-line-height: 1.1em;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-light-background: #f8f6f1;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #222429;
    --container-width: 1105px;
    --small-container-width: 1000px;
    --large-container-width: 1550px;
    --container-pt: 120px;
    --container-pb: 120px;
    --red_bg:linear-gradient(282deg, #a13236d6 35%, #86161ae6 90%);
    --blue_bg:linear-gradient(282deg, #7483b1 35%, #334683 90%);
    --footer-bg:#e5e5e5;
  }


/*...................... common styles ..................................*/
  body{
    scroll-behavior: smooth;
       /*user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;*/
  }
  .section-1,.section-2,.section-4,.section-5,.section-3,.section-6,.section-7{
    padding: 50px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .heading{/*heading*/
    background: linear-gradient(190deg, #96191d 90%, #86161a 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 36px;
    font-family: var(--title-font);
    font-weight: bolder;
 }.heading .highlight{
    color: #092068;
 }

 .text{ /* paragraph text color */
    color: #4c4c4c;
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
 }

 @media screen and (max-width:700px) {
    .heading{
        font-size: 24px;
    }
 }

 #about,#whychooseus,#benifits,#other{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
 }
/*.................................................    common styles END    ..................................*/
  

/* animation */
@keyframes dropdown {
    0%{
        transform: translateY(20px);
    }
    100%{
        transform: translateY(0);
    }
}

/*...................... header ..................................*/


    #home{
        height: 100vh;
        overflow:hidden;
    }
    @media screen and (min-width:400px) and (max-width:757px) {
        #home{
            height: 131vh;
        }
    }

header{
    .nav-divv{
        height: 100px;
    }
    .navbar{
        padding: 8px 5%;
        z-index: 1000;
        background: white;
        width: 100%;
    }
    .navbar{/*1st navbar*/
        .nav-logo{
            height: 60px;
        }

        .navbar-collapse{
            justify-content: space-between;
        }
        .navbar-nav{
            width: 86%;
            justify-content: space-evenly;
        }
        .nav-link{
            color: black;
            font-weight: 600;
        }
        .nav-item.dropdown:hover .dropdown-menu {
            display: block;
            animation: dropdown 0.2s linear both;
        }
        .dropdown-menu {
            display: none;
        }
    }
    .navbar.navbar-fixed-top{
        position: fixed;
        transform: translateY(-90px);
        transition: 0.3s;
    }
    .navbar.navbar-fixed-top.scrolled{
        transform: translateY(0) !important;
    }

    .navbar-2nd{/*2nd navbar*/
        position: fixed;
        top: 0;
        width: 100%;
        background-color: transparent;
        z-index: 1000;
    }
    .navbar-2nd .navbar{
        transform: translateY(-50px);
        transition: 0.5s;
        opacity: 0;
    }
    .navbar-2nd.scrolled .navbar{
        transform: translateY(0);
        opacity: 1;
    }


    .hader-slider{/*header slider*/
        .col-md-6{
            justify-content: center;
            display: flex;
            align-items: center;
        }
        .card{
            width: 90%;
            border: 0;
        }
        .card-title{
            font-size: 40px;
            font-weight: bold;
        }
        .highlight{
            background: -webkit-linear-gradient(rgb(255 30 0), rgb(0 30 144 / 59%));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .card-text{
            font-weight: bold;
            color: var(--text-color);
        }
        .btn{
            font-size: 25px;
            position: relative;
            border-radius: 30px;
            overflow: hidden;
            color: var(--green_clr);
            width: 200px;
            text-align: left;
            font-weight: 600;
        }
        .btn:hover{
            color: white;
        }
        .btn:hover .bg-green{
            width: 100%;
        }
        .bg-green{
            border-radius: 30px;
            background-color: var(--green_clr);
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 50px;
            transition: 0.2s;
        }
        .fa-whatsapp{
            color: white;
        }
        .btn-i,.btn-txt{
            position: relative;
            z-index: 1;
        }
        .btn-txt{
            padding-left: 20px;
        }

        .img-div{
            width: 80%;
        }
        .slr-img{
            width: 100%;
        }
        @media screen and (max-width:700px) {
            .card{
                text-align: center;
            }
        }
    }
}
/*.................................................    header END    ..................................*/

/* .......................................... popup window ....................*/
@keyframes card-anime {
    0%{
        opacity: 0;
        transform: translateY(-100px);
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
.popup-div{
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.507);
    z-index: 1000;
    top: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
    .card{
        width: 80%;
        height: 80vh;
        padding: 8px 20px;
        display: flex;
        flex-direction: row;
        margin: auto;
        /*background: linear-gradient(to right,#a6a6a8, #b4b4b8, #bbbbbf,#adabab  );*/
          background: #17224e;
        /* border: 1px solid #f1e5e5; */
        border-radius: 15px;
        opacity: 0;
        .col-md-6.l{
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column  ;
            gap: 8px;
        }
        .logo{
            width: 100%;
            text-align: center;
        }
        .logo img{
            height: 100px;
            margin: auto;
        }

        h5{
            font-weight: bold;
            font-size: 20px;
            color: white;
            text-shadow: 0px 2px 1px #000000a8;
            line-height: 27px;
            text-align: center;
            span.r{
                color: #c1311e;
            }
            span.b{
                color: white;
            }
        }

        .box{
            background-color: white;
            margin-bottom: 8px;
            padding: 5px;
            color: black;
            border-radius: 6px;
            font-size: smaller;
            padding: 10px;
            width: 60%;
        }

        .col-md-6.r{
            display: flex;
            align-items: flex-end;
        }
        .img-div img{
            width: 80%;
        }

        .wtsapp{
            color: white;
            text-decoration: none;
            background-color: #41b66c;
            padding: 5px 20px;
            font-weight: bold;
            font-size: 16px;
            border-radius: 20px;
        }

        .close-btn{
            top: 8px;
            position: absolute;
            right: 8px;
            background-color: white;
            width: fit-content;
            border-radius: 5px;
            font-size: x-large;
            cursor: pointer;
        }
    }
}
.popup-div.reveal{
    opacity: 1;
    display: flex;
    .card{
        animation: card-anime 0.4s linear both;
        animation-delay: 0.3s;
    }
}
@media screen and (max-width:992px) and (min-width:765px) {
    .popup-div{
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.507);
        z-index: 1000;
        top: 0;
        justify-content: center;
        align-items: center;
        .container{
            margin: 0;
        }
        .card{
            width: 100%;
            height: 80vh;
            padding: 8px 20px;
            display: flex;
            flex-direction: row;
            margin: auto;
            /* background: linear-gradient(to right,#a6a6a8, #b4b4b8, #bbbbbf,#adabab  );
            border: 1px solid #f1e5e5; */
            background: #17224e;
            border-radius: 15px;
            .col-md-6.l{
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column  ;
                gap: 8px;
                padding: 0;
                margin: 0;
            }
            .logo{
                width: 100%;
                text-align: center;
            }
            .logo img{
                height: 100px;
                margin: auto;
            }
    
            h5{
                font-weight: bold;
                font-size: 15px;
                color: white;
                text-shadow: 0px 2px 1px #000000a8;
                line-height: 27px;
                text-align: center;
                span.r{
                    color: #c1311e;
                }
                span.b{
                    color: white;
                }
            }
    
            .box{
                background-color: white;
                margin-bottom: 8px;
                padding: 5px;
                color: black;
                border-radius: 6px;
                font-size: smaller;
                padding: 10px;
                width: 60%;
            }
    
            .col-md-6.r{
                display: flex;
                align-items: flex-end;
            }
            .img-div img{
                width: 100%;
            }
    
            .wtsapp{
                color: white;
                text-decoration: none;
                background-color: #41b66c;
                padding: 5px 20px;
                font-weight: bold;
                font-size: 16px;
                border-radius: 20px;
            }
    
            .close-btn{
                top: 8px;
                position: absolute;
                right: 8px;
                background-color: white;
                width: fit-content;
                border-radius: 5px;
                font-size: x-large;
            }
        }
    } 
}
@media screen and (max-width:765px) {
    .popup-div{
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.507);
        z-index: 1000;
        top: 0;
        justify-content: center;
        align-items: center;
        .container{
            margin: 0;
        }
        .card{
            width: 100%;
            height: 80vh;
            padding: 8px 20px;
            display: flex;
            flex-direction: row;
            margin: auto;
            /* background: linear-gradient(to right,#a6a6a8, #b4b4b8, #bbbbbf,#adabab  );
            border: 1px solid #f1e5e5; */
            background: #17224e;
            border-radius: 15px;
            .col-md-6.l{
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column  ;
                gap: 8px;
                padding: 0;
                margin: 0;
            }
            .logo{
                width: 100%;
                text-align: center;
            }
            .logo img{
                height: 100px;
                margin: auto;
            }
    
            h5{
                font-weight: bold;
                font-size: 15px;
                color: white;
                text-shadow: 0px 2px 1px #000000a8;
                line-height: 27px;
                text-align: center;
                span.r{
                    color: #c1311e;
                }
                span.b{
                    color: white;
                }
            }
    
            .box{
                background-color: white;
                margin-bottom: 8px;
                padding: 5px;
                color: black;
                border-radius: 6px;
                font-size: smaller;
                padding: 10px;
                width: 60%;
            }
    
            .col-md-6.r{
                display: none !important;
                display: flex;
                align-items: flex-end;
            }
            .img-div img{
                display: none;
                width: 100%;
            }
    
            .wtsapp{
                color: white;
                text-decoration: none;
                background-color: #41b66c;
                padding: 5px 20px;
                font-weight: bold;
                font-size: 16px;
                border-radius: 20px;
            }
    
            .close-btn{
                top: 8px;
                position: absolute;
                right: 8px;
                background-color: white;
                width: fit-content;
                border-radius: 5px;
                font-size: x-large;
            }
        }
    } 
}
/* .......................................... popup window END ....................*/



/*...................... section-1 about ..................................*/

.section-1{
    .col-md-8,.col-md-4{
        display: flex;
        justify-content: center;
    }
    .col-md-8{
        align-items: center;
    }
    .col-md-4{
        align-items: flex-start;
    }

    



    .btn-div{
        text-align: center;
        display: flex;
        justify-content: center;
    }
    #toggle-button {
        background: #092068;
        color: white;
        display: block;
        transition: background-color 0.3s ease;
        border: 0;
        padding: 5px 10px;
      }
  
      #extra-content {
        display: block; /* Use block instead of none */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease; /* Add a transition for smooth height change */
      }
  
      @media (min-width: 1000px) {
        #toggle-button {
          display: none;
        }
  
        #extra-content {
          display: block;
          max-height: none; /* Remove the height limit on large devices */
          transition: none; /* Remove transition on large devices */
        }
      }




    .img-div{
        width: 80%;
    }
    .img-div .img{
        width: 100%;
    }

    @media screen and (max-width:700px) {
        .img-div{
            display: none;
        }
    }
}
/*.................................................    section-1 about END    ..................................*/

/*...................... .section-2 ..................................*/


/**
animation scale-up-center
 */
 @-webkit-keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  

.section-2{
    .col-lg-6{
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
    }
    .col-lg-6:nth-child(1){
        .step-div{
            transform: translateX(-50px);
        }
    }
    .col-lg-6:nth-child(2){
        .step-div{
            transform: translateX(50px);
        }
    }
    
    .step-div{
        opacity: 0;
        transition: 0.5s;
        width: 80%;
        background: linear-gradient(to right, #ffffff3a 0%, #ffffff2d 30%);
        height: 70px;
        justify-content: left;
        padding-left: 20px;
        align-items: center;
        display: flex;
        border-radius: 10px;
        margin-bottom: 20px;
        position: relative;
        cursor: pointer;
        border: 2px solid #38509b;
    }
    .step-div.faded{
        opacity: 1;
        transform: translateX(0) !important;
    }
    
    .step{
        font-size: 20px;
        font-weight: 600;
        display: flex;
        align-items: center;
        position: relative;
    }
    .step-div:hover{
        background: #38509b;
        color: white;
    }
    .step-title{
        transition: 0.3s;
    }
    .step-div:hover .step-title{
        transform: translateX(10px);
    }
    .step-div:hover .fa-circle-check{
        -webkit-animation: scale-up-center 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) alternate ;
	        animation: scale-up-center 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) alternate ;
    }
    .number{
            background: -webkit-linear-gradient(rgb(255 30 0), rgb(0 30 144 / 59%));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: bold;
            font-size: 30px;
            padding-right: 10px;
    }
    .fa-circle-check{
        color: #46e481c9;
        font-size: 25px;
        position: absolute;
        right: 30px;
    }

    @media screen and (max-width:700px) {
        .step-div{
            width: 100%;
        }
        .step{
            font-size: 16px;
        }
    }
}
/*.................................................    .section-2 END    ..................................*/

/*...................... section-3 ..................................*/

    .section-3{
        .row{
            padding-top: 20px;
        }
        
        .col-md-6{
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 10px;
        }
        .col-md-6:nth-child(odd){
            .card{
                transform: translateX(-50px);
            }
        }
        .col-md-6:nth-child(even){
            .card{
                transform: translateX(50px);
            }
        }

        

        .card{
            transition: 0.5s;
            opacity: 0;
            height: 100%;
            border: 0;
            display: flex;
            flex-direction: row;
            padding: 20px 10px;
            border-radius: 30px;
            background: #86161a;
        }
        .card.faded{
            transform: translateX(0) !important;
            opacity: 1;
        }
        .img-div{
            padding: 5px;
        }
        .img{
            height: 110px;
        }
        .title{
            /*color: #0c873a;*/
            color: white;
        }
        .text{
            margin-bottom: 0;
        }
        .card .text{
            color: white;
            text-align: left;
        }

        @media screen and (max-width:916px) {
            .card{
                flex-direction: column;
                text-align: center;
            }
            .card .text{
                text-align: left;
            }
            .card-3{
                background: #092068;
            }
        }
        @media screen and (max-width:700px) {
            .img{
                height: 80px;
            }
            .card .text{
                font-size: 11px;
            }
        }
        @media screen and (min-width:916px) {
            .card-4{
                background: #092068;
            }
        }
    }
    
/*.................................................    section-3 END    ..................................*/


.section-4{
    ul{
        list-style-type: none;
    }  
    .accordion {
        cursor: pointer;
        padding: 10px;
        width: auto;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
        background-color: white;
        opacity: 0;
        transform: translateX(-100px);
      }
      .accordion.faded{
        opacity: 1;
        transform: translateX(0) !important;
      }
      
      
      
      .accordion:after {
        
        content: '▼';
        font-weight: bold;
        float: left;
        margin-right: 8px;
        transform: rotate(28deg);
        transition: 0.4s;
      }
      
      .active:after {
        transform: rotate(117deg);
      }
      
      .panel {
        margin-left: 15px;
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
      }
}
/*...................... section-5 ..................................*/


/*.................................................    section-5 END    ..................................*/


/*...................... section-6 ..................................*/
.section-6{
    
    
    
    .card{
        border: 0;
        display: flex;
        margin-top: 30px;
    }
    
    
    .img-div{
        padding: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .img{
        height: 200px;
    }

    .cnt-div{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .text{
        display: flex;
        color: black;
        line-height: var(--bs-body-line-height);
    }

    .fa-check{
        color: #46e481c9;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 5px;
    }

    @media screen and (min-width:1000px) {
        .col-lg-12{
            width: 50%;
        }
        
        .card{
            flex-direction: row;
            
        }
        
    }
}
/*.................................................    section-6 END    ..................................*/

/*...................... footer ..................................*/
footer{
    background-color: var(--footer-bg);
}
footer a{
    text-decoration: none;
    color: #092068 !important;
}
/*...................... paste_here ..................................*/
/*.................................................    paste_here END    ..................................*/