
    @import url("./satoshiFont.css");
html {
    display: block;
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

img {
    display: block;
    width: 100%;
}
button {
    font-family: "SatoshiRegular";
}
body {
    font-family: SatoshiMedium;
    color: #1a1919;
    background-color: #ffffff;
    overflow-x: hidden;
}
.hpot{
  display: none;
}
a {
    color: #000000;
}
::-webkit-scrollbar {
    display: none;
}

.wrapper {
    max-width: 1400px;
    margin: 0 auto;
    width: 85%;
}

.thumb {
    display: block;
    width: 100%;
    height: auto;
}

li {
    list-style: none;
}

button {
    cursor: pointer;
}

#procedures {
    display: flex;
    justify-content: space-between;
    background: radial-gradient(
        49.88% 170.32% at 27.08% 39.54%,
        rgba(252, 236, 207, 0.29) 0%,
        #fceccf 100%
    );
    padding: 100px 150px;
}

@media all and (max-width: 1280px) {
    #procedures {
        padding-top: 50px;
    }
}

@media all and (max-width: 1080px) {
    #procedures {
        padding: 50px 100px;
    }
}

@media all and (max-width: 980px) {
    #procedures {
        padding: 50px;
        flex-direction: column;
        align-items: center;
    }
}

@media all and (max-width: 768px) {
    #procedures {
        padding: 30px 16px;
    }
}

#procedures .left {
    flex: 0 0 auto;
    flex-direction: column;
    width: 35%;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

@media all and (max-width: 980px) {
    #procedures .left {
        position: unset;
        width: 60%;
        height: 100%;
    }
}

#procedures .left .imageFrame {
    margin-top: 114px;
}

@media all and (max-width: 1280px) {
    #procedures .left .imageFrame {
        margin-top: 90px;
    }
}

@media all and (max-width: 1080px) {
    #procedures .left .imageFrame {
        margin-top: 80px;
    }
}

@media all and (max-width: 980px) {
    #procedures .left .imageFrame {
        margin-top: 70px;
    }
}

@media all and (max-width: 768px) {
    #procedures .left .imageFrame {
        margin-top: 60px;
    }
}

@media all and (max-width: 640px) {
    #procedures .left .imageFrame {
        margin-top: 50px;
    }
}

#procedures .right {
    margin-top: 114px;
    width: 55%;
    overflow-y: auto;
}

@media all and (max-width: 1280px) {
    #procedures .right {
        margin-top: 90px;
    }
}

@media all and (max-width: 980px) {
    #procedures .right {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    #procedures .right {
        margin-top: 50px;
    }
}

#procedures .minititle {
    font-size: 25px;
    color: #757473;
    font-family: "SatoshiRegular";
    margin-bottom: 60px;
}

@media all and (max-width: 1080px) {
    #procedures .minititle {
        margin-bottom: 50px;
    }
}

@media all and (max-width: 980px) {
    #procedures .minititle {
        font-size: 23px;
    }
}

#procedures .minititle span {
    font-family: "SatoshiMedium";
    color: #757473;
}

#procedures .heading {
    color: #1a1919;
    font-family: "SatoshiMedium";
    font-size: 50px;
    margin-bottom: 40px;
}

@media all and (max-width: 1280px) {
    #procedures .heading {
        font-size: 45px;
    }
}
@media all and (max-width: 1080px) {
    #procedures .heading {
        font-size: 40px;
    }
}
@media all and (max-width: 980px) {
    #procedures .heading {
        font-size: 38px;
    }
}
@media all and (max-width: 768px) {
    #procedures .heading {
        font-size: 35px;
    }
}
@media all and (max-width: 640px) {
    #procedures .heading {
        font-size: 30px;
    }
}
@media all and (max-width: 480px) {
    #procedures .heading {
        font-size: 25px;
    }
}

#procedures .heading .coloredHeading {
    color: #d1ae71;
}

#procedures .headingDescription {
    color: #2a2a29;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 80px;
    font-family: "SatoshiRegular";
}

@media all and (max-width: 1080px) {
    #procedures .headingDescription {
        font-size: 20px;
    }
}
@media all and (max-width: 980px) {
    #procedures .headingDescription {
        font-size: 19px;
    }
}
@media all and (max-width: 768px) {
    #procedures .headingDescription {
        font-size: 18px;
    }
}
@media all and (max-width: 64px) {
    #procedures .headingDescription {
        font-size: 17px;
    }
}
@media all and (max-width: 640px) {
    #procedures .headingDescription {
        font-size: 16px;
    }
}
@media all and (max-width: 480px) {
    #procedures .headingDescription {
        font-size: 15px;
    }
}

#procedures .listContainer li {
    display: flex;
    margin-bottom: 40px;
    gap: 45px;
}

@media all and (max-width: 1080px) {
    #procedures .listContainer li {
        gap: 35px;
    }
}

@media all and (max-width: 980px) {
    #procedures .listContainer li {
        gap: 20px;
    }
}
@media all and (max-width: 768px) {
    #procedures .listContainer li {
        gap: 18px;
    }
}
@media all and (max-width: 640px) {
    #procedures .listContainer li {
        gap: 15px;
    }
}

#procedures .listContainer .count {
    width: 40px;
    height: 40px;
    background-color: #1a1919;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media all and (max-width: 980px) {
    #procedures .listContainer .count {
        width: 35px;
        height: 35px;
    }
}
@media all and (max-width: 768px) {
    #procedures .listContainer .count {
        width: 30px;
        height: 30px;
    }
}
@media all and (max-width: 640px) {
    #procedures .listContainer .count {
        width: 25px;
        height: 25px;
    }
}

#procedures .listContainer .details {
    flex: 1;
}

#procedures .listContainer .details .title {
    font-size: 22px;
}

@media all and (max-width: 1080px) {
    #procedures .listContainer .details .title {
        font-size: 20px;
    }
}
@media all and (max-width: 980px) {
    #procedures .listContainer .details .title {
        font-size: 19px;
    }
}
@media all and (max-width: 768px) {
    #procedures .listContainer .details .title {
        font-size: 18px;
    }
}

#procedures .listContainer .details .description {
    margin-top: 20px;
    color: #757473;
    font-size: 18px;
    font-family: "SatoshiRegular";
}

@media all and (max-width: 980px) {
    #procedures .listContainer .details .description {
        font-size: 17px;
    }
}
@media all and (max-width: 768px) {
    #procedures .listContainer .details .description {
        font-size: 16px;
    }
}
@media all and (max-width: 640px) {
    #procedures .listContainer .details .description {
        font-size: 15px;
    }
}
@media all and (max-width: 480px) {
    #procedures .listContainer .details .description {
        font-size: 14px;
    }
}

#testimonial {
    padding: 160px 0;
    background-color: #fffbf5;
}
@media all and (max-width: 1280px) {
    #testimonial {
        padding: 130px 0;
    }
}
@media all and (max-width: 1080px) {
    #testimonial {
        padding: 120px 0;
    }
}
@media all and (max-width: 980px) {
    #testimonial {
        padding: 110px 0;
    }
}
@media all and (max-width: 768px) {
    #testimonial {
        padding: 90px 0;
    }
}
@media all and (max-width: 640px) {
    #testimonial {
        padding: 80px 0;
    }
}
@media all and (max-width: 480px) {
    #testimonial {
        padding: 75px 0;
    }
}
@media all and (max-width: 360px) {
    #testimonial {
        padding: 70px 0;
    }
}
#testimonial .minititle {
    font-size: 25px;
    color: #757473;
    font-family: "SatoshiRegular";
    margin-bottom: 60px;
}
@media all and (max-width: 1280px) {
    #testimonial .minititle {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 1080px) {
    #testimonial .minititle {
        margin-bottom: 55px;
    }
}

#testimonial .heading {
    color: #d1ae71;
    font-family: "SatoshiMedium";
    font-size: 50px;
    margin-bottom: 40px;
}
@media all and (max-width: 1280px) {
    #testimonial .heading {
        font-size: 45px;
    }
}
@media all and (max-width: 1080px) {
    #testimonial .heading {
        font-size: 40px;
    }
}
@media all and (max-width: 980px) {
    #testimonial .heading {
        font-size: 38px;
    }
}
@media all and (max-width: 768px) {
    #testimonial .heading {
        font-size: 35px;
    }
}
@media all and (max-width: 640px) {
    #testimonial .heading {
        font-size: 30px;
    }
}
@media all and (max-width: 480px) {
    #testimonial .heading {
        font-size: 25px;
    }
}

#testimonial .heading .coloredHeading {
    color: #1a1919;
}

#testimonial .sliderContainer .eachContainer {
    display: flex;
    padding: 49px 35px;
    justify-content: space-between;
}
@media all and (max-width: 768px) {
    #testimonial .sliderContainer .eachContainer {
        flex-direction: column;
        align-items: center;
        padding: 35px 28px;
    }
}
@media all and (max-width: 640px) {
    #testimonial .sliderContainer .eachContainer {
        padding: 0;
    }
}
#testimonial .sliderContainer .eachContainer .left {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media all and (max-width: 768px) {
    #testimonial .sliderContainer .eachContainer .left {
        width: 100%;
    }
}
#testimonial .sliderContainer .eachContainer .left .imageFrame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    aspect-ratio: 1;
    object-fit: cover;
}

#testimonial .sliderContainer .eachContainer .right {
    width: 60%;
}
@media all and (max-width: 768px) {
    #testimonial .sliderContainer .eachContainer .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
        width: 100%;
    }
}
#testimonial .sliderContainer .eachContainer .right .quoteFrame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
}

#testimonial .sliderContainer .eachContainer .right .description {
    margin-top: 20px;
    font-size: 18px;
    color: #757473;
    font-family: "SatoshiRegular";
}
@media all and (max-width: 640px) {
    #testimonial .sliderContainer .eachContainer .right .description {
        font-size: 16px;
    }
}

#testimonial .sliderContainer .eachContainer .right .description span {
    font-family: "SatoshiBold";
    color: #2a2a29;
}

#testimonial .sliderContainer .eachContainer .right .name {
    margin-top: 16px;
    font-size: 20px;
    color: #2a2a29;
}

#testimonial .sliderContainer .eachContainer .right .position {
    margin-top: 4px;
    font-size: 16px;
    color: #757473;
}

#contactForm {
    background-image: linear-gradient(rgb(0 0 0 / 75%), rgb(20 14 14 / 82%)),
        url(assets/images/contact-form-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 135px 0;
    display: flex;
}
@media all and (max-width: 1280px) {
    #contactForm {
        padding: 120px 0;
    }
}
@media all and (max-width: 1080px) {
    #contactForm {
        padding: 110px 0;
    }
}
@media all and (max-width: 980px) {
    #contactForm {
        padding: 90px 0;
    }
}
@media all and (max-width: 768px) {
    #contactForm {
        padding: 80px 0;
    }
}
@media all and (max-width: 640px) {
    #contactForm {
        padding: 70px 0;
    }
}
@media all and (max-width: 480px) {
    #contactForm {
        padding: 65px 0;
    }
}
@media all and (max-width: 360px) {
    #contactForm {
        padding: 50px 0;
    }
}

#contactForm .container {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    /* flex-direction: row; */
}
@media all and (max-width: 980px) {
    #contactForm .container {
        flex-direction: column;
    }
}

#contactForm .container .left {
    width: 35%;
}
@media all and (max-width: 980px) {
    #contactForm .container .left {
        width: 100%;
    }
}

#contactForm .container .left .heading {
    color: #f5f3f1;
    font-family: "SatoshiMedium";
    font-size: 50px;
    margin-bottom: 40px;
}
@media all and (max-width: 1280px) {
    #contactForm .container .left .heading {
        font-size: 38px;
    }
}

@media all and (max-width: 1080px) {
    #contactForm .container .left .heading {
        font-size: 37px;
    }
}
@media all and (max-width: 980px) {
    #contactForm .container .left .heading {
        font-size: 35px;
    }
}
@media all and (max-width: 640px) {
    #contactForm .container .left .heading {
        font-size: 30px;
    }
}
@media all and (max-width: 580px) {
    #contactForm .container .left .heading {
        font-size: 25px;
    }
}

#contactForm .container .left .heading .coloredHeading {
    color: #d1ae71;
}

#contactForm .container .left .headingDescription {
    color: #dbd9d8;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 80px;
    font-family: "SatoshiRegular";
}
@media all and (max-width: 1080px) {
    #contactForm .container .left .headingDescription {
        font-size: 20px;
    }
}
@media all and (max-width: 980px) {
    #contactForm .container .left .headingDescription {
        font-size: 19px;
    }
}
@media all and (max-width: 768px) {
    #contactForm .container .left .headingDescription {
        font-size: 18px;
    }
}
/* @media all and (max-width: 640px) {
    #contactForm .container .left .headingDescription {
        font-size: 17px;
    }
} */
@media all and (max-width: 640px) {
    #contactForm {
        /* padding: 0; */
    }
    #contactForm .container {
        width: 100%;
        /* padding: 12px; */
    }
    #contactForm .container .left .headingDescription {
        font-size: 16px;
    }
}
@media all and (max-width: 480px) {
    #contactForm .container .left .headingDescription {
        font-size: 15px;
        margin-bottom: 50px;
    }
}

#contactForm .container .left .phoneMailContainer {

}
@media all and (max-width: 980px) {
    #contactForm .container .left .phoneMailContainer {
        margin-bottom: 50px;
    }
}
#contactForm .container .left .phoneMailContainer .phone {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #dbd9d8;
    margin-bottom: 8px;
}
#contactForm .container .left .phoneMailContainer .phone .iconFrame {
    width: 28px;
}
@media all and (max-width: 640px) {
    #contactForm .container .left .phoneMailContainer .phone .iconFrame {
        width: 24px;
    }
}
#contactForm .container .left .phoneMailContainer .phone .content {
    font-size: 18px;
    margin: 0;
}
@media all and (max-width: 640px) {
    #contactForm .container .left .phoneMailContainer .phone .content {
        font-size: 16px;
    }
}
#contactForm .container .left .phoneMailContainer .mail {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #dbd9d8;
}
#contactForm .container .left .phoneMailContainer .mail .iconFrame {
    width: 28px;
}
@media all and (max-width: 640px) {
    #contactForm .container .left .phoneMailContainer .mail .iconFrame {
        width: 24px;
    }
}
#contactForm .container .left .phoneMailContainer .mail .content {
    font-size: 18px;
    margin: 0;
}
@media all and (max-width: 640px) {
    #contactForm .container .left .phoneMailContainer .mail .content {
        font-size: 16px;
    }
}
#contactForm .container .right {
    width: 50%;
    background-color: rgb(117 115 115 / 34%);
    backdrop-filter: blur(10px);
    padding: 60px 25px;
}
@media all and (max-width: 980px) {
    #contactForm .container .right {
        width: 100%;
        padding: 50px 12px;
        /* padding: 50px 20px; */
    }
}

#contactForm .container .right form {
    display: flex;
    flex-direction: column;
    /* border: 1px solid #757473; */
    /* padding: 60px 20px; */
}

#contactForm .container .right form label {
    color: #f5f3f1;
    display: block;
    margin-bottom: 10px;
}

#contactForm .container .right form input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #dbd9d8;
    border-radius: 4px;
    color: #FFF;
    box-sizing: border-box; /* Ensure that padding and border do not add to the width */
}

textarea {
    height: 100px;
    resize: none;
}

#contactForm .container .right form input[type="submit"] {
    align-self: flex-end;
    width: 250px;
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
    background-color: #f6f6f6;
    color: #0a0a0a;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}
@media all and (max-width: 1280px) {
    #contactForm .container .right form input[type="submit"] {
        width: 200px;
    }
}
@media all and (max-width: 1080px) {
    #contactForm .container .right form input[type="submit"] {
        /* width: 150px; */
        width: 100%;
    }
}

footer {
    padding: 100px 0;
    background-color: #fffbf5;
}
footer .container {
}
footer .container .top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
@media all and (max-width: 980px) {
    footer .container .top {
        flex-direction: column;
    }
}
@media all and (max-width: 640px) {
    footer .container .top {
        padding-bottom: 0;
    }
}
footer .container .top .left {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    width: 30%;
}
@media all and (max-width: 1080px) {
    footer .container .top .left {
        width: 100%;
        margin-bottom: 50px;
        /* height: 300px; */
    }
}
@media all and (max-width: 575px) {
    footer .container .top .left {
        margin-bottom: 0;
    }
}
footer .container .top .left h1 {
    width: 60px;
}
footer .container .top .left .place {
    color: #b69a69;
    margin: 40px 0;
}
footer .container .top .left .address {
    width: 60%;
    font-family: "SatoshiRegular";
}
@media all and (max-width: 575px) {
    footer .container .top .left .address {
        width: 100%;
        margin: 0 0 20px 0;
    }
}
footer .container .top .right ul {
    display: flex;
    justify-content: space-between;
    width: 400px;
}
@media all and (max-width: 1080px) {
    footer .container .top .right ul {
        width: 450px;
    }
}

/* @media all and (max-width: 1080px) {
    footer .container .top .right ul {
        width: 500px;
    }
} */
@media all and (max-width: 980px) {
    footer .container .top .right ul {
        width: 700px;
    }
}
@media all and (max-width: 780px) {
    footer .container .top .right ul {
        width: 600px;
    }
}
@media all and (max-width: 768px) {
    footer .container .top .right ul {
        width: 500px;
    }
}
@media all and (max-width: 575px) {
    footer .container .top .right ul {
        flex-direction: column;
        width: 100%;
    }
}
footer .container .top .right ul .eachList {

}
@media all and (max-width: 575px) {
    footer .container .top .right ul .eachList {
        margin-bottom: 20px;
    }
}
footer .container .top .right ul .eachList .eachListHeading {
    display: flex;
    margin-bottom: 18px;
    color: #b69a69;
}

footer .container .top .right ul .eachList .heading {
}
footer .container .top .right ul .eachList .list {
    display: flex;
}

footer .container .top .right ul .eachList .list a {
    display: flex;
    margin-bottom: 16px;
    color: #2a2a29;
}
@media all and (max-width: 575px) {
    footer .container .top .right ul .eachList .list a  {
        margin-bottom: 12px;
    }
}
footer .container .bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    border-top: 1px solid #f7f3ed;
}
@media all and (max-width: 768px) {
    footer .container .bottom {
        flex-direction: column-reverse;
        /* align-items: center; */
        margin-top: 10px;
    }
}
footer .container .bottom .left {
}
@media all and (max-width: 640px) {
    footer .container .bottom .left {
        width: 100%;
    }
}
@media all and (max-width: 768px) {
    footer .container .bottom .left {
       /* margin-top: 20px; */
    }
}
footer .container .bottom .left .copyright {
    display: flex;
    /* gap: 4px; */
    /* align-items: center;
    justify-content: center; */
}

footer .container .bottom .left .copyright .iconFrame {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .container .bottom .left .copyright .content {
    color: #b69a69;
    margin: 0;
}
@media all and (max-width: 480px) {
    footer .container .bottom .left .copyright .content {
        font-size: 14px;
    }
}
footer .container .bottom .middle {
    /* width: 60%; */
    align-items: left;
}
footer .container .bottom .middle ul {
    display: flex;
    width: 300px;
    /* justify-content: space-between; */
    
}
@media all and (max-width: 768px) {
    footer .container .bottom .middle ul {
        width: 250px;
    }
}
footer .container .bottom .middle ul .list {
    margin-right: 20px;
}
footer .container .bottom .middle ul .list:last-child {
    margin-right: 0px;
}
@media all and (max-width: 640px) {
    footer .container .bottom .middle ul .list {
        /* display: none; */
    }
}
footer .container .bottom .middle ul .list a {
    color: #b69a69;
}
@media all and (max-width: 480px) {
    footer .container .bottom .middle ul .list a {
        font-size: 16px;
    }
}

footer .container .bottom .right {
    /* width: 60%; */
}

footer .container .bottom .right ul {
    display: flex;
    /* width: 300px; */
    /* justify-content: space-between; */
    
}
@media all and (max-width: 768px) {
    footer .container .bottom .right ul {
        width: 250px;
    }
}
footer .container .bottom .right ul .list {
    margin-right: 20px;
}
footer .container .bottom .right ul .list:last-child {
    margin-right: 0px;
}
@media all and (max-width: 640px) {
    footer .container .bottom .right ul .list {
        /* display: none; */
    }
}
footer .container .bottom .right ul .list a {
    color: #b69a69;
}
footer .container .bottom .right ul .list a img{
    width: 80%;
}
@media all and (max-width: 480px) {
    footer .container .bottom .right ul .list a {
        font-size: 16px;
    }
    footer .container .bottom .right ul .list a img{
        width: 60%;
    }
}
