:root{
    --katz_black: #181a24;
    --katz_blue: #2C3770;
    --GL-orange: #FF5F2D;
    --GL-orange-hover: #CF3708;
    --GL-steel-lightgray: #F2F3F6;
    --GL-steel-lightgray-75: #484F6B;
    --GL-steel-lightgray-100: #181A24;
    --container-width: 1440px;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* button style  */
.GL-btn-clip{
    color: white;
    font-size: 18px;
    padding: 12px;
    width: 100px;
    border: none;
    clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
    background-color: var(--GL-orange);
}
.GL-btn-clip:hover{
    background-color: var(--GL-orange-hover);
}
.GL-btn-default{
    height:70px;
    width: 254px;
    background-color: var(--GL-orange);
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 21px;
    font-weight: bold;
    padding: 0 4px 0px 25px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.GL-btn-default[variant="white"]{
    color: var(--katz_black);
    background-color: white;
}
.GL-btn-default:hover, .GL-btn-default[variant="white"]:hover{
    color: white;
    background-color: var(--GL-orange-hover) !important;
}
.GL-btn-default[variant="white"] i.GL-btn-arrow{
    background:var(--GL-orange) url(../img/arrow-dark.svg) no-repeat center / 24px;
}
.katz-sdk--GLbtn-form[disabled]{
    background-color: #ccc;
    opacity: 0.5;
}
.GL-btn-default i.GL-btn-arrow{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background:white url(../img/arrow-dark.svg) no-repeat center / 24px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.GL-btn-default:hover{
    background-color: var(--katz_primary-dark);
}
.GL-btn-default:hover i.GL-btn-arrow{
    background:white url(../img/arrow-dark.svg) no-repeat 22px center / 24px;
}

/* button style  */


/* banner style  */
.katz-GL-theme-home-banner-wrapp{
    font-family: 'Poppins', sans-serif;
    height:  100vh;
    min-height: 600px;
    position: relative;
    background-image: linear-gradient(to right, #051B39, #2C3770 , #051B39);
}
.katz-GL-theme-home-banner-item{
    height: calc(50vh);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.katz-GL-theme-home-banner-item-content{
    /* max-width: 760px; */
    max-width: 1440px;
    margin:0 auto;
    /* padding-left: 40px; */
    width: 100%;
    position: relative;
    z-index: 1;
}
.katz-GL-theme-home-banner-item-content .GL-btn-default{
    width: 243px;
}
.katz-GL-theme-home-banner-item * {
    color: white;
}
.katz-GL-theme-home-banner-item h2{
    font-size: 44px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.3px;
}
.katz-GL-theme-home-banner-item h2 span{
    color: var(--GL-orange);
}
.katz-GL-theme-home-banner-item.katz-GL-theme-item-2 {
    position: relative;
    background: url(../img/home-banner-item-2.png) no-repeat right bottom / cover;
}
.katz-GL-theme-home-banner-item.katz-GL-theme-item-2::after{
    position: absolute;
    content: '';
    inset: 0;
    background-color: rgba(0,0,0,0.05);
}
.katz-GL-theme-home-banner-item-cta{
    padding-top: 24px;
}
.katz-GL-theme-home-banner-item a{
    text-decoration: none;
}
.katz-GL-theme-banner-logo{
    max-width: 250px;
    margin-bottom: 10px;
}



@media screen and (min-width:1600px) {
    .katz-GL-theme-home-banner-item h2{
        font-size: 50px;
    }
}


/* banner mobile slider */
.katz-new-glbanner-mobile{
    display: none; /* Mobile banner hidden */
    max-width: 600px;
    font-family: 'Poppins', sans-serif;
}
.katz-GL-theme-home-banner-item-Mobile{
    position: relative;
    justify-content: flex-start;
    /* height: 100vh; */
    height: calc(100vh - 60px); 
    min-height: 600px;
    padding:0px 20px;
    background-image:  linear-gradient(to bottom, #001328 40%, #2C3770 70% , #53486B 100%);
}
.katz-GL-theme-home-banner-item.katz-GL-theme-home-banner-item-Mobile.katz-GL-theme-item-2{
    background: linear-gradient(to bottom, #001328 40%, #2C3770 70% , #53486B 100%) ;
}
.katz-GL-theme-home-banner-item-Mobile-slide-bg{
    position: absolute;
    content: '';
    width: 100%;
    height: 100vh;
    bottom: 0;
    background: url(../img/home-banner-mobile-bg-1.png) no-repeat center bottom;
    mix-blend-mode: multiply;
    /* opacity: 0.8; */
    background-size: 600px;
    z-index: 1;
}
.katz-GL-theme-home-banner-item-Mobile .katz-GL-theme-home-banner-item-content{
    padding-top: 120px;
    z-index: 5;
}
.katz-GL-theme-home-banner-item-Mobile h2{
    font-weight: normal;
    font-size: 44px;
    line-height: 130%;
}
.katz-GL-theme-home-banner-item-Mobile h2 span{
    font-weight: 600;
}
.katz-GL-theme-home-banner-item-Mobile .GL-btn-default{
    width: 243px;
}
.katz-GL-theme-home-banner-item.katz-GL-theme-home-banner-item-Mobile.katz-GL-theme-item-2 h2  span{
    font-weight: normal;
}
.katz-new-glbanner-pagination{
    position: absolute;
    width: calc(100% - 40px);
    display: flex;
    justify-content: flex-start;
    left: 20px;
    bottom: 20px;
    z-index: 10;
}
.katz-new-glbanner-pagination .swiper-pagination{
    width: auto !important;
    padding: 6px 10px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.5);
}
.katz-new-glbanner-pagination .swiper-pagination span{
    position: relative;
    top: 3px;
    border: 2px solid #000;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.katz-new-glbanner-pagination .swiper-pagination span:after{
    content: '';
    width: 5px;
    height: 5px;
    background-color: transparent;
    position: absolute;
    top: 6px;
    left: 6px;
}
.katz-new-glbanner-pagination .swiper-pagination span.swiper-pagination-bullet-active:after{
    background-color: black;
}

/* banner mobile slider */

@media screen and (max-width:1500px) {
    .katz-GL-theme-home-banner-item-content{
        padding-left: 40px ;

    }
}
@media screen and (max-width:768px) {
    .katz-GL-theme-home-banner-item{
        padding:0 45px;
    }
    .katz-GL-theme-home-banner-item h2{
        font-size: 44px;
    }
    .katz-GL-theme-banner-logo{
        max-width: 230px;
    }
}
@media screen and (max-width:700px) {
     .katz-GL-theme-home-banner-item h2{
        font-size: 36px;
    }
}
@media screen and (max-width:600px) {
    .katz-GL-theme-home-banner-item-Mobile h2 span{
        font-weight: normal;
    }
    .katz-GL-theme-home-banner-wrapp{
        display: none;
    }
    .katz-new-glbanner-mobile{
        display: block;
    }
    .katz-GL-theme-home-banner-item{
        padding:0 20px ;
    }
}

@media screen and (max-width:500px) {
    .katz-GL-theme-home-banner-item h2{
        max-width: 310px;
    }
    .katz-GL-theme-home-banner-item-content {
        padding-left: 0;
    }
}
@media screen and (max-width:320px) {
    .katz-home-header-right{
        gap: 16px;
    }
    .GL-btn-clip.header-gl-link{
        padding: 10px;
    }
}

/* banner style  */