/* styles.css */
:root {
    --color-white: #fff;
    --font-monty: 'Montserrat', sans-serif;
    --background-theme: #4e3185;
}

.maindiv {
    background: linear-gradient(to top, rgb(250, 246, 30), rgb(214, 216, 110), rgb(247, 210, 5)) !important;
}

.maindivanchor {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #333 !important;
    color: var(--color-white) !important;
    z-index: 1000;

}

#top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: var(--color-white);
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    z-index: 1000;
}

/* Sub header */
.subhead {
    box-sizing: border-box;
    padding: 25px;
    text-align: justify;
    font-family: var(--font-monty);
}

.subhead h1 {
    font-size: 3.3rem;
    font-weight: 800;
    text-align: center;
    color: #253746;
}

.subhead p {
    font-size: 1.2rem;
}

@media (max-width:1200px) {
    .subhead h1 {
        font-size: 2.2rem;
    }

    .subhead p {
        font-size: 1.12rem;
    }
}

@media (max-width:768px) {
    .subhead h1 {
        font-size: 1.7rem;
    }

    .subhead p {
        font-size: 1rem;
    }
}

@media (max-width:536px) {
    .subhead h1 {
        font-size: 1rem;
    }

    .subhead p {
        font-size: .82rem;
    }
}






/* Top navbar styles (visible only on screens 992px and wider) */

.newnavbar {
    padding: 0.5rem 1rem;
    font-size: 22px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    background-color: var(--background-theme);
}

.newnavbar-brand {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 36px !important;
    color: var(--color-white) !important;
}

.newnavbar-brand img {
    width: 60px;
    /* Adjust the size as needed */
    height: auto;
    margin-right: 10px;
}

.newnav-link {
    margin: 0 0.4rem;
    color: white !important;
    padding: 10px 20px;
    font-size: .875rem;
    font-weight: bold;
    background: transparent;
    font-family: var(--font-monty);
}

/*Hyper Munu*/

.newnav-link:hover {
    color: #c0d7f0 !important;
}

.newdropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    font-size: 1rem;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


.newdropdown-menu li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: #000;
    white-space: nowrap;
}

.newnav-item {
    position: relative;
}

.newnav-item:hover>.newdropdown-menu {
    display: flex;
    flex-direction: column;
}


.newdropdown-menu {
    .newdropdown-submenu {
        margin-left: -32px;

        .services-ul {
            display: none;
            padding: 10px 15px;
            border: .2px solid rgba(0, 0, 0, 0.14);
            position: relative;
            border-radius: 5px;
            margin-top: -25px;
            background-color: #fffffffb;

            .services-ul-li {
                padding: 3px 15px;
                cursor: pointer;
                transform: scale(1);

            }

            .services-ul-li:hover {
                background-color: #a2a0a086;
                transform: scale(1.1);
                border-radius: 5px;
            }
        }
    }

    .newdropdown-submenu:hover {
        background-color: #a2a0a086;

        .services-ul {
            display: block;
            position: absolute;
            left: 165px;
        }
    }
}

#firstnavbar-collapse ul li ul li {
    list-style: none;
    display: inline-block;
}



/* Sidebar styles */
.newsidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--background-theme);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 1000;

    .TabCollapse {
        .collapse-ul {
            list-style-type: none !important;

            .collapse-ul-li {

                a {
                    color: #fff !important;
                    font-weight: 600;
                }

                .subCollapse-ul {
                    list-style-type: none !important;

                    .subCollapse-ul-li {
                        a {
                            font-size: 12px;
                            color: #fff;
                            font-weight: 500;
                            text-decoration: none;
                        }

                    }
                }
            }

        }
    }
}

.newsidebar.open {
    width: 250px;
}

.newsidebar a {
    padding: 10px;
    text-decoration: none;
    font-size: 1.2rem;
    color: #333;
    display: block;
    transition: 0.3s;
}

.newsidebar a:hover {
    color: #007bff;
}

.newsidebar .btn-close {
    position: absolute;
    top: .1rem;
    right: 2.5rem;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
}

.newsidebar-brand {
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--color-white) !important;
}

.newsidebar-brand img {
    width: 40px;
    height: auto;
    margin-right: 10px;
}

.carouselinner {
    width: 100%;
    height: 100vh;
    background-color: var(--background-theme);
}

/* Overlay styles */

.headerdiv {
    z-index: 2;
    text-align: center;
    border-radius: 5px;
    padding: 0px 10px;
    font-family: var(--font-monty);
    font-family: var(--font-monty);
}

.headerdiv p:first-of-type {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-white);
}

.headerdiv h1 {
    font-size: 2.5rem;
    text-align: center;
    color: var(--color-white);
    font-weight: 800;
}

.headerdiv p:last-of-type {
    text-align: center;
    font-size: 1.5rem;
    color: var(--color-white);
    font-weight: 400;
}

@media (max-width:992px) {
    #firstcarousel {
        height: 95vh !important;
    }

    .carouselinner {
        width: 100%;
        height: 95vh;
    }

    .headerdiv p:first-of-type {
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--color-white);
    }

    .headerdiv h1 {
        font-size: 2.1rem;
        font-weight: 800;
        color: var(--color-white);
    }

    .headerdiv p:last-of-type {
        font-size: 1.3rem;
        font-weight: 400;
        color: var(--color-white);
        font-style: italic;
    }
}

@media (max-width:768px) {
    #firstcarousel {
        height: 85vh !important;
    }

    .carouselinner {
        width: 100%;
        height: 85vh;
    }

    .headerdiv p:first-of-type {
        font-size: .9rem;
        font-weight: 600;
        color: var(--color-white);
    }

    .headerdiv h1 {
        font-size: 1.8rem;
        font-weight: 800;
        color: var(--color-white);
    }

    .headerdiv p:last-of-type {
        font-size: 1.1rem;
        font-weight: 400;
        color: var(--color-white);
        font-style: italic;
    }
}

@media only screen and (max-width: 480px) {
    #firstcarousel {
        height: 75vh !important;
    }

    .carouselinner {
        width: 100%;
        height: 75vh;
    }

    .headerdiv p:first-of-type {
        font-size: .75rem;
        font-weight: 600;
        color: var(--color-white);
    }

    .headerdiv h1 {
        font-size: 1.12rem;
        font-weight: 800;
        color: var(--color-white);
    }

    .headerdiv p:last-of-type {
        font-size: .84rem;
        font-weight: 400;
        color: var(--color-white);
        font-style: italic;
    }
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
}

.overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.newoverlay {
    z-index: 2;
    /* box-shadow: 2px 3px 16px rgba(15, 15, 15, 0.877); */
    border-radius: 5px;
    /* background-color: rgba(0, 0, 0, 0.43); */
    padding: 0px 10px;
    font-family: var(--font-monty);
    font-family: var(--font-monty);
}


/* Content styles */
.content {
    padding: 0 20px;
    background-color: var(--background-theme);
}

.content span {
    font-size: 2rem;
    position: absolute;
    top: 0;
    right: 3rem;
}

#firstcarousel {
    background-color: var(--background-theme);
    height: 100vh;
}


#getstarted {
    background-color: var(--background-theme);
    color: var(--color-white);
    transform: scale(1.08);
}

#getstarted:hover {
    background-color: var(--color-white);
    color: #000;
    transform: scale(1);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    #firstcarousel img {
        width: 100%;
        height: 400px;
    }

    .navbar {
        display: none;
        /* Hide top navbar on small screens */
    }

    .sidebar {
        width: 0px;
        /* Adjust width for smaller screens */
    }

    .sidebar .btn-close {
        font-size: 1.8rem;
    }

    .sidebar a {
        font-size: 1rem;
    }
}

.wave-container {
    position: relative;
    width: 100%;
    min-height: 50vh;
    background-color: #231f20;
}

.wave-container svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

/*Circle Plate Flip*/

.flip-container {
    position: relative;
    perspective: 1000px;
    /* Perspective for 3D effect */
}

.circle-plate {
    position: absolute;
    width: 130px;
    height: 130px;
    background-color: rgba(18, 145, 50, 0.856);
    border-radius: 50%;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.circle-plate:hover {
    transform: rotateY(180deg);
    /* Rotating on hover */
}

.circle-plate .front,
.circle-plate .back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
}

.circle-plate .front {
    background-color: blue;
    color: white;
}

.circle-plate .back {
    background-color: green;
    color: white;
    transform: rotateY(180deg);
    /* Positioning the back side */
}

#firstcarousel img {
    aspect-ratio: 2.4/1;
}

.newsmm {
    text-align: justify;
}

.newsmm h1 {
    text-align: center;
    font-size: 3.4rem;
    font-family: var(--font-monty);
    font-weight: bolder;
    letter-spacing: -.1234rem;
    color: #253746;
}

.newsmm p:first-child {
    font-size: 3rem;
    font-weight: 400;
    font-style: italic;
    color: #253746;
}


.newattr img:hover {
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
    transform: scale(1.1, 1.1);
}


/*SVG Part*/
.scroll-arrow-group {
    display: inline;
    cursor: pointer;
}

.scroll-arrow {
    fill: var(--color-white);
    /* Set the color to white */
}

.scroll-arrow-one {
    animation: scroll-arrow-one-animation 1s linear infinite;
}

.scroll-arrow-two {
    animation: scroll-arrow-two-animation 1s linear infinite;
}

.scroll-arrow-three {
    animation: scroll-arrow-three-animation 1s linear infinite;
}

@keyframes scroll-arrow-one-animation {
    0% {
        opacity: 1;
    }

    33% {
        opacity: .25;
    }

    66% {
        opacity: .25;
    }

    100% {
        opacity: .25;
    }
}

@keyframes scroll-arrow-two-animation {
    0% {
        opacity: .25;
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: .25;
    }

    100% {
        opacity: .25;
    }
}

@keyframes scroll-arrow-three-animation {
    0% {
        opacity: .25;
    }

    33% {
        opacity: .25;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: .25;
    }
}

.newsection {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

#firstDiv {
    position: absolute;
    z-index: 10;
    bottom: 130px;
    left: 0;
    right: 0;
}

@media (max-width:992px) {
    #firstDiv {
        position: absolute;
        z-index: 10;
        bottom: 140px;
        left: 0;
        right: 0;
    }
}

@media (max-width:768px) {
    #firstDiv {
        position: absolute;
        z-index: 10;
        bottom: 250px;
        left: 0;
        right: 0;
    }
}

@media (max-width:576px) {
    #firstDiv {
        position: absolute;
        z-index: 10;
        bottom: 200px;
        left: 0;
        right: 0;
    }
}

@media (max-width:480px) {
    #firstDiv {
        position: absolute;
        z-index: 10;
        bottom: 300px;
        left: 0;
        right: 0;
    }
}


.newlogo {
    display: flex;
    justify-content: space-evenly;
}

.newlogo img {
    width: 15%;
    padding: 70px 30px;
}

@media (max-width:768px) {
    .newlogo {
        display: flex;
        justify-content: space-evenly;
    }

    .newlogo img {
        width: 25%;
        padding: 10px 10px;
    }

}

.newhr {
    font-size: 18px;
    font-weight: 200;
    color: #2a2828;
}

.newhr::after {
    content: " ______________________________________";
}

.newhr::before {
    content: " ______________________________________";
}



.ad-spend-container {
    display: flex;
    align-items: center;
    background-color: #304054c2;
    color: white;
    padding: 20px;
    position: relative;
    overflow: visible;
}

.image-container {
    position: relative;
    width: 150px;
}

.image-container img {
    max-width: 250px;
    height: auto;
    position: absolute;
    bottom: -120px;
    left: 100px;
}


.text-container h2 {
    font-size: 28px;
    margin: 0;
}

.text-container p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .ad-spend-container {
        flex-direction: column;
        text-align: center;
    }

    .image-container img {
        position: static;
        /* Reset positioning for smaller screens */
        margin: 0 auto;
    }

    .text-container {
        margin-left: 0;
    }
}

.newsocial h2,
.h2 {
    font-size: 2rem;
    letter-spacing: -.0252rem;
    font-weight: 800;
    line-height: 1;
    font-family: var(--font-monty);
}

.newsocial p {
    margin: -.75rem 0 2rem;
    font-size: 1.65rem;
    font-style: italic;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-align: justify;
}

.newsocial2 p,
.newsocial3 p {
    padding: 0 10px;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-before: 2;
    -webkit-hyphenate-after: 3;
    -webkit-font-feature-settings: "liga", "dlig";
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
}

.newsocial3 h1 {
    font-weight: 800;
}

.newmsmn h1 {
    font-weight: bolder;
    font-size: 28px;
    text-align: center;
}

.newmsmn {
    text-align: justify;
}

.newmsmn img {
    aspect-ratio: 4/3;
}

.newcommon img {
    width: 60%;
}

@media (max-width:768px) {
    .newcommon img {
        width: 100%;
    }
}

.newbody {
    background: url(https://media1.tenor.com/m/xAfK0T-NRdgAAAAC/shooting-star-make-a-wish.gif);
    background-repeat: repeat-x;
    min-height: 300px;
    transform: scaleX(-1);
    box-sizing: border-box;
    overflow: visible;
}

.newbody div div h1 {
    font-size: 2rem;
    color: var(--color-white);
    font-family: var(--font-monty) !important;
}

div .newimg {
    width: 70%;
    animation: rocket 2s ease-in-out infinite alternate;
    padding: 20px;
}

@keyframes rocket {
    0% {
        margin-top: -40px;
    }

    100% {
        margin-top: 40px;
    }

}


@media (max-width:992px) {
    div .newimg {
        width: 50%;
        padding: 20px;
    }

    div .newimg {
        width: 70%;
        animation: rocket 2s ease-in-out infinite alternate;
    }

    @keyframes rocket {
        0% {
            margin-left: -30px;
        }

        100% {
            margin-left: 30px;
        }

    }

}

.newfooter {
    width: 100%;
    padding: 40px 0 0 40px;
    font-family: var(--font-monty);
    color: var(--color-white);
    background-color: var(--background-theme);
}

.newfooter a {
    color: var(--color-white);
}

.newfooter ul li {
    list-style: none;
    margin-left: 20px;
    font-size: 28px;
}

@media (max-width: 768px) {
    .newfooter img {
        width: 70%;
        height: auto;
    }
}

.newfooter2 a {
    text-decoration: none;
    color: var(--color-white);
    font-family: 'ProximaNova-Extrabld', Arial;
}

.newfooter2 {
    background-color: #443F35;
}

/* Carousel Part */


.testimonials {
    min-height: 80vh;
    background: #081131;
    float: left;
    width: 100%;
    padding: 40px 15px;
    margin-top: 40px;
}

.testimonials .title {
    margin-bottom: 60px
}

.testimonials .title h1 {
    text-align: center;
    color: var(--color-white);
    font-size: 36px;
    margin: 0;
}

.testimonials .slider {
    border: 1px solid #7e8bb6;
    max-width: 600px;
    margin: auto;
    text-align: center;
    padding: 30px;
    background-color: #081131;
    border-radius: 30px;
}

.testimonials .slider-indicator {
    text-align: center;
    padding-bottom: 30px;
}

.testimonials .slider-indicator img {
    max-height: 80px;
    max-width: 80px;
    border-radius: 50% 0% 50% 0%;
    display: inline-block;
    margin: 0 8px;
    opacity: 0.2;
    border: 4px solid var(--color-white);
    cursor: pointer;
    transition: opacity 1s ease;
}

.testimonials .slider-indicator img.active {
    opacity: 1;
}

.testimonials .slider p {
    font-size: 18px;
    color: var(--color-white);
    word-spacing: 2px;
    text-align: justify;
}

.testimonials .slider .client-info h3 {
    font-weight: bold;
    color: #a5f551;
    font-size: 18px;
    margin: 30px 0 10px;
}

.testimonials .slider .client-info span {
    display: block;
    font-size: 16px;
    color: #f1f3f2;
}

.testimonials .slider .slide {
    display: none;
}

.testimonials .slider .slide.active {
    display: block;
    animation: slide 1s ease;
}

.slide img {
    aspect-ratio: 5/4;
}

.slide .card {
    text-align: justify;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}


/* Carousel for Mejor social media networks */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Campus */

.smlogo {
    width: 95%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.smlogo p {
    margin-top: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #555;
}

.smlogo-col {
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.smlogo-col img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all ease 0.5s;
    scale: 1.1;
}

.smlogo-col:hover img {
    scale: 1;
}

.layer {
    background: (226, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.layer:hover {
    background: var(--background-theme);
}

.layer h3 {
    width: 100%;
    font-weight: 500;
    color: var(--color-white);
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.layer p {
    width: 100%;
    color: var(--color-white);
    font-size: 12px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    padding: 0px 5px;
}

.layer:hover p {
    bottom: 10%;
    opacity: 1;
}

.layer:hover h3 {
    bottom: 65%;
    opacity: 1;
}


/* About */

#firstDiv2 {
    position: relative;
    z-index: 10;
}

.aboutdev,
.aboutdev2,
.aboutteam,
.aboutfun {
    font-family: var(--font-monty);
    padding-top: 20px;
}

.aboutdev h1 {
    text-rendering: optimizelegibility;
    width: 100%;
    font-weight: 800;
    line-height: 1;
    font-family: var(--font-monty);
    font-size: 3rem;
    color: #191337be;
}

.aboutdev p {
    text-align: justify;
}

@media (max-width:992px) {
    .aboutdev h1 {
        font-weight: 800;
        line-height: 1;
        font-size: 1.8rem;
        color: #191337be;
    }
}

.aboutteam h1 {
    width: 100%;
    text-align: center;
    font-weight: 800;
    line-height: 1;
    font-size: 5rem;
    color: rgba(25, 19, 55, 0.745);
}

.aboutteam p {
    text-align: center;
    color: rgba(8, 6, 18, 0.677);
    font-size: 26px;
    font-weight: 500;
    font-style: italic;
}

.aboutteam p:last-child {
    text-align: center;
    color: rgba(8, 6, 18, 0.98);
    font-size: 1rem;
}

.abouteam2 .row img {
    width: 80%;
    height: 80%;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid #00BFB3;
}

.aboutfun h1 {
    text-align: center;
    font-weight: 800;
    line-height: 1;
    font-size: 3.4rem;
    color: rgba(0, 0, 0, 0.745);
}


/* Contact us */
.newcontactdiv {
    width: 100%;
    color: white;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--background-theme);
    font-family: var(--font-monty);
}

@media (max-width:768px) {
    .newcontactdiv {
        width: 100%;
        height: 90vh;
        background-color: var(--background-theme);
    }

}

.newcontactdiv p:first-child {
    text-align: center;
    color: white;
    font-size: 20px;
    padding-top: 20px;
    font-weight: 600;
}

.newcontactdiv h1 {
    color: white;
    font-size: 5rem;
    text-align: center;
    padding: 10px 100px;
    font-weight: 800;
    letter-spacing: -.115rem;
}

.newcontactdiv p:nth-last-child(2) {
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
    font-style: italic;
}

@media (max-width:992px) {
    .newcontactdiv h1 {
        color: white;
        font-size: 2.5rem;
        text-align: center;
        padding: 10px 10px;
        font-weight: 800;
        letter-spacing: -.115rem;
    }

    .newcontactdiv {
        width: 100%;
        color: white;
        height: 85vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--background-theme);
        font-family: var(--font-monty);
    }
}

.contactsale {
    padding: 40px 100px;
    font-family: var(--font-monty);
    text-align: center;
    margin: 0 0 1.5rem;
}

.contactsale h1 {
    color: #253746;
    font-size: 3.2rem;
    font-weight: 800;
}

.contactsale p {
    color: #253746;
    font-size: 1.2rem;
    font-weight: 400;
}

.contactsale button,
.contactsubmit {
    color: var(--color-white);
    background-color: var(--background-theme);
    font-weight: 300;
    padding: 15px;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
}

.contactsale button:hover {
    color: black;
    background-color: var(--color-white);
    outline: 3px solid var(--background-theme);
    box-shadow: inset;
    font-weight: 300;
}

.contactsubmit:hover {
    color: black;
    background-color: var(--color-white);
    outline: 3px solid var(--background-theme);
    box-shadow: inset;
    font-weight: 300;
}

@media (max-width:768px) {
    .contactsale h1 {
        font-size: 1.6rem;
    }
}

.contactgoogle {
    background-color: #F1F2F3;
    text-align: center;
    padding: 30px 100px;
}

.contactgoogle .container .row {
    align-items: center;
    display: flex;
}

.contactlocation {
    font-family: var(--font-monty);
    padding: 20px 100px;
    text-align: center;
}

.contactlocation h1 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #253746;
}


.contacttestimonial {
    font-family: var(--font-monty);
    padding: 30px 100px;
    background-color: #F1F2F3;
}

.contacttestimonial p {
    font-size: 1.2rem;
    font-style: italic;
}

.contacttestimonial p::before {
    content: '"';
}

.contacttestimonial p::after {
    content: '"';
}

.contactsend {
    font-family: var(--font-monty);
    background-color: var(--color-white);
    padding: 20px 100px;
}

.contactsend h1 {
    font-size: 3.4rem;
    text-align: center;
    font-weight: 800;
    color: #231f20;
}

.contactsend .row label {
    font-size: 1.2rem;
    font-weight: 400;
}

.contactsend .row input {
    border-radius: 5px;
    padding-left: 15px;
    height: 50px;
    border: none;
    outline: none;
    background-color: #DFE1E3;
}

@media (max-width:768px) {
    .contactsend h1 {
        font-size: 1.8rem;
        font-weight: 600;
    }

}

.sowhy {
    font-family: var(--font-monty);
    padding: 20px 100px;
}

.sowhy p {
    font-size: 1.01rem;
    text-align: justify;
    font-weight: 400;
    font-style: italic;
}

.overviewcounter {
    font-family: var(--font-monty);
    padding: 10px 100px;
    background-color: #1d252d;
    color: #fcfcfc;
}

.overviewcounter .container {
    text-align: center;
}

.overviewcounter p {
    font-size: .8rem;
    font-weight: 400;
    color: #fcfcfc;
}

.overviewcounter .load {
    margin-left: 10%;
}

.overviewcounter .count-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    /* To add space below the counter */
}

.overviewcounter .count {
    font-weight: 600;
    font-size: 2rem;
    position: relative;
    z-index: 1;
}

.overviewcounter .loader-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid transparent;
    border-top-color: var(--background-theme);
    animation: rotateLoader 3s linear infinite;
}

@keyframes rotateLoader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overviewcounter .count::after {
    content: " % ";
    position: absolute;
    top: 8px;
    right: -15px;
    font-size: 1.2rem;
    color: var(--background-theme);
}

@media (max-width: 768px) {
    .overviewcounter .count-container {
        width: 80px;
        height: 80px;
    }

    .overviewcounter .count {
        font-size: 1.5rem;
    }

    .overviewcounter h1 {
        font-size: 1.8rem;
        font-weight: 800;
        text-align: center;
    }

    .overviewcounter p {
        font-size: .9rem;
    }
}


.setps {
    box-sizing: border-box;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.44);
    padding: 10px 60px;
    border-radius: 5px;
}

/* Blog */
.blogdiv {
    padding: 100px 60px 0px 60px;
    font-family: var(--font-monty);
}

.blogdiv .row {
    margin: 20px;
    border-radius: 10px;
    border: 1px solid rgba(98, 95, 95, 0.492);
}

.blogdiv .row img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width:992px) {
    .blogdiv {
        padding: 100px 60px 0px 60px;
    }

}

@media (max-width:768px) {
    .blogdiv h1 {
        font-size: 1.8rem !important;
        font-weight: 900;
        color: #253746;
    }

    .blogdiv .row img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }
}

.blogdiv h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #253746;
}


/* web Design */
.webdiv .webul li {
    list-style: none;
}

.webdiv .webul li::before {
    content: "✔ ";
}

.webarc .card {
    border-radius: 10px;
    padding: 10px 0;
    margin: 10px;
}

.webarc .card img {
    width: 100%;
    height: 60%;
    aspect-ratio: 9/8;
}

.webarc2 .card {
    padding-top: 20px;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: inset 2px 2px 15px rgba(0, 0, 0, 0.785);

}

.webarc2 .card img {
    width: 60%;
    margin: 0 auto;
}

/* localseo */
.localseoservices .slide .card {
    aspect-ratio: 5/7;
}

.localseoservices .slide .card p {
    font-size: .8rem !important;
    padding: 0;
}

.localseoservices .slide .card h5 {
    font-size: .9rem;
    font-weight: 700;
}

.localseoservices .slide .card img {
    width: 70% !important;
    margin: 0 auto;
    padding: 20px;
}

.youtube-marketing-div:hover {
    background-color: #00bfb3;
    color: white;
}

.about-us-contain {
    background-color: #1111 !important;
}

.about-us-contain:hover {
    background-color: #00bfb3 !important;
    transform: translateY(-10px);
}

.about-us-contain {
    transition: all 0.3s ease-in-out;
}
