html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    width: 126rem;
    margin: auto;
    overflow-x: hidden;
    background-color: #e7fff2;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: My Font;
    src: url(Montserrat-Regular.otf);
}

@font-face {
    font-family: My Font1;
    src: url(Montserrat-Medium.otf);
}

@font-face {
    font-family: My Font2;
    src: url(Montserrat-Bold.otf);
}

@font-face {
    font-family: My Font3;
    src: url(LibreBaskerville-Regular.ttf);
}

nav {
    width: 100%;
    max-width: 126rem;
    height: 12rem;
    background-color: rgb(255, 255, 255); 
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
}

.box1 {
    width: 100%;
    height: 4.5rem;
    background-color: #ffeba6;
    display: flex;
}

.box1a {
    width: 55rem;
    height: 4.5rem;
     /* background-color: rgb(131, 59, 59);  */
    text-align: center;
    font-size: 1.3rem;
    font-family: My Font2;
    box-sizing: border-box;
}

.box1a p{
    color: #707070;
}

.box1b {
    width: 36rem;
    height: 4.5rem;
    /* background-color: rgb(75, 16, 16);  */
    text-align: center;
    font-size: 1.3rem;
    font-family: My Font2;
    box-sizing: border-box;
}

.box1b p{
    color: #707070;
}

.box1c {
    width: 35rem;
    height: 4.5rem;
    /* background-color: rgb(255, 120, 120); */
    font-size: 1.3rem;
    font-family: My Font2;
    box-sizing: border-box;
    padding-top: 1.3rem;
    padding-left: 2rem;
}

.box1c a {
    text-decoration: none;
    color: #707070;
}

.box2{
    width: 100%;
    height: 7.5rem;
    /* background-color: rgb(60, 128, 128); */
    display: flex;
    box-sizing: border-box;
}

.box2a {
    width: 40rem;
    height: 7.5rem;
    /* background-color: rgb(103, 185, 110); */
    box-sizing: border-box;
    padding-left: 15rem;
    padding-top: 1.5rem;
}

.box2a img {
    width: 160px;
}

.box2b {
    width: 90rem;
    height: 7.5rem;
    /* background-color: rgb(126, 163, 212); */
    text-align: center; 
    box-sizing: border-box;
    padding-top: 3rem;
    font-family: My Font2;
    font-size: 1.4rem;
}

.box2b a {
    text-decoration: none;
    margin-left: 2.5rem;
    color: rgb(49, 49, 49);
    position: relative;
    padding-bottom: 0.01rem;
}

.box2 i {
    font-size: 2.5rem;
    display: none;
}

.box2b a:after {
    content: ""; 
    position: absolute;
    height: 0.2rem;
    width: 0;
    background-color: #066130;
    left: 0;
    bottom: -1rem;
    transition: 0.3s;
}

.box2b a:hover:after {
    width: 100%;
}

.box2c {
    width: 35rem;
    height: 7.5rem;
    /* background-color: rgb(255, 187, 187); */
    box-sizing: border-box;
}

.box2d {
    width: 18rem;
    height: 4rem;
    background-color: #066130;
    margin-top: 2rem;
    margin-left: 3rem;
    font-family: My Font1;
    font-size: 1.3rem;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1.2rem;
    color: white;
}

.box2d a {
    text-decoration: none;
    color: white;
}

.box3 {
    width: 100%;
    height: calc(100dvh - 12rem);
    max-height: 55rem;
    background-color: rgb(0, 0, 0);
    box-sizing: border-box;
    padding-top: 25rem;
    text-align: center;
    color: white;
    background-image: url(Images/Contact\ Us\ Image.jpg);
}

.box3 .main-title {
    font-family: My Font2;
    font-size: 3rem;
}

.box3 p {
    font-family: My Font;
    font-size: 1.3rem;
    width: 55rem;
    margin-left: 35rem;
}

.box4 {
    width: 100%;
    height: 75rem;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    position: relative;
    background-image: url(Images/Conture.jpg);
    
}

.box4a {
    width: 40rem;
    height:50rem ;
    background-color: white;
    position: absolute;
    top: 5rem;
    left: 20rem;
    box-sizing: border-box;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 5rem;
}

.box4a .section-title {
    font-family: My Font3;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
}

.box4a p {
    font-family: My Font;
    font-size: 1.3rem;
    line-height: 1.9rem; 
}


.box4b {
    width: 50rem;
    height:50rem ;
    background-color: #dcffec;
    position: absolute;
    top: 5rem;
    left: 60rem;
    box-sizing: border-box;
    padding-left: 5rem;
}

.box4b input {
    background-color: transparent;
    border: none;
    outline: none;
    font-family: My Font1;
    font-size: 1rem;
}

.box4b1 {
    width: 20rem;
    height: 5rem;
    background-color: white;
    position: absolute;
    top: 5rem;
    box-sizing: border-box;
    padding-top: 1.5rem;
    padding-left: 2rem;
}

.box4b2 {
    width: 20rem;
    height: 5rem;
    background-color: white;
    position: absolute;
    top: 5rem;
    left: 26rem;
    box-sizing: border-box;
    padding-top: 1.5rem;
    padding-left: 2rem;
}

.box4b3 {
    width: 20rem;
    height: 5rem;
    background-color: white;
    position: absolute;
    top: 11rem;
    left: 26rem;
    box-sizing: border-box;
    padding-top: 1.5rem;
    padding-left: 2rem;
}

.box4b4 {
    width: 20rem;
    height: 5rem;
    background-color: white;
    position: absolute;
    top: 11rem;
    box-sizing: border-box;
    padding-top: 1.5rem;
    padding-left: 2rem;
}

.box4b5 {
    width: 41rem;
    height: 18rem;
    background-color: white;
    position: absolute;
    top: 19rem;
    box-sizing: border-box;
    padding-top: 1.5rem;
    padding-left: 2rem;
}

.box4b6 {
    width: 20rem;
    height: 5rem;
    background-color: #066130;
    position: absolute;
    top: 39rem;
    color: white;
    font-family: My Font2;
    font-size: 1.1rem;
    text-align: center;
    padding-top: 2rem;
    box-sizing: border-box;
}

.box4b6 a {
    color: white;
    text-decoration: none;
}

.box4c {
    width: 83rem;
    height:15rem ;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 60rem;
    left: 20rem;
    display: flex;
}

.box4ci {
    width: 30rem;
    height: 10rem;
    /* background-color: white;   */
    margin-left: 6rem;
    margin-top: 3rem;
    color: white;
    font-family: My Font2;
    font-size: 2rem;
    padding-left: 6rem;
    padding-right: 2rem;
    padding-top: 2rem;
    box-sizing: border-box;
}


.box4cii {
    width: 40rem;
    height: 10rem;
    /* background-color: rgb(180, 93, 93);   */
    margin-top: 3rem;
    color: white;
    font-family: My Font2;
    font-size: 1.5rem;
    padding-left: 4rem;
    padding-top: 1.5rem;
    line-height: 0.7rem;
    box-sizing: border-box;
}

.box5 {
    width: 100%;
    height: 55rem;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
}

iframe {
    width: 100%;
    height: 55rem;
    box-sizing: border-box;
}

/* FOOTER  */

.box9 {
    width: 100%;
    height: 35rem;
    background-color: rgb(0, 0, 0);  
    padding-top: 40px; 
    box-sizing: border-box;
    position: relative; 
}

.boxf1 {
    width: 20rem;
    height: 25rem;
    /* background-color: rgba(240, 248, 255, 0.267);  */
    position: absolute;
    margin-left: 10rem;
    padding-top: 4.5rem;
    padding-left: 4rem;
    padding-right: 4.5rem;
    box-sizing: border-box;
} 

.boxf1 .h {
    color: #ffc400;
    font-family: My font3;
    font-size: 1.7rem;
} 

.boxf1 .quicklinks a {
    color: white;
    font-family: My Font1;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 2.5rem;
    margin-top: 5rem; 
}

.boxf1 .quicklinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.boxf2 {
    width: 20rem;
    height: 25rem;
    /* background-color: rgba(240, 248, 255, 0.247);  */
    position: absolute;
    margin-left: 32rem;
    padding-left: 4rem;
    padding-top: 4.5rem;
    box-sizing: border-box;
} 

.boxf2 .h {
    color: #ffc400;
    font-family: My font3;
    font-size: 1.7rem;
} 

.boxf2 .quicklinks a {
    color: white;
    text-decoration: none;
    font-family: My Font1;
    font-size: 1.3rem;
}

.boxf2 .quicklinks ul {
    list-style: none;
    line-height: 2.7rem;
    padding: 0;
    margin: 0;
}


.boxf3 {
    width: 25rem;
    height: 25rem;
    /* background-color: rgba(240, 248, 255, 0.226);  */
    position: absolute;
    margin-left: 54rem;
    padding-top: 4.5rem;
    padding-left: 4rem;
    padding-right: 2rem;
    box-sizing: border-box;
} 

.boxf3 .h {
    color: #ffc400;
    font-family: My font3;
    font-size: 1.7rem;
    margin-bottom: 3rem;
}

.boxf3 p {
    font-family: My Font1;
    font-size: 1.4rem;
    color: white;
}

.boxf3 a {
    font-family: My Font1;
    font-size: 1.3rem;
    color: rgb(255, 217, 0);
    text-decoration: none;
    font-style: italic;
}

.boxf4 {
    width: 35rem;
    height: 25rem;
    /* background-color: rgba(240, 248, 255, 0.26);   */
    position: absolute;
    margin-left: 81rem;
    padding-top: 4.5rem;
    padding-left: 4rem;
    box-sizing: border-box;
} 

.boxf4 .h {
    color: #ffc400;
    font-size: 1.7rem;
    font-family: My Font3;
    margin-bottom: 3rem;
}

.boxf4 p {
    font-family: My Font;
    font-size: 1rem;
    color: white;
    width: 30rem;
}

.emailbox{
    width: 30rem;
    height: 4rem;
    background-color: rgba(255, 255, 255, 0.473);
    box-sizing: border-box;
    position: relative;
}

.emailbox input {
   width: 100%;
   height: 4rem;
   position: absolute;
   background-color: transparent;
   font-family: My Font;
   font-size: 1.2rem;
   font-style: italic;
   color: #ffc400;
   border: none;
   padding-left: 2rem;
   outline: none;
}

.emailbox input::placeholder {
   color: white;
}

button {
   width: 9rem;
   height: 4rem;
   background-color: #c29500;
   margin-left: 21rem;
   text-align: center;
   box-sizing: border-box;
   color: white;
   font-family: My Font2;
   font-size: 1.3rem;
   border: none;
}

/* Scroll to the top */

#progress {
    /* background-color: #03cc65;  */
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    width: 6rem;
    height: 6rem;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 0.2rem;
    cursor: pointer;
}

#progress-value {
    display: block;
    height: calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
    background-color: white;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 2.5rem;
    color: black;
}


/* Screen size 430 */

@media screen and (max-width:430px) {

    html {
        max-width: 430px;
        overflow-x: hidden;
    }

    body {
        width: 430px;
        overflow-x: hidden;
        scroll-behavior: smooth;
    }


    /* NAV BAR */

    nav {
        width: 100%;
        height: 12rem;
        background-color: rgb(255, 255, 255);
        box-sizing: border-box;
        z-index: 999;
        position: fixed;
        /* border: 4px solid red;
        background-color: red; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box1 {
        width: 100%;
        height: 9rem;
        background-color: #ffeba6;
        display: block;
        display: none;
    }

    .box2 {
        width: 100%;
        height: 7.5rem;
        /* background-color: rgb(60, 128, 128); */
        display: flex;
        box-sizing: border-box;
        position: relative;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }

    .box2a {
        width: fit-content;
        height: fit-content;
        /* background-color: rgb(103, 185, 110);   */
        box-sizing: border-box;
        padding-left: 0;
        padding-top: 2rem;
        margin-left: 1rem;
        z-index: 111;
    }

    .box2a img {
        width: 200px;
    }

    .box2b {
        width: 420rem;
        height: 12rem;
        text-align: center;
        box-sizing: border-box;
        padding-top: 5.8rem;
        font-family: My Font2;
        font-size: 1.4rem;
        z-index: 111;
        margin-left: 0;
        display: none;
    }

    #menuList {
        width: 420rem;
        height: 12rem;
        text-align: center;
        box-sizing: border-box;
        font-family: My Font2;
        font-size: 1.4rem;
        margin-left: 0;
        display: block;
        z-index: -999;
        margin-top: 24rem;
    }

    .box2b#menuList {
        display: none;
    }


    /* .black-sheep {
        background-color: rgb(255, 255, 255);
        width: 15rem;
        height: 5rem;
        position: absolute;
        margin-left: 20rem;
    } */

    .box2 i {
        font-size: 3.5rem;
        display: block;
        padding-right: 2rem;
        margin-top: 1rem;
        z-index: 999;
    }

    #menuList a {
        text-decoration: none;
        margin-left: 0;
        color: white;
        position: relative;
        padding-top: 2rem;
        padding-bottom: 0.01rem;
        display: block;
        background-color: #066130;
        height: 5rem;
        width: 100%;
        gap: 0;
        text-align: center;
        box-sizing: border-box;
        z-index: -999;
        /* display: none;      */
    }

    .box2c {
        width: 35rem;
        height: 7.5rem;
        /* background-color: rgb(255, 187, 187); */
        box-sizing: border-box;
        display: none;
    }

    .box2d {
        width: 18rem;
        height: 4rem;
        background-color: #066130;
        margin-top: 2rem;
        margin-left: 3rem;
        font-family: My Font1;
        font-size: 1.3rem;
        text-align: center;
        box-sizing: border-box;
        padding-top: 1.2rem;
        color: white;
        display: none;
    }


    /* Main */

    .box3 {
        width: 100%;
        height: calc(100dvh - 12rem);
        max-height: 40rem;
        background-color: rgb(0, 0, 0);
        box-sizing: border-box;
        padding-top: 19rem;
        text-align: left;
        color: white;
        background-image: url(Images/Contact\ Us\ Image.jpg);
    }
    
    .box3 .main-title {
        font-family: My Font2;
        font-size: 3rem;
        margin-left: 15rem;
    }

    .box3 p {
        font-family: My Font;
        font-size: 1rem;
        width: 35rem;
        margin-left: 5rem;
        text-align: justify;
    }
    
    .box4 {
        width: 100%;
        height: 110rem;
        background-color: rgb(255, 255, 255);
        box-sizing: border-box;
        position: relative;
        background-image: url(Images/Conture.jpg);
        
    }

    .box4a {
        width: 43rem;
        height: 40rem ;
        background-color: rgb(255, 255, 255);
        position: absolute;
        top: 5rem;
        left: 0rem;
        box-sizing: border-box;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 5rem;
    }

    .box4a .section-title {
        width: 30rem;
        font-family: My Font3;
        font-size: 4rem;
        line-height: 3rem;
        font-weight: bold;
        margin-left: 2rem;
        letter-spacing: -0.1rem;
        line-height: 5rem;
        text-align: center;
    }

    .box4a p {
        font-family: My Font;
        font-size: 1rem;
        line-height: 1.5rem; 
        text-align: justify;
    }

    .box4b {
        width: 50rem;
        height:50rem ;
        background-color: #dcffec;
        position: absolute;
        top: 35rem;
        left: 0rem;
        box-sizing: border-box;
        padding-left: 5rem;
    }

    .box4b1 {
        width: 15rem;
        height: 5rem;
        background-color: white;
        position: absolute;
        top: 5rem;
        box-sizing: border-box;
        padding-top: 1.5rem;
        padding-left: 2rem;
    }

    .box4b2 {
        width: 18rem;
        height: 5rem;
        background-color: white;
        position: absolute;
        top: 5rem;
        left: 21rem;
        box-sizing: border-box;
        padding-top: 1.5rem;
        padding-left: 2rem;
    }

    .box4b3 {
        width: 18rem;
        height: 5rem;
        background-color: white;
        position: absolute;
        top: 11rem;
        left: 21rem;
        box-sizing: border-box;
        padding-top: 1.5rem;
        padding-left: 2rem;
    }

    .box4b4 {
        width: 15rem;
        height: 5rem;
        background-color: white;
        position: absolute;
        top: 11rem;
        box-sizing: border-box;
        padding-top: 1.5rem;
        padding-left: 2rem;
    }

    .box4b5 {
        width: 34rem;
        height: 18rem;
        background-color: white;
        position: absolute;
        top: 19rem;
        box-sizing: border-box;
        padding-top: 1.5rem;
        padding-left: 2rem;
    }
    

    .box4c {
        width: 39rem;
        height: 17rem ;
        background-color: rgb(0, 0, 0);
        position: absolute;
        top: 92.6rem;
        left: 2rem;
        display: block;
        box-sizing: border-box;
    }
    
    .box4ci {
        width: 25rem;
        height: 8rem;
        /* background-color: white;     */
        margin-left: 7rem;
        margin-top: 0rem; 
        color: white;
        font-family: My Font2;
        font-size: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem;
        box-sizing: border-box;
        text-align: center;
    }

    .box4cii {
        width: 40rem;
        height: 10rem;
        /* background-color: rgb(180, 93, 93);   */
        margin-top: 0rem;
        color: white;
        font-family: My Font2;
        font-size: 1.5rem;
        padding-left: 4rem;
        padding-top: 0rem;
        line-height: 0.7rem;
        box-sizing: border-box;
    }

    .box5 {
        width: 100%;
        height: 40rem;
        background-color: rgb(255, 255, 255);
        box-sizing: border-box;
    }
    
    iframe {
        width: 100%;
        height: 40rem;
        box-sizing: border-box;
    }


    /* Footer */

    .box9 {
        width: 100%;
        height: 35rem;
        background-color: rgb(0, 0, 0);  
        padding-top: 40px; 
        box-sizing: border-box;
        position: relative; 
    }

    .boxf1 {
        width: 20rem;
        height: 25rem;
        /* background-color: rgba(240, 248, 255, 0.267);  */
        position: absolute;
        margin-left: 5rem;
        padding-top: 4.5rem;
        padding-left: 4rem;
        padding-right: 4.5rem;
        box-sizing: border-box;
    } 

    .boxf2 {
        width: 20rem;
        height: 25rem;
        /* background-color: rgba(240, 248, 255, 0.247);  */
        position: absolute;
        margin-left: 20rem;
        padding-left: 4rem;
        padding-top: 4.5rem;
        box-sizing: border-box;
    } 
}