/* Add custom CSS styles below */
/*Cairo*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Lemonada:wght@300..700&display=swap');


*{
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;

}

/**/
 
.got-main_slider .got-custom_container .got-swiper_slide .got-swiper_info {
    gap: 0;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.got-main_slider .got-custom_container .got-swiper_slide .got-swiper_info a.got-btn {
    margin: auto;
}

.got-main_slider .got-custom_container .got-swiper_slide .got-swiper_info h1.got-title {
    font-size: 50px;
    font-weight: 800;
}

section:nth-child(1 of .got-main_slider) .got-swiper_info h1 {
    font-size: 112px !important;
    font-weight: 800 !important;
    line-height: 8rem;
    opacity: 0.5;
}

.got_fixedBanner-allContent {
    flex-direction: row-reverse;
    width: 90%;
}

.got_fixedBanner-content p {
    max-width: 100%;
}
.got_fixedBanner-content a {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: auto;
}
.got_fixedBanner-content:where([dir=rtl],[dir=rtl] *) {
    padding-right: 72px;
    text-align: center;
}


.got_fixedBanner-content h3 {
    font-weight: 800;
    line-height: 2rem;
    margin-bottom: 1rem;
    font-size: 25px;
}

.got_fixedBanner-content p {
    font-weight: 800;
    line-height: 2rem;
    margin-bottom: 1rem;
  font-size: 16px;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 110px;
}
@media(max-width:768px) {

section:nth-child(1 of .got-main_slider) .got-swiper_info h1 {
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 5rem;
    opacity: 0.5;
}

.got-main_slider .got-custom_container .got-swiper_slide .got-swiper_info h1.got-title {
    font-size: 20px;
    font-weight: 800;
}

.got_fixedBanner-content h3 {
    font-weight: 800;
    line-height: 2rem;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 20px;
}

.got_fixedBanner-content p {
    font-weight: 800;
    line-height: 2rem;
    margin-bottom: 1rem;
    color: #fff;
        font-size: 16px;
}
}