@font-face {
    font-family: "tt_hoves_pro_trialthin";
    src: url("/front/assets/fonts/tt_hoves_pro_trial_thin.woff2") format("woff2"), url("/front/assets/fonts/tt_hoves_pro_trial_thin.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "AbrilFatface";
    src: url("/front/assets/fonts/AbrilFatface-Regular.ttf") format("truetype"), url("/front/assets/fonts/AbrilFatface-Regular.ttf") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "tt_hoves_pro_trialblack";
    src: url("/front/assets/fonts/tt_hoves_pro_trial_black.woff2") format("woff2"), url("/front/assets/fonts/tt_hoves_pro_trial_black.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "tt_hoves_pro_trialbold";
    src: url("/front/assets/fonts/tt_hoves_pro_trial_bold.woff2") format("woff2"), url("/front/assets/fonts/tt_hoves_pro_trial_bold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "tt_hoves_pro_trialextrabold";
    src: url("/front/assets/fonts/tt_hoves_pro_trial_extrabold.woff2") format("woff2"), url("/front/assets/fonts/tt_hoves_pro_trial_extrabold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "tt_hoves_pro_triallight";
    src: url("/front/assets/fonts/tt_hoves_pro_trial_light.woff2") format("woff2"), url("/front/assets/fonts/tt_hoves_pro_trial_light.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "tt_hoves_pro_trialmedium";
    src: url("/front/assets/fonts/tt_hoves_pro_trial_medium.woff2") format("woff2"), url("/front/assets/fonts/tt_hoves_pro_trial_medium.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "tt_hoves_pro_trialregular";
    src: url("/front/assets/fonts/tt_hoves_pro_trial_regular.woff2") format("woff2"), url("/front/assets/fonts/tt_hoves_pro_trial_regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "YaquoteScriptPersonalUse";
    src: url("/front/assets/fonts/YaquoteScriptPersonalUse.eot");
    src: url("/front/assets/fonts/YaquoteScriptPersonalUse.eot?#iefix") format("embedded-opentype"), url("/front/assets/fonts/YaquoteScriptPersonalUse.woff2") format("woff2"), url("/front/assets/fonts/YaquoteScriptPersonalUse.woff") format("woff"), url("/front/assets/fonts/YaquoteScriptPersonalUse.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.mtVar {
    margin-top: 100px
}

@media only screen and (min-width: 768px)and (max-width: 1024px) {
    .mtVar {
        margin-top: 50px
    }
}

@media (max-width: 767px) {
    .mtVar {
        margin-top: 30px
    }
}

.allHeader {
    background: transparent !important
}

.section {
    padding-top: 20px
}

@media (max-width: 1023px) {
    .section {
        padding-top: 125px
    }
}

.header.fixed .allHeader {
    background: #fff !important
}

.scrollBtn {
    position: absolute;
    bottom: 0;
    -webkit-mask: url(../img/scroll-bg.png);
    mask: url(../img/scroll-bg.png);
    mask-size: contain;
    mask-repeat: space;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background: #eff6fa;
    width: 158px;
    height: 105px;
    display: flex;
    align-items: flex-end;
    -webkit-mask-position: -1px 1px;
    cursor: pointer
}

@media (max-width: 1023px) {
    .scrollBtn {
        width: 108px;
        height: 72px
    }
}

.scrollBtn span {
    display: flex;
    align-items: center;
    font-family: tt_hoves_pro_trialmedium;
    font-size: 16px;
    margin: 20px
}

@media (max-width: 1023px) {
    .scrollBtn span {
        margin: 8px;
        font-size: 14px
    }
}

.scrollBtn span img {
    margin-right: 8px
}

.homeSlider {
    width: 100%;
    height: calc(100vh - 40px);
    overflow: hidden;
    position: relative
}

@media (max-width: 1023px) {
    .homeSlider {
        height: calc(100vh - 145px)
    }
}

.homeSlider * {
    outline: none !important;
    box-shadow: none !important
}

.homeSlider .slick-list, .homeSlider .slick-track {
    height: 100% !important
}

.homeSlider .listing {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    background: #0277b3;
    border-radius: 40px;
   /* overflow: hidden;*/
    border-bottom-right-radius: 0
}

@media (max-width: 767px) {
    .homeSlider .listing {
        background: transparent
    }
}

.homeSlider .listing .container-fluid {
    height: 100%
}

.homeSlider .listing .item {
    height: 100% !important;
    top: 0 !important;
    opacity: 0
}

.homeSlider .listing .item:first-child {
    opacity: 1
}

@media (min-width: 992px) {
    .homeSlider .listing .item.slick-current .animates.active {
        opacity: 1 !important
    }
}

@media (min-width: 992px) {
    .homeSlider .listing .item .animates {
        opacity: 0 !important
    }
}

.homeSlider .listing .all {
    display: flex;
    align-items: center;
    height: 100%
}

.homeSlider .listing .all .capBig {
    padding: 0 6vw;
    width: 50%;
    color: #fff
}

@media (max-width: 767px) {
    .homeSlider .listing .all .capBig {
        position: absolute;
        bottom: 115px;
        width: 100%;
        z-index: 1;
        padding: 0 25px
    }
}

.homeSlider .listing .all .capBig .cap_1 {
    font-family: tt_hoves_pro_trialbold;
    font-size: 2.57vw;
    line-height: 3.1vw
}

@media (max-width: 767px) {
    .homeSlider .listing .all .capBig .cap_1 {
        font-size: 23px;
        line-height: 27px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }
}

.homeSlider .listing .all .capBig .cap_2 {
    margin-top: 1.71vw;
    font-size: 1.71vw;
    line-height: 2.3vw;
    color: #ceeeff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media (max-width: 767px) {
    .homeSlider .listing .all .capBig .cap_2 {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
        -webkit-line-clamp: 4
    }
}

.homeSlider .listing .all .img {
    width: 50%;
    height: 100%;
    position: relative
}

@media (max-width: 767px) {
    .homeSlider .listing .all .img {
        width: 100%
    }

    .homeSlider .listing .all .img:before {
        content: "";
        background: #000;
        opacity: .5;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.homeSlider .listing .all .img picture {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%
}

.homeSlider .listing .all .img picture img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.homeSlider .moreBtnAndDots {
    position: absolute;
    bottom: 9vw;
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .homeSlider .moreBtnAndDots {
        position: initial;
        margin-top: 10px
    }
}

.homeSlider .moreBtnAndDots a {
    transition: .3s;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    background: #ceeeff;
    color: #000;
    font-family: tt_hoves_pro_trialmedium;
    padding: 0 30px;
    height: 50px;
    border-radius: 20px;
    border-top-left-radius: 0;
    font-size: 16px
}

.homeSlider .moreBtnAndDots a:hover {
    background: #f9c54b !important;
    color: #fff !important
}

@media (min-width: 2000px) {
    .homeSlider .moreBtnAndDots a {
        padding: 0 1.5vw;
        height: 2.67vw;
        font-size: .857449089vw
    }
}

@media (max-width: 767px) {
    .homeSlider .moreBtnAndDots a {
        height: auto;
        padding: 6px 15px;
        font-size: 13px
    }
}

.homeSlider .slick-dots {
    position: absolute;
    left: calc(6vw + 150px);
    bottom: 9.7vw;
    display: flex;
    align-items: flex-end;
    padding: 0;
    margin: 0
}

@media (max-width: 767px) {
    .homeSlider .slick-dots {
        display: none !important
    }
}

@media (min-width: 2000px) {
    .homeSlider .slick-dots {
        left: calc(7vw + 150px)
    }
}

.homeSlider .slick-dots li {
    list-style-type: none;
    display: flex;
    margin: 0 3px
}

.homeSlider .slick-dots li.slick-active button {
    height: 21px;
    background: #f9c54b;
    border-radius: 5px
}

.homeSlider .slick-dots li button {
    transition: .4s;
    text-indent: -99999px;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    border: none
}

.homeSlider .arrowBox {
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 20px;
    pointer-events: none
}

.homeSlider .arrowBox i {
    position: absolute;
    pointer-events: auto;
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.41vw;
    cursor: pointer
}

@media (max-width: 1023px) {
    .homeSlider .arrowBox i {
        font-size: 25px
    }
}

.homeSlider .arrowBox i.next {
    left: 50%;
    width: 5.35vw;
    height: 5.35vw;
    background: #f28e4c;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0
}

@media (max-width: 1023px) {
    .homeSlider .arrowBox i.next {
        width: 45px;
        height: 45px
    }
}

@media (max-width: 767px) {
    .homeSlider .arrowBox i.next {
        left: initial;
        right: 0;
        width: 60px;
        height: 60px;
        background: #f9c54b
    }
}

.homeSlider .arrowBox i.next:after {
   display: none;
    content: "";
    border-radius: 20px;
    border-bottom-left-radius: 0;
    width: 5.35vw;
    height: 5.35vw;
    background: #f9c54b;
    position: absolute;
    top: calc(-8.03vw - 5.35vw);
    left: 0
}


.titleAndFilterBox .mTitle{
    font-family: AbrilFatface;
}

@media (max-width: 1023px) {
    .box-t{
        display: none;
    }
    .homeSlider .arrowBox i.next:after {
        display: block;
        width: 45px;
        height: 45px;
        top: -101px
    }
}

@media (max-width: 767px) {



    .homeSlider .arrowBox i.next:after {
        top: -45px;
        left: initial;
        right: 60px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 20px;
    }
}

.homeSlider .arrowBox i.prev {
    right: 50%;
    width: 8.03vw;
    height: 8.03vw;
    background: #f9c54b;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 5.35vw
}

@media (max-width: 1023px) {
    .homeSlider .arrowBox i.prev {
        width: 60px;
        height: 60px
    }
}

@media (max-width: 767px) {
    .homeSlider .arrowBox i.prev {
        right: 60px;
        width: 45px;
        height: 45px;
        background: #f28e4c;
        bottom: 0
    }
}
