@font-face {
    font-family: 'Lust';
    src: url('../fonts/lust-slimfont-family/Lust\ Regular.woff2.otf');
}

:root {
    --gold-color: #9fae8c;
}

html, body {
    font-family: "Montserrat", sans-serif;
}

#background-video {
    width: 100%;
    height: 1000px;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}


/* ---Custom Button Size--- */
.btn-custom-size {
    background-color: #407ff0;
    font-family: "Gordita";
    border-radius: 25px;
    color: #ffffff;
    padding: 0;
    width: 210px;
    height: 70px;
    line-height: 67px;
}

.btn-custom-size.roboto-font {
    font-family: "Roboto", sans-serif;
}

.btn-md {
    height: 55px;
    line-height: 52px;
    border-radius: 0px;
}

.btn-lg {
    width: 230px;
    height: 70px;
    line-height: 67px;
    font-size: 19px;
}

.btn.sapphire-color {
    background-color: #042659;
    color: #000;
}

.btn.sapphire-color i {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #f9b047;
    font-size: 20px;
}

.btn.paua-color {
    background-color: #fff;
    font-weight: 800;
    color: #000;
    border: 2px solid #000;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
}

.btn.paua-color i {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fe6a21;
    font-size: 20px;
}

.btn.blackcurrant-color {
    background-color: #1f1927;
    color: #ffffff;
}

.btn.blackberry-color {
    background-color: #500836;
    color: #ffffff;
}

.btn.blue-color {
    background-color: #1a2c99;
    color: #ffffff;
}

.btn.extbot-primary-2 {
    background-color: #fe6a21;
}

.btn.extbot-primary-3 {
    background-color: #25b760;
}

.btn.extbot-primary-4 {
    background-color: #ff8144;
}

.btn.extbot-primary-5 {
    background-color: #f0582e;
    color: #ffffff;
}

.btn.extbot-primary-hover:hover {
    background-color: #407ff0;
    color: #ffffff;
}

.btn.extbot-primary-hover:hover i {
    color: #ffffff;
}

.btn.extbot-primary-hover-2:hover {
    background-color: #fe6a21;
    color: #ffffff;
}

.btn.extbot-primary-hover-2:hover i {
    color: #ffffff;
}

.btn.extbot-primary-hover-3:hover {
    background-color: #25b760;
    color: #ffffff;
}

.btn.extbot-primary-hover-3:hover i {
    color: #ffffff;
}

.btn.extbot-primary-hover-4:hover {
    background-color: #ff8144;
    color: #ffffff;
}

.btn.extbot-primary-hover-4:hover i {
    color: #ffffff;
}

.btn.sapphire-hover:hover {
    background-color: #042659;
    color: #ffffff;
}

.btn.blackcurrant-hover:hover {
    background-color: #000000;
}

.btn.blue-hover:hover {
    background-color: #1a2c99;
    color: #ffffff;
}

.btn-outline {
    background-color: #f5f8fb;
    border: 2px solid #e3e8f1;
    border-radius: 25px;
    color: #042659;
    font-weight: 500;
    font-size: 19px;
}


/*----------------------------------------*/
/*  13. Screen
/*----------------------------------------*/

.screen-area .section-title {
    color: #2f2b54;
    font-size: 55px;
    line-height: 70px;
}

@media (max-width: 767px) {
    .screen-area .section-title {
        font-size: 35px;
        line-height: 50px;
    }
}

.screen-bg {
    background-position: bottom;
}

@media (max-width: 1199px) {
    .screen-bg {
        background-position: right;
    }
}

@media (min-width: 1400px) {
    .screen-container {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .screen-container {
        max-width: 100%;
    }
}

.screen-slider {
    margin-top: -10px;
    margin-bottom: -10px;
}

.screen-slider .screen-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.screen-item {
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 32px;
    padding: 20px;
}

.screen-item:hover {
    border-color: #fe6a21;
}

@media (max-width: 767px) {
    .screen-item {
        border: 0;
    }
}

.screen-img {
    display: block;
}

.screen-arrow-wrap {
    padding-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.screen-arrow-wrap .screen-button-prev i:hover,
.screen-arrow-wrap .screen-button-next i:hover {
    background-color: #fe6a21;
    border-color: #fe6a21;
}


.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

* {
    --animate-duration: 1.5s;
}

.cloud {
    --animate-duration: 2.5s;
}

@media only screen and (orientation: portrait) and (min-height: 1000px) and (max-width: 450px) {
    .header-subject-mobile {
        display: block;
        width: 150%;
        position: absolute;
        bottom: 0;
    }

    .header-subject-desk {
        display: none;
    }
}

.green-separator {
    height: 4px;
    width: 60px;
    background-color: #42968a;
    margin-bottom: 10px;
}

.text-head-animation-close {
    font-family: 'Lust';
    color: #fff;
    z-index: 4;
    font-size: 60px;
    position: absolute;
    line-height: 60px;
    left: 50px;
    bottom: 120px;
}


.social {
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 10;
    color: black;
    border-radius: 50%;
    margin-right: 10px;
    background-size: cover;
}

.social-btn {
    position: absolute;
    bottom: 50px;
    margin-left: 200px;
    z-index: 2;

}

.social.insta {
    background-image: url(assets/img/insta.png);
}

.social.tw {
    background-image: url(assets/img/twitter.png);
}

.social.fb {
    background-image: url(assets/img/face.png);
}

.social.wa {
    background-image: url(assets/img/wa.png);
}


.text-head-animation-close {
    display: none;
}

.text-head-animation-claim {
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 26px;
    margin-top: 100px;
    position: absolute;
    top: 280px;
    z-index: 2;
    margin-left: 200px;
    letter-spacing: 3px;
    color: #fff;
}

.text-head-animation-claim a {
    color: #45968b;
}


@media (max-width: 1800px) {
    .text-head-animation-claim {
        margin-left: 50px;
    }

    .social-btn {
        margin-left: 50px;
    }
}

@media (max-width: 1200px) {
    .text-head-animation-claim {
        font-size: 14px;
        line-height: 22px;
        margin-top: 0px;
    }
}

@media only screen and (orientation: portrait) and (min-width: 601px) {

    .header-subject-mobile {
        display: block;
        width: auto;
        position: absolute;
        bottom: 0;
        max-height: 80%;
        right: 0;

    }
}

@media only screen and (orientation: portrait) {
    .text-head-animation-close {
        display: block;
    }

}


@media only screen and (min-width: 800px) {
    .text-head-animation-close {
        font-size: 90px;
        line-height: 80px;
    }

}

@media (orientation: landscape) {
    .inner-head-img {
        max-width: 80%;
    }
}

@media only screen and (orientation: landscape) and (max-width: 900px) {

    .inner-head-img {
        max-width: 50%;
    }

    .text-head-animation-claim {
        display: none;
    }

}

@media only screen and (orientation: landscape) and (max-width: 1200px) {

    .col-md-6 {
        position: relative;
    }


}

@media (max-width: 1099px) {
    .d-lg-block {
        display: none !important;
    }

    .d-lg-none {
        display: block !important;
    }
}

@media (min-width: 1100px) {
    .d-lg-block {
        display: block !important;
    }
}

.header-area {
    z-index: 10;
}

.header-position-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.form-style-2 .form-btn:hover {
    background-color: #000;
    color: #fff;
}

@media (orientation: portrait) {
    .social-btn {
        display: none;
    }
}


/* Carosello Creators */

.swiper {
    overflow: visible !important;
}


.slider {
    padding-bottom: 150px;
    background-color: #000;
    width: 100%;
    overflow: hidden;
    background-image: url(../img/bs_star.jpg);
    background-position: top center;
    background-size: cover;
    min-height: 932px;
}

.slider .section-title {
    color: #fff;
    margin-top: 100px;
}

.slider .section-desc {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 100px;
}

.creator-card {
    border: 0;
}

.creator-card .pic {
    height: 250px;
    background-color: #fff;
    opacity: 0.4;
    background-position: center center;
    background-size: cover;
}

.creator-card:hover .pic {
    opacity: 1;
}

.creator-card .desc-not-hovered {
    padding: 20px;
    background-color: var(--gold-color);
    color: #ffffff;
    height: 100px;
}

.creator-card:hover .desc-not-hovered {
    display: none;
}

.creator-card .desc-not-hovered .nome {
    font-family: 'Lust', serif;
    font-size: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
}

.creator-card .desc-not-hovered .cognome {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100;
}

.creator-card .desc-hovered {
    display: none;
    padding: 20px;
    height: 190px;
}

.creator-card:hover .desc-hovered {
    display: block;
}

.creator-card .desc-hovered .nome {
    font-family: 'Lust', serif;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
}

.creator-card .desc-hovered .professione {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 100;
}

.creator-card .desc-hovered .categoria {
    font-style: italic;
    font-size: 14px;
    opacity: 0.8;
}


.card-swiper-creators {
    padding: 30px;
    background-color: #9fae8c;
    color: #fff;
}

.desc-creators {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    /*display: none;*/
    height: 4px;
    overflow: hidden;
}

.tipo-creators {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 200;

}

.bottom-creators {
    height: 50px;
    position: absolute;
    bottom: 5px;
}

.new-creators {
    width: 42px;
    height: 42px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.btn.scopri-btn {
    font-family: 'Montserrat';
    font-weight: 700;
    border: 2px solid #414141;
    border-radius: 0;
    padding: 0 25px;
    display: inline-block;
    height: 42px;
    line-height: 40px;

}


.btn.scopri-btn:hover {
    font-family: 'Montserrat', serif;
    font-weight: 700;
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    display: inline-block;

}

.active-over {
    transform: scale(1.1) !important;
    z-index: 1;
    opacity: 1;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .6);
}


.card-swiper-creators {
    padding: 20px;
    background-color: #fff;
    color: rgb(0, 0, 0);
}

.desc-creators {
    display: block;
}

.modal-content {
    background: url("/assets/img/mattoni.jpg") no-repeat center center;
    background-size: cover;
}


.modal-content .container {
    padding: 30px;
}

.modal-content .content {
    margin-top: 150px;
}

.modal-content .nome {
    font-family: 'Lust', serif;
    font-size: 28px;
}


.modal-content .professione {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 100;
}


.modal-content .categoria {
    font-style: italic;
    font-size: 14px;
    color: #414141;
}

.modal-content .desc {
    color: #414141;
    font-weight: 400;
    letter-spacing: 2px;
}


.modal-content .avatar {
    width: 200px;
    border-radius: 50%;
}

@media only screen and (max-width: 1200px) {

    .slider {
        min-height: 1180px;
    }


    .swiper {
        margin: 0px 20px;
    }

    .creator-card {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .creator-card .pic {
        height: 400px;
        opacity: 1;
    }

    .active-over {
        transform: none !important;
        z-index: 1;
        opacity: 1;
        box-shadow: none;
    }

    .modal-content .content {
        margin-top: 10px;
    }

    .creator-card .desc-hovered {
        display: block;
    }

    .creator-card .desc-not-hovered {
        display: none;
    }

    .modal-content {
        background: url("/assets/img/mattoni-no-new.jpg") no-repeat center center;
        background-size: cover;
    }

}


/** utils **/

.bg-gold {
    background-color: var(--gold-color);
    color: #ffffff;
}