* {
    /* margin: 7px; */
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: none;
}

body, html {
    overflow-x: hidden;
    /* font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; */
    color: #333;
    margin: 0;
    scroll-behavior: smooth;
}


.nav-container {
    display: flex;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.2);
    align-items: center;
    height: 15vh;
    width: 100%;
    margin: 0;
    color: whitesmoke;
}

.company-name {
    margin: 0;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    margin-right: 30px;
    animation: slideInRight 1s ease-out;
    /* background: linear-gradient(45deg, #c08eef, #c7f517, #c08eed);
    color: transparent; */
}

/* .navbar-home {
    width: 100vw;
    height: 100vh;
    background-image: url('./Images/L.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 0;
    position: relative;
    animation: fadeInFadeOut 10s infinite;
} */

header {
    width: 100%;
    height: 100vh;
    background-image: url('./Images/P.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    animation: fadeInFadeOut 10s infinite;
}

.nav_links {
    display: flex;
    align-items: center;
}

.nav_links .open {
    transform: translateY(0);
}

/* .links {
    transform: translateX(100vw);
    @include transition-ease;
} */

.links .open {
    transform: translateX(0);
}


.nav_links #brand_image {
    visibility: visible;
    width: 100px;
    margin-right: 20px;
}

/* .nav_links .open {
    visibility: visible;
} */

.links {
    cursor: pointer;
    margin: 15px;
    color: white;
}

.nav_body {
    color: whitesmoke;
    display: block;
    width: 75%;
    margin-top: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
    /* animation: slideInRight 1s ease-out; */
}

.you-need {
    display: inline-block;
    animation: slideInRight 1s ease-out;
}

.good-partner {
    display: inline-block;
    animation: slideInRight 1.5s ease-out;
}

.nav_body h1 {
    font-size: 8vmin;
}

.rowAd {
    display: flex;
    align-items: center;
}

.adContent {
    width: 50%;
    height: 600px;
    /* min-height: 600px; */
    text-align: center;
    vertical-align: middle;
    padding: 100px 10px;
    background-color: whitesmoke;
}

.adContent h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 30px auto;
    letter-spacing: -2px;
}

.adContent h4 {
    font-size: 25px;
    margin: 30px auto;
}

.adContent .btn {
    text-decoration: none;
    font-size: small;
    font-weight: 100;
}

.adContent p {
    color: #5c5c5c;
}

.adImage {
    height: 600px;
    width: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.btn {
    display: inline-block;
    margin: 30px auto;
    width: 150px;
    color: #333;
    transition: all 0.5s ease;
    padding: 20px;
    border: 2px solid black;
}

.adImage1 {
    background-image: url('./Images/E.jpg');
}

.adImage2 {
    background-image: url('./Images/F.jpg');
}

.adImage3 {
    background-image: url('./Images/H.jpeg');
}

.adImage4 {
    background-image: url('./Images/R.jpg');
}

.stats {
    margin: 50px auto;
}

.stats, .icon-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
}

.stats .stat h1 {
    font-size: 50px;
}

.stats .stat p {
    color: #5c5c5c;
}

.service {
    display: flex;
}

section, .Tag, .adImage, .adContent {
    margin: 7px;
}

@media (max-width: 850px) {
    .adContent {
        padding-top: 50px;
        width: 100%;
    }

    .adImage {
        width: 100%;
        height: 350px;
    }

    .service, .row, .partners {
        flex-direction: column;
    }

    /* Nav menu */

    .menu-btn {
        visibility: visible;
    }

    .nav_links {
        visibility: hidden;
        /* transform: translateY(-100%); */
        /* height: 100vh;
        background: #272727;
        flex-flow: column;
        transition: all 0.5s ease-in-out;
        opacity: 0.98; */
    }

    .nav_links .open {
        visibility: visible;
    }

    .card {
        width: 70vw;
    }

    .partners .col {
        margin-bottom: 80px;
    }
}

@media (max-height: 424px), (max-width: 360px) {
    .nav_body {
        margin-top: 50px;
        margin-left: 20px;
    }
}

@media (max-width: 460px) {
    .contact-link {
        flex-basis: 45%;
    }

    .logo {
        width: 120px;
    }
}

#services .row .col a {
    /* margin: 0; */
    margin: 25px auto 60px auto;
    padding: 0;
    width: 18rem;
}

.partners {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    margin-top: 35px;
}

.partners .col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-logo {
    width: 200px;
    margin-right: 30px;
    transition: transform .3s ease;
}

.service-img {
    transition: transform .3s ease;
    border-radius: 15px;
}


.title {
    text-align: center;
    font-size: 4vmin;
    color: #49497e;
}

.our-partners {
    width: 80%;
    margin: 80px auto;
}

.test {
    color: #c08eef;
    color: #c7f517;
    color: lightblue;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.row {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: space-between;
}

.row .col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row .col img {
    width: 80%;
}

.events .row {
    margin-top: 50px;
}

.card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-left: 40px;
}

.card-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.social_icons a {
    padding: 0.4rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

form .mb-3 {
    margin-bottom: 10px;
}

/* .icon-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
} */

.icon {
    width: 35px;
    height: 35px;
    margin: 10px;
    transition: transform 0.2s; /* Animation for interaction */
}

.icon:hover {
    transform: scale(1.2); /* Scale up on hover */
    cursor: pointer; /* Change cursor to pointer on hover */
}

.btn:hover {
    background-color: #5c5c5c;
    color: whitesmoke;
}

.partner-logo:hover, .service-img:hover {
    transform: scale(1.1);
}

.logo .animate__heartBeat {
    font-size: 200%;
    font-weight: bold;
    margin-left: -20px;
}

.links:hover {
    color: white;
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInFadeOut {
    0% {
        background-image: url('./Images/P.jpg');
    }

    20% {
        background-image: url('./Images/L.jpg');
    }

    40% {
        background-image: url('./Images/O.jpg');
    }

    60% {
        background-image: url('./Images/N.jpeg');
    }

    80% {
        background-image: url('./Images/M.jpg');
    }

    100% {
        background-image: url('./Images/L.jpg');
    }
}

header::after {
    background: (rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
}

/* linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),  */