@font-face {
    font-family: 'Optima';
    src: url('../fonts/optima.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    font-family: "Optima", sans-serif;
}
html, body{
    margin: 0;
    height: 100%;
}
#banner{
    background-image: url(../images/bg.jpg?v=1);
    background-size: cover;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#banner .container{
    /* background: #fff; */
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* text-align: center; */
    /* height: 100%; */
}
#banner .container >div{
    padding: 60px 0px 60px 60px;
    max-width: 60%;
}
#banner .container h1{
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 500;
    line-height: 48px;
}
.p-text-1{
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5rem;
}
.logo{
    width: 100%;
    max-width: 200px;
    filter: brightness(0) invert(1);
}
.main-wrap{
    display: flex;
    flex-direction: column;
    margin-top: 0px;
}
.span-wrap {
    margin-top: 40px;
}
.span-wrap span {
    color: #FFFFFF;
    border-radius: 20px;
    padding: 10px 20px 10px 0px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 1.1rem;
}
.banner-flex-1{
    /* border-bottom: 1px solid #a4a4a42b; */
}
.banner-flex-1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    /* max-width: 80%; */
    width: 100%;
}
.banner-flex-1 > div{
    display: flex;
    gap: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.banner-flex-1 div img{
    max-width: 19px;
    width: 100%;
}
.banner-flex-1 div p{
    font-size: 16px;
    color: #ffffff;
    text-align: left;
}
.insider-inner-1{
    display: flex;
    width: 57%;
}
.insider-inner-1 img{
    width: 60px;
}
.insider-inner-1 p{
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 0.5rem;
}
.insider-inner-1 p span{
    color: #EE7133;
}
.insider-inner-2{
    width: 43%;
    display: flex;
}
.insider-guide {
    display: flex;
    gap: 40px;
    background-color: #ffffff14;
    padding: 10px 10px;
    border-radius: 18px;
    border: 1px solid #FFFFFF1A;
    margin-top: 45px;
}
.btn{
    text-decoration: none;
    color: #fff;
    background: linear-gradient(180deg, #000000 0%, #333333 100%);
    width: 100%;
    display: flex;
    padding: 15px 15px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 45px;
    text-transform: uppercase;
    font-size: 1rem;
}
.btn:hover {
    cursor: pointer;
}
.btn img{
    max-width: 17px;
    width: 100%;
    margin-right: 7px;
    margin-bottom: -1px;
}
.btn-text-hover {
    display: none;
}

.p-text{
    color: #0D1F38;
    font-size: 17px;
    margin-top: 22px;
}
.p-text span{
    font-weight: 600;
}
#disclaimer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 60px;
}
#disclaimer p{
    font-size: 12px;
    color: #ffffff4a;
}
#disclaimer a{
    color: #cad5e281;
    font-size: 12px;
}
#disclaimer-mob{
    display: none;
}
@media screen and (max-width: 1700px){
    #banner .container >div{
        max-width: 59%;
    }
}
@media screen and (max-width: 1440px){
    #banner .container >div {
        max-width: 60%;
    }
    #banner{
        height: auto;
    }
    .span-wrap {
        margin-top: 40px;
    }
    #banner .container >div{
        padding: 60px 0px 9px 60px;
    }
}
@media (max-width: 1440px) {
    .subheadline {
        display: none;
    }
}
@media screen and (max-width: 1199px){
    #banner .container >div {
        max-width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 991px){
    #banner{
        height: 100%;
        padding: 15px;
    }
    .insider-inner-1 p{
        text-align: left;
    }
    #banner .container{
        background-color: transparent;
        min-height: 50rem;
    }
    #banner .container >div{
        padding: 0;
        text-align: center;
    }
    .banner-flex-1{
        grid-template-columns: 1fr;
    }
    .logo {
        max-width: 155px;
    }
    #banner .container h1{
        font-size: 34px;
    }
    .insider-guide{
        flex-direction: column-reverse;
        gap: 18px;
    }
    .insider-inner-1{
        width: 100%;
        align-items: center;
    }
    .insider-inner-1 img{
        width: 69px;
        height: 48px;
    }
    .insider-inner-2{
        width: 100%;
    }
    #disclaimer p{
        margin-top: 60px;
        text-align: center;
    }
    .desk {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .banner-flex-1{
        grid-template-columns: 1fr;
        max-width: 100%;
    }
    #disclaimer{
        display: none;
    }
    #disclaimer-mob{
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #00000066;
        padding: 0 15px;
        text-align: center;
    }
    #disclaimer-mob p{
        font-size: 12px;
        color: #cad5e281;
    }
    #disclaimer-mob a{
        color: #cad5e281;
        font-size: 12px;
    }
    #banner {
        background-image: url(../images/banner-mob.jpg?v=1);
        height: 100vh;
        min-height: 53rem;
        justify-content: flex-start;
    }
    .banner-flex-1 div img{
        max-width: 18px;
    }
    .banner-flex-1 div{
        padding: 0 15px;
    }
    .span-wrap{
        margin-top: 35px;
    }
    #banner .container {
        min-height: 47rem;
        padding-top: 40px;
        justify-content: flex-start;
    }
    #banner .container h1 {
        font-size: 20px;
        line-height: 1.3
    }
    .insider-guide{
        margin-top: 24px;
        border-radius: 18px;
        background: #00000066;
    }
    .p-text-1{
        font-size: 14px;
    }
    .banner-flex-1 div p{
        font-size: 13px;
    }
    #disclaimer p{
        max-width: 100%;
    }
    .main-wrap{
        margin-top: 25px;
    }
    .btn{
        margin-top: 17px;
        font-size: 13px;
    }
}