

.overview-area {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.overview-area .logo {
    padding: 20px;
    width: 250px;
}

.overview-area .logo img,
.overview-area .logo svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.overview-area .content {
    padding: 20px;
    width: 100%;
}

.overview-area .content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.overview-area .content .address {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.overview-area .view-map {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding-bottom: 30px;
}

.overview-area .view-map a {
    width: max-content;
    padding: 5px 20px;
    border-radius: 5px;
}

.overview-area .view-map a i {
    font-size: 25px;
    position: relative;
    top: 3px;
    color: #fff;
    margin-right: 5px;
}


.overview-area .content p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
    position: relative;
    top: 8px;
}

.overview-area .content i {
    font-size: 20px;
    color: #683F91;
    margin-right: 5px;
    text-align: center;
    margin-right: 10px;
}


/* content area */ 

.content-area {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}

.content-area .desc {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 0 30px;
}

.content-area .desc i {
    font-size: 20px;
    color: #683F91;
    margin-right: 5px;
}

.content-area .desc p {
    margin-bottom: 20px;
    width: 80%;
}

.content-area .desc p:last-child {
    margin-bottom: 0;
}

.content-area .desc h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.content-area .oppurtunities-div {
    display: flex;

}

.content-area .oppurtunities {
    margin-top: 30px;
    padding: 0 30px;
    width: 50%;
}

.content-area .oppurtunities h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.content-area .oppurtunities ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.content-area .oppurtunities ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
}

.content-area .oppurtunities ul li i,
.content-area .oppurtunities ul li svg,
.content-area .oppurtunities ul li img {
    font-size: 15px;
    width: 30px;
    height: 30px;
    background-color: #683F91;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    text-align: center;
    margin-right: 5px;
}

.content-area .oppurtunities ul li span {
    font-size: 20px;
    color: #000;
    line-height: 30px;
}

.location-section {
    margin-top: 50px;
}

.location-section .location {
    margin-top: 30px;
    padding: 0 30px;
    display: flex;
    width: 80%;
    margin: 0 auto;
}


.location-section .location .iframe-div {
    width: 95%;
}

.location-section .location .content-div {
    width: 95%;
}

.location-section .location h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.location-section .location iframe {
    width: 90%;
    height: 400px;
    border-radius: 14px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0,0.2);
    margin-bottom: 50px;
    border: oklab(0, 0, 0, 1);
}

.location-section .location .group {
    display: flex;
    flex-direction: column;
}

.location-section .location .loc-group {
    width: 80%!important;
}



.location-section .location .group h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.location-section .location .group p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
    width: 100%;
}
.location-section .location a {
    width: max-content;
    padding: 5px 20px;
    border-radius: 5px;
}

.location-section .location a i {
    font-size: 25px;
    position: relative;
    top: 3px;
    color: #fff;
    margin-right: 5px;
}


.location-section .location hr {
    width: 70%;
    margin-left: 5%;
}

.location-section .location .nearby {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.location-section .location .nearby .nearby-item {
    width: 48%;
    margin: 1%;
    padding: 20px;
}

.location-section .location .nearby .nearby-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.location-section .location .nearby .nearby-item h4 span {
    font-size: 16px;
    font-weight: 600;
    color: #683F91;
    margin-left: 10px;
}

.location-section .location .nearby .nearby-item h4 span i {
    font-size: 20px;
    color: #683F91;
    margin-right: 5px;
}

.location-section .location .nearby .nearby-item p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    width: 100%;
}

.content-area .contact-form {
    width: 100%;
    height: 100%;
    position: relative;
}

.content-area .contact-form h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.content-area .contact-form form {
    width: 90%;
    background: #683F91;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0,0.2);
}

.content-area .contact-form form input,
.content-area .contact-form form textarea {
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #683F91;
    border-radius: 10px;
}

.content-area .contact-form form textarea {
    height: 150px;
}

.content-area .contact-form form .form-group {
    width: 90%;
    margin: 0 auto;
}

.content-area .contact-form form .form-group label {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
}



.content-area .contact-form form button {
    width: 70%;
    height: 50px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}










/* image slider */

.image-slider-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.image-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    scroll-behavior: smooth;
}




.image-slider::-webkit-scrollbar {
    background: #fff;
    height: 10px;
}

.image-slider::-webkit-scrollbar-thumb {
    background: #683F91;
    border-radius: 2px;
    height: 10px;
    
}

.image-slider::-webkit-scrollbar-thumb:hover {
    background: #683F91;
}


.image-slider .slider-item {
    height: 500px;
    min-width: 800px;
    margin-right: 20px;
}

.image-slider .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10.04px;
}

.image-slider .slider-item img:hover {
    filter: brightness(0.7);
}


.image-slider-container .next,
.image-slider-container .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #683F91;
    color: #fff!important;
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 50;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.image-slider-container .next {
    right: 20px;
}

.image-slider-container .prev {
    left: 20px;
}








.btn-one {
    cursor: pointer;
}

.city-overview {
    position: relative;
    padding: 100px 0;
}

.city-overview .img-container {
    position: relative;
}

.city-overview .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.city-overview .img-container img:last-child {
    position: absolute;
    top: 75%;
    left: -10%;
    width: 90%;
    height: 85%;

}

.city-overview-content .title {
    display: flex;
    flex-direction: row;
    position: relative;
    width: max-content;
}

.city-overview-content .title h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.city-overview-content .title span {
    font-size: 18px;
    font-weight: 600;
    color: #683F91;
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    left: calc(100% + 5px);
    bottom: 15px;
}


@media (max-width: 768px) {
    .overview-area {
        flex-direction: column;
    }

    .overview-area .logo {
        width: 150px;
    }

    .overview-area .content {
        width: 100%;
        text-align: center;
    }

    .overview-area .view-map {
        width: 100%;
    }

    .overview-area .view-map a {
        padding:0px 10px;
    }

    .content-area .desc {
        padding: 0;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .content-area .desc h2 {
       width: 80%;
    }

    .content-area .oppurtunities-div {
        flex-direction: column;
    }

    .content-area .oppurtunities {
        padding: 0;
        width: 100%;
    }

    .content-area .oppurtunities ul {
        justify-content: center;
    }

    .content-area .oppurtunities h2 {
        text-align: center;
    }

    .content-area .contact-form {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .overview-area .content .address {
        justify-content:  center;
    }

    

    .location-section .location {
        padding: 0;
        width: 95%;
        flex-direction: column;
        margin-top: 30px;
    }

    .location-section .location iframe {
        width: 100%;
    }

    .location-section .location .group {
        width: 100%;
    }

    .location-section .location .nearby .nearby-item {
        width: 100%;
    }

    .location-section .location .nearby {
        width: 100%;
    }

    .location-section .location .loc-group {
        width: 100%!important;
    }


    .content-area .col-lg-4.col-md-12 {
        height: auto!important;
    }


    .content-area .contact-form {
        padding: 0;
    }

    .image-slider .slider-item {
        min-width: 100%;
    }

    .city-overview .img-container img:last-child {
        top: 75%;
        left: -10%;
        width: 90%;
        height: 85%;
    }

    .city-overview-content .title {
        flex-direction: column;
    }

    .city-overview-content .title span {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 10px;
    }
}

