/* :root {
    --primary: rgba(40, 58, 90, 0.9);
    --secondary: #d9613c;
    --text-primary: white;
    --text-secondary: black;
    --mask: rgba(6, 12, 34, 0.9)
} */
/* :root {
    --primary: rgba(6, 12, 34, 0.98);
    --secondary: #f82249;
    --text-primary: white;
    --text-secondary: black;
    --mask: rgba(6, 12, 34, 0.9)
} */

/* CAROUSEL */
@media screen and (max-width: 600px) {
    .bigscreen {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .smallscreen {
        display: none;
    }
}

.modal-btn {
    background-color: #057fb8;
}

.modal-header {
    display: flex;
    flex-direction: column;
}

.form-modal {
    display: flex;
    flex-direction: column;
    background-color: #fe4101;
    padding: 1rem;
}

.form-modal input,
.form-modal textarea,
.form-modal select {
    border: 2px solid black;
    border-radius: 10px;
    margin-top: 1rem;
    padding: 1rem;
}

.btn-nav {
    cursor: pointer
}

.form-modal .btn {
    background-color: var(--primary);
    padding: 1rem;
    color: white;
    margin-top: 1rem;
}



.hero-carousel-item {
    width: 100%;
    height: 70vh;
    background-size: cover;
    position: relative;
}

.hero-carousel-item::before {
    content: "";
    background: rgba(6, 12, 34, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


.intro-container {
    position: absolute;
    bottom: 0;
    left: 0;
    /* top: 90px; */
    right: 0;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
    color: var(--primary) !important;
}

@media screen and (max-width: 920px) {
    .intro-container {
        width: 70%;
        margin: auto
    }
}

.intro-container h1 {
    color: var(--text-primary);
    font-family: "Raleway", sans-serif;
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (max-width: 920px) {
    .intro-container h1 {
        font-size: 32px;
    }
}

.intro-container p {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 20px;
}

@media screen and (max-width: 920px) {
    .intro-container p {
        font-size: 15px;
    }
}

.intro-container span {
    color: var(--secondary);
}

.about-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid var(--secondary);
    text-decoration: none;
}

.about-btn:hover {
    background: var(--secondary);
    color: var(--text-primary);
}




.flags img {
    width: 70px;
    margin: 0 10px;
}

.bg {
    /* The image used */
    /* /* background-image: url("../../chippa.jpg"); * */

    /*blur effect*/
    /* filter: blur(4px);
    -webkit-filter: blur(4px); */

    /* Full height */
    height: 60vh;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 3rem;
    margin-bottom: 30px;
    /* overflow-x: hidden; */
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(100px);
}

.bg-text {
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    /* position: absolute;
    top: 50%;
    left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* z-index: 2; */
    width: 80%;
    padding: 20px;
    text-align: center;
    /* margin-top: 1rem; */
    /* overflow-x: hidden; */
}

@media screen and (max-width: 920px) {
    .flags img {
        width: 50px;
    }
}

.country-button {
    margin-top: 20px;
}

#about {
    height: 100vh;
}

/* TESTIMONIALS */
.testimonial-wrapper {
    width: 85%;
    margin: auto;
}

.testimonials {
    background-color: var(--primary);
    color: var(--text-primary);
}

.testimonial-image {
    border: 2px solid var(--secondary);
    border-radius: 100px;
}


/* modal */
.hide {
    display: hidden;
    position: absolute;
    top: 0px;
    left: 0;
}

/* FOOTER */

.footer-section ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #057fb8;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #dad3d3;
    font-size: 18px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    /* font-size: 18px; */
    color: #dad3d3;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    /* font-size: 20px; */
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    /* font-size: 20px; */
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

@media (max-width: 1000px) {
    .footer-widget-heading h3{
        margin-top:0.5rem;
    }
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #fe4101;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #fe4101;
}

.footer-widget ul li a {
    text-decoration: none;
    color: #dad3d3;
    /* font-size: 20px; */
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #ffff;
    border: 1px solid #2E2E2E;
    border-radius: 10px;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #fe4101;
    padding: 13px 20px;
    border: 1px solid #fe4101;
    border-radius: 10px;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #fe4101;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #fe4101;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}