@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');


.zindex-nav{
    z-index: 100;
}
#videobanner{
    height: 70vh;
}
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}
#videooverlay{
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.bg-grad{
/*     background: rgb(75,73,112);
    background: linear-gradient(40deg, rgba(75,73,112,1) 25%, rgba(154,152,182,1) 80%); */
    background: rgb(75,73,112);
    background: linear-gradient(40deg, rgba(75,73,112,1) 25%, rgba(116,114,144,1) 75%);
}
.ga-logo{
    /* width: 150px; */
    width: 270px;
    margin-left: 3rem;
}

.bg-drop-menu{
    background-color: #8F8BAD;
}

.bg-drop-menu li a:hover{
    background-color: #4B4970;
}

/* .aboutus-title::before{
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    left: -100px;
    background: #000;
    overflow: hidden;
    top: 20px;
}

.ethics-title::before{
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    left: 560px;
    background: #000;
    overflow: hidden;
    top: 20px;
} */

#partners{
    /* background: #4B4970; */
    /* background: rgb(75,73,112);
    background: linear-gradient(180deg, rgba(75,73,112,1) 0%, rgba(116,114,144,1) 35%, rgba(116,114,144,1) 65%, rgba(75,73,112,1) 100%); */
    /* background: rgb(75,73,112);
    background: linear-gradient(180deg, rgba(75,73,112,1) 0%, rgba(181,179,199,1) 35%, rgba(181,179,199,1) 65%, rgba(75,73,112,1) 100%); */
    background: rgb(75,73,112);
    background: linear-gradient(180deg, rgba(75,73,112,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(75,73,112,1) 100%);
    padding: 3rem 0;
}

.logos{
    width: 250px;
    padding: 5rem;
}

.text-partners{
    font-size: 1.8rem;
    text-shadow: 2px 2px 2px black;
}

.overlay-content{
    min-height: 64vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 3rem;
}

.secondimg{
    position: absolute;
    bottom: 0;
    width: 275px;
    left: 0;
    right: 0;
    margin: auto;
}

.card1{
    background: #4B4970;
    color: white;
    border: none;
}
.card2{
    background: #747290;
    color: white;
    border: none;
}

.card3{
    background: #9D93A4;
    color: white;
    border: none;
}


.bg-vision{
    background-image: url("../img/compliance.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}
.content-vision{
    background-color: rgba(10,10,10, 0.6);
    width: 100%;
    padding: 2rem;
    height: 100%;
    padding: 2rem;
}

.container-prod-img:hover .image {
    opacity: 0.5;
}
.container-prod-img:hover .middle {
    opacity: 1;
}
.container-prod-img:hover .overlay {
    opacity: 1;
}

/* .text {
    background-color: #8F8BAD;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
} */

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    /* background-color: rgba(116,114,144, 0.6); */
}
.overlay-woman{
    background-color: rgba(116,114,144, 0.6);
}
.overlay-men{
    background-color: rgba(75,73,112, 0.6);
}
.overlay-kids{
    background-color: rgba(116,114,144, 0.6);
}
.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.contact-container{
    background-color: #747290;
    border-radius: 10px;
}

.btn-readmore{
    background-color: #4B4970;
    color: white;

}

.btn-readmore:hover{
    background-color: #8F8BAD;
    color: white;
    
}

.btn-send{
    background-color: #FAF9F5;
    color: #4B4970;

}

.btn-send:hover{
    background-color: #4B4970;
    color: #8F8BAD;
    
}

/* ---------------- Blockquote section -------------- */
blockquote {
	font-weight: 100;
	font-size: 2rem;
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: .5rem;
}

blockquote:before,
blockquote:after {
    font-family: "Sofia", cursive;
    font-weight: 400;
    font-style: normal;
	position: absolute;
	color: black;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

blockquote:after {
	content: '”';
	right: -5rem;
	bottom: 1rem;
}


.banner{
    height: 500px;
    overflow: hidden;
    margin-top: 4rem;
}

.culture{
    background-image: url('../img/culture.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.culture div h2{
    margin: 10rem 5rem;
}

.team{
    background-color: #4B4970;
    min-height: 150px;
    margin: 1rem;
    border-radius: 10px;
    color: white;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.team2{
    background-color: #4B4970;
    min-height: 150px;
    margin: 1rem;
    border-radius: 10px;
    color: white;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.team h4{
    width: 100%;
    font-size: 1.3rem;
}
.team h6 {
    font-size: .8rem;
}

/*   ----------- Products Pages ----------------------- */

.banner-img{
    height: 500px;
}
.bg-banners-top{
    margin-top: 4rem;
}

.bg-woman{
    background: rgb(75,73,112); /* #e3a1ce  pink */
    background: linear-gradient(40deg, rgba(75,73,112,1) 25%, rgba(227,161,206,1) 75%);
}
.bg-men{
    background: rgb(75,73,112);  /* #a1d5e3 blue */
    background: linear-gradient(40deg, rgba(75,73,112,1) 25%, rgba(161,213,227,1) 75%);
}
.bg-kids{
    background: rgb(75,73,112);
    background: linear-gradient(40deg, rgba(75,73,112,1) 25%, rgba(175,231,155,1) 75%);
}

@keyframes top1 {
    0% {display:none;opacity: 0;}
    5% {display:block;}
    10% {opacity: 1;}
    55% {opacity: 1;}
    60% {opacity: 0;display: none;}
    100% {display: none; opacity: 0;}
}

@keyframes sub1 {
    0% {display:none;opacity: 0;}
    5% {display:block;}
    10% {opacity: 1;}
    25% {opacity: 1;}
    30% {opacity: 0;display: none;}
    100% {display: none; opacity: 0;}
}
@keyframes sub2 {
    0% {display:none;opacity: 0;}
    30% {display:none;opacity: 0;}
    35% {opacity: 1; display: block;}
    55% {opacity: 1;}
    60% {display: none; opacity: 0;}
    100% {display: none; opacity: 0;}
}

@keyframes top2 {
    0% {display:none;opacity: 0;}
    60% {display:none;opacity: 0;}
    65% {opacity: 1; display: block;}
    80% {opacity: 1;}
    85% { opacity: 0;}
    100% { opacity: 0;}
}

@keyframes sub3 {
    0% {display:none;opacity: 0;}
    60% {display:none;opacity: 0;}
    65% {opacity: 1; display: block;}
    75% {opacity: 1;}
    80% {display: none; opacity: 0;}
    100% {display: none; opacity: 0;}
}

@keyframes sub4 {
    0% {display:none;opacity: 0;}
    81% {display:none;opacity: 0;}
    85% {opacity: 1; display: block;}
    95% {opacity: 1;}
    100% {display: none; opacity: 0;}
}

.anim-text-top1{
    animation-name: top1;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    font-size: 4rem;
}

.anim-text-top2{
    animation-name: top2;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    font-size: 4rem;
}

.anim-text-sub1{
    animation-name: sub1;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    font-size: 2.8rem;
}

.anim-text-sub2{
    animation-name: sub2;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    font-size: 2.8rem;
}

.anim-text-sub3{
    animation-name: sub3;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    font-size: 2.8rem;
}

.anim-text-sub4{
    animation-name: sub4;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    font-size: 2.8rem;
}

.carousel-caption{
    bottom: 40%!important;
}

.carousel-caption h1, .carousel-caption h2{
    text-shadow: 2px 2px 2px black;
}
.carousel-caption h1{
    font-size: 3rem;
}
.carousel-caption h2{
    font-size: 2.3rem;
}
.carousel-caption h1, .carousel-caption h2{
    text-shadow: 2px 2px 2px black;
}




/* ---------------------  Products ---------------------- */

.prod-btn-bg{
    background-color: #4B4970;
    color: white;
    font-size: 1.3rem;
}
.prod-btn-bg:not(.collapsed){
    background-color: #747290;
    color: white;
}
.prod-btn-bg::after{
    display: none;
}

/* ---------------------------Media query----------------------- */

@media only screen and (max-width: 600px) {
    .ga-logo{
        width: 210px;
    }
    .secondimg {
        position: relative;
        margin: auto;
        display: block;
    }

    .ethics-title::before, .aboutus-title::before, blockquote:after, blockquote:before{
        display: none;
    }

    .logos{
        padding: 2rem;
    }

    .banner{
        height: auto;
    }
    .culture div h2{
        margin: 7rem 3rem;
    }
    .text-partners{
        font-size: 1.6rem;
    }
    .anim-text-top1,.anim-text-top2{
        font-size: 2.3rem;
    }
    .anim-text-sub1,.anim-text-sub2,.anim-text-sub3,.anim-text-sub4{
        font-size: 1.8rem;
    }
    .banner-img{
        height: 400px;
    }
    .carousel-caption{
        bottom: 30%!important;
    }
    .carousel-caption h1{
        font-size: 2.5rem;
    }
    .carousel-caption h2{
        font-size: 1.8rem;
    }
}    