:root {
    --base-color: #ef473a;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Cairo", sans-serif;
}

.overlay {
    width: 100%;
    height: 100%;
}

header {
    background-image: url(../images/bg.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    color: white;
}

header .overlay {
    background-color: rgba(239, 71, 58, 0.8);
    padding-top: 40px;
}

.header-content {
    padding-top: 45px;
}

.header-content h1 {
    font-size: 30px;
    color: #fff;
    line-height: 38px;
    padding-block: 60px;
}

.header-content p {
    font-size: 18px;
    line-height: 33px;
    color: #fff;
    padding-bottom: 45px;
}

.header-buttons {
    display: flex;
    align-items: center;
}

.header-buttons a {
    width: 250px;
}

.header-buttons a img {
    width: 100%;
}

.header-buttons a:last-child img {
    padding: 25px;
}

.feature {
    padding-block: 80px;
    height: 100vh;
}

.feature .features {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.feature .features > div:not(:last-child) {
    margin-bottom: 70px;
}

.feature .features div i {
    background-color: var(--base-color);
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    color: white;
}

.feature .features div h5 {
    font-size: 24px;
    color: #080808;
    margin-bottom: 12px;
}

.feature .features div p {
    font-size: 15px;
    line-height: 20px;
    color: #757474;
}

.option {
    height: 100vh;
    padding-top: 80px;
    background-color: #f9f8f8;
    position: relative;
    overflow: hidden;
}

.options {
    display: flex;
    flex-direction: column;
    height: 80%;
    justify-content: space-around;
    padding-right: 40px;
    padding-top: 65px;
}

.options h5 {
    font-size: 24px;
    line-height: 40px;
    color: #141414;
}

.options p {
    font-size: 15px;
    line-height: 20px;
    color: #757474;
}
section.slider {
    background-color: #fff;
    padding: 80px 0;
    position: relative;
}
section.slider .slider-text h3 {
    font-size: 36px;
    color: #141414;
    margin-bottom: 60px;
}

.carousel {
    position: relative;
}

section.slider .slider-carousel .carousel-indicators {
    bottom: -60px;
}

section.slider .slider-carousel .carousel-inner {
    width: 60%;
    margin: auto;
}

section.slider .slider-carousel .carousel-indicators button {
    width: 20px;
    height: 20px;
    border: 1px solid #ef473a;
    border-radius: 50%;
}

section.slider .slider-carousel .carousel-indicators button.active {
    background-color: #ef473a;
}

section.slider .slider-carousel .carousel-control-prev,
section.slider .slider-carousel .carousel-control-next {
    width: 70px;
    height: 70px;
    border: 1px solid #ef473a;
    border-radius: 50%;
    color: #ef473a;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

section.faq .overlay .faq-title h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 60px;
}

section.faq .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 70px 0;
    min-height: 580px;
}

section.faq {
    background-image: url(../images/bg-2.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

section.faq .overlay .accordion .accordion-item {
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 25px;
    border: 0;
    border-radius: 0;
}

section.faq .overlay .accordion .accordion-item .accordion-header button {
    background-color: transparent;
    font-size: 18px;
    color: #fff;
    border-bottom: 0;
    transition: 0.3s;
    box-shadow: 0 0 0 0;
}

section.faq .overlay .accordion .accordion-body p {
    font-size: 15px;
    line-height: 20px;
    color: #c9c9c9;
}

section.faq .overlay .accordion .accordion-item .accordion-header button i {
    margin-right: auto;
    transition: 0.3s;
}
.accordion-button.collapsed i {
    rotate: 180deg;
}

section.faq .overlay .accordion .accordion-item .accordion-header button:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0;
}

section.faq .accordion-button::after {
    content: none;
}

footer.footer {
    background-color: #232323;
    padding-top: 70px;
}

footer.footer .top-footer {
    border-bottom: 2px solid #292828;
    padding-bottom: 90px;
}

footer.footer .top-footer .widget h4 {
    font-size: 24px;
    color: #f4f8fb;
    padding-bottom: 25px;
    border-bottom: 2px solid #292828;
    margin-bottom: 35px;
    position: relative;
}

footer.footer .top-footer .widget h4::after {
    content: "";
    width: 90px;
    height: 2px;
    background-color: #ef473a;
    position: absolute;
    right: 0;
    bottom: -1px;
}

footer.footer .top-footer .widget p.aboutus-p {
    font-size: 18px;
    line-height: 40px;
    color: #757474;
    margin-bottom: 100px;
}

.list-inline-item:not(:last-child) {
    margin-left: 0.5rem;
}

footer.footer .top-footer .widget li.list-inline-item a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #353638;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease;
}

footer.footer .top-footer .widget ul.tweets li i {
    color: #ef473a;
}

footer.footer .top-footer .widget ul.tweets li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #292828;
}

footer.footer .top-footer .widget ul.tweets li p {
    font-size: 15px;
    color: #757474;
    line-height: 24px;
    display: inline;
    margin-right: 5px;
}

footer.footer .top-footer .widget form input {
    font-size: 14px;
    color: #c6c6c6;
    line-height: 25px;
    border: 0;
    margin-bottom: 15px;
    background-color: #2c2b2b;
    border-radius: 0;
    text-align: right;
}

footer.footer .top-footer .widget form input::placeholder {
    font-size: 15px;
    color: #757474;
    line-height: 25px;
}

footer.footer .top-footer .widget form .invalid-feedback {
    margin-top: -15px;
    margin-bottom: 15px;
}

footer.footer .top-footer .widget form button {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    background-color: #ef473a;
    border-radius: 0;
}

footer.footer .copyright {
    font-size: 15px;
    color: #565656;
    line-height: 75px;
    text-align: center;
}

@media screen and (0px < width < 768px) {
    header {
        height: auto;
        text-align: center;
    }

    .header-content {
        padding-top: 40px;
    }

    header .overlay .container .mobile-img img {
        width: 50%;
        padding-bottom: 24px;
    }

    .feature {
        height: auto;
        padding-block: 40px;
    }

    .feature .features {
        direction: ltr;
    }

    .feature .features > div {
        margin-block: 15px !important;
    }

    .feature .features > div > div {
        margin-left: 1rem !important;
        margin-right: 0 !important;
    }

    .feature .mobile-img {
        margin-block: 40px;
    }

    .option {
        height: auto;
        text-align: center;
    }

    .option .mobile-img img {
        width: 80%;
        padding-bottom: 24px;
    }

    .option .options {
        padding-right: 0;
    }
    .option .options > div {
        flex-direction: column;
        text-align: center;
        padding-bottom: 25px;
    }

    .option .options > div img {
        padding-bottom: 15px;
    }

    section.slider .slider-carousel .carousel-control-prev,
    section.slider .slider-carousel .carousel-control-next {
        width: 50px;
        height: 50px;
    }
}

@media screen and (768px <= width < 1200px) {
    header {
        height: auto;
    }

    .header-content {
        padding-top: 40px;
    }

    header .overlay .container .mobile-img img {
        width: 50%;
        padding-bottom: 24px;
    }

    .feature {
        height: auto;
        padding-block: 40px;
    }

    .feature .features > div {
        margin-block: 15px !important;
    }

    .feature .mobile-img {
        margin-block: 40px;
    }

    .feature .mobile-img img {
        width: 100%;
    }

    .option {
        height: auto;
        text-align: center;
    }

    .option .mobile-img img {
        width: 100%;
        padding-bottom: 24px;
    }

    .option .options {
        padding-right: 0;
    }
    .option .options > div {
        flex-direction: column;
        text-align: center;
        padding-bottom: 25px;
    }

    .option .options > div img {
        padding-bottom: 15px;
    }
}
