:root {
    --main-orange: #f59439;
    --font-gray: #343333;
}

/* #region General style */
body {
    background-color: rgb(247, 246, 221);
}

html {
    scroll-behavior: smooth;
}

::selection {
    background: #f1a053;
}

h2 {
    color: var(--font-gray) !important;
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--font-gray) !important;
}

.text-justify {
    text-align: justify;
}

.h-100 {
    height: 100% !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.position-absolute {
    position: absolute !important;
}

.text-center {
    text-align: center !important;
}

/* #endregion General style */
/* #region Nav */

.nav-menu {
    background-color: #151515 !important;
    z-index: 2;
}

.nav-menu a {
    color: var(--main-orange) !important;
}

.nav-menu a:hover {
    color: #b9600c !important;
}

.navbar-mob {
    background-color: var(--main-orange);
}

.navbar-brand {
    margin-right: 30%;
}

ul.dropdown-menu-mob.show {
    background-color: #151515;
    border-radius: 0;
    border-bottom: 1px solid orange;
}

.logo {
    width: 70%;
}

/* #endregion Nav */
/* #region Home block */
#home-screen {
    position: relative;
}

.home-block {
    background-color: var(--main-orange) !important;
}

.home-screen-img {
    position: absolute;
    right: 10%;
    bottom: 32%;
    width: 20%;
    border-radius: 21px;
    transform: rotate(-20deg);
}

.home-screen-img::before {
    position: absolute;
    top: 20%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    border-radius: 5px;
}

.home-screen-img-2 {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
}

img.home-screen-img.home-screen-img-2 {
    width: 31%;
}

.home-bucket {
    width: 280px;
}

.btn-home {
    position: relative;
    padding: 8px 15px;
    border: 1px solid #fff;
    color: #bf640e;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    z-index: 1;
    transition: all 0.6s ease-out 0.0s;
}

.btn-home:hover,
.btn-home:focus {
    color: #f59439;
}

.btn-home:before,
.btn-home:after,
.btn-home span:before,
.btn-home span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background-color: #fff;
    color: var(--main-orange) !important;
    height: 100%;
    z-index: -1;
    transition: all 0.4s ease 0s;
}

.btn-home:after,
.btn-home span:before {
    left: auto;
    right: 0;
}

.btn-home span:before,
.btn-home span:after {
    transition-delay: 0.4s;
}

.btn-home:hover:before,
.btn-home:hover:after,
.btn-home:hover span:before,
.btn-home:hover span:after {
    width: 100%;
}

.learn-more-link {
    text-decoration: none;
    color: var(--font-gray);
}

button.btn.btn-home.btn-outline-light {
    background-color: #f5ac68;
}


/* #endregion Home block */
/* #region Intro block */
.intro-block img {
    box-shadow: 5px 5px 18px 5px rgba(0, 0, 0, 0.29);
    border-radius: 4px;
}


/* #endregion Intro block */
/* #region Parallax block */
.parallax {
    min-height: 500px;
    background-image: url("assets/images/about-banner-light.jpg");
    background-attachment: fixed;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: auto;
}

/* #endregion Parallax block */
/* #region Companies slider block*/
.container-logo {
    background-color: var(--main-orange);
}

.logo-slider {
    box-shadow: 5px 5px 18px 5px rgba(0, 0, 0, 0.29);
}

.container-logo {
    overflow: hidden;
}

.logos img {
    width: 19%;
}

.container-logo .slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;
}

.container-logo .slider .logos {
    display: inline-block;
    width: 100%;
    margin: 0px 0;
}

.container-logo .slider .logos .fab {
    width: calc(100% / 5);
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

/* Companies slider */
.icons {
    width: 100%;
    overflow: hidden;
}

.container-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.container-logos img {
    margin-right: 20px !important;
}

.logo-barclays {
    position: relative;
    top: 20px;
}

/* Companies slider */

/* #endregion Companies slider block*/
/* #region Entepreneur block*/
.entepreneur-img img {
    -webkit-box-shadow: 5px 5px 18px 5px rgba(0, 0, 0, 0.29);
    box-shadow: 5px 5px 18px 5px rgba(0, 0, 0, 0.29);
    border-radius: 4px;
}

/* #endregion Entepreneur block*/
/* #region Gallery block*/

.gallery {
    width: 100%;
    margin: 0 auto;
    background-color: var(--main-orange);
    overflow: hidden;
}

.gallery.vis .container h1,
.gallery.vis .container h2 {
    opacity: 1;
    transform: none;
}

.gallery.vis .container .h2 {
    transition-delay: 0.2s;
}

.gallery.vis .container .content-img .imageBlock {
    opacity: 1;
    transform: none;
}

.gallery.vis .container .content-img .imageBlock:nth-child(1) {
    transition-delay: 0.1s;
}

.gallery.vis .container .content-img .imageBlock:nth-child(2) {
    transition-delay: 0.2s;
}

.gallery.vis .container .content-img .imageBlock:nth-child(3) {
    transition-delay: 0.3s;
}

.gallery.vis .container .content-img .imageBlock:nth-child(4) {
    transition-delay: 0.4s;
}

.gallery.vis .container .content-img .imageBlock:nth-child(5) {
    transition-delay: 0.5s;
}

.gallery.vis .container .content-img .imageBlock:nth-child(6) {
    transition-delay: 0.6s;
}

.gallery.vis .container .content-img .imageBlock:nth-child(7) {
    transition-delay: 0.7s;
}

.gallery.vis .container .content-img .imageBlock:nth-child(8) {
    transition-delay: 0.8s;
}

.gallery.vis .container .content-img .imageBlock:nth-child(9) {
    transition-delay: 0.9s;
}

.gallery.vis .container .content-img .imageBlock:nth-child(10) {
    transition-delay: 1s;
}

.gallery.scale .container {
    opacity: 0;
    transform: scale(1.2);
}

.gallery .container {
    min-height: 100vh;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    transition: ease all 0.5s;
}

.gallery .container h1,
.gallery .container h2 {
    opacity: 0;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    transform: translateY(-30px);
    transition: ease all 0.5s;
}

.gallery .container h1 {
    font-size: 60px;
}

.gallery .container .content-img {
    display: flex;
    width: 100%;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.gallery .container .content-img .imageBlock {
    position: relative;
    width: calc((100% / 3) - 20px);
    height: 250px;
    margin: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateX(-50px);
    overflow: hidden;
    cursor: pointer;
    transition: ease all 0.5s;
}

.gallery .container .content-img .imageBlock:hover:before {
    opacity: 1;
}

.gallery .container .content-img .imageBlock:hover .img-title {
    transform: none;
}

.gallery .container .content-img .imageBlock:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(transparent, #fff);
    transition: ease all 0.5s;
}

.gallery .container .content-img .imageBlock .img-title {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    color: #373636;
    font-size: 30px;
    text-align: center;
    transform: translateY(100%);
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s;
    font-size: 26px;
}

.fullPreview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    display: none;
    background-color: rgba(28, 28, 28, 0.9);
    z-index: 100;
}

.fullPreview.anim .wrapper .title {
    opacity: 0;
    transform: translateX(-100px);
    transition-delay: 0s;
}

.fullPreview.anim .wrapper img {
    opacity: 0;
    transform: translateX(100px);
}

.fullPreview.anim .wrapper .desc {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 0s;
}

.fullPreview .cerrarModal {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
    background-color: var(--main-orange);
    cursor: pointer;
    z-index: 10;
    transition: ease all 0.3s;
}

.fullPreview .cerrarModal:hover {
    transform: rotate(90deg);
}

.fullPreview .cerrarModal:before,
.fullPreview .cerrarModal:after {
    position: absolute;
    width: 50%;
    height: 2px;
    content: "";
    background-color: #1c1c1c;
}

.fullPreview .cerrarModal:before {
    transform: rotate(45deg);
}

.fullPreview .cerrarModal:after {
    transform: rotate(-45deg);
}

.fullPreview .wrapper {
    position: relative;
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.fullPreview .wrapper .blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(40px);
    transition: ease all 0.5s;
}

.fullPreview .wrapper .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    text-align: center;
    /* color: transparent; */
    color: #000;
    font-size: 70px;
    z-index: 1;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s 0.3s;
}

.fullPreview .wrapper img {
    position: relative;
    max-width: 90%;
    max-height: 80%;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s;
}

.fullPreview .wrapper .desc {
    position: relative;
    padding: 10px 0;
    width: 100%;
    max-width: 600px;
    color: #fff;
    text-align: center;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s 0.5s;
}

.fullPreview .controles {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.fullPreview .controles .control {
    position: relative;
    width: 50px;
    height: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s;
}

.fullPreview .controles .control:hover {
    width: 70px;
}

.fullPreview .controles .control.av {
    margin-left: auto;
}

.fullPreview .controles .control.ret {
    margin: 10px 30px 0 0;
    transform: rotate(180deg);
}

.fullPreview .controles .control:before,
.fullPreview .controles .control:after {
    content: "";
    position: absolute;
}

.fullPreview .controles .control:before {
    left: 0;
    width: 80%;
    height: 2px;
    background-color: var(--main-orange)
}

.fullPreview .controles .control:after {
    right: 0;
    width: 10px;
    height: 10px;
    border: 2px solid var(--main-orange);
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg);
}

.imageBlock {
    -webkit-box-shadow: 5px 5px 18px 5px rgba(0, 0, 0, 0.29);
    box-shadow: 5px 5px 18px 5px rgba(0, 0, 0, 0.29);
}

/* #endregion Gallery block*/
/* #region Video block*/
.video-block {
    background-color: var(--main-orange);
}

.video-part iframe {
    -webkit-box-shadow: 5px 5px 18px 5px rgba(0, 0, 0, 0.29);
    box-shadow: 5px 5px 18px 5px rgba(0, 0, 0, 0.29);
}

.video-part {
    margin-top: 10px;
}


iframe {
    border-radius: 4px;
}

/* #endregion Video block*/
/* #region Testimonials block */
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.quote {
    line-height: 38.6px;
    font-size: 22px;
}

.testimonials #quotes {
    top: -28px;
    width: 90px;
}

#quotes {
    top: -12px;
    left: 0px;
    z-index: -1;
}

#testimonials-block,
.carousel {
    height: 307px;
}

#testimonials-block h2 {
    color: #343333;
}

.carousel {
    position: relative;
    top: -50px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: -13px;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.text-end {
    text-align: right !important;
}

.carousel-testimonials-left-arrow {
    background-image: url("./assets/images/left-arrow.png");
    filter: none !important;
}

.carousel-testimonials-right-arrow {
    background-image: url("./assets/images/right-arrow.png");
    filter: none !important;
}
.carousel-control-next, .carousel-control-prev{
    opacity: .7;
} 

/* #endregion Testimonials block */
/* #region Footer block*/
.footer-container {
    background-color: #151515;
}

.footer-container a {
    color: var(--main-orange) !important;
}

.footer-container a:hover {
    color: #b9600c !important;
    cursor: pointer;
}

.copyright-link {
    color: var(--main-orange) !important;
}

/* #endregion Footer block*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}

#myBtn img {
    width: 37%;
}

#myBtn:hover {
    opacity: 0.85;

}

.lead {
    font-size: 1.15rem;
}

/* #region Media queries */
@media (min-width: 2180px) {
    img.home-screen-img.home-screen-img-2 {
        display: none !important;
    }

    .home-bucket {
        display: none !important;
    }
}



@media (max-width: 1400px) {
    .fullPreview .wrapper .title {
        top: -5%;
        width: 100%;
        font-size: 46px;
    }
}

@media (min-width: 1500px) {
    .home-screen-img-2 {
        left: 0;
    }

    .home-screen-img {
        right: 3%;
        bottom: 35%;
    }

    .home-screen-img-2 {
        width: 24%;
    }

    .home-bucket {
        width: 310px;
    }

    .navbar-brand {
        margin-right: 50% !important;
    }
}

@media (min-width: 1700px) {
    .home-screen-img-2 {
        left: 0;
    }

    .home-screen-img {
        right: -11%;
        bottom: 30%;
    }

    section#about {
        margin-bottom: 60px !important;
    }

    .home-screen-img {
        bottom: 20%;
    }

    .home-bucket {
        width: 330px;
    }

    .carousel-caption {
        position: absolute;
        right: 17%;
        bottom: 24px;
    }
}

@media (min-width: 1200px) {
    .home-screen-img-2 {
        width: 34%;
    }

    .navbar-brand {
        margin-right: 40% !important;
    }

    .home-screen-img {
        right: 7%;
    }
}

@media (max-width: 1300px) {
    .home-screen-img-2 {
        top: 11%;
    }

    .quote {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

}

@media (max-width: 1200px) {
    .about-section {
        padding-top: 0 !important;
    }
}

@media (max-width: 1100px) {
    .wrapper img {
        top: -4%;
    }

    .home-bucket {
        width: 260px;
    }
}

@media (max-width: 992px) {
    .home-bucket {
        width: 220px;
    }

    .intro-img {
        margin: 0 auto;
        width: 60%;
    }

    .entepreneur-img {
        margin: 0 auto;
        width: 60%;
        border-radius: 4px;
    }

    h1,
    h2 {
        text-align: center;
    }

    .quote {
        line-height: 35px;
    }

    .fullPreview .wrapper img {
        top: 0;
    }

    .entrepreneur-block {
        padding-bottom: 0 !important;
    }

    .video-content-block {
        padding-top: 0 !important;
        padding-bottom: 1rem !important;
    }

    .intro-block {
        padding-bottom: 1rem !important;
    }

}

@media (max-width: 860px) {
    .home-bucket {
        display: none;
    }

    .home-screen-img-2 {
        display: none !important;
    }

    .home-screen-img {
        bottom: 49%;
    }

    .logos img {
        width: 19%;
    }

    .carousel-caption {
        bottom: -18px;
    }

    .quote {
        width: 85% !important;
    }
}

@media (max-width: 830px) {

    h3.title {
        padding-right: 10px;
        padding-left: 10px;
    }

}

@media (max-width: 768px) {

    .navbar-brand {
        margin-right: 0;
    }

    .parallax {
        min-height: 500px;
        background-image: url(assets/images/about-banner-mob.jpg);
        background-attachment: fixed;
        background-position: inherit;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .quote {
        line-height: 30px;
    }

    .btn-home {
        margin-bottom: 30px;
    }

    .gallery .container .content-img .imageBlock {
        width: calc((100% / 1) - 20px);
    }

    .fullPreview .wrapper .title {
        top: 5%;
        left: 0;
        font-size: 34px;
        text-align: center;
    }

    .fullPreview .wrapper img {
        top: 5%;
    }

    .intro-block {
        padding-top: 30px !important;
    }

    .testimonial-block {
        padding: 0 !important;
    }

    .about-section {
        margin-top: 30px !important;
    }

    .entrepreneur-block {
        padding-bottom: 0 !important;
    }

    .video-block .video-content-block {
        padding-top: 0 !important;
    }

    #testimonials-block,
    .carousel {
        height: 266px;
    }
    
    .carousel-control-prev {
        left: -8px;
    }
    .carousel-control-next {
        right: -8px;
    }    

    .logos img {
        width: 19%;
    }

    #myBtn {
        right: 0;
        bottom: 5px;
    }
    .intro-block {
        padding-bottom: 0rem !important;
    }
    section.terms-conditions, section.privacy-policy, section.cookies {
        text-align: justify;
        padding-right: 10px;
        padding-left: 10px;
    }
    section.terms-conditions .container, section.privacy-policy .container, section.cookies .container{
        margin-top: 20px!important;
        margin-bottom: 15px!important;
    }   
}

@media (max-width: 688px) {

    #testimonials-block,
    .carousel {
        height: 387px;
    }

    #myBtn {
        right: -35px;
    }
}

@media (max-width: 590px) {

    #testimonials-block,
    .carousel {
        height: 350px;
    }

    .carousel-caption {
        bottom: 2px;
    }

    .carousel-block {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .quote {
        font-size: 20px;
        width: 80% !important;
    }    
}

@media (max-width: 540px) {

    #testimonials-block,
    .carousel {
        height: 480px;
    }

}

@media (max-width: 468px) {
    img.logo {
        width: 70%;
    }

    a.navbar-brand {
        width: 80%;
    }

    .quote {
        line-height: 27px;
        padding: 0 !important;
    }

    .testimonial-block h2 {
        padding: 0 !important;
    }

    .companies-header {
        margin-bottom: 1rem !important;
    }

    #testimonials-block,
    .carousel {
        height: 410px;
    }

    .d-flex.justify-content-center.align-items-center.h-100.p-5.testimonials-block {
        padding: 10px !important;
    }
}

@media (max-width: 440px) {

    #testimonials-block,
    .carousel {
        height: 436px;
    }
}

@media (max-width: 427px) {

    #testimonials-block,
    .carousel {
        height: 454px;
    }

    /* .fullPreview .wrapper img {
        top: 10%;
    } */
}

@media (max-width: 397px) {

    #testimonials-block,
    .carousel {
        height: 400px;
    }

    .quote {
        font-size: 16px;
    }

    .fullPreview .wrapper img {
        top: -5%;
    }
}

@media (max-width: 385px) {

    #testimonials-block,
    .carousel {
        height: 455px;
    }
}

@media (max-width: 350px) {
    .fullPreview .wrapper img {
        top: 0;
    }
}

/* #endregion Media queries */