@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'PlusJakartaSans-italic';
    src: url(../fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'PlusJakartaSans';
    src: url(../fonts/PlusJakartaSans-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'Roc-Grotesk-Variable';
    src: url(../fonts/ROC-GROTESK-VARIABLE-VF.TTF);
}

.font-Roc-Grotesk-Variable {
    font-family: 'Roc-Grotesk-Variable';
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #fff;
    font-weight: 300;
}

header.scollActive {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #23292f;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.owl-nav>div {
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 40px;
    color: #fff;

    padding: 0;
}

.owl-nav>div i {
    font-size: 33px;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.text-colum {
    writing-mode: vertical-rl;
}

.ani-slide-in-drawer {
    animation: slide-in-drawer 300ms ease forwards;
}

@keyframes slide-in-drawer {
    100% {
        transform: translate(0, 0);
    }
}

.btn-site-drawer.active .box-icon-nav span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.btn-site-drawer.active .box-icon-nav span:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
}

.active .acOpa0,
.active.acOpa0 {
    opacity: 0;
}

.active .acOpa1,
.active.acOpa1 {
    opacity: 1;
}

.active .acTranX0,
.active.acTranX0 {
    transform: translateX(0);
}

.active .BfAcTranX-Full::before {
    transform: translateX(-100%);
}

.btn-tabMenu.active {
    color: #fff;
}

.tabMenu.hidden {
    opacity: 0;
}

.btn-search-city.active .fa-chevron-down {
    transform: rotate(-180deg);
}

.active.acTranY0,
.active .acTranY0 {
    transform: translateY(0px);
}

.active.acPoinEvAu,
.active .acPoinEvAu {
    pointer-events: auto;
    z-index: 999;
}

.text-underline-hover::before {
    /* content: ""; */
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    background-image: linear-gradient(to right, #1f2730, #1f2730);
    background-position: 100% 0;
    background-size: 300% 300%;
    transition: all 0.4s ease-in-out;
}

.text-underline-hover:hover::before {
    background-image: linear-gradient(to right,
    #1f2730,
    #1f2730 32.9%,
    transparent 33%,
    transparent 66.9%,
    #1f2730 67%,
    #1f2730);
    background-position: 0 0;
    transition: all 0.8s ease-in-out 0.2s;
}

.underline-white::before {
    /* background-image: linear-gradient(to right, #fff, #fff); */
}

.underline-white:hover::before {
    background-image: linear-gradient(to right,
    #fff,
    #fff 32.9%,
    transparent 33%,
    transparent 66.9%,
    #fff 67%,
    #fff);
}

.overlay {
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
}

.btn-site-drawer.active .icon-arrow {
    box-shadow: -1px 1px 0 0 #212121 inset !important;
    right: 2px;
    transition: all 500ms cubic-bezier(0.89, 0.08, 0.225, 0.985);
    transition-timing-function: cubic-bezier(0.89, 0.08, 0.225, 0.985);
}

.btn-dots-rectangle .owl-dots {
    text-align: center;
    padding-top: 20px;
}

.btn-dots-rectangle .owl-dot {
    background: #e0e0e080;
    width: 16px;
    height: 4px;
    margin: 0 8px;
    display: inline-block;
}

.btn-dots-rectangle .owl-dot.active {
    background: #e0e0e0;
}

.list-menu.open-menu {
    position: absolute;
    display: block;
    top: 100%;
    left: 0px;
    will-change: transform;
}

.line-clamp-2-new {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-3-new {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.home-about-desc h2 {
    font-size: 55px;
    line-height: 67px;
    font-weight: 500;
    /* font-family: "Roc-Grotesk-Variable"; */
    text-align: left;
    margin-bottom: 40px;
}

.content-content {
    font-size: 22px;
}

.content-content p,
.content-content li {
    margin-bottom: 10px;
}

.ctm-nav .owl-prev {
    left: -50px;
}

.ctm-nav .owl-next {
    right: -50px;
}

.ctm-nav .owl-nav>div {
    width: auto;
}

@media (max-width: 1440px) and (min-width: 1366px) {
    .home-about-desc h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .content-content {
        font-size: 20px;
    }

    .ctm-nav .owl-prev {
        left: 10px;
    }

    .ctm-nav .owl-next {
        right: 10px;
    }
}

@media (max-width: 1024px){
    .toggle-nav{
        display: inline-block!important;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .home-about-desc h2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 400;
    }

    .font-Roc-Grotesk-Variable {
        font-weight: 700;
    }

    .content-content {
        font-size: 20px;
    }

    .footer-socials img {
        height: 25px;
    }

    .section-alternate .desc {
        font-size: 19px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .img-full {
        width: 100%;
        max-width: 100% !important;
    }

    .content-content {
        font-size: 20px;
    }

    .home-about-desc h2 {
        font-size: 33px;
        line-height: 45px;
        font-weight: 500;
    }

    .footer-socials img {
        height: 25px;
    }

    .font-Roc-Grotesk-Variable {
        /* font-weight: 700; */
    }

}

@media (max-width: 768px) {
    .ctm-nav .owl-next {
        right: 15px !important;
    }

    .ctm-nav .owl-prev {
        left: 15px !important;
    }
}

@media (max-width: 768px) {
    .home-slides h2:after{
        content: "";
        background: #fff;
        height: 3px;
        width: 80px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .home-slides h2{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .ctm-owl .owl-nav>div.owl-prev,
    .ctm-owl .owl-nav>div.owl-next{
        display: none;
    }
}

@media (max-width: 768px) and (min-width: 650px) {
    .home-slides h2{
        font-size: 58px;
        line-height: normal;
        position: relative;
    }
}

@media (max-width: 992px) {
    .ctm-nav .owl-next {
        right: 15px !important;
    }

    .ctm-nav .owl-prev {
        left: 15px !important;
    }
}

@media (max-width: 1366px) {
    .playVideo img {
        height: 100px;
    }
}

@media (max-width: 768px) {
    #home-video video,
    #home-video source {
        height: 500px;
        object-fit: cover;
    }

    #home-video .home-next-button,
    #home-video .home-prev-button {
        display: none;
    }
    #home-video .owl-dots > div span {
        height: 4px;
        margin-inline: 10px;
        border-radius: 2px;
    }
    .playVideo img {
        height: 70px;
    }
}

@media (max-width: 767px) {
    .font-Roc-Grotesk-Variable {
        /* font-weight: 500; */
    }

    .home-about-desc h2 {
        font-size: 23px;
        line-height: 30px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .content-content {
        font-size: 18px;
    }

    .footer-socials img {
        height: 25px;
    }

    .mobile-text-2 {
        -webkit-line-clamp: 2;
    }

    .item-alternate:first-child {
        margin-top: 20px !important;
    }
}

.cut-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.hover-zoom:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.hover-zoom img {
    transition: all 0.4s;
}

.hover-zoom {
    overflow: hidden;
}

.scollActive>div>div {
    margin-top: 0;
    padding-block: 5px;
    transition: all 0.4s;
}

.scollActive>div>div .logo {
    height: 66px;
    object-fit: contain;
    transition: all 0.4s;
}

.ctm-owl .owl-nav>div.owl-prev {
    left: -65px;
}

.ctm-owl .owl-nav>div.owl-next {
    right: -65px;
}
.playVideo.toggle {
    opacity: 0;
}