
@font-face {
    font-family: "GothamSVN";
    src: url("fonts/SVN-Gotham-Regular.otf");
}

@font-face {
    font-family: "GothamSVN";
    src: url("fonts/SVN-Gotham Light.otf");
    font-weight: 300;
}

@font-face {
    font-family: "GothamSVN";
    src: url("fonts/SVN-Gotham XLight.otf");
    font-weight: 200;
}

@font-face {
    font-family: "GothamSVN";
    src: url("fonts/SVN-Gotham Thin.otf");
    font-weight: 100;
}

@font-face {
    font-family: "GothamSVN";
    src: url("fonts/SVN-Gotham-Black.otf");
    font-weight: 900;
}
@font-face {
    font-family: "GothamSVN";
    src: url("fonts/SVN-Gotham-Bold.otf");
    font-weight: 700;
}

body{
    background-color: rgb(255, 255, 255);
}

@media (min-width: 992px){
    body{
        background-color: rgb(245, 245, 245);
    }
    .section-title{
        font-size: 2rem !important;
        font-weight: 600;
    }
    .benefit-logo img{
        max-height: 40px;
    }
    .hero-section{
        background-image: url("images/hero-section.png") !important;
        background-position: center;
        padding: 30px;
        background-size: cover;
    }
    .section-content{
        font-size: 1.25rem;
        font-weight: 400;
    }

    .container.top-section{
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

.container.top-section{
    padding-left: 0;
    padding-right: 0;
}

.hero-section{
    background-image: url("images/hero-section-mobile.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 30px;
    background-size: cover;
}

.small-img{
    max-width: 150px;
}

.section-container{
    background-color: #FFF;
    border-radius: 10px;
    padding: 30px 0;
}

.section-title{
    font-size: 1.38rem;
    font-weight: 500;
}

.page-title{
    font-size: 2rem;
}

.subtitle{
    font-size: 1.3rem;
}

.subtitle-2{
    font-size: 1rem;
}

.section-content{
    font-size: 1.05rem;
    font-weight: 400;
}

.benefit-note{
    max-width: 500px;
    margin: 0 auto;
}

.exchange-table{
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    border-collapse: collapse;
    border-style: hidden;
    box-shadow: 0 0 1px #000;
}

.exchange-table .point-cell{
    text-align: center;
    background-color: #f1f1f1;
    height: 100px;
    font-size: 1.5rem;
}

.exchange-table .point-cell.one{
    border-top-right-radius: 10px;
    border-bottom: 1px solid #dbdbdb;
}

.exchange-table .point-cell.two{
    border-bottom-right-radius: 10px;
}

td.border-top{
    border-bottom: 1px solid #dbdbdb;
}

.exchange-block1, .exchange-block2{
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}

.exchange-block2{
    
}

.exchange-point{
    background-color: #f1f1f1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
}

.divider-mobile{
    width: 80px;
    height: 6px;
    background-color: rgb(221, 26, 33);
    display: block;
    margin: 0 auto;
}

.benefit-logo img{
    max-height: 70px;
}

.swiper {
  /* width: 600px; */
  height: 250px;
}

.swiper-slide{
    padding: 20px;
    position: relative;
}

.swiper-slide .overlay{
    display: none;
}

.swiper-slide.swiper-slide-active{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.swiper-slide.swiper-slide-active p{
    line-height: 1.2;
    font-size: 1rem;
    color: #FFF;
}

.bu-link{
    font-size: rem;
    color: #FFF;
    width: 200px;
    background-color: #00000078;
    height: 35px;
    line-height: 2.7;
    border-radius: 100px;
}

.bu-link:hover{
    color:#ffd200;
}

.swiper-slide.swiper-slide-active .overlay{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00000075, #00000008);
    top: 0;
    left: 0;
    border-radius: 15px;
    padding-left: 10px;
    padding-right:10px;
    padding-bottom:10px;
}

.text-start {
    text-align: left !important;
}

.swiper-slide-next .overlay{
    margin-top: 20px;
}
.swiper-slide-prev .overlay{
    margin-top: 20px;
}