*,
body,
main {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter
}

.Heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: oswald !important;
}

.Header {
    width: 100%;
    /* background-image: url('../Assets/c0c4e7b0-8b70-4f61-82e0-64f220610027.jpg'); */
    /* background-color: #3465af6d; */
    /* background-position: left; */
    /* padding: 20px; */
    color: #fff;
    /* object-position: center; */
}

.NavBar {
    border-radius: 63px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 50px 5px 50px;
    align-items: center;
    /* background: #ffffff30; */
}

.Logo {
    width: 8%;
}

.image {
    width: 100%;
    height: 100%;
}

.NavMenu {
    display: flex;
    gap: 40px;
    justify-content: center;
    list-style: none;
    padding: 10px;
    font-size: 16px;
}

.NavMenu li {
    padding: 10px;
    border-radius: 5px 5px 0 0;
    transition: all 300ms ease-in;
}

.NavMenu li:hover {
    background-color: #fff;
    color: #0c141c;
}

.NavMenu li:hover a {
    color: #0c141c !important;
}

.Package {
    position: relative;
    display: inline-block;
}

.dropdown {
    transition: all 300ms ease-in;
}

.Package:hover .dropdown {
    transform: rotate(180deg);
}

.Package:hover a {
    color: #0c141c;
    text-shadow: none;
}

.Package a {
    display: flex;
    gap: 5px;
    align-items: center;
}

.Package:hover {
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.PackagesDiv {
    position: absolute;
    left: 0%;
    background-color: #fff;
    width: 400px;
    border-radius: 0px 10px 10px 10px;
    display: none;
    top: 100%;
    transition: all 300ms ease-in-out;
}

.PackagesDiv {
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
}

.PackagesDiv li {
    padding: 20px;
    text-shadow: none;
}

.PackagesDiv li:hover {
    background-color: #f1f0ff;
    color: #0c141c;
}

.Package:hover .PackagesDiv {
    display: flex;
}

.PackagesDiv:hover {
    display: flex;
}


.NavMenu li a,
.NavMenuMobile li a {
    transition: all 300ms ease-in-out;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.NavMenu li a:hover,
.NavMenuMobile li a {
    color: #0c141c;

}

.HeroSection {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 40px;
    align-items: baseline;
}

.HeroContent,
.HeroImg {
    flex: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.HeroImg {
    align-items: center;
}

.HeroContent {
    gap: 5px;
}

.BtnBox {
    display: flex;
    gap: 15px;
    /* margin-top: 40px; */
}

.Btn-3 {
    padding: 10px 20px;
    border-radius: 70px;
    font-weight: 600;
    width: 150px;
    justify-content: center;
    display: flex;
    color: #6b6b6b;
    background-color: #f1f0ff;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all 300ms ease-in;
    align-items: center;
}

.Btn-3:hover {
    color: #fff;
    background-color: #3465af00;
    cursor: pointer;
}

.Btn-2 {
    padding: 10px 20px;
    border-radius: 70px;
    font-weight: 600;
    color: #3465AF;
    background-color: #fff;

    cursor: pointer;
    transition: all 300ms ease-in;
}

.Btn-2:hover {
    color: #fff;
    background-color: #3465af;
    cursor: pointer;
}

.HeroContent p {
    width: 30%;
    font-size: 22px;
    margin: 0;
    text-align: left;
    line-height: 40px;
}

.HeroContent h1 {
    font-size: 3vw;
    width: 40%;
}

#main {
    width: 100%;
    padding: 40px 0;
}

.AboutSection {
    width: 100%;
}

.HeadingBox {
    width: 65%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.HeadingBox .Heading {
    font-size: 4vw;
    padding-bottom: 20px;
}

.HeadingBox p {
    text-align: center;
}

.AboutContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}

.AboutBtn {
    flex-direction: column;
    flex: 50%;
    display: flex;
    gap: 20px;
}

.AboutContent {
    display: flex;
    padding: 30px;
    flex: 50%;
    flex-direction: column;
}


.SubHeadBtn {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;

}

.Sub-Head {
    border: 1px solid #3465af47;
    border-radius: 70px;
    padding: 10px 30px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.Sub-Head:hover {
    background-color: #3465af47 !important;
}



.Active-Content {
    display: none;
}

.Active {
    display: block;
    animation: ActiveAnimation 1s ease-in;
}

@keyframes ActiveAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.Active-Content p {
    font-size: 16px;
    padding-top: 20px;

}

.CountdownContainer {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
}

.CountdownBox {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
    gap: 5px;
}

.CountDownHead {
    padding: 15px 0px;
    background-color: #3465AF;
    color: white;
    border-radius: 15px;
    display: flex;
    font-weight: 600;
    width: fit-content;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 150px;
}

.Number {
    color: #3465AF;
    font-size: 20px;
    font-weight: 600
}

.CountDownPara {
    font-size: 1.2vw;
    text-align: center;
    margin: 0;
}


.ServicesSection {
    width: 100%;
    background-color: #3465af47;
    padding: 20px;
}

.ServicesContainer {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.Container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.ServicesContent {
    width: 540px;
    display: flex;
    flex-direction: column;

}

.SmallHeadingone {
    color: #3465AF;
    font-size: 16px;
    font-weight: 600;
}

.Container .Heading {
    font-size: 40px;
}

.Servicecard {
    position: relative;
    width: 260px;
    background-color: #3465af;
    color: white;
    border-radius: 30px;
    padding: 25px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.icon-container {
    position: absolute;
    top: -15px;
    right: -10px;
    background-color: white;
    border-radius: 25px 0 25px 25px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {
    width: 30px;
    height: 30px;
}

h2 {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 1.2;
}

p {
    font-size: 16px;
    margin-top: 10px;
    text-align: justify;
    line-height: 1.4;
}

.read-more {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-weight: bold;
    cursor: pointer;
}

.arrow {
    margin-left: 10px;
}

.SliderSection {
    width: 100%;

    overflow: hidden;
}

.SliderContent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.Slider-1 {
    width: 100%;
    display: flex;
    gap: 20px;
    height: 150px;
    position: relative;
    min-width: calc(100px*8);
    gap: 30px;
}

.Slider-2 {
    width: 100%;
    display: flex;
    height: 150px;
    position: relative;
    min-width: calc(340px*8);
}

.Box {
    width: 100px;
    height: 120px;
    position: absolute;
    left: 100%;
    animation: autoRun 20s linear infinite;
    transition: filter 0.5s;
    animation-delay: calc((20s / 8) * (var(--position) - 1) - 20s) !important;
}


.Slider-1 .Box p {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}


.IndusrtryBox {
    width: 270px;
    height: 95px;
    background-color: #3465af47;
    border-radius: 70px;
    padding: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    position: absolute;
    left: 100%;
    animation: autoRun 25s linear infinite reverse;
    transition: filter 2.5s;
    animation-delay: calc((25s / 8) * (var(--position) - 1) - 25s) !important;
}

.IndusrtryBox {
    transition: all 300ms ease;
}

.IndusrtryBox:hover {
    background-color: #3465af;
    cursor: pointer;
}


.IconBox {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    transition: all 300ms ease-in;
}

.Slider-2 .IndusrtryBox p {
    color: #3066BE;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
}

.IndusrtryBox:hover .IconBox {
    background-color: #c9d9f2;

}

.IndusrtryBox:hover p {
    color: #fff;
}

@keyframes autoRun {
    from {
        left: 100%;
    }

    to {
        left: calc(100px * -1);
    }
}


@import url("https://fonts.googleapis.com/css?family=Lora:700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");

:root {
    --z-distance: 8.519vw;
    --from-left: 1;
    --mobile-bkp: 650px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


.slider {
    width: 100vw;
    height: 100vh;
    display: flex;
    perspective: 1000px;
    transform-style: preserve-3d;
    overflow: hidden;
}

.slider::before,
.slider::after {
    content: "";
    left: -1vw;
    top: -1vh;
    display: block;
    position: absolute;
    width: 102vw;
    height: 102vh;
    background-position: center;
    background-size: cover;
    will-change: opacity;
    z-index: -1;
    box-shadow: 0 0 0 50vmax rgba(0, 0, 0, 0.7) inset;
}

.slider::before {
    background-image: var(--img-prev);
}

.slider::after {
    transition: opacity 0.7s;
    opacity: 0;
    background-image: var(--img-next);
}

.slider--bg-next::after {
    opacity: 1;
}

.slider__content {
    margin: auto;
    width: 65vw;
    height: 32.5vw;
    max-height: 60vh;
    will-change: transform;
    transform-style: preserve-3d;
    pointer-events: none;
    transform: translateZ(var(--z-distance));
}

.slider__images {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    box-shadow: 0 0 5em #000;
}

.slider__images-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform;
    transition-timing-function: ease-in;
    visibility: hidden;
}

.slider__images-item img {
    display: block;
    position: relative;
    left: -1em;
    top: -1em;
    width: calc(100% + 1em * 2);
    height: calc(100% + 1em * 2);
    object-fit: contain;
    will-change: transform;
}

.slider__images-item--active {
    z-index: 20;
    visibility: visible;
}

.slider__images-item--subactive {
    z-index: 15;
    visibility: visible;
}

.slider__images-item--next {
    transform: translateX(100%);
}

.slider__images-item--prev {
    transform: translateX(-100%);
}

.slider__images-item--transit {
    transition: transform 0.7s, opacity 0.7s;
}

.slider__text {
    position: relative;
    height: 100%;
}

.slider__text-item {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0.5em;
    font-size: 1vw;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.slider__text-item>* {
    overflow: hidden;
    position: absolute;
}

.slider__text-item h3,
.slider__text-item p {
    transition: transform 0.35s ease-out;
    line-height: 1.5;
    overflow: hidden;
}

.slider__text-item h3 {
    background-color: rgba(255, 255, 255, 0.5);
}

.slider__text-item p {
    font-family: "Open Sans", sans-serif;
    padding: 1em;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.slider__text-item h3::before,
.slider__text-item p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;
    height: 100%;
    transform: translateX(0);
    transition: transform 0.35s ease-out 0.28s;
}

.slider__text-item h3::before {
    background-color: #000;
}

.slider__text-item p::before {
    background-color: #fff;
}

.slider__text-item h3 {
    margin: 0;
    font-size: 3.5em;
    padding: 0 0.3em;
    position: relative;
    font-weight: 700;
    transform: translateX(-100%);
}

.slider__text-item p {
    margin: 0;
    transform: translateX(100%);
}

.slider__text-item-head {
    top: -0.5em;
    transform: translateZ(3em);
}

.slider__text-item-info {
    bottom: 0;
    right: 0;
    max-width: 75%;
    min-width: min-content;
    transform: translateZ(2em);
}

.slider__text-item--active h3,
.slider__text-item--active p {
    transform: translateX(0);
}

.slider__text-item--active h3::before {
    transform: translateX(102%);
}

.slider__text-item--active p::before {
    transform: translateX(-102%);
}

.slider__text-item--backwards h3::before,
.slider__text-item--backwards p::before {
    transition: transform 0.35s ease-in;
}

.slider__text-item--backwards h3,
.slider__text-item--backwards p {
    transition: transform 0.35s ease-in 0.35s;
}

.slider__nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.slider__nav-arrows {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slider__nav-arrow {
    height: 100vh;
    width: 50vw;
    text-indent: -9999px;
    white-space: nowrap;
}

.slider__nav-arrow--left {
    --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 4 4'%3E %3Cpolyline points='3 1 1 2 3 3' stroke='white' stroke-width='.3' stroke-opacity='.5' fill='none'%3E%3C/polyline%3E %3C/svg%3E");
    cursor: var(--arrow) 40 40, auto;
}

.slider__nav-arrow--right {
    --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 4 4'%3E %3Cpolyline points='1 1 3 2 1 3' stroke='white' stroke-width='.3' stroke-opacity='.5' fill='none'%3E%3C/polyline%3E %3C/svg%3E");
    cursor: var(--arrow) 40 40, auto;
}

.slider__nav-dots {
    position: absolute;
    padding: 1em;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    margin-inline: auto;
}

.slider__nav-dots::before {
    content: "";
    position: absolute;
    left: calc(1em + 1em + 2px);
    top: calc(1em + 2px);
    width: calc(1em - 2px * 2);
    height: calc(1em / 2 - 2px * 2);
    background-color: rgba(255, 255, 255, 0.9);
    transition: transform 0.7s ease-out;
    transform: translateX(calc((1em + 1em * 2) * (var(--from-left) - 1)));
}

.slider__nav-dot {
    margin: 0 1em;
    width: 1em;
    height: 0.5em;
    border: 2px solid rgba(255, 255, 255, 0.5);
    cursor: crosshair;
    pointer-events: all;
    display: inline-block;
}

.slider__nav-dot:hover {
    border-color: rgba(255, 255, 255, 0.7);
}

.slider__nav-dot:active {
    border-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 650px) {

    .slider {
        height: 36vh;
        width: 100%;
        display: flex;
        perspective: 1000px;
        transform-style: preserve-3d;
        overflow: hidden;
    }

    .slider::before,
    .slider::after {
        display: none;
    }

    .slider__content {
        width: 100vw;
        height: 33vh;
        max-height: 100vh;
    }

    .slider__text-item-info {
        bottom: 30%;
        width: 100%;
        left: 44%;
        transform: translate(-50%, 50%);
        font-size: 1vw;
    }

    .slider__text-item-info p {
        padding: 1em 0.8em;
        font-size: 2vw;
    }

    .slider__text-item-head {
        top: 5vh;
        left: 10vw;
        transform: translateZ(0);
    }

    .slider__text-item-head h3 {
        font-size: 2.5em;
    }

    .slider__nav-dots {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .slider__nav-arrow {
        height: 33vh;
    }

    .slider__nav-arrow {
        width: 10vw;
        position: relative;
        cursor: auto;
    }

    .slider__nav-arrow:active {
        filter: brightness(0.5);
    }

    .slider__nav-arrow::before {
        content: "";
        background-image: var(--arrow);
        background-size: cover;
        width: 8vw;
        height: 8vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .slider__nav-arrow--left {
        background-image: linear-gradient(to right,
                rgba(0, 0, 0, 0.7) 0,
                transparent 100%);
    }

    .slider__nav-arrow--left:active {
        background-image: linear-gradient(to right,
                rgba(0, 0, 0, 0.9) 0,
                transparent 100%);
    }

    .slider__nav-arrow--right {
        background-image: linear-gradient(to left,
                rgba(0, 0, 0, 0.7) 0,
                transparent 100%);
    }

    .slider__nav-arrow--right:active {
        background-image: linear-gradient(to left,
                rgba(0, 0, 0, 0.9) 0,
                transparent 100%);
    }
}


.GallerySection {
    width: 100%;
}


.ReviewSection {
    width: 100%;
}

.ReviewContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px auto;
    padding: 20px;
}

.ReviewBox {
    width: 530px;
    height: 250px;
    background-color: #F3F3F3;
    border-radius: 20px;
    position: relative;
    padding: 25px;

}

.ReviewBox {
    transition: all 300ms ease;
}

.InvertedComma {
    position: absolute;
    bottom: 30px;
    right: 50px;
    display: flex;
    gap: -10px;
    opacity: 0.1;
}

.Img-cirle {
    width: 42%;
}

.ImageSize {
    width: 100px;
    height: 100px;
    margin-left: -50px;
}


.clientReview {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ClientPic {
    width: 70px;
    height: 70px;
}

.ClientName {
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
}

.ClientDesignation {
    margin-top: 0px;
    font-size: small;
}

.ClientInfo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.Review {
    font-size: 14px;
    width: 90%;
}

.ReviewContainer {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

/* .scaling {
    scale: 0.6;
    opacity: 0.6;
} */

.ReviewBox:hover {
    box-shadow: 0 0 3px #8b8b8b;
    scale: 1.1;
    background-color: #3465af47;
    cursor: pointer;
}

.ContactSection {
    width: 100%;
    background-color: #3465af47;
}

.ContactContent {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}

.FormSection,
.ContactDetails {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.TitleBox {
    width: 100%;
    padding: 20px;
}

.Title {
    color: #3465AF;
    font-size: 16px;
    font-weight: 500;
}

.TitleLine {
    font-size: 30px;
    font-weight: 700;
    text-align: justify;
}


.Form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 20px;
}

.NameBox {
    display: flex;
    gap: 20px;
}

.FirstNameBox,
.LastNameBox {
    flex: 50%;
}

.PhoneBox,
.MailBox {
    width: 100%;
    height: 40px;
}

/* .MessageBox {
    width: 100%;
    height: 100px;
} */

.FirstNameBox input,
.LastNameBox input,
.PhoneBox input,
.MailBox input,
.MessageBox textarea {
    border: 0;
    outline: 0;
    box-shadow: 0 0 3px #3465af;
    padding: 10px 30px;
    background-color: unset;
    color: #3465af;
    font-weight: 500;
    border-radius: 20px;
}

.SubmitBtn {
    width: fit-content;
    padding: 10px 40px;
    color: #3465AF;
    outline: 0;
    border: 0;
    border-radius: 20px;
    background-color: #fff;
    font-weight: 500;
    font-size: 20px;
    box-shadow: 0 0 3px #3465AF;
    cursor: pointer;
    transition: all 300ms ease-in;
}

.SubmitBtn:hover {
    background-color: #3465AF;
    color: #fff;
}

.ContactDetails {
    padding: 20px;
    align-items: end;
}

.AddressBox,
.TimeBox,
.ContactBox {
    display: flex;
    align-items: center;
    gap: 20px;
}

.IconBox-2 {
    background: #ffffff53;
    padding: 13px 0;
    color: #3465AF;
    font-weight: 600;
    width: 50px;
    border-radius: 80%;
    height: 50px;
    text-align: center;
    font-size: 22px;
    transition: all 300ms ease-in-out;
}

.IconBox-2:hover {
    transform: translateY(-10px);
}

.AddressBox p,
.ContactBox p,
.TimeBox p {
    font-weight: 500;
    text-align: right;
    margin-top: 0px;
    color: #3465AF
}

footer {
    background-color: #212121;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}

footer .container {
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px;
}

.footer-section {
    width: 27%;
}

.FooterPara {
    font-size: 18px;
    padding: 10px;
    text-align: justify;
}

.footer-section .logo {
    width: 40%;
}

.footer-section h4 {
    margin-bottom: 10px;
    font-weight: 600;
}

.footer-section a {
    display: block;
    font-weight: 600;
    color: #8b8b8b;
    text-decoration: none;
    margin-bottom: 5px;
    transition: all 300ms ease-in;
}

.footer-bottom {
    padding: 20px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
}

.Servicecard:hover {
    transform: translateY(-20px);
    background-color: #3465af47;
    color: #3465AF;
}

.Servicecard {
    transition: all 300ms ease-in-out;
    cursor: pointer;
}
#form{
    display: none;
}

.Form {
    position: fixed;
    right: 0;
    left: 0;
    /* height: 500px; */
    width: 450px;
    background-color: #f1f0ff;
    border-radius: 20px;
    margin-inline: auto;
    z-index: 2;
    box-shadow: 2px 0 7px #ffffff;
    top: 30px;
    padding: 10px;
    opacity: 0;
    display: none;
    transition: all 300ms ease-in;
}

.FormContainer {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.NameBox {
    display: flex;
    gap: 20px;
}

.Cross {
    color: #3465af;
    padding: 10px;
    border-radius: 50%;
    width: fit-content;
    font-weight: 600;
    float: right;
    margin: 0 10px;
    cursor: pointer;
}

.Cross:hover {
    color: #fff;
    background-color: #3465AF;
    transition: all 300ms ease-in-out;
}

.Card {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0px;
}

.HeroSlider {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    min-height: 100svh;
    padding: 20px !important;
}

.TextBox {
    /* padding: 20px; */
}

.TextBox h1 {
    font-size: 4rem;
}

.TextBox p {
    text-align: justify;
    color: #6b6b6b
}

.Btn-Box {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.SmallHeading {
    font-size: 14px;
    color: #e24bad !important;
    font-weight: 700;
}

.Btn-1 {
    background-color: #f1f0ff;
    color: #6b6b6b;
    width: fit-content;
    padding: 15px 40px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 15px;
}

.HeroSlider ul {
    padding: 0;
    margin: 0;
    display: grid;
    width: 50vw;
    display: grid;
    align-items: center;
    justify-items: center;

    >* {
        grid-area: 1 / 1 / 2 / 2;
    }

    li {
        list-style: none;
        padding-right: 20px;
    }
}

.card {
    height: 70svh;
    width: 100%;
    /* background-color: green; */
    min-height: auto;
    /* padding: 30px; */
    border-radius: 20px;
    overflow: hidden;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}


.ListBox {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.ListItem {
    padding: 10px 0px 10px 20px;
    color: #6b6b6b;
    background: #f0f8ff;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 250px;
}

.color {
    background-color: #fff0f0 !important;
}

.color-2 {
    background-color: #f7fff0 !important;
}

.icon {
    font-size: 30px;
    color: #4f45dd;
}

#pointer {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 50%;
    position: fixed;
    z-index: 999;
    background-color: #0000005b;
}

#Body.Header:hover #pointer {
    background-color: #ffffff5b;
}


.MobileHero {
    width: 100%;
    height: 90vh;
    display: none;
}


.footer-section a:hover {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}


.PortfolioCard {
    box-shadow: 0 0 3px #3066BE47;
    border-radius: 5px;
    transition: all 300ms ease-in-out;
}


.PortfolioImg {
    width: 400px;
    height: 300px;
}

.PortfolioImg img {
    width: 100%;
    height: 100%;
}


.PortfolioContent {
    padding-left: 20px;
    padding-bottom: 20px;
}


.PortfolioContent h1 {
    font-size: 28px;
}


.PortfolioRow {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}


.PortfolioCard:hover{
    transform: translateY(-10px);
    cursor: pointer;
    box-shadow: 0 0 3px #3465af67;
}