#pre-loader {
    height: 100vh;
    width: 100%;
}
body {
    height: 100%;
    padding-top: 50px;
}
a, a:hover {
    color: rgba(var(--bs-dark-rgb));
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
@media (min-width: 768px) {
    #mainBody {
        width: 75%;
    }
}
header {
    height: 100vh;
    background: #ffffff url('./images/headerImg2.jpg') center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#headerHero {
    width: 75%;
}
#socialHeader img {
    width: 25px;
}
@media (max-width:450px) {
    #headerHero h1 {
        font-size: 1.2rem;
        font-weight: bold;
    }
    #headerHero h5 {
        font-size: 0.8rem;
        font-weight: bold;
    }
}
@media (min-width:450px) and (max-width: 992px) {
    #headerHero h1 {
        font-size: 1.2rem;
        font-weight: bold;
    }
    #headerHero h5 {
        font-size: 0.8rem;
        font-weight: bold;
    }
    #profileImg {
        max-width: 40%;
    }
}
footer img {
    width: 30px;
}

section {
    padding: 5rem 2rem 5rem 2rem !important;
}

#announcement {
    margin: 5rem auto;
    height: 40vh;
    background: #ffffff url('./images/announcementBg.jpg') center no-repeat;
    background-size: cover;
}

#aboutMe {
    background: #ffffff url("./images/aboutMeImg.png") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#aboutMe > div {
    opacity: 0.6;
    padding: 5rem 2rem;
}

#news h1 {
    position: relative;
}
@media (min-width: 768px) {
    #news h1 {
    transform: rotate(270deg);
    }
}

#works div.position-absolute {
    width: 90%;
    height: 40%;
    bottom: -250px;
    right: 0;
    transition: all 0.4s ease-in-out;
}
#works div.position-relative img {
    transition: all 0.2s ease-in-out;
}
#works .overlay {
    transition: all 0.2s ease-in-out;
}
#works div.position-relative:hover .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(248,249,250,0.3);
}
#works div.position-relative:hover div.position-absolute {
    bottom: 0;
    right: 0;
  }
  

#testimonials {
    margin-bottom: 5rem;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
  }
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
}
.testimonials .testimonial-item {
    box-sizing: content-box;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: 0 auto;
}
.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}
.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #d5e9f2;
    font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}
.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 15px 15px;
    padding: 20px;
    background: #fff;
    position: relative;
    margin-bottom: 35px;
    border-radius: 6px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.testimonials .testimonial-item p::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
}
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #67b0d1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #67b0d1;
}

@media (min-width: 768px) {
    #mc_embed_signup_scroll {
        display: flex;
    }
    #mce-EMAIL {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
    }
    #mc-embedded-subscribe {
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }

#publishers > a > div{
    height: 30vh;
    font-size: 75%;
}
@media (min-width: 768px) {
    #publishers > a > div{
        height: 20vh;
    }
}
#publishers img {
    height: 100px;
}

footer {
    border-top: 1px solid rgba(var(--bs-dark-rgb));
}
