* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    font-family: sans-serif;
    /* background: linear-gradient(to right, rgba(57, 211, 249, 0.119), rgba(0, 0, 255, 0), rgba(134, 244, 246, 0.084)); */
}







.home {
    height: 100vh;
    background-image: url(/Relocation/Images/home.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #fff;
}

.home1 {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(to right,rgba(0, 0, 0, 0.82),rgba(0, 0, 0, 0));
    z-index: 1;
}

.home .home-content {
    width: 48vw;
    position: relative;
    z-index: 2;
    height: 40vh;
    margin-left: 50px;
    text-align: left;
    /* line-height: 20vh; */
}

    .home .home-content h1 {
        /* font-size: 6vmax; */
        color: #fff;
        /* font-weight: 800; */
        /* letter-spacing: 0.1vw; */
        font-size: 70px;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        line-height: 96px;
        font-weight: 700;
        font-family: inherit;
    }

@media only screen and (max-width: 800px) {

    .home {
        display: flex;
        padding: 0px;
        flex-direction: column;
    }

    .home1 {
        background: linear-gradient(to bottom,rgba(27, 27, 27, 0.546),rgba(36, 35, 35, 0.379));
    }

    .home .home-content p {
        line-height: 3vmax;
        font-size: 2vmax;
        margin-top: 2vh;
    }

    .home .home-content h1 {
        line-height: 5vmax;
        font-size: 30px;
        margin-top: 15vh;
    }

    .home .home-content {
        width: 90%;
        text-align: center;
        margin: 0;
        height: auto;
    }
}



.about {
    height: 68vh;
    width: 90vw;
    display: flex;
    position: relative;
    left: 5vw;
    align-items: center;
    /* background: linear-gradient(to left, rgba(65, 180, 247, 0.376),rgba(0, 0, 255, 0.007),rgba(122, 225, 244, 0.014)); */
    justify-content: space-evenly;
    /* background-color: #fafafa; */
    text-align: left;
    margin-top: 10vh;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0px 1px 5px 5px rgba(227, 226, 226, 0.308);
}

.text-sec {
    width: 35vmax;
    /* flex: 1; */
}

    .text-sec p {
        line-height: 23px;
        font-size: 1.2vmax;
        font-weight: 200;
        letter-spacing: 0.1vw;
        color: rgb(107, 107, 107);
        font-family: inherit;
        margin-bottom: 30px;
    }

    .text-sec h1 {
        /* font-weight: 100; */
        color: #3d3d3d;
        margin-bottom: 40px;
        font-size: 40px;
        color: #1b1c57;
        font-family: inherit;
    }

.about-img {
    width: 40vw;
    /* height: auto; */
    height: 68vh;
    /* flex: 1; */
}

    .about-img img {
        height: 100%;
        width: 100%;
    }

@media only screen and (max-width: 800px) {
    .about {
        flex-direction: column;
        padding: 2vh;
        /* flex-direction: column-reverse; */
        height: auto;
    }

    #about1, #third1, #third2 {
        flex-direction: column-reverse;
    }

    .text-sec h1 {
        /* margin-bottom: 20px; */
        font-size: 32px;
    }
    /* .about .text-sec,
  .about .about-img {
    flex: none;
    width: 100%;
  } */
    .text-sec {
        width: 79vw;
        text-align: center;
    }

        .text-sec p {
            font-size: 14px;
            /* line-height: 151.52%; */
            font-weight: 400;
            color: #666c89;
            /* margin-bottom: 5px; */
        }

    .about-img {
        /* margin-top: 2vh; */
        width: 80vw;
        height: auto;
    }
}

.third {
    height: auto;
    width: 90vw;
    /* background: linear-gradient(to right,rgba(86, 176, 241, 0.045), rgba(0, 0, 255, 0),rgba(94, 222, 247, 0.033)); */
    display: flex;
    position: relative;
    left: 5vw;
    align-items: center;
    justify-content: space-evenly;
    /* background-color: #fafafa; */
    text-align: left;
    margin-top: 10vh;
    padding: 5px;
}


@media only screen and (max-width: 800px) {
    .third {
        flex-direction: column;
        padding: 2vh;
        /* margin-top: -5vh; */
    }

    #map {
        width: 100vw;
        height: 40vh;
    }
}

.mid {
    height: 60vh;
    background-image: url(/Relocation/Images/BG.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    color: #fff;
}

    .mid .mid-content {
        width: 100vw;
        height: 40vh;
        display: flex;
        padding: 0 200px 0 200px;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        text-align: center;
        /* line-height: 20vh; */
    }

        .mid .mid-content h2 {
            font-size: 4vmax;
            color: #fff;
            font-weight: 600;
            letter-spacing: 0.1vw;
        }

        .mid .mid-content a {
            padding: 12px 20px;
            background: radial-gradient(50% 50% at 50% 50%, #338cff, #338cff);
            color: white;
            border-radius: 50px;
            padding: 10px 40px;
            font-size: 20px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.8s;
        }

            .mid .mid-content a:hover {
                padding: 12px 35px;
                letter-spacing: 4px;
                color: #fff;
                border-radius: 10px;
            }

@media only screen and (max-width: 800px) {
    .mid {
        height: 40vh;
        text-align: center;
    }

        .mid .mid-content {
            width: 100vw;
            height: 40vh;
            display: flex;
            padding: 10px;
        }
}




.expert {
    /* min-height: 100vh; */
    background-color: #ffffff82;
    /* position: relative; */

    margin-top: 10vh;
}

.expert-text {
    color: #3d3d3d;
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    color: #1b1c57;
    font-family: inherit;
}


.expert-content {
    /* min-height: 70vh; */
    width: 80vw;
    margin: auto;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-align: start;
    flex: 0 0 auto;
}

    .expert-content::-webkit-scrollbar {
        display: none;
    }

    .expert-content .box {
        /* position: relative; */
        width: 500px;
        height: 280px;
        padding: 20px;
        margin: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 10px;
        /* flex-wrap: wrap; */



        background: #ffffff;
        box-shadow: 1px 1px 5px rgba(216, 215, 215, 0.5);
    }

.b1 {
    width: 100%;
    height: 210px;
    padding: 20px;
    overflow: hidden;
    /* background-color: #ffcc00; */
    word-wrap: break-word;
}

    .b1 p {
        margin: auto;
        height: 100%;
        font-size: 16px;
        color: #686767;
    }

.b2 {
    display: flex;
    align-items: center;
    /* background-color: #ff0157; */
    width: 100%;
    height: 70px;
    padding: 5px;
    font-family: inherit;
    color: #1b1c57;
    justify-content: space-between;
}

.b3 {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: space-between;
    /* background-color: aquamarine; */
}

    .b3 img {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        margin-right: 20px;
    }

.b4 {
    width: 50px;
    height: 40px;
    padding: 5px;
    font-family: inherit;
    font-weight: 700;
    /* border: 1px solid rgb(107, 106, 106); */
    /* background-color: bisque; */
}

.expert-content {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}



.scroll-btn {
    cursor: pointer;
    /* background-color: rgb(6, 155, 254); */
    box-shadow: 1px 5px 5px gray;
    padding: 15px;
    border: none;
    /* margin-top: 150px; */
    margin: -180px 40px;
    border-radius: 50%;
}

#scrollLeft {
    float: left;
}

#scrollRight {
    float: right;
}


@media only screen and (max-width: 800px) {
    .expert-content {
        margin-top: 30px;
        /* margin-bottom: 20px; */
    }

        .expert-content .box {
            /* margin: auto; */
            padding: 20px 0px;
            margin-top: 30px;
            margin-bottom: 20px;
            width: 300px;
            height: 230px;
        }

    .b1 p {
        /* margin: auto; */
        /* height: 100%; */
        font-size: 10px;
    }

    .scroll-btn {
        cursor: pointer;
        /* background-color: rgb(6, 155, 254); */
        box-shadow: none;
        padding: 15px;
        border: none;
        /* margin-top: 150px; */
        margin: -180px 0px;
        border-radius: 0;
    }

    .b3 h2 {
        font-size: 14px;
    }
}


/* form */
.form {
    max-width: 700px;
    position: relative;
    z-index: 2;
    margin: auto;
    height: auto;
    padding: 20px;
    color: black;
    text-align: left;
    background-color: #fff;
    /* background-color: rgba(51, 140, 255, 0.75); */
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(27, 27, 27, 0.176);
}

.heading {
    text-align: center;
    margin-bottom: 20px;
}

    .heading h4 {
        /* color: white; */
        font-size: 1.5em;
        /* text-align: center; */
        margin-bottom: 5px;
    }

.colordiv {
    width: 561px;
    height: 251.05px;
    transform: rotate(-176.269deg);
    position: absolute;
    z-index: -1;
    flex-shrink: 0;
    border-radius: 280.5px;
    background: linear-gradient(121deg, rgba(51, 140, 255, 0.28) -12.86%, rgba(84, 161, 185, 0.28) 40.66%, rgba(141, 198, 63, 0.00) 90.26%);
    filter: blur(78px);
}

.heading p {
    /* color: white; */
    font-size: 1.2em;
}

.detail input {
    margin-bottom: 15px;
    background-color: transparent
}


.detail input {
    width: 25vw;
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    /* color: white; */
}

.detail ::placeholder {
    /* color: white; */
}


.button {
    display: block;
    width: 50%;
    margin: 0 24%;
    padding: 10px;
    background-color: #338cff;
    /* background: linear-gradient(180deg, #8DC63F -112.79%, #3ECF8D 33.81%, #33EDCE 152.46%, #338CFF 270.93%); */
    color: #fff;
    font-size: 1.2em;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .form {
        width: 50vw;
        height: 300px;
        margin-bottom: 10px;
    }

    .colordiv {
        width: 335.192px;
        height: 150px;
        transform: rotate(-176.269deg);
        flex-shrink: 0;
        border-radius: 280.5px;
        background: linear-gradient(121deg, rgba(51, 140, 255, 0.28) -12.45%, rgba(75, 155, 204, 0.22) 14.36%), linear-gradient(121deg, rgba(51, 140, 255, 0.28) -12.45%, rgba(75, 155, 204, 0.22) 14.36%, rgba(141, 198, 63, 0.04) 90.26%);
        filter: blur(78px);
        position: absolute;
        z-index: -1;
    }

    .detail input {
        width: 100%;
        /* padding: 10px; */
    }

    .home .form {
        width: 90%;
        height: 470px;
    }
}
