@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

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



.countryCard {
    background-image: url('../images/map-igm.png');
    /* background-color: rgba(100, 100, 111); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 58px;
    padding-bottom: 58px;
    background-attachment: fixed;

}

hr {
    margin-top: auto;
    /* margin-bottom: auto; */
    color: inherit;
    border: 0;
    border-top: 3px solid var(--secondary);
    opacity: 1;
    width: 25%;
    margin-left: 30px;
    margin-right: 30px;
}

@media screen and (max-width: 1000px) {
    hr {
        display: none;
    }
}


.main-card ul {
    margin-left: 0.5rem;
    color: var(--text-primary);
}

.main-card li {
    font-size: 14px;
    text-align: left;
    color: black
}

.main-card h5 {
    font-size: 28px;
    font-weight: bold;
}

.main-card a {
    font-weight: bolder;
}


/* 
.card-body {
    padding: var(--bs-card-spacer-y) 5px var(--bs-card-spacer-y) 0px;
} */

.card-text {
    padding: 0 !important;
}

.btn {
    transition-duration: 0.4s;
}

.countryCard .btn:hover {
    background-color: var(--secondary) !important;
    color: white !important;
}

.countryCard .main-heading {
    text-align: center;
    /* color: var(--primary);
    font-size: 24px; */
}

.countryCard .main-text {
    text-align: center;
    color: white;
    padding-top: 24px;
}

.countryCard .btn {

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

.mt-12 {
    margin-top: 12px;
}

.main-card {
    position: relative;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.circle {
    position: absolute;
    background-color: black;
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    top: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .circle {
        top: 25%;
    }
}

.card-gifs {
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

/* .swiper {

    
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: center;
} */
.swiper {
    display: block !important;
    width: 70%;
    height: 82vh;
    /* margin: auto; */
    /* display: flex; */
    /* justify-content: center; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-wrapper {}

.swiper-pagination {
    display: flex;
    /* position: absolute; */
    margin-top: 15px;
    justify-content: center;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}


/* visa card section */

.visa-card {
    display: flex;
    margin: 6px auto;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.visa-card .card {
    width: 100%;
    text-align: center;
    padding: 1rem;
}

.section-title {
    padding-top: 24px;
}

.visa-card-wrapper {
    width: 80%;
    margin: 2rem auto;

}

@media screen and (max-width: 1200) {
    .visa-card-wrapper {
        width: 90%;
        margin: 2rem auto;
    }
}

.visa-card {
    margin: 0 !important;
    padding: 12px !important;
}

.visa-icon {
    font-size: 60px;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
}

.visa-card h5 {
    font-size: 25px;
    font-weight: bold;
}

.visa-card p {
    font-size: 15px;
    padding: 14px;
    font-weight: 400;
    color: var(--text-secondary);
}

.visa-card .btn:hover {
    background-color: var(--secondary) !important;
    color: white !important;
}

.visa-card .btn {
    padding: 4px 6px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 10px;
    transition: 0.5s;
    /* line-height: 1; */
    color: black;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid var(--secondary);
    text-decoration: none;
}

.visa-card .card {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.bg-main {
    background-color: var(--primary);
    width: 100%;
}

.bg-main input {
    /* margin: 20px 0px 20px 39px; */
    width: 70%;
    height: 7vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    border-radius: 10px;
    border: 2px solid var(--secondary);
    /* text-align: center; */
    /* justify-content: center; */
    padding-left: 10px;
    font-size: 18px;
    font-weight: 400;
    background-color: #F4F7FC;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bg-main textarea {
    /* margin: 20px 0px 20px 39px; */
    width: 70%;
    height: 7vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    border-radius: 10px;
    border: 2px solid var(--secondary);
    /* text-align: center; */
    /* justify-content: center; */
    padding-left: 10px;
    font-size: 18px;
    font-weight: 400;
    background-color: #F4F7FC;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-class {
    background-color: var(--secondary);
    border-radius: 6px;
    border: 2px solid var(--primary);
    display: flex;
    align-items: center;
}

.bg-main form .btn {
    border-radius: 14px;
    border: 3px solid var(--primary);
    background: var(--secondary);
    color: white;
    width: 70%;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.bg-main form .btn:hover {
    background-color: var(--primary);
    color: white;
}

.aboutus h5 {
    color: var(--text-primary);
}

.about-company {
    color: var(--text-primary);
    width: 80%;
}

@media screen and (max-width: 1000px) {
    .about-company {
        width: 100%;
    }
}

.first-image {
    background: white !important;
    border-radius: 80px;
}

@media screen and (max-width: 1000px) {
    .first-image {
        width: 240px;
    }
}

.loader {
    --height-of-loader: 4px;
    --loader-color: var(--secondary);
    width: 60%;
    height: var(--height-of-loader);
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.loader::before {
    content: "";
    position: absolute;
    background: var(--loader-color);
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 30px;
    animation: moving 1s ease-in-out infinite;
    ;
}

@keyframes moving {
    50% {
        width: 100%;
    }

    100% {
        width: 0;
        right: 0;
        left: unset;
    }
}

/* CSS code for footer */
.footer {
    background-color: #333;
    color: white;
    padding: 20px;
    text-align: center;
}

.social-icons {
    list-style: none;
    display: flex;
    justify-content: center;
}

.social-icons li {
    margin: 0 10px;
}

.social-icons img {
    width: 32px;
}

.bi {
    color: white;
}

/*  */