.main-banner-box{
position: relative;
margin-bottom: 110px;
}

.pagination-top-banner{
position: absolute;
top: -69px;
z-index: 333;
}
.pagination-top-banner .swiper-pagination-bullet{
margin-right: 9px;
width: 10px;
height: 10px; 
border: 1.5px solid rgba(255, 255, 255, 0.9);   
background: transparent;
}
.pagination-top-banner .swiper-pagination-bullet-active {
background: #FFB700;
border: none;
}
.main-banner-box .swiper-nav{
position: absolute;
z-index: 99;
top: 102px;
}
.main-banner-box .nav-prev:hover svg path, .main-banner-box .nav-next:hover svg path{
    stroke:  #FFB700;        
}
.main-banner-box .nav-prev:hover svg circle, .main-banner-box .nav-next:hover svg circle{
    stroke:  #FFB700;        
}
.main-banner-box .swiper-wrapper {    
    height: fit-content;   
}
.top-banner-text{
font-weight: bold;
font-size: 60px;
line-height: 82px;
color: #FFFFFF;
margin-top: 185px;
}
.top-slaider-item {
height: 640px;   
}
.top-slaider-item img{
position: absolute; 
z-index: -2; 

}
.top-banner-btn{
border: 1.5px solid #FFFFFF;
border-radius: 100px;
width: 550px;
height: 60px;
background: none;
text-align: center;
font-weight: bold;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.4em;
text-transform: uppercase;
margin-top: 55px;
color: #FFFFFF;
-webkit-transition: all 0.1s ease 0.1s;
    -o-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;
}
.top-banner-btn:hover{
background: linear-gradient(144.9deg, #00ADD7 21.66%, #00759D 77.01%), #C4C4C4;
border: none;
}

@media (max-width: 991px){
    .top-slaider-item {
        height: 540px;
    }
    .top-slaider-item img {        
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .top-banner-text {       
        font-size: 36px;
        line-height: 40px;        
    }
    .top-banner-btn {       
        width: 500px;        
    }
}  
@media (max-width: 576px){     
    
    .main-banner-box .swiper-nav {       
        top: 35px;
    }
    .top-banner-btn {       
        max-width: 230px;       
        letter-spacing: unset;
        font-size: 9px;   
        margin-top: 30px;    
    }
    .top-slaider-item {
        height: 420px;
    }
    .top-banner-text {
        font-size: 25px;
        line-height: 25px;
        margin-top: 110px;   
    }
    .main-banner-box {       
        margin-bottom: 50px;
    }
}  