/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;

    font-family: "Noto Kufi Arabic", "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

input,
textarea,
select {
    font-size: 0.9rem !important;
    padding: 10px !important;
}
input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.082) !important;
    border-color: #ffffff00 !important;
}
/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

/* MARKETING CONTENT
  -------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}
/* rtl:end:ignore */

/* Featurettes
  ------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.rounded-main {
    border-radius: 20px;
}

.fs-7 {
    font-size: 0.9rem !important;
}
.fs-8 {
    font-size: 0.8rem !important;
}
.text-secondary-400 {
    color: #6a7075 !important;
    opacity: 0.4;
}
.text-secondary-500 {
    color: #6a7075 !important;
    opacity: 0.5;
}
.text-secondary-600 {
    color: #6a7075 !important;
    opacity: 0.6;
}
.text-secondary-700 {
    color: #6a7075 !important;
    opacity: 0.7;
}
.text-secondary-800 {
    color: #5b5b5b !important;
}
.cursor-pointer {
    cursor: pointer;
}

.whatsapp_float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 100;
    text-decoration: none;
}

.whatsapp_float:hover {
    background-color: #20b764;
    color: #fff;
}

.youtube_float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 70px;
    right: 20px;
    background-color: #d32525;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 100;
    text-decoration: none;
}
.youtube_float:hover {
    background-color: #b72222;
    color: #fff;
}

.vd_360_float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 120px;
    right: 20px;
    background-color: #2825d3;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 100;
    text-decoration: none;
}
.vd_360_float:hover {
    background-color: #1d1fa3;
    color: #fff;
}

/* swiper */
.swiper {
    width: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}
.swiper-slide img {
    display: block;
    width: 100%;
}
/* swiper */

@media (max-width: 576px) {
    .fs-7 {
        font-size: 0.8rem !important;
    }
    .fs-8 {
        font-size: 0.75rem !important;
    }
}

@media (max-width: 768px) {
    .container {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}
