@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,900;1,400;1,900&display=swap');
@font-face {
    font-family: UTM Bebas;
    src: url('/frontend/fonts/UTM Bebas.ttf');
}
@font-face {
    font-family: UTM Avo;
    src: url('/frontend/fonts/UTM AvoBold_Italic.ttf');
}
*{
    margin: 0;
    padding: 0;
    font-family: 'UTM Bebas', sans-serif;
    box-sizing: border-box;
}
a img:hover{
    filter: brightness(120%);
}
.wrapper{
    background: url("/frontend/images/webv3/bg.jpg");
    background-size: 100% auto;
}
.bg-gradient-pink-purple{
    background: rgb(215,10,132);
    background: linear-gradient(180deg, rgba(215,10,132,1) 0%, rgba(82,18,127,1) 100%);
}
.bg-gradient-yellow-purple{
    background: rgb(255,204,92);
    background: linear-gradient(180deg, rgba(255,204,92,1) 0%, rgba(156,42,156,1) 100%);
}
.bg-gradient-orange{
    background: rgb(255,100,58);
    background: linear-gradient(180deg, rgba(255,100,58,1) 0%, rgba(255,31,0,1) 100%);
}
.bg-yellow{
    background: #fec340;
}
.bg-be{
    background: #ffebc3;
}
.bd-den1px{
    border: 1px solid black;
}
.bd-radius10px{
    border-radius: 10px;
}
.bd-be5px{
    border: 5px solid #ffebc3;
    border-radius: 10px;
}
.container_v4{
    width: 1430px;
    max-width: 100%;
    margin: 0 auto;
}
.header{
    padding: 0;
    height: 300px;
}
.navbar-brand{
    display: none;
}
.menu-left{
    background: url("/frontend/images/webv3/v2/bg-menu.png");
    height: 70px;
    background-size: 100% 100%;
}
.menu-left .nav-link{
    font-size: 33px;
    color: white!important;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
    text-decoration: none;
    padding: 0 25px!important;
}
.menu-left a:hover, .menu-left a.active{
    background: rgb(255,207,96);
    background: linear-gradient(180deg, rgba(255,207,96,1) 0%, rgba(255,172,68,1) 25%, rgba(255,92,112,1) 50%, rgba(241,51,155,1) 75%, rgba(186,53,196,1) 100%);
}
.menu-left .nav-link-logo a:hover{
    background: transparent;
}
.nav-link-logo{
    max-width: 38%;
}
.menu-left .nav-link-logo img{
    max-width: 100%;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0.71);
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
    font-size: 20px;
    color: white!important;
}
.w-33{
    width: 33%;
}
.ml-05{
    margin-left: 0.5%;
}
.mt4{
    margin-top: 4%;
}
.ml1{
    margin-left: 1%;
}
.clearfix{
    clear: both;
}
.p-15{
    padding: 15px;
}
footer{
    color: white;
}
footer a{
    color: #2b2b2b;
    text-decoration: none;
}
footer p{
    color: #2b2b2b;
    margin-bottom: 0;
}
.ft-warning{
    color: white!important;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
}
.ft-policy{
    background: #2b2b2b;
    margin-top: 10px;
    padding: 15px;
    font-size: 21px;
    position: relative;
}
.ft-policy a{
    color: white!important;
    font-family: Montserrat, sans-serif;
}
.sidebar-right-icon{
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 100px;
    max-width: 13vw;
    z-index: 1;
}
.icon-gc img{
    width: 100%;
    display: block;
}
.warning18{
    max-height: 45px;
}
@media only screen and (max-width: 1435px) {
    .container_v4{
        padding: 0 10px;
    }
    .nav-link-logo{
        max-width: 32%;
    }
}
@media only screen and (max-width: 1250px) {
    .menu-left .nav-link{
        font-size: 28px;
    }
    .header{
        height: 180px;
    }
}
@media only screen and (max-width: 1115px) {
    .menu-left .nav-link{
        font-size: 22px;
    }
}
@media only screen and (max-width: 992px) {
    header{
        background: rgb(215,10,132);
        background: linear-gradient(180deg, rgba(215,10,132,1) 0%, rgba(82,18,127,1) 100%);
        height: 80px;
    }
    .header{
        padding: 0;
        height: 80px;
    }
    .navbar-brand{
        margin-left: 15px;
        display: block;
    }
    .navbar-brand img{
        margin-top: 0;
        max-height: 80px;
    }
    .nav-link-logo{
        display: none;
    }
    .navbar-toggler{
        margin-right: 15px;
    }
    .menu-left ul{
        background: rgb(215,10,132);
        background: linear-gradient(180deg, rgba(215,10,132,1) 0%, rgba(82,18,127,1) 100%);
        position: relative;
        z-index: 1000;
    }
}
@media only screen and (max-width: 769px) {
    .ft-policy{
        font-size: 16px;
    }
}