a {
    color: unset;
    text-decoration: unset;
}

body {
    font-family: "Cus-Regular";
}

.header {
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 9999;
    transition: all .5s ease-in-out;
}

.header.show{
    top: 0;
    background-color: #000;
}

.header.hidden{
    top: -150px;
    background: #000;
}

.header li::marker {
    content: "";
}

.header .firstNav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: clamp(3.90625px, 1.0416666666666667vw, 20.0px) clamp(64px,  8.33333333vw ,160px);
}

.header .firstNav .logo svg {
    width: clamp(17.3828125px, 4.635416666666667vw, 89.0px);
}

.header .secondNav {
    padding: clamp(3.90625px, 1.0416666666666667vw, 20.0px) clamp(31.25px, 8.333333333333334vw, 160.0px);
}

.header .firstNav ul{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 0;
}

.header .title {
    font-size: clamp(3.125px, 0.8333333333333334vw, 16.0px);
    font-weight: 400;
    line-height: clamp(4.6875px, 1.25vw, 24.0px);
    text-align: center;
    color: #FFFFFF;
    padding: clamp(0.78125px, 0.20833333333333334vw, 4.0px) clamp(4.8828125px, 1.3020833333333335vw, 25.0px);
    margin: 0 clamp(0.9765625px, 0.2604166666666667vw, 5.0px);
    position: relative;
    font-family: Cus-Light;
}

.header .title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
    border-radius: clamp(7.8125px, 2.0833333333333335vw, 40.0px);
    background: radial-gradient(101% 101% at 50% 101%, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0.06) 100%);
}

.header .title:hover::before{
    opacity: 1;
}

.header .title.actived::before{
    opacity: 1;
}

.header .secondNav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 0;
}

#mobileHeaderButton {
    display: none;
    background-color: unset !important;
    border: unset;
    padding: 0;
    margin: 0;
}

#mobileHeaderButton i {
    color: #fff;
    font-size: clamp(19.53125px, 5.208333333333334vw, 40.0px);
    line-height: 0;
}

.footer {
    background: radial-gradient(45% 52% at 40% 53%, #411B19 0%, #020408 100%);
}

.footer .logo {
    margin-bottom: clamp(27.734375px, 7.395833333333334vw, 142.0px);
}

.footer.customContainer {
    padding-bottom: 0;
}

.footer .columnList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: clamp(12.5px, 3.3333333333333335vw, 64.0px);
}

.footer .columnList .column .columnName p {
    font-family: 'Cus-Medium';
    font-size: clamp(3.90625px, 1.0416666666666667vw, 20.0px);
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.footer .columnList .column .itemList .item p {
    font-family: Cus-Light;
    font-size: clamp(2.734375px, 0.7291666666666667vw, 14.0px);
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #ffff;
    opacity: .7;
    transition: 0.3s ease-out;
}

.footer .columnList .column .itemList .item p:hover {
    opacity: 1;
}

.footer .columnList .column .itemList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.footer .langAndPrivacy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10%;
}

.footer .langAndPrivacy .imgGroup img {
    width: 1clamp(7.8125px, 2.0833333333333335vw, 40.0px);
    margin-right: 1rem;
}

.footer .langAndPrivacy p {
    font-family: 'Cus-Light';
    font-size: clamp(3.90625px, 1.0416666666666667vw, 20.0px);
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
}

.footer .transverseLine {
    width: 120%;
    height: 1px;
    background-color: #D8D8D8;
    opacity: 0.2;
}

.footer .langAndPrivacy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: clamp(12.5px, 3.3333333333333335vw, 64.0px);
}

.footer .langAndPrivacy .imgGroup img {
    width: 1clamp(7.8125px, 2.0833333333333335vw, 40.0px);
    margin-right: 1rem;
}

.footer .copyright {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: clamp(9.765625px, 2.604166666666667vw, 50.0px) 0;
}

.footer .copyright .left{
    gap: clamp(1.953125px, 0.5208333333333334vw, 10.0px);
}

.footer .copyright .contactList {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.footer .copyright .contactList .langSwitch {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer .copyright .contactList p {
    font-family: Arial MT;
    font-size: clamp(3.90625px, 1.0416666666666667vw, 20.0px);
    font-weight: normal;
    line-height: 26.4px;
    text-align: center;
    letter-spacing: 0px;
    color: #E5E5E5;
    margin: 0;
}

.footer .copyright .contactList .item {
    margin-right: 2rem;
}

.footer .copyright .iconList img{
    width: 30px;
    margin-left: 1rem;
}

.mobileHeader.nav-link {
    position: relative;
}

.mobileHeader .nav-link i{
    position: absolute;
    right: 1rem;
    opacity: 0;
}

.mobileHeader .nav-link .bi-chevron-up{
    opacity: 1;
}

.mobileHeader .collapsed .nav-link .bi-chevron-down{
    opacity: 1;
}

.mobileHeader .collapsed .nav-link .bi-chevron-up{
    opacity: 0;
}

.mobileHeader .cusCollapse {
    padding-left: 2rem;
}

nav.paginationNav {
    margin-bottom: clamp(9.765625px, 2.604166666666667vw, 50.0px);
}

nav.paginationNav .pagination{
    margin: auto;
}

nav.paginationNav .disabled {
    display: none;
}

nav.paginationNav .page-item {
    border: 0;
    margin: 0 .1rem;
}

nav.paginationNav .page-link, nav.paginationNav .page-link span {
    border: 0;
    border-radius: 196px;
    font-family: 'Cus-Light';
    font-size: clamp(3.125px, 0.8333333333333334vw, 16.0px);
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #0E1126;
    text-align: center;
    width: clamp(7.8125px, 2.0833333333333335vw, 40.0px);
    height: clamp(7.8125px, 2.0833333333333335vw, 40.0px);
}

.page-item:last-child .page-link {
    border-radius: 50px !important;
}

nav.paginationNav .page-link:focus {
    color: unset;
    background-color: unset;
    outline: 0;
    box-shadow: unset;
}

nav.paginationNav .page-item.active .page-link {
    background: #F5F6F8;
}

.langSwitch svg {
    margin-right: clamp(0.9375px, 0.25vw, 4.8px);
    width: clamp(4.6875px, 1.25vw, 24.0px);
}

.whatsApp {
    position: fixed;
    left: auto;
    z-index: 9999;
    bottom: 5.5rem;
    right: 1rem;
    width: 55px;
    height: 55px;
}

.whatsApp svg{
    width: 55px;
    border-radius: 50px;
}

.footer .columnList .column .itemList.first .item{
    font-family: Cus-Light;
    font-size: clamp(3.125px, 0.8333333333333334vw, 16.0px);
    font-weight: normal;
    line-height: clamp(7.8125px, 2.0833333333333335vw, 40.0px);
    letter-spacing: normal;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.footer .columnList .column .itemList.first .item.iconList {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: clamp(6.25px, 1.6666666666666667vw, 32.0px);
}

.footer .columnList .column .itemList.first .item.iconList svg {
    margin: 0;
}

.footer .columnList .column .itemList.first .item svg {
    margin-right: clamp(3.125px, 0.8333333333333334vw, 16.0px);
    width: clamp(5.2734375px, 1.40625vw, 27.0px);
    height: clamp(5.46875px, 1.4583333333333335vw, 28.0px);
}

.footer .columnList .column .itemList.first .item.iconList svg:last-child {
    width: clamp(7.8125px, 2.0833333333333335vw, 40.0px);
}

.langSwitchBtn, .langSwitchBtn.show {
    background: transparent;
    border: unset;
    border-top: unset !important;
    border-bottom: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    font-size: clamp(3.125px, 0.8333333333333334vw, 16.0px);
    z-index: 1;
    padding: clamp(1.5625px, 0.4166666666666667vw, 8.0px) clamp(2.9296875px, 0.78125vw, 15.0px);
    line-height: 0;
    width: clamp(32.8125px, 8.75vw, 168.0px);
}

.langSwitchBtn:hover, .langSwitchBtn:focus, .langSwitchBtn:active, .langSwitchBtn.show{
    background-color: transparent !important;
}

.langSwitchBtn::after, .langSwitchUl:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    mix-blend-mode: soft-light;
    background: rgb(112 68 71 / 20%);
    backdrop-filter: blur(clamp(3.90625px, 1.0416666666666667vw, 20.0px));
    z-index: -1;
    border: unset;
    border-top: unset !important;
    border-bottom: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-radius: 8px;
    margin: 0 !important;
}

.langSwitchUl {
    background-color: transparent;
    backdrop-filter: blur(clamp(3.90625px, 1.0416666666666667vw, 20.0px));
    min-width: auto !important;
    width: 100%;
}

.langSwitchUl a{
    color: #fff;
    font-size: clamp(3.125px, 0.8333333333333334vw, 16.0px);
}

.langSwitch i {
    font-size: clamp(2.34375px, 0.625vw, 12.0px);
    font-weight: bold;
    margin-left: clamp(1.5625px, 0.4166666666666667vw, 8.0px);
}

.footer .copyright .right a {
    width: 20%
}

.footer .copyright img {
    width: 100%
}

.footer .copyright .imgGroup {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 2%;
}

.footer .copyright p {
    margin: 0;
    font-family: Poppins;
    font-size: clamp(3.125px, 0.8333333333333334vw, 16.0px);
    font-weight: normal;
    line-height: clamp(5.46875px, 1.4583333333333335vw, 28.0px);
    letter-spacing: normal;
    color: #FFFFFF;
}



.back {
    position: absolute;
    color: #fff;
    z-index: 999;
    font-size: clamp(7.8125px, 2.0833333333333335vw, 40.0px);
    font-weight: bold;
    top: 2.5rem;
    left: 2.5rem;
    display: none;
}

.hover {
    will-change: transform;
    transition: transform 0.5s ease;
}

.hover:hover {
    transform: scale(1.1)
}

.customPadding {
    padding: clamp(31.25px, 8.333333333333334vw, 160.0px) 0;
}

.mobile {
    display: none;
}

.row>* {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.offcanvas {
    width: clamp(312.5px, 83.33333333333334vw, 640.0px) !important;
}


.offcanvas .offcanvas-title img{
    width: clamp(31.25px, 8.333333333333334vw, 64.0px)
}

.offcanvas .nav-item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-family: Cus-Regular;
    font-size: clamp(13.671875px, 3.6458333333333335vw, 28.0px);
    font-weight: normal;
    line-height: clamp(23.4375px, 6.25vw, 48.0px);
    text-align: center;
    letter-spacing: normal;
    color: #0E1126;
}

.offcanvas .nav-item a img{
    margin-right: clamp(7.32421875px, 1.953125vw, 15.0px);
    width: clamp(15.625px, 4.166666666666667vw, 32.0px);
}

.offcanvas .nav-item .line {
    height: 1px;
    color: #000;
}

.offcanvas .line {
    height: 1px;
    background-color: #E8E8EA;
    margin: clamp(8.7890625px, 2.34375vw, 18.0px) 0;
}

.footer.customPadding {
    padding-bottom: 0;
}

.back .dropdown-menu {
    width: clamp(110.83984375px, 29.557291666666668vw, 227.0px);
    padding: clamp(21.484375px, 5.729166666666667vw, 44.0px) clamp(12.6953125px, 3.385416666666667vw, 26.0px);
    border-radius: clamp(7.8125px, 2.0833333333333335vw, 16.0px);
}

.back li {
    width: clamp(71.77734375px, 19.140625vw, 147.0px) !important;
}

.back .dropdown-item {
    width: clamp(71.77734375px, 19.140625vw, 147.0px);
    font-family: Cus-Regular;
    font-size: clamp(13.671875px, 3.6458333333333335vw, 28.0px);
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: clamp(19.53125px, 5.208333333333334vw, 40.0px);
    padding: 0;
}

.back li:last-child .dropdown-item {
    margin-bottom: 0;
}


.layui-layer-dialog .layui-layer-content {
    font-family: Cus-Light;
    font-size: clamp(3.90625px, 1.0416666666666667vw, 20.0px) !important;
}

.layui-layer-hui {
    width: auto !important;
    border-radius: clamp(2.9296875px, 0.78125vw, 15.0px) !important;
}
