/* header */

.headline-pict {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: 85vh;
}

.headline-pict::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    filter: brightness(50%);
}

.headline-inside {
    position: relative;
}

.headline {
    overflow: hidden;
}

.headline-texts {
    margin-top: 35vh;
}

.headline-text {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    letter-spacing: 4px;
    overflow: hidden;
    background: linear-gradient(90deg, #FFFFFF, #FFFFFF, #FFFFFF);
    background-repeat: no-repeat;
    background-size: 80%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(121, 11, 11, 0);
}

#headline-text1 {
    animation: shadow-transition1 10s linear infinite;
    font-weight: bold;
    font-size: 38px;
}

#headline-text2 {
    animation: shadow-transition2 10s linear infinite;
    font-size: 24px;
}

@keyframes shadow-transition1 {
    0% {
        background-position: -500%;
    }
    
    30% {
        background-position: 0%;
    }

    80% {
        background-position: 0%;
    }

    100% {
        background-position: 500%;
    }
}


@keyframes shadow-transition2 {
    0% {
        background-position: -500%;
    }
    
    10% {
        background-position: -500%;
    }

    80% {
        background-position: 0%;
    }

    100% {
        background-position: 500%;
    }
}


@media only screen 
and (max-width : 610px) {
    #headline-text1 {
        font-size: 22px;
    }

    #headline-text2 {
        font-size: 12px;
    }
}

@media only screen 
and (max-width : 380px) {
    #headline-text1 {
        font-size: 18px;
    }

    #headline-text2 {
        font-size: 7px;
    }
}

/* what we do */
.whatwedo {
    margin-top: 5vh;
}

.topic-hat {
    width: 75px;
    height: 5px !important;
    border-width: 0;
    border-radius: 10px;
    color: #FF595B;
    background-color: #FF595B;
    opacity: 1;
}

.topic h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    /* font-size: 35px; */
    line-height: 52px;
}

.topic p {
    font-family: "Poppins", sans-serif;
}

#carousel {
    margin-top: 10vh;
    margin-bottom: 15vh;
}

.carousel-indicators {
    position: absolute;
    bottom: -65px;
}

.carousel-indicators button {
    background-color: black !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 5px;
}

.card-left {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 54vh;
}

.card-right-top {
    margin: 2vh auto 0 auto;
    overflow: hidden;
    position: relative;
    height: 25vh;
}

.card-right-bottom {
    margin: 0 auto 2vh auto;
    overflow: hidden;
    position: relative;
    height: 25vh;
}

.card-background {
    overflow: hidden;
    position: relative;
}

.card-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    filter: brightness(50%);
}

.carousel-elem {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.card-inside {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
}

.card-left .card-inside {
    margin-left: 30px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.card-right-top .card-inside,
.card-right-bottom .card-inside {
    margin-left: 15px;
    margin-right: 30px;
    margin-bottom: 15px;
}


@media only screen 
and (max-width : 610px) {
    .card-inside {
        font-size: 18px;
    }
}

@media only screen 
and (max-width : 380px) {
    .card-inside {
        font-size: 14px;
    }
}

/* blue label */

.blue-section {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    background: linear-gradient(90deg, #3A6588 8.19%, #1E75BC 79.37%, #97B8CA 137.11%);
}

.blue-section h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

/* image desc section */

.image-desc-section {
    margin-top: 12vh;
    margin-bottom: 15vh;
    overflow: hidden;
}

.image-desc-section .image-parent {
    position: relative;
}

.image-desc-section .left-image {
    width: 35vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.image-desc-section .topic {
    padding-right: 20%;
    text-align: justify;
    text-justify: inter-word;
}

.image-desc-section .topic h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
}

.image-desc-section .topic-hat {
    margin-right: 20%;
    float: right;
}

.image-desc-section .topic a {
    text-decoration: none;
    color: #FF595B;
    font-family: "Poppins", sans-serif;
}

.image-desc-section .topic a:hover {
    font-weight: bold;
    -webkit-transition: font-weight 0.5s ease-in-out;
    -ms-transition: font-weight 0.5s ease-in-out;
    transition: font-weight 0.5s ease-in-out;
}

@media only screen 
and (max-width : 767px) {
    .card-inside {
        font-size: 14px;
    }

    .image-desc-section .left-image {
        position: relative;
    }

    .image-desc-section .topic-hat {
        display: none;
    }

    .image-desc-section .topic h2 {
        text-align: center;
    }

    .image-desc-section .topic {
        margin-left: 25px;
        margin-right: 25px;
        padding: 0;
    }
}
