*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
html{
    scroll-behavior: smooth;
}
/* ------------------------------------------------------- sec-top BS ----- */
.sec-top{
    padding-block: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
    padding-left: 50px;
}
.sec-top-one{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1%;
    text-decoration: none;
}
.sec-top-one img{
    width: 40px;
}
.sec-top-one span{
    min-width: 200px;
    font-size: x-large;
    font-weight: bold;
    color: #070f34;
    text-shadow: #47474777 2px 1px 2px;
    
}
.sec-top-one span:hover{
    background-image: linear-gradient(
	to right,
	#070f34 20%,#e5d78c 43%,#070f34 45%, #ccb959 51%,#070f34 55%, #070f34 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: glow .5s linear;
}
@keyframes glow {
    to {
      background-position: 200% center;
    }
}
.sec-top-two{
    flex: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.drop-down-select{
    width: 200px;
    padding-block: 10px;
    padding-inline: 18px;
    border-radius: 18px 0 0 18px;
    color: #000000;
    font-size: medium;
    border-style: none;
    background-color: #f5f5f5;
}
.sec-top-two input{
    width: 25vw;
    padding-block: 10px;
    padding-left: 18px;
    padding-right: 10vw;
    font-size: medium;
    background-color: #f5f5f5;
    border-style: none;
    border-left: 1px solid #00000034;
}
.sec-top-two input:focus{
    outline: none !important;
}
.search-btn{
    padding-inline: 18px;
    padding-block: 10px;
    background: linear-gradient(30deg, #070f34, #060f2c);
    color: #ffffff;
    border-radius: 0 18px 18px 0;
    font-size: medium;
    transition: 0.6s ease;
    cursor: pointer;
}
.search-btn:hover{
    background: linear-gradient(30deg, #5c6875, #3f4750);
}
.sec-top-three{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-top-three ul li{
    list-style-type: none;
    font-size: small;
}
/* ---------------------------------------------------- Navigation BS --- */
.ss-nav-main{
    display: none;
 }
 .nav{
    padding-top: 5px;
     padding-left: 50px;
     display:flex;
     flex-wrap: wrap;
     background-color:#eed34c;
 }
 .nav-one-ul li{
     list-style-type: none;
     display: inline-block;
     font-weight: bold;
     color: #5c6875;
     transition: .5s ease;
 }
 .nav-one-ul :not(:first-child){
     margin-left: 25px;
 }
 .nav-one-ul li a{
     text-decoration: none; 
 }
 .nav-one-ul li:hover{
    color: #060f2c;
    border-bottom: 1px solid #060f2c;
    
 }
 .nav-two-ul li{
    list-style-type: none;
    display: inline-block;
    color: #000000;
 }
 .nav-two-ul :not(:first-child){
    margin-left: 25px;
 }
 .nav-two-ul li a{
    text-decoration: none; 
    color: #5c6875;
 }
 #border-btn{
    width: 220px;
     background: linear-gradient(30deg, #070f34, #060f2c);
     color: #ffffff;
     padding-inline: 20px;
     padding-block: 10px;
     border-radius: 15px 15px 0 0;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     text-align: center;
 }
 .nav-main{
     flex: 60%;
 }
 .nav-icons{
     flex: 20%;
     text-align: right;
     margin-right: 40px;
     padding-top: 10px;
     font-size: large;
 }
/* ---------------------------------------------------- sec-one BS --- */
.sec-one-wrap{
    position: relative;
}
.sec-one{
    height: 34.3vw;
    background-image: url(Img-box/img60.jpg);
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.hero-txt-one, .hero-txt-two{
    margin-right: -60vw;
    display: none;
}
.hero-txt-one span, .hero-txt-two span{
    background-color: #5c6875;
    padding-block: 10px;
    padding-inline: 20px;
    border-radius: 20px;
    box-shadow: rgba(5, 5, 5, 0.35) 0px 5px 15px;
    font-size: 1.1vw;
}
.hero-txt-one h2, .hero-txt-two h2{
    padding-top: 20px;
    font-size: 4vw;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}
@keyframes h-one-anim {
    from{margin-left: -10vw; opacity: .3;}
    to{margin-left: 0vw; opacity: 1;}
}
@keyframes fade-back {
    from {opacity: .4} 
    to {opacity: 1}
  }
  @keyframes fade-back-two {
    from {opacity: .4} 
    to {opacity: 1}
  }
.hero-txt-one h3, .hero-txt-two h3{
    font-size: 3vw;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(5, 5, 5, 0.3);
}
.chain{
    width: 220px;
    height: 20px;
    background-image: url(Img-box/chain.png);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50px;
    padding-inline: 20px;
    padding-block: 20px;
}
.category-list{
    width: 220px;
    position: absolute;
    top: 30px;
    left: 50px;
    background: linear-gradient(30deg, #5c6875, #3f4750);
    padding-inline: 20px;
    padding-block: 20px;
    border-radius: 15px;
}
.category-list ul li{
    margin-inline: 15px;
    padding-block: .7vw;
    color: #ffffff;
    border-bottom: 1px solid #31c01477;
}
#down-icon{
    display:none;
}
/* ---------------------------------------------------- sec-two BS --- */
.sec-two{
    padding-block: 80px;
    padding-inline: 100px;
    display: flex;
    column-gap: 20px;
}
.sec-two-card-one, .sec-two-card-two, .sec-two-card-three{
    position: relative;
    height: 18vw;
    width: 27vw;
    background: linear-gradient(30deg, #5c6875, #3f4750);
    color: #ffffff;
    border-radius: 15px;
}
.sec-two-card-one img, .sec-two-card-two img, .sec-two-card-three img{
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scaleX(-1);
    width: 11.6vw;
    border-radius: 0 0 0 15px;
}
.sec-two-card-one h2, .sec-two-card-two h2, .sec-two-card-three h2{
    font-weight: bold;
    font-size: 2.4vw;
    padding-inline: 20px;
    padding-top: 4vw;
    padding-bottom: 5px;
}
.sec-two-card-one button, .sec-two-card-two button, .sec-two-card-three button{
    font-weight: 100;
    font-size: 1vw;
    padding: 10px;
    margin-inline: 20px;
    background: transparent;
    border-style: none;
    color: #ffffff;
    text-align: left;
    border: 1px solid #ffffff;
    transition: .5s ease;
}
.sec-two-card-one button:hover, .sec-two-card-two button:hover, .sec-two-card-three button:hover{
    background: linear-gradient(30deg, #070f34, #060f2c);
    border: 1px solid #050505;
}

@keyframes card-txt-anim{
    0%{letter-spacing: -0.5em; filter: blur(12px); opacity: 0;}
    100%{filter: blur(0px); opacity: 1;}
}
/* ---------------------------------------- sec-two-hidden-child BS --- */
.sec-two-hidden-child, .sec-two-hidden-child-2, .sec-two-hidden-child-3{
    display: none;
   margin-inline: 100px;
    margin-bottom: 80px;
    position: relative;
    height: 65vw;
   }
.child-background{
    width: 100%;
    height: 100%;
    background-image: url(Img-box/backOne.jpg);
    background-size: cover;
    background-attachment: fixed;
    clip-path: inset(0vw 5vw 0vw 5vw);
}
.hidden-child-main{
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 3.5vw;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 2vw; 
}
.hidden-child-main img{
    width: 20vw;
    height: 18vw;
}
.child-1, .child-2, .child-4, .child-5, .child-6, .child-7{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    border-radius: 15px;
    transition: .6s ease;
}
.child-1 { grid-area: 1 / 1 / 2 / 2; }
.child-2{ grid-area: 1 / 2 / 2 / 3; }
.child-3 {
     grid-area: 1 / 3 / 2 / span 2;
        color: #ffffff;
        font-size: 2vw;
}
.child-4 { grid-area: 2 / 1 / 3 / 2; }
.child-5 { grid-area: 2 / 2 / 3 / 3; }
.child-6 { grid-area: 3 / 1 / 4 / 2; }
.child-7 { grid-area: 3 / 2 / 4 / 3; } 
.child-1:hover, .child-2:hover, .child-4:hover, .child-5:hover, .child-6:hover, .child-7:hover{
    scale: 1.1;   
}
.child-3 button{
    font-weight: 100;
    font-size: 1vw;
    padding: 10px;
    margin-top: 10px;
    background: transparent;
    border-style: none;
    color: #ffffff;
    text-align: left;
    border: 1px solid #ffffff;
    background: linear-gradient(30deg, #5c6875, #3f4750);
    transition: .5s ease;
}
.child-3 button:hover{
    background: linear-gradient(30deg, #070f34, #060f2c);
    border: 1px solid #050505;
    box-shadow: rgba(3, 3, 3, 0.24) 0px 3px 8px;
}
.hidden-child-txt{
    position: absolute;
    top: 35vw;
    right: 15vw;
    background: linear-gradient(30deg, #070f34, #060f2c);
    width: 30vw;
    height: 18vw;
    box-shadow: rgba(3, 3, 3, 0.24) 0px 3px 8px;
}
.hidden-child-txt h2{
    font-weight: bold;
    font-size: 2.4vw;
    padding-inline: 20px;
    padding-top: 4vw;
    padding-bottom: 5px;
    color: #ffffff;
}
.hidden-child-txt p{
    font-size: 1.4vw;
    padding-inline: 20px;
    color: #ffffff;
}
  @keyframes animshow {
    0%{opacity: 0; scale: 0;}
    100%{opacity: 1; scale: 1;}
  }
  @keyframes animhide {
    0%{opacity: 1; scale: 1; }
    100%{opacity: 0; scale: 0; }
  }

/* ---------------------------------------------------- sec-three BS --- */
.sec-three{
    position: relative;
    background-image: url(Img-box/bgt5.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-block: 70px;
    overflow: hidden;
}
.sec-three h2, .sec-three h3{
    text-align: center;
}
/*.lazy, .lazyParaOne, .lazyTwo, .lazyThree, .lazyFour, .lazyFive, .lazySix{
    transform: translateX(-50%);
    opacity: 0;
}*/
.header-txt-main{
font-size: 3vw;
color: #070f34;
}
.header-txt-second{
    font-size: 1.4vw;
color: #5c6875;
}
.sec-three-child{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-inline: 100px;
    margin-block: 25px;
    column-gap: 5%;
}
.sec-three-child p{
    flex: 40%;
    line-height: 1.6;
    font-weight:600;
    color: #ffffff;
}
.sec-three-child p::first-letter{
    font-size: 2vw;
}
.sec-three-child span{
    width: 29vw;
    height: auto;
}
.sec-three-child p a{
    text-decoration: none;
    top: 3vw;
    font-size: 1vw;
    font-weight: 100;
    background: linear-gradient(30deg, #5c6875, #3f4750);
    color: #ffffff;
    transition: .5s ease;
    padding-inline: 10px;
    padding-block: 19px;
    border: 1px solid #3f4750;
    box-shadow: rgba(5, 5, 5, 0.35) 0px 5px 15px;
    
}
.sec-three-child p a:hover{
    border: 1px solid #ffffff;
    background: linear-gradient(30deg, #070f34, #060f2c);
    
}
/* ---------------------------------------------------- sec-four BS --- */
.sec-four{
    background-image: url(Img-box/bgt.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-block: 70px;
    padding-inline: 100px;
    text-align: center;
    overflow: hidden;
}
.sec-four-ad-main{
    display: grid;
    grid-template-columns: auto auto;
    gap: 2%;
}
.sec-four-ad-address{
    margin-top: 4vw;
    padding: 5vw;
    width: auto;
    border-left: 2px solid rgb(100, 25, 25);
    border-right: 2px solid rgb(100, 25, 25);
    color: #ffffff;
    border-radius: 15px;
    text-align: left;
    text-shadow: 2px 8px 6px rgba(5, 5, 5, 0.192), 0px -5px 35px rgba(255, 255, 255, 0.185);
}
.sec-four-ad-address h3{
    text-decoration: underline;
    font-size: 4vw;
    color: rgb(100, 25, 25);
}
.sec-four-ad-address h4{
    font-size: 3vw;
    font-weight: bold;
    color: rgb(100, 25, 25);
}
.sec-four-ad-address p{
    font-size: 1.3vw;
}
.sec-four-ad-card{
    margin-top: 4vw;
    width: 40vw;
    background-color: transparent;
    perspective: 1000px;
}
.card-inner{
position: relative;
width: 100%;
height: 100%;
transition: transform 0.6s;
transform-style: preserve-3d;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.sec-four-ad-card:hover .card-inner{
    transform: rotateY(180deg);
}
.card-front, .card-back{
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.card-back{
transform: rotateY(180deg);
}
.card-front img, .card-back img{
    width: 100%;
    height: 100%;
}
/* ---------------------------------------------------- sec-five BS --- */
   .sec-five{
    margin-block: 75px;
    margin-inline: 100px;
    text-align: center;
   }
   .sec-five-sec-header{
    margin-top: 50px;
   display: flex;
   flex-wrap: nowrap;
   column-gap: 10px;
   height: 20px;
   justify-content: center;
   align-items: center;
   }
   .sec-five-sec-header hr{
    flex: 60%;
    width: 100%;
    color: #070f34;
   }
   .sec-five-title{
    flex: 10%;
    width: 10vw;
    color: #070f34;
    font-size: 1.4vw;
    font-weight: bold;
   }
   #prev-btn, #next-btn{
    text-decoration: none;
    font-size: 2.5vw;
    color: #070f34;
   }
.sec-five-child{
    display:flex;
    flex-wrap: wrap;
    margin-top: 20px;
    column-gap: 5%;
    row-gap: 20px;
}
.sec-five-card{
    flex: 20%;
    padding-top: 30px;
    background-image: url(Img-box/backOne.jpg);
    background-size: cover;
    margin: 10px;
    border-radius: 15px;
    transition: .5s ease;
}
.sec-five-card:hover{
    transform: scale(104%);
}
.sec-five-card img{
    width: 15vw;
    height: 17vw;  
}
.sec-five-card-child{
    margin-top: 30px;
    height: 6vw;
    background: linear-gradient(30deg, #070f34, #060f2c);
    text-align: center;
    border-radius: 0 0 15px 15px;
}
.sec-five-card-child h3{
    padding-top: 1.2vw;
    color: #ffffff; 
    font-size: 1.3vw;
}
.sec-five-card-child span{
    color: gold; 
}
/* ---------------------------------------------------- sec-six BS --- */
.sec-six{
    margin-block: 75px;
    margin-inline: 100px;
    text-align: center;
   }
   .sec-six-sec-header{
    margin-top: 50px;
   display: flex;
   flex-wrap: nowrap;
   column-gap: 10px;
   height: 20px;
   justify-content: center;
   align-items: center;
   }
   .sec-six-sec-header hr{
    flex: 60%;
    width: 100%;
    color: #070f34;
   }
   .sec-six-title1{
    flex: 10%;
    width: 10vw;
    color: #070f34;
    font-size: 1.4vw;
    font-weight: bold;
   }
   #prev-btn1, #next-btn1{
    text-decoration: none;
    font-size: 2.5vw;
    color: #070f34;
   }
.sec-six-child{
    display:flex;
    flex-wrap: wrap;
    margin-top: 20px;
    column-gap: 5%;
    row-gap: 20px;
}
.sec-six-card{
    flex: 20%;
    padding-top: 30px;
    margin: 10px;
    background-image: url(Img-box/backOne.jpg);
    background-size: cover;
    border-radius: 15px;
    transition: .5s ease;
}
.sec-six-card:hover{
    transform: scale(104%);
}
.sec-six-card img{
    width: 15vw;
    height: 17vw;  
}
.sec-six-card-child{
    margin-top: 30px;
    height: 6vw;
    background: linear-gradient(30deg, #070f34, #060f2c);
    text-align: center;
    border-radius: 0 0 15px 15px;
}
.sec-six-card-child h3{
    padding-top: 1.2vw;
    color: #ffffff; 
    font-size: 1.3vw;
}
.sec-six-card-child span{
    color: gold; 
}
/* ---------------------------------------------------- sec-after-six BS --- */
.sec-after-six{
    margin-inline: 100px;
    text-align: center;
}
.after-six-main{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.after-six-card{
    flex: 17%;
    border-radius: 15px;
    padding-block: 20px;
    padding-inline: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    
}
.after-six-card img{
    width: 10vw;
}
.after-six-card h5{
    padding-top: 20px;
    font-size: 1.2vw;
    color: #070f34;
}
.after-six-card p{
    padding-top: 10px;
    font-size: 1vw;
}
/* ---------------------------------------------------- sec-seven BS --- */
.sec-seven-wrap{
    height: 45vw;
    margin-top: 80px;
    overflow: hidden;
    position: relative;
}
.sec-seven{
    height: inherit;
    background-color: #070f34;
    background-image: url(Img-box/modelOne.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: .5s ease;
}
.sec-seven:hover{
    transform: scale(104%);
}
.header-txt-main1{
    font-size: 3vw;
    color: #ffffff;
    }
    .header-txt-second1{
        font-size: 1.4vw;
    color: #ffffff;
    }
.sec-seven-ad{
    position: absolute;
    z-index: 4;
    top: 6vw;
    right: 6vw;
}
.seven-para{
    color: #ffffff;
    padding-top: 2.2vw;
    font-size: 1.3vw;
}
.seven-para2{
    color: #ffffff;
    padding-top: 2.2vw;
    font-size: 1.3vw;
}
.sec-seven-ad-address{
    margin-top: 2vw;
    padding: 5vw;
    width: 60vw;
    background-image: url(Img-box/imgSeven.jpg);
    background-size: cover;
    background-color: #0000005e;
    background-blend-mode: overlay;
    background-attachment: fixed;
    color: #ffffff;
    border: 1px solid #000000;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.sec-seven-ad-address h3{
    text-decoration: underline;
    font-size: 2vw;
}
.sec-seven-ad-address p{
    font-size: 1.3vw;
}
/* ---------------------------------------------------- sec-eight BS --- */
.sec-eight{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-inline: 100px;
   margin-block: 75px;
   text-align: center;
}
.sec-eight hr{
    color: #5c6875;
    opacity: .2;
 }
.timing{
    flex: 20%;
    text-align: left;
}
.locations{
    flex: 20%;
}
.ul-li{
    list-style-type: none;
    text-align: left;
    font-size: 1.2vw;
}
.ul-li i{
    font-size: 1.5vw;
    color: rgb(167, 10, 10);
}
.contact-info{
    flex: 20%;
}
.vertical_line{
    border: 1px solid #5c6875;
    opacity: .2;
    float: right;
    margin-left: 20px;
    margin-right: 20px;
}
.sec-eight-header{
    font-size: 1.3vw;
    padding-bottom: 20px;
    text-decoration: underline;
}
.eight-li-font{
    font-size: 1.2vw;
}
.social-media-icon{
    text-align: left;
}
.social-media-icon a{
    text-decoration: none;
    color: #5c6875;
}
.social-media-icon li{
list-style-type: none;
display: inline-block;
font-size: 30px;
margin-left: 2vw;

}
.social-media-icon a:hover{
    color: rgb(56, 53, 230);
    transition: .5s ease;
}
/* ---------------------------------------------------- sec-nxt-one BS --- */
.wrap-three{
    background: linear-gradient(30deg, #070f34, #060f2c);
   text-align: center;
    padding-top: 50px;
    padding-inline: 50px;
    position: relative;
}
.wrap-three img{
    width: 100px;
    position: absolute;
    top: -1.5vw;
    right: 10px;
    rotate: 30deg;
 }
.sec-nxt-one{
    padding-block: 50px;
    padding-inline: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content:center;
    background: linear-gradient(30deg, #070f34, #060f2c);
    
}
.circle-one, .circle-two, .circle-three, .circle-four, .circle-five{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    position: relative;
    overflow: hidden;
}
.circle-one img, .circle-two img, .circle-three img, .circle-four img, .circle-five img{
    height: inherit;
    width: inherit;
    border-radius: 50%;
}
.circle-one{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-right: -20px;
    margin-top: 60px;
}
.circle-two{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-right: -20px;
    margin-top: 30px;
}
.circle-three{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    z-index: 5;
}
.circle-four{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-left: -20px;
    z-index: 4;
    margin-top: 30px;
}
.circle-five{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-left: -20px;
    margin-top: 60px;
}
.cover-one, .cover-two, .cover-three, .cover-four, .cover-five{
    position: absolute;
    background-color: #070f34ab;
    width: inherit;
    height: inherit;
    transition: 0.6s ease;
    cursor: pointer;
}
.cover-one{
top: 60%;
}
.cover-two{
top: 67%;
}
.cover-three{
    top: 70%;
}
.cover-four{
    top: 67%;
}
.cover-five{
    top: 60%;
}
.cover-one p, .cover-two p, .cover-three p, .cover-four p, .cover-five p{
    color: #ffffff;
    text-align: center;
    margin-top: 6%;
    font-size: 10px;
}
.circle-one:hover .cover-one, .circle-two:hover .cover-two, .circle-three:hover .cover-three, .circle-four:hover .cover-four, .circle-five:hover .cover-five{
    top: 0;  
}
.ext-txt{
    font-size: 12px;
    color: #ffffff;
    padding: 5px;
}
/* ---------------------------------------------------- footer BS --- */
.footer{
    background: linear-gradient(30deg, #070f34, #060f2c);
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(241, 235, 235, 0.068) 0px 2px 4px 0px inset;
}
.footer span{
    position: relative;
    color: #ffffff;
    font-size: 14px;
 }
 /* ---------------------------------------------------- absolute-popup BS --- */
.absolute-popup-one, .absolute-popup-two, .absolute-popup-three, .absolute-popup-four, .absolute-popup-five {
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    backdrop-filter: blur(6px);
    top: 0;
    z-index: 30;
    display: none;
    justify-content: center;
    align-items: center;
}
.popup-internal-wrap{
    max-width: 70%;
padding: 50px;
margin: 50px;
background: linear-gradient(30deg, #26551d, #060f2c);
border-radius: 15px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.internal-wrap-two{
    display: grid;
    grid-template-columns: auto auto;
    margin-bottom: 15px;
}
.popup-img{
    
    width: 20.4vw;
    height: auto;
}
.popup-img img{
    width: 20vw;
    height: auto;
    background: linear-gradient(30deg, #f6f7f8, #3f4750);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.popup-details{
    
    color: #ffffff;
    margin-left: 50px;
}
.popup-btn{
    width: 100%;
    text-align: right;
    padding: 5px;
}
.popup-btn span{
    text-decoration: none;
    color: #ffffff;
    background-color: #070f34;
    padding-block: 10px;
    padding-inline: 15px;
    transition: 0.6s ease;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.popup-btn span:hover{
    background-color: #5c6875;
}

 /* -------------------------------------------------- screen 1100 LS -----------*/
 @media screen and (max-width: 1100px) {
/* ------------------------------------------------------- sec-top LS ----- */
.sec-top-two{
    flex: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.drop-down-select{
   display: none;
}
.sec-top-two input{
    border-radius: 18px 0 0 18px;
}
 }
 /* -------------------------------------------------- screen 894  -----------*/
@media screen and (max-width: 894px) {
    /* -- --------------------------------------------------sec-top  SS-- */
    .sec-top{
        display: none;
     }
    /* ---------------------------------------------------- Navigation SS --- */
 .nav{
    display: none;
 }
 .ss-nav-main{
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: #5c6875;
    position: absolute;
    top: 0;
    z-index: 30;
    padding-left: 25px;
  }
  .ss-nav-main #links{
    display: none;
  }
  .ss-nav-main a{
    color: #ffffff;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  .links-class a{
    color: #ffffff;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  .links-class ul li{
    list-style-type: none;
  }
  .ss-nav-main a.icon{
    background: #5c6875;
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
  }
  /* -- --------------------------------------------------sec-one  SS-- */
.sec-one{
    margin-top: 45px;
    height: 40vw;
}
.hero-txt-one, .hero-txt-two{
    margin-right: -10vw;
}
.hero-txt-one span, .hero-txt-two span{
    font-size: 1.6vw;
}
.hero-txt-one h2, .hero-txt-two h2{
    font-size: 8vw;
}
.hero-txt-one h3, .hero-txt-two h3{
    font-size: 4vw;
}
.category-list, .chain{
    display: none;
}
/* ---------------------------------------------------- sec-two SS --- */
.sec-two{
    padding-inline: 50px;
    column-gap: 10px;
}
.sec-two-card-one, .sec-two-card-two, .sec-two-card-three{
    height: 18vw;
    width: 30vw;
    border-radius: 10px;
}
.sec-two-card-one h2, .sec-two-card-two h2, .sec-two-card-three h2{
    padding-inline: 10px;
}
.sec-two-card-one button, .sec-two-card-two button, .sec-two-card-three button{
    margin-inline: 10px;
}
/* ---------------------------------------- sec-two-hidden-child SS --- */
.sec-two-hidden-child, .sec-two-hidden-child-2, .sec-two-hidden-child-3{
   margin-inline: 50px;
   }
/* ---------------------------------------------------- sec-three SS --- */
.header-txt-main{
font-size: 3.5vw;
}
.header-txt-second{
    font-size: 1.6vw;
}
.sec-three-child{
    padding-inline: 50px;
}
.sec-three-child p{
    line-height: 1.2;
    font-size: 1.7vw;
}
.sec-three-child p a{
    padding-inline: 10px;
    padding-block: 12px; 
}
/* ---------------------------------------------------- sec-four SS --- */

.sec-four-ad-address{
    border-radius: 10px;
}
/* ---------------------------------------------------- sec-five SS --- */
.sec-five{
    margin-inline: 50px;
   }
   .sec-five-title{
    font-size: 2vw;
   }
   #prev-btn, #next-btn{
    font-size: 3vw;
   }

.sec-five-card{
    border-radius: 10px;
}
.sec-five-card img{
    width: 22vw;
    height: 24vw;  
}
.sec-five-card-child{
    height: 10vw;
    border-radius: 0 0 10px 10px;
}
.sec-five-card-child h3{
    padding-top: 2vw;
    font-size: 1.5vw;
}
/* ---------------------------------------------------- sec-six SS --- */
.sec-six{
    margin-inline: 50px;
   }
   .sec-six-title1{
    font-size: 2vw;
   }
   #prev-btn1, #next-btn1{
    font-size: 3vw;
   }
.sec-six-card{
    border-radius: 10px;
}
.sec-six-card img{
    width: 22vw;
    height: 24vw;  
}
.sec-six-card-child{
    height: 10vw;
    border-radius: 0 0 10px 10px;
}
.sec-six-card-child h3{
    padding-top: 2vw;
    font-size: 1.5vw;
}
/* ---------------------------------------------------- sec-after-six SS --- */
.sec-after-six{
    margin-inline: 50px;
}
.after-six-card img{
    width: 10vw;
}
.after-six-card h5{
    font-size: 1.4vw;
}
.after-six-card p{
    padding-top: 10px;
    font-size: 1.2vw;
}
/* ---------------------------------------------------- sec-seven SS --- */

.sec-seven-ad{
    right: 4vw;
}
.sec-seven-ad-address{
    border-radius: 10px;
}
/* ---------------------------------------------------- sec-eight SS --- */
.sec-eight{
    margin-inline: 50px;
 }
 
 .ul-li{
     font-size: 1.5vw;
 }
 .ul-li i{
     font-size: 1.8vw;
 }
 .sec-eight-header{
     font-size: 1.6vw;
 }
 .eight-li-font{
    font-size: 1.5vw;
}
}
 /* -------------------------------------------------- screen 750  -----------*/
 @media screen and (max-width: 750px) {
/* ---------------------------------------------------- sec-nxt-one --- */

.sec-nxt-one{
    flex-wrap: wrap;
    justify-content:center;
}
/* ---------------------------------------------------- sec-after-six --- */

.after-six-card{
    flex: 20%;
    border-radius: 15px;
    padding-block: 20px;
    padding-inline: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    
}
.after-six-card h5{
    font-size: 1.5vw;
}
.after-six-card p{
    font-size: 1.2vw;
}
}
 /* -------------------------------------------------- screen 568  -----------*/
 @media screen and (max-width: 568px) {

/* ---------------------------------------------------- sec-one VS --- */
.sec-one{
    height: 60vw;
    margin-top: 48px;
}
.hero-txt-one, .hero-txt-two{
    margin-right: -4vw;
}
.hero-txt-one span, .hero-txt-two span{
    font-size: 3vw;
}
.hero-txt-one h2, .hero-txt-two h2{
    font-size: 11vw;
}
.hero-txt-one h3, .hero-txt-two h3{
    font-size: 5vw;
}
/* ---------------------------------------------------- sec-two VS --- */
.sec-two{
    padding-inline: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
}
.sec-two-card-one, .sec-two-card-two, .sec-two-card-three{
    flex: 100%;
    height: 45vw;
    width: unset;
}
.sec-two-card-one img, .sec-two-card-two img, .sec-two-card-three img{
    width: 29vw;
}
.sec-two-card-one h2, .sec-two-card-two h2, .sec-two-card-three h2{
    font-size: 7vw;
    padding-inline: 40px;
    padding-top: 6vw;
}
.sec-two-card-one button, .sec-two-card-two button, .sec-two-card-three button{
    font-size: 3vw;
    margin-inline: 40px;
}
.sec-two-card-one button:hover, .sec-two-card-two button:hover, .sec-two-card-three button:hover{
    background: linear-gradient(30deg, #070f34, #060f2c);
    border: 1px solid #050505;
}
/* ---------------------------------------- sec-two-hidden-child VS --- */
.sec-two-hidden-child, .sec-two-hidden-child-2, .sec-two-hidden-child-3{
display: none;
   margin-inline: 20px;
    height: 65vw;
   }
.child-background{
    background-attachment: unset;
    clip-path: inset(0vw 0vw 0vw 5vw);
}
.child-3 {
    grid-area: 1 / 3 / 2 / span 3;
}
.child-3 button{
    font-size: 2vw;
    margin-top: 5px;
}
.hidden-child-txt{
    width: 38vw;
    height: 23vw;
}
.hidden-child-txt h2{
    font-size: 3vw;
}
.hidden-child-txt p{
    font-size: 2vw;
}
/* ---------------------------------------------------- sec-three VS --- */
.sec-three{
    background-attachment: unset;
    padding-block: 25px;
}
.sec-three-child{
    padding-inline: 20px;
}
.sec-three-child p{
    flex: 80%;
    font-size: 2.5vw;
}
.sec-three-child p::first-letter{
    font-size: 3vw;
}
.sec-three-child span{
    flex: 5%;
    width: 29vw;
    height: auto;
}
.sec-three-child p a{
    font-size: 2.2vw;
    padding-block: 15px;
    
}
/* ---------------------------------------------------- sec-four VS --- */

.sec-four{
    padding-inline: 20px;
    background-attachment: unset;
}
.sec-four-ad-main{
    display: grid;
    grid-template-columns: unset;
    grid-template-rows: auto auto;
    gap: 5%;
    justify-content: center;
}
.sec-four-ad-address{
    margin-top: 5vw;
    width: 100%;
    height: 30vw;
}
.sec-four-ad-address h3{
    font-size: 7vw;
}
.sec-four-ad-address h4{
    font-size: 6vw;
}
.sec-four-ad-address p{
    font-size: 2.5vw;
}
.sec-four-ad-card{
    margin-top: unset;
    width: 100%;
    height: 40vw;
}
/* ---------------------------------------------------- sec-five VS --- */
   .sec-five{
    margin-inline: 20px;
    text-align: center;
   }
   .sec-five-sec-header hr{
    flex: 40%;
   }
   .sec-five-title{
    font-size: 4vw;
   }
   #prev-btn, #next-btn{
    font-size: 4vw;
   }
.sec-five-card img{
    width: 30vw;
    height: 32vw;  
}
.sec-five-card-child{
    height: 12vw;
}
.sec-five-card-child h3{
    padding-top: 2vw;
    font-size: 3vw;
}
/* ---------------------------------------------------- sec-six VS --- */
.sec-six{
    margin-inline: 20px;
   }
   .sec-six-sec-header hr{
    flex: 40%;
   }
   .sec-six-title1{
    font-size: 4vw;
   }
   #prev-btn1, #next-btn1{
    font-size: 4vw;
   }
.sec-six-card img{
    width: 30vw;
    height: 32vw;  
}
.sec-six-card-child{
    height: 12vw;
}
.sec-six-card-child h3{
    padding-top: 2vw;
    font-size: 3vw;
}
/* ---------------------------------------------------- sec-after-six VS --- */
.sec-after-six{
    margin-inline: 20px;
}
.after-six-card{
    min-height: 55vw;
    flex: 100%;
    padding-inline: 40px;
}
.after-six-card img{
    width: 20vw;
}
.after-six-card h5{
    font-size: 3vw;
}
.after-six-card p{
    font-size: 3vw;
}
/* ---------------------------------------------------- sec-seven VS --- */

.sec-seven-wrap{
    height: 70vw;
}
.sec-seven{
    background-image: unset;
}
.header-txt-main1{
    font-size: 4.5vw;
    }
    .header-txt-second1{
        font-size: 3vw;
    }
    .header-txt-main{
        font-size: 4.5vw;
        }
        .header-txt-second{
            font-size: 3vw;
        }
    .sec-seven-ad{
        margin-inline: 20px;
        right: unset;
        top: 6vw;
        height: 100%;
    }
    .sec-seven-ad-address{
        position: absolute;
        margin-top: 1vw;
        right: 0;
        padding: 2vw;
        width: 65vw;
        background-attachment: unset;
    }
    .sec-seven-ad-address h3{
        font-size: 3.2vw;
    }
    .sec-seven-ad-address .seven-para{
        font-size: 2.5vw;
    }
    .seven-para2{
        position: absolute;
        font-size: 2.5vw;
        bottom: 45px;
    }
/* ---------------------------------------------------- sec-eight VS --- */
.sec-eight{
   margin-inline: 20px;
}
.timing{
    flex: 100%;
}
.timing ul{
    margin-inline: 20px;
    text-align: center;
}
.locations{
    flex: 100%;
    padding-top: 30px;
}
.ul-li{
    font-size: 3vw;
}
.ul-li i{
    font-size: 3.5vw;
}
.contact-info{
    flex:100%;
    padding-top: 30px;
}
.vertical_line{
    display: none;
}
.sec-eight-header{
    font-size: 3.5vw;
    text-align: center;
}
.eight-li-font{
    font-size: 3vw;
}
/* ---------------------------------------------------- footer VS --- */
.wrap-three img{
   width: 80px;
   top: -4vw;
}
.footer span{
    font-size: 11px;
 }

 /* ---------------------------------------------------- absolute-popup VS --- */
/* ---------------------------------------------------- absolute-popup BS --- */
.popup-internal-wrap{
    max-width: unset;
padding: 25px;
margin: 20px;
}
.internal-wrap-two{
    display: grid;
    grid-template-columns: unset;
    grid-template-rows: auto auto;
}
.popup-img{   
    width: 30vw;
}
.popup-img img{
    width: 30vw;
}
.popup-details{
    margin-top: 20px;
    margin-left: 10px;
    font-size: 13px;
}
}
