@import url("./menu.css"); /* Using a url */
@import url("./modal.css"); /* Using a url */

:root{
    --primary-color: #fff;
    --second-color: #000000;
}

/**
 * Smooth scrolling on the whole document
 */
 html {
	scroll-behavior: smooth;
}
body{
    font-family: 'facundoregular';
    font-size: 1.0625rem;
}
.noScrollbar{
    overflow-y: hidden;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

.wrapHolder{
    max-width: 1554px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.holder-btn{
    padding-top: 1.5625rem;
}

/*
.btn{
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
*/

#main_menu ul li:last-child a,
.btn {
    position: relative;
    padding: 20px 35px;
    margin: 10px;
    border: 2px solid black;
    /*background: steelblue;*/
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    z-index: 1;
    color: white;
    font-weight: 700;
    overflow: hidden;
}

#main_menu ul li:last-child a :hover,
.btn :hover {
    border-color: steelblue;
    color: steelblue;
}

#main_menu ul li:last-child a:after,
.btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    bottom: -1px;
    left: 0;
    right: 0;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    background: #000000;
    color:#fff;
}

/* Fill Skew */
#main_menu ul li:last-child a::after,
.fillskewopen::after {
    left: -20%;
    right: -20%;
    -moz-transform: skewX(45deg) scale(0, 1);
    -ms-transform: skewX(45deg) scale(0, 1);
    -webkit-transform: skewX(45deg) scale(0, 1);
    transform: skewX(45deg) scale(0, 1);
  }
  
#main_menu ul li:last-child a:hover::after,  
.fillskewopen:hover::after {
    -moz-transform: skewX(45deg) scale(1, 1);
    -ms-transform: skewX(45deg) scale(1, 1);
    -webkit-transform: skewX(45deg) scale(1, 1);
    transform: skewX(45deg) scale(1, 1);
}

#main_menu ul li:last-child a,
.btn-open-register{
    padding: .575rem 1.65rem;
    border-radius: 35px;
    display: inline-block;
    text-decoration: none;
    font-family: 'facundosemibold';
    font-size: 1rem;
    text-transform: uppercase;
}

#main_menu ul li:last-child a,
.fillskewopen.btn-open-register.white {
    background-color: #fff;
    color: #0036FF;
    border-color: #fff;
}

.fillskewopen.btn-open-register.blue {
    background-color: #0036FF;
    color: #fff;
    border-color: transparent;
}

#main_menu ul li:last-child a:hover,
.btn-open-register.blue:hover,
.btn-open-register.white:hover {
    color: white;
    border-color: black;
    text-decoration: none;
}

/*
.btn-register.white{
    background: var(--primary-color);
    color: #0036FF;
}
*/
#holder_video{
    position: relative;
    height: 100vh;
}
#holder_video .wrap-playvideo{
    height: 100vh;
    background-repeat: no-repeat;
    background-size:cover;
}
#holder_video .holderInfoVideo{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}
#holder_video .holderInfoVideo h1{
    font-size: 5.1875rem;
    color: var(--primary-color);
    line-height: 1;
    text-transform: uppercase;
    max-width: 39.9375rem;
}
#holder_video .holderInfoVideo h3{
    font-size: 1rem;
    color: var(--primary-color);
    font-family: 'gothamitalicbold';
}
video {
    width: 100%;
    height: auto;
    display: block;
    /*border: solid 1rem #fff;*/
}

#holder_video .content_center{
    top: 50%;
    left: 0%;
    /* left: 50%; */
    transform: translate(0%, -50%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.h_holder_hero{
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/bgs/S1_Banner_main.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.h_holder_hero .slogan{
    margin: 0 auto;
    max-width: 43.75rem;
    color: var(--primary-color);
    padding-top: 2.25rem;
    text-align: center;
    
}

.h_holder_hero .slogan .info { 
    max-width: 33.125rem;
    margin: 0 auto;
}

.h_holder_hero .slogan h1{
    text-transform: uppercase;
    margin-top: 2.125rem;
    padding-bottom: .5rem;
}
.h_holder_hero .slogan p{
    padding-top: .5rem;
    max-width: 29.9375rem;
}

#h_rainbow{
    background-image: url("../images/bgs/rainbow-finall-2.png");
    
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 14.3125rem;
    padding-bottom: 6.25rem;
    margin-top: 3.5rem;
    position: relative;
    /*background-color: #F2F1ED;*/
}


#h_rainbow .content{
    max-width: 31.25rem;
    margin: 0 auto;
    text-align: center;
}

#h_rainbow .content h1{
    text-transform: uppercase;
    font-family: 'facundosemibold';
    font-size: 2.1875rem;
    margin-bottom: 1.4375rem;
}

#h_rainbow .content p{
    padding-top: .9375rem;
    padding-bottom: .9375rem;
}

@media (max-width: 768px) {
    #h_rainbow {
        padding-top: 9.3125rem;
        padding-bottom: 48px;
        margin-top: 3.5rem;
    }

    #h_rainbow .content h1{
        font-size: 28px;
    }
}

.team_companies{
    /*background-color: #f7f6f2;*/
    background-image:  /*linear-gradient(180deg, rgba(247,246,242,0.5) 49%, rgba(255,255,255,0.5) 100%),*/ url('../images/bgs/set-bg-in-rainbow-2.jpg');
    
   
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

}

.team_companies .info {
    display: grid;
    grid-template-columns: auto auto;
    gap: 4rem;
    max-width: 80.125rem;
    margin: 0 auto;
    padding-top: 8.4375rem;
    padding-bottom: 3.125rem
}
.team_companies .info p{
    max-width: 31.3125rem;
}
.team_companies h2{
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
    max-width: 24.5625rem;
    font-size: 2.1875rem;
    font-family: 'facundosemibold';
    line-height: 1;
    text-transform: uppercase;
}

.team_companies .holder-btn{
    text-align: center;
    padding-bottom: 3.125rem;
}
@media (max-width: 768px) {
    .team_companies .info {
        grid-template-columns: 1fr;
        gap: 4rem;
        max-width: 100%;
        padding-top: 3.4375rem;
        padding-bottom: 1.0625rem;
    }

    .team_companies h2{
        max-width: 100%;
        font-size: 1.75rem;
    }

    .team_companies .info p{
        max-width: 100%;
    }

    .team_companies .holder-btn{
        text-align: center;
        padding-bottom: 1.25rem;
    }
}

/* Footer section */
footer{
    background-image: url("../images/bgs/Footer_Background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}


footer .content{
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    justify-content: space-between;
    align-items: center;
    
}

footer .holder_partner_logos{
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 30px;
    grid-auto-rows: 1fr;
    align-items: center;
}

footer .content .col-1{
    max-width: 580px;
    display: flex;
    gap: 2rem;
    text-align: center;
}
footer .content .col-1 .title{
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding-bottom: 1.125rem;
}
footer .content .col-2 p{
    max-width: 31.25rem;
    padding-bottom: 1.25rem;
    color: var(--primary-color);
}
footer .content .col-2 p:last-of-type{
    padding-bottom: 0rem;
}
footer .content .col-3 {
    text-align: center;
}
footer .content .col-3 .icons{
    display: flex;
    gap: .8125rem
}
@media (max-width: 1300px) {
    footer .content .col-1{
        max-width:500px;
    }
}
@media (max-width: 1024px) {
    footer .content .col-1{
        max-width: 100%;
    }

    footer .content .col-1{
        display: block;
        gap: 2rem;
    }

    footer .holder_partner_logos{
        grid-template-columns: repeat(2, auto);
    }


    footer .content {
        align-items: flex-start;
    }
}
@media (max-width: 768px) {
    footer .content {
        display: flex;
        flex-direction: column;
        gap: 1.875rem;
        
        align-items: center;
    }

    footer .content .col-1 .title{
        padding-top: 2rem;
    }
}