 
@media (min-width: 1450px) {
    .container{
        max-width: 1240px;
    } 
  
}
  
a{
    cursor: pointer;
}
body{
    font-family: 'Inter', sans-serif;
    overflow-x: hidden; 
  
       
        background: radial-gradient(50% 50% at 50% 50%, #FBBC05 0%, #FF8F3F 100%); 
 
}
ul, li{
    list-style-type: none;
    list-style: none;
}

header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.call-btn{
    padding: 8px 26px;  
    border: 2px solid #FFFFFF;
    border-radius: 31px;
    font-weight: 400;
    font-size: 14px;
    line-height: 157.95%; 
    text-align: center; 
    color: #FFFFFF !important;
    text-decoration: none;
}


.kenz-nav .navbar-nav .nav-link{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px; 
    color: #FFFFFF !important;
    padding: 0;
    background: no-repeat;
}

.kenz-nav .navbar-nav .nav-item{
    margin: 0 20px;
}


 


.banner-sec{
    position: relative; 
    height: 100vh;  
    min-height: 1000px; 
}
.banner-sec::after{
    content: "";
    position: absolute;   
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: radial-gradient(50% 50% at 50% 50%, #FBBC05 0%, #FF8F3F 100%); 
    height: 100%; 
    width: 100%; 
    top: 0;
    left: 0;
    z-index: -1;
}
 



.banner-list-cntr{
    height: 100%;
    width: 100%;
}

.banne-list{ 
    padding: 150px 0; 
    height: 100vh;
    min-height: 1000px;
    position: relative;
} 
.banne-list .bg-slide-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: blur(9.5px);
transform: matrix(-1, 0, 0, 1, 0, 0);
opacity: .3;
}
.banne-list h2{
    font-weight: 900;
    font-size: 64px;
    line-height: 77px;
    letter-spacing: 0.015em; 
    color: #FFFFFF;
}
.banne-list p{
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.015em; 
    color: #FFFFFF;
    max-width: 175px;
}
.large-img{ 
    width: 600px;
    height: 600px;
    padding: 50px;
    border-radius: 50%;
    margin: 0 0 0 -65px;
    background: #f5bc37;
    position: relative;
    z-index: -1;
}

.large-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slider-thumb-cntr-main{
    position: absolute ;
    right: 18%;
    width: 165px;
    top: 25%;
   
}
.slider-thumb-cntr{
  
    background: #FFFFFF;
box-shadow: 18px 39px 69px 4px rgba(0, 0, 0, 0.25);
border-radius: 97px;
padding: 20px 12px;
overflow: hidden;
}
.slider-thumb-list img{
    width: 88px;
    height: 88px;
    object-fit: contain;
    margin: 0 auto; 
    transition: all .2s ease-in-out;

}
.slider-thumb-list{
    margin: 25px 0;
}
.slick-center .slider-thumb-list img{
    transform: scale(1.55);

}
.slider-thumb .slick-list { 
    padding: 0 !important;
}
 
.slider-thumb-cntr-main h4 {
    font-weight: 800;
    font-size: 12.6px;
    line-height: 207.9%;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #FCFCFC;
    transform: rotate(90deg);
    position: absolute;
    left: -185px;
    top: 44%;
}
.slider-thumb-cntr-main h4 img.bounce-ic {
     
    margin: 0 0 0 13px;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
     
}
@keyframes bounce {
    50% {
        transform: translateX(-15px) ;
        
      }
    }

.slider-thumb-cntr-main h4 img.bounce-ic2 {  
    margin: 0 0 0 13px;
    animation: bounce2 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95); 
        
}
       
@keyframes bounce2 {
    50% {
          transform: translateY(15px);
    }
}
    


footer{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    margin-top: -109px;
    padding: 0 0 20px;
}
footer span{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%; 
    letter-spacing: 4px;
    text-transform: uppercase; 
    color: #FFFFFF;
}
footer h4{
    font-weight: 800;
    font-size: 24px;
    line-height: 100%; 
    text-transform: uppercase; 
    color: #FFFFFF;
}
footer h4 a{ 
    text-decoration: none;
    color: #FFFFFF;
    text-align: none;
}
footer h4 a:hover{  
    color: #FFFFFF; 
}

footer h5{
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    
    text-align: center;
    letter-spacing: 0.015em;
    
    color: #FFFFFF;
}

footer p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.015em;
    max-width: 415px;
    color: #FFFFFF;
    margin: 0 auto 15px;
}


footer h6{
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    /* identical to box height, or 24px */
    
    text-transform: uppercase;
    text-align: right;
    color: #FFFFFF;
}


.web-dis-none{
    display: none;
}
.web-dis-undet{
    display: unset;
}



/* profile */

.profile-cntr{
    padding: 150px 0;
    height: 100vh;
    min-height: 1000px;
    position: relative;
}
.profile-cntr::after {
    content: "";
    position: absolute;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: radial-gradient(50% 50% at 50% 50%, #FBBC05 0%, #FF8F3F 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
.profile-cntr .bg-slide-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: blur(9.5px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    opacity: .3;
}

.profile-cntr-main{
    max-width: 750px; 
    padding: 50px; 
    margin: 0 auto;
    background: #f5bc37;
    position: relative; 
}
.profile-cntr-main h3{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    letter-spacing: 0.015em;
    color: #FFFFFF;
}
.profile-cntr-main h3 b{
    font-weight: 800; 
}
.profile-cntr-main p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    letter-spacing: 0.015em;
    max-width: 415px;
    color: #FFFFFF;
    margin: 0 0 15px;
}


.contact-cntr-main{
    max-width: 1024px; 
    padding: 50px; 
    margin: 0 auto;
    background: #f5bc37;
    position: relative; 
}

 
.contact-cntr-main h3{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.contact-cntr-main h3 b{
    font-weight: 800; 
}
.contact-cntr-main p { 
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    letter-spacing: 0.015em;
    max-width: 415px;
    color: #FFFFFF;
    margin: 0 0 15px;
    padding-left: 25px;
    position: relative;
}
.contact-cntr-main p a{  
    color: #FFFFFF; 
    text-decoration: none;
}
.contact-cntr-main p i { 
    position: absolute;
    left: 0px;
}
.contact-cntr-main ul { 
    padding: 0;
    margin: 0  ;
}
.contact-cntr-main ul li { 
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    letter-spacing: 0.015em;
    max-width: 415px;
    color: #FFFFFF;
    margin: 0 0 15px;
    position: relative;
}
.contact-cntr-main ul li i {  
    position: relative;
    top: 2px;
}



@media (max-width: 1700px) { 

    .slider-thumb-cntr-main { 
        right: 12%; 
        top: 32%;
    }
    

} 
@media (max-width: 1600px) { 

    .slider-thumb-cntr-main { 
        right: 12%; 
        top: 32%;
    }
    

}

@media (max-width: 1400px) { 

.large-img {
    width: 500px;
    height: 500px;
    padding: 50px; 
}
.banne-list h2 {
    font-weight: 900;
    font-size: 50px;
    line-height: 60px; 
}
footer { 
    padding: 0;
}
.slider-thumb-cntr-main {
    right: 12%;
    top: 27%;
}
    
}



@media (max-width: 1024px) { 

    .large-img {
        width: 450px;
        height: 450px;
        padding: 30px; 
    }
    .banne-list h2 { 
        font-size: 40px;
        line-height: 50px; 
    }
    footer { 
        padding: 0;
    }

    .slider-thumb-cntr-main {
        right: 5%;
        top: 24%;
    }
        
}

@media (max-width: 991px) { 
.tab-dis-block{
    display: block !important;
}
.large-img { 
    margin: 0;
}
.slider-thumb-cntr-main {
    top: 42%;
    right: 10%;
}
.banne-list {
    padding: 200px 0; 
}
.banne-list p { 
    max-width: unset;
    margin-bottom: 50px;
}

.kenz-nav .navbar-toggler {
    color: #fff;
    border-color: #fff;
    border: 0;
    box-shadow: none;
}

.kenz-nav .dropdown-toggle::after{
    display: none;
}

.kenz-nav .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
}

.kenz-nav .navbar-collapse .navbar-nav { 
    padding: 15px 0;
}
.call-btn {
    margin: 0;
    border: 2px solid #f5bc37;
    color: #fff !important;
    background: #f5bc37;
    display: inline-block;
}
.kenz-nav .navbar-nav .nav-item {
    margin: 10px 0px;
    line-height: 35px;
}
.kenz-nav .navbar-nav .nav-link { 
    line-height: 35px; 
    color: #000000 !important;
}


.mob-dis-none{
    display: none;
}
.mob-dis-unset{
    display: unset;
}
 .kenz-nav .dropdown-menu {
    padding: 25px;
    border-radius: 0;
    left: 10%;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
}

footer h4 { 
    font-size: 18px; 
}

.contact-cntr-main h3 { 
    margin: 20px 0;
}

}

@media (max-width: 768px) { 

.slider-thumb-cntr-main {
    top: 38%;
}

.large-img {
    margin: 0 auto;
}
.banne-list h2 { 
    text-align: center;
}
.banne-list p { 
    text-align: center;
}
footer {
    padding: 0;
    text-align: center;
}
footer h6 { 
    text-align: center; 
}
.slider-thumb-cntr-main-cntr {
    position: relative;
}

.slider-thumb-cntr-main {
    top: -470px;
    left: 0;
    right: unset;
    width: 100%;
}

.slider-thumb-cntr {
    max-width: 320px;
    margin: 0 auto;
}
.slider-thumb-cntr-main h4 {
    transform: unset;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
}

.banner-sec {
    position: relative;
    min-height: 100vh;
    height: auto;
    padding-bottom: 200px;
}
.banne-list {
    padding: 200px 0 300px;
    min-height: 100vh;
    height: auto;
}
}


@media (max-width: 600px) { 

 .kenz-nav .navbar-brand img{
    width: 80px;
 }
 .banne-list {
    padding: 120px 0 300px;
    height: auto;
    min-height: 100vh;
}
.banne-list h2 {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}
.banne-list p { 
    margin-bottom: 24px;
    text-align: center;
}
.large-img {
    width: 100%;
    height: auto;
    padding: 30px;
}
.slider-thumb-cntr-main {
    top: -470px;
    left: 0;
    right: unset;
    width: 100%;
}
.slider-thumb-cntr-main h4 { 
    transform: unset;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
}
.slider-thumb-cntr { 
    max-width: 320px;
    margin: 0 auto;
}
.banner-sec {
    height: auto;
}
footer { 
    margin-top: -200px; 
}
footer { 
    text-align: center;
}
footer h4 { 
    font-size: 18px; 
    margin-bottom: 24px;
}
footer p { 
    font-size: 14px; 
}
footer h6 { 
    font-size: 16px; 
    text-align: center;
}
    .slider-thumb-cntr-main-cntr{
        position: relative;
    }
    .profile-cntr-main { 
        padding: 30px; 
    }
    .contact-cntr-main {
        padding: 30px; 
    }
    .profile-cntr {
        padding: 150px 0 250px;
        min-height: 100vh;
        height: auto;
        position: relative;
    }
}