*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.content-1{
    height: 100vh;
    width: 100%;
    font-family: inherit;
}
.upper-section{
    display: flex;
    justify-content: space-between;
    height: 3vw;
    width: 100%;
    align-items: center;
    background-color: #faebd7;
    font-weight: 300;
    font-family: inherit;
    border-bottom: 1px solid red;
    padding: 1vw;
}
/* part-1 */
.part-1{
    display: flex;
    height: 9vw;
    width: 100%;
    background-color: white;
}
.a-3 img{
    height: 10vw;
    margin-left: 1vw;
    width: 19vw;
}
.a-4{
    color: purple;
    font-weight: 600;
    position: relative;
    top: 1.8vw;
    font-size: 1.4vw;
    left: 7vw;
    font-family: inherit;
}
.a-5{
    color: purple;
    font-weight: 600;
    position: relative;
    top: 3.8vw;
    font-size: 1.4vw;
    left: 7vw;
    font-family: inherit;
}
.a-6 img{
    height: 3vw;
    position: relative;
    left: 31vw;
    top: 2vw;
}
.a-7{
    font-size: 1.4vw;
    position: relative;
    top: 2.4vw;
    left: 32vw;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
/* navigation-bar */
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: dodgerblue;
    margin-top: 1vw;
}
.header .logo{
    display: none;
}
.navlist{
    display: flex;
    list-style: none;
    padding: 1vw;
    gap: 4vw;
}
.navlink{
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    margin-left: 5vw;
    text-decoration: none;
    font-size: 1.2vw;
}
.mobile-navbar-btn{
    font-size: 1.4vw;
    cursor: pointer;
    display: none;
    color: black;
}
.cc[name="ak-2"] {
    display: none;
}
  /* part-2 */
.part-2{
    height: 65vh;
    width: 100%;
    background-color: #ffd6a1;
}
.b-1{
    font-size: 4.4vw;
    margin-left: 20vw;
    padding-top: 1vw;
}
.b-2{
    margin-left: 28vw;
    font-size: 4vw;
    color: red;
    font-weight: 600;
}
.b-3{
    height: 10vw;
    width: 54%;
    border: 2px solid;
    background-color: white;
    border-radius: 2vw;
    position: relative;
    left: 5%;
    top: 9%;
    color: purple;
    font-weight: 600;
    font-size: 2.3vw;
    padding-left: 1.5vw;
    padding-top: 1vw;
}
.fl{
    display: flex;
    margin-top: 3vw;
}
.b-4{
    height: 14vw;
    width: 17%;
    background-color: white;
    margin-left: 15vw;
    border-radius: 50%;
    margin-top: -2vw;
}
.b-4 img{
    height: 14vw;
    width: 17vw;
    border-radius: 50%;
    border: 0.4vw solid white;
}
.b-5{
    margin-left: 71vw;
    /* margin-top: 1vw; */
    color: red;
    font-weight: 600;
    font-family: inherit;
}
/* part-3 */
.part-3{
    height: 2vw;
    width: 100%;
    background-color: dodgerblue;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.part-4{
    height: 42vw;
    width: 100%;
    background-color: #e0f5fe;
    margin-top: 5vw;
}
.ct-1{
    font-size: 3vw;
    text-align: center;
    padding-top: 1vw;
}
.c-1{
    display: flex;
    justify-content: space-evenly;
    margin-top: 3vw;
}
.c-2{
    height: 31vw;
    width: 30%;
    background-color: white;
    border-radius: 3vw;
}
.c-3{
    height: 31vw;
    width: 30%;
    background-color: white;
    border-radius: 3vw;
}
.c-4{
    height: 31vw;
    width: 30%;
    background-color: white;
    border-radius: 3vw;
}
.c-5{
    height: 3vw;
    width: 100%;
    background-color: aqua;
    text-align: center;
    color: white;
    font-weight: 600;
    padding-top: 0.5vw;
}
.c-6{
    height: 3vw;
    width: 100%;
    background-color: aqua;
    text-align: center;
    color: white;
    font-weight: 600;
    padding-top: 0.5vw;
}
.c-7{
    height: 3vw;
    width: 100%;
    background-color: aqua;
    text-align: center;
    color: white;
    font-weight: 600;
    padding-top: 0.5vw;
}
.c-8{
    font-weight: 600;
    color: #0000ff;
    padding-top: 2vw;
    padding-left: 1vw;
    font-size: 1.3vw;
}
.c-9{
    font-weight: 500;
    text-align: center;
    padding-top: 2vw;
    color: #800080;
    font-size: 1.4vw;
}
.c-10{
    font-weight: 600;
    color: #0000ff;
    padding-top: 2vw;
    padding-left: 1vw;
    font-size: 1.3vw;
}
.c-11{
    font-weight: 500;
    text-align: center;
    padding-top: 2vw;
    color: #800080;
    font-size: 1.4vw;
}
.c-12{
    font-weight: 600;
    color: #0000ff;
    padding-top: 2vw;
    padding-left: 1vw;
    font-size: 1.3vw;
}
.c-13{
    font-weight: 500;
    text-align: center;
    padding-top: 2vw;
    color: #800080;
    font-size: 1.4vw;
}
.c-14{
    font-weight: 600;
    color: #0000ff;
    padding-top: 2vw;
    padding-left: 1vw;
    font-size: 1.3vw;
}
.c-15{
    font-weight: 500;
    text-align: center;
    padding-top: 2vw;
    color: #800080;
    font-size: 1.4vw;
}
.c-16{
    font-weight: 600;
    color: #0000ff;
    padding-top: 2vw;
    padding-left: 1vw;
    font-size: 1.3vw;
}
.c-17{
    font-weight: 500;
    text-align: center;
    padding-top: 2vw;
    color: #800080;
    font-size: 1.4vw;
}

/* part-5 */
.part-5{
    height: 42vw;
    width: 100%;
    margin-top: 5vw;
}
.d-1{
    font-size: 3vw;
    text-align: center;
    padding-top: 1vw;
    color: dodgerblue;
}
.d-2{
    display: flex;
    justify-content: space-evenly;
    margin-top: 4vw;
}
.d-3{
    height: 35vw;
    width: 58%;
    border: 0.3vw solid #0000ff;
}
.d-4{
    height: 35vw;
    width: 33%;
    background-color: #f4f4f4;
    border: 0.2vw solid black;
}
.d-5{
    color: white;
    height: 3vw;
    width: 100%;
    background-color: aqua;
    text-align: center;
    font-weight: 600;
    font-size: 1.7vw;
    padding-top: 0.3vw;
}
.d-6{
    color: red;
    text-align: center;
    padding-top: 1vw;
}

/* part-6 */
.part-6{
    height: 80vw;
    width: 100%;
    background-color: #e0f5fe;
    margin-top: 9vw;
}
.e-1{
    font-size: 3vw;
    text-align: center;
    padding-top: 2vw;
}
.e-2{
    color: #00b0f5;
    font-size: 2vw;
    margin-left: 2vw;
}
.e-11{
    margin-left: 13vw;
    font-size: 2vw;
    color: #00b0f5;
}
.e-3{
    display: flex;
    margin-top: 3vw;
    justify-content: space-evenly;
}
.e-4{
    display: flex;
    margin-top: 3vw;
    justify-content: space-evenly;
}
.e-5{
    height: 29vw;
    width: 30%;
    background-color: white;
    border-radius: 1vw;
}
.e-6{
    height: 29vw;
    width: 30%;
    background-color: white;
    border-radius: 1vw;
}
.e-7{
    height: 29vw;
    width: 30%;
    background-color: white;
    border-radius: 1vw;
}
.e-8{
    height: 29vw;
    width: 30%;
    background-color: white;
    border-radius: 1vw;
}
.e-9{
    height: 29vw;
    width: 30%;
    background-color: white;
    border-radius: 1vw;
}
.e-10{
    height: 29vw;
    width: 30%;
    background-color: white;
    border-radius: 1vw;
}
.ei-1 img{
    height: 4vw;
    margin-left: 1vw;
    margin-top: 1vw;
    border-radius: 50%;
    border: 0.2vw solid orange;
}
.ei-2 img{
    height: 4vw;
    margin-left: 1vw;
    margin-top: 1vw;
    border-radius: 50%;
    border: 0.2vw solid orange;
}
.ei-3 img{
    height: 4vw;
    margin-left: 1vw;
    margin-top: 1vw;
    border-radius: 50%;
    border: 0.2vw solid orange;
}
.ei-4 img{
    height: 4vw;
    margin-left: 1vw;
    margin-top: 1vw;
    border-radius: 50%;
    border: 0.2vw solid orange;
}
.ei-5 img{
    height: 4vw;
    margin-left: 1vw;
    margin-top: 1vw;
    border-radius: 50%;
    border: 0.2vw solid orange;
}
.ei-6 img{
    height: 4vw;
    margin-left: 1vw;
    margin-top: 1vw;
    border-radius: 50%;
    border: 0.2vw solid orange;
}
.ep-1{
    color: red;
    font-size: 1.6vw;
    font-weight: 500;
    margin-top: -3.5vw;
    margin-left: 9vw;
}
.ep-2{
    color: red;
    font-size: 1.6vw;
    font-weight: 500;
    margin-top: -3.5vw;
    margin-left: 9vw;
}
.ep-3{
    color: red;
    font-size: 1.6vw;
    font-weight: 500;
    margin-top: -3.5vw;
    margin-left: 7vw;
}
.ep-4{
    color: red;
    font-size: 1.6vw;
    font-weight: 500;
    margin-top: -3.5vw;
    margin-left: 9vw;
}
.ep-5{
    color: red;
    font-size: 1.6vw;
    font-weight: 500;
    margin-top: -3.5vw;
    margin-left: 9vw;
}
.ep-6{
    color: red;
    font-size: 1.6vw;
    font-weight: 500;
    margin-top: -3.5vw;
    margin-left: 9vw;
}
.ak-1{
    color: dodgerblue;
    margin-left: 3vw;
    margin-top: 4vw;
    font-size: 1.4vw;
}
.ak-2{
    color: dodgerblue;
    margin-left: 3vw;
    margin-top: 4vw;
    font-size: 1.4vw;
}
.ak-3{
    color: dodgerblue;
    margin-left: 3vw;
    margin-top: 4vw;
    font-size: 1.4vw;
}
.ak-4{
    color: dodgerblue;
    margin-left: 3vw;
    margin-top: 4vw;
    font-size: 1.4vw;
}
.ak-5{
    color: dodgerblue;
    margin-left: 3vw;
    margin-top: 4vw;
    font-size: 1.4vw;
}
.ak-6{
    color: dodgerblue;
    margin-left: 3vw;
    margin-top: 4vw;
    font-size: 1.4vw;
}
/* part-7 */
.part-7{
    height: 48vw;
    width: 100%;
    margin-top: 5vw;
    background-color: #f5f5f5;
}
.f-1{
    color: dodgerblue;
    font-size: 3vw;
    text-align: center;
    padding-top: 1.5vw;
}
#f-2{
    width: 70%;
    text-align: center;
    font-weight: 500;
    font-family: inherit;
    border: 0.6vw white;
    border-radius: 0.6vw;
    height: 3vw;
    position: relative;
    left: 14.8vw;
    top: 2vw;
}
#f-3{
    width: 70%;
    text-align: center;
    font-weight: 500;
    font-family: inherit;
    border: 0.6vw white;
    border-radius: 0.6vw;
    height: 3vw;
    position: relative;
    left: 14.8vw;
    top: 2vw;
}
#f-4{
    width: 70%;
    text-align: center;
    font-weight: 500;
    font-family: inherit;
    border: 0.6vw white;
    border-radius: 0.6vw;
    height: 3vw;
    position: relative;
    left: 14.8vw;
    top: 2vw;
}
#f-5{
    width: 70%;
    text-align: center;
    font-weight: 500;
    font-family: inherit;
    border: 0.6vw white;
    border-radius: 0.6vw;
    height: 3vw;
    position: relative;
    left: 14.8vw;
    top: 2vw;
}
#f-6{
    width: 70%;
    text-align: center;
    font-weight: 500;
    font-family: inherit;
    border: 0.6vw white;
    border-radius: 0.6vw;
    height: 3vw;
    position: relative;
    left: 14.8vw;
    top: 2vw;
}
#f-7{
    width: 70%;
    text-align: center;
    font-weight: 500;
    font-family: inherit;
    border: 0.6vw white;
    border-radius: 0.6vw;
    height: 3vw;
    position: relative;
    left: 14.8vw;
    top: 2vw;
}
#f-8{
    width: 70%;
    text-align: center;
    font-weight: 500;
    font-family: inherit;
    border: 0.6vw white;
    border-radius: 0.6vw;
    height: 3vw;
    position: relative;
    left: 14.8vw;
    top: 2vw;
}
.f-9{
    height: 3vw;
    border: 0.3vw solid orange;
    border-radius: 0.7vw;
    width: 13vw;
    color: red;
    font-weight: 600;
    font-size: 1.4vw;
    margin-left: 43vw;
    margin-top: 2vw;
}
/* footer part(styling destop-view) */
.anu{
    height: 53vw;
    width: 100%;
    background-color: dodgerblue;
    margin-top: 5vw;
}
.anu-1{
    display: flex;
    justify-content: space-evenly;
    padding-top: 4.5vw;
}
.anu-2{
    height: 11vw;
    width: 29%;
    background-color: white;
    border-radius: 1vw;
    padding: 1vw 2vw;
    color: dodgerblue;
    padding: 1vw 2vw;
    color: dodgerblue;
    font-size: 2.3vw;
}
.as-1{
    font-size: 2vw;
    color: black;
    font-weight: 300;
    margin-top: 1.4vw;
}
.anu-3{
    height: 11vw;
    width: 29%;
    background-color: white;
    border-radius: 1vw;
    padding: 1vw 2vw;
    color: dodgerblue;
    padding: 1vw 2vw;
    color: dodgerblue;
    font-size: 2.3vw;
}
.as-2{
    font-size: 2vw;
    color: black;
    font-weight: 300;
    margin-top: 1.4vw;
}
.anu-4{
    height: 11vw;
    width: 29%;
    background-color: white;
    border-radius: 1vw;
    padding: 1vw 2vw;
    color: dodgerblue;
    padding: 1vw 2vw;
    color: dodgerblue;
    font-size: 2.3vw;
}
.as-3{
    font-size: 1.6vw;
    color: black;
    font-weight: 400;
    margin-top: 1.4vw;
}
.anu-5{
    height: 19vw;
    width: 100%;
    margin-top: 5vw;
    display: flex;
}
.anu-6{
    height: 20vw;
    width: 33%;
}
.anu-7{
    height: 33vw;
    width: 20%;
}
.anu-8{
    font-size: 3.5vw;
    margin-left: 3vw;
    border-bottom: 0.5vw solid white;
    display: inline;
    color: white;
}
.anu-9{
    margin-top: 1vw;
    font-size: 1.7vw;
    margin-left: 3vw;
    letter-spacing: 0.7vw;
    color: white;
}
.anu-10{
    font-size: 1.3vw;
    font-weight: 600;
    margin-left: 3vw;
    padding-top: 1vw;
    line-height: 1.7vw;
    color: white;
}
.anu-11{
    padding-top: 1vw;
    margin-left: 3vw;
    height: 3.5vw;
    width: 18vw;
    background-color: white;
    margin-top: 1vw;
    border-radius: 1vw;
    text-align: center;
    color: dodgerblue;
    font-weight: 600;
}
.anu-12{
    margin-top: 1.5vw;
}
.awa-1{
    font-size: 2vw;
    display: inline;
    padding-left: 3vw;
    color: white;
    text-decoration: underline;
}
.awa-2 i{
    color: white;
    font-size: 3vw;
    padding-left: 3vw;
}
.awa-2{
    margin-top: 1vw;
}
.anu-13{
    font-size: 2.5vw;
    color: white;
    border-bottom: 0.1vw solid white;
}
.anu-14 li{
    padding-top: 3vw;
    list-style: none;
    font-size: 1.7vw;
}
.anu-14 li a{
    text-decoration: none;
    color: white;
    font-weight: 600;
}
.anu-14 li a:hover{
    color: black;
}
.loc-1{
    height: 31vw;
    width: 45%;
}
.loc-2{
    font-size: 2.5vw;
    color: white;
    margin-left: 8vw;
    border-bottom: 0.1vw solid white;
    display: inline;
}
.sh-1{
    display: none;
}
@media screen and (max-width: 600px){
    .content-1{
        height: 951vw;
        width: 100%;
        background-color: white;
    }
    .upper-section{
        height: 9vw;
    }
    .a-1{
        font-size: 3vw;
    }
    .a-2{
        font-size: 3vw;
    }
    .part-1{
        display: none;
    }
     /* navigation-bar */
     .header{
        background-color: white;
    }
    .header .logo {
        display: block;
        width: 20%; /* Adjust the width as needed */
        margin: 1vw; /* Add margin for better spacing */
        z-index: 999;
    }

    .mobile-navbar-btn {
        display: block;
        margin-right: 3vw;
        font-size: 4vw;
        color: white;
        z-index: 999;
        color: dodgerblue;
    }
    .navlink {
        color: black;
        font-size: 4.4vw;
    }

    .navbar {
        height: 100vh;
        width: 100%;
        background: white;
        position: fixed; 
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column; 
        justify-content: center;
        align-items: center;
        transform: translateX(100%);
        transition: all 0.5s linear;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 1; 
    }
    .navlist {
        flex-direction: column;
        align-items: center;
    }
    .active .navbar {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .active .mobile-navbar-btn .cc[name="ak-2"] {
        display: block;
        color: dodgerblue;
        margin-top: 3%;
        font-size: 4.4vw;
    }
    .active .mobile-navbar-btn .bb[name="ak-1"] {
        display: none;
    }
    /* part-2 */
    .part-2{
        height: 41vw;
    }
    /* part-3 */
    .part-3{
        height: 4vw;
        width: 100%;
    }
    /* part-4 */
    .part-4{
        height: 145vw;
    }
    .ct-1{
        font-size: 5.5vw;
    }
    .c-1{
        flex-direction: column;
    }
    .c-2{
        width: 80%;
        text-align: center;
        margin-left: 10vw;
    }
    .c-3{
        width: 80%;
        text-align: center;
        margin-left: 10vw;
        height: 44vw;
        margin-top: 4vw;
    }
    .c-4{
        width: 80%;
        text-align: center;
        margin-left: 10vw;
        height: 44vw;
        margin-top: 4vw;
    }
    .c-5{
        height: 6vw;
        font-size: 4vw;
        letter-spacing: 1vw;
    }
    .c-6{
        height: 6vw;
        font-size: 4vw;
        letter-spacing: 1vw;
    }
    .c-7{
        height: 6vw;
        font-size: 4vw;
        letter-spacing: 1vw;
    }
    .c-8{
        font-size: 3vw;
    }
    .c-9{
        font-size: 3vw;
    }
    .c-10{
        font-size: 3vw;
    }
    .c-11{
        font-size: 3vw;
    }
    .c-12{
        font-size: 3vw;
    }
    .c-13{
        font-size: 3vw;
    }
    .c-14{
        font-size: 3vw;
    }
    .c-15{
        font-size: 3vw;
    }
    .c-16{
        font-size: 3vw;
    }
    .c-17{
        font-size: 3vw;
    }
    /* part-5 */
    .part-5{
        height: 143vw;
        width: 100%;
    }
    .d-1{
        font-size: 5.5vw;
    }
    .d-2{
        flex-direction: column;
    }
    .d-3{
        height: 54vw;
        width: 94%;
        margin-left: 3vw;
    }
    .d-4{
        margin-top: 7vw;
        height: 59vw;
        width: 60%;
        margin-left: 18.5vw;
    }
    .d-5{
        height: 5vw;
        width: 100%;
        font-size: 3vw;
        letter-spacing: 1vw;
    }
    .d-6{
        font-size: 3.5vw;
    }

    /* part-6 */
    .part-6{
        height: 307vw;
        width: 100%;
    }
    .e-1{
        font-size: 5.5vw;
    }
    .e-2{
        font-size: 3vw;
        margin-top: 3vw;
    }
    .e-11{
        font-size: 3vw;
    }
    .e-3{
        flex-direction: column;
    }
    .e-4{
        flex-direction: column;
    }
    .e-5{
        height: 43vw;
        width: 80%;
        margin-left: 10vw;
    }
    .e-6{
        height: 43vw;
        width: 80%;
        margin-left: 10vw;
        margin-top: 2vw;
    }
    .e-7{
        height: 43vw;
        width: 80%;
        margin-left: 10vw;
        margin-top: 2vw;
    }
    .e-8{
        height: 43vw;
        width: 80%;
        margin-left: 10vw;
    }
    .e-9{
        height: 43vw;
        width: 80%;
        margin-left: 10vw;
        margin-top: 2vw;
    }
    .e-10{
        height: 43vw;
        width: 80%;
        margin-left: 10vw;
        margin-top: 2vw;
    }
    .ei-1 img{
        height: 9vw;
    }
    .ei-2 img{
        height: 9vw;
    }
    .ei-3 img{
        height: 9vw;
    }
    .ei-4 img{
        height: 9vw;
    }
    .ei-5 img{
        height: 9vw;
    }
    .ei-6 img{
        height: 9vw;
    }
    .ep-1{
        font-size: 4vw;
        position: relative;
        top: -5vw;
        left: 12vw;
    }
    .ep-2{
        font-size: 4vw;
        position: relative;
        top: -5vw;
        left: 12vw;
    }
    .ep-3{
        font-size: 4vw;
        position: relative;
        top: -5vw;
        left: 12vw;
    }
    .ep-4{
        font-size: 4vw;
        position: relative;
        top: -5vw;
        left: 12vw;
    }
    .ep-5{
        font-size: 4vw;
        position: relative;
        top: -5vw;
        left: 12vw;
    }
    .ep-6{
        font-size: 4vw;
        position: relative;
        top: -5vw;
        left: 12vw;
    }
    .ak-1{
        font-size: 3vw;
        margin-left: 8vw;
        margin-top: 1vw;
    }
    .ak-2{
        font-size: 3vw;
        margin-left: 8vw;
        margin-top: 1vw;
    }
    .ak-3{
        font-size: 3vw;
        margin-left: 8vw;
        margin-top: 1vw;
    }
    .ak-4{
        font-size: 3vw;
        margin-left: 8vw;
        margin-top: 1vw;
    }
    .ak-5{
        font-size: 3vw;
        margin-left: 8vw;
        margin-top: 1vw;
    }
    .ak-6{
        font-size: 3vw;
        margin-left: 8vw;
        margin-top: 1vw;
    }

    /* part-7 */
    .part-7{
        height: 117vw;
        width: 100%;
    }
    .f-1{
        padding-top: 5vw;
        font-size: 4vw;
    }
    #f-2{
        height: 6vw;
        font-size: 3vw;
        border: 1vw solid white;
        border-radius: 3vw;
        position: relative;
        top: 4vw;
    }
    #f-3{
        height: 6vw;
        font-size: 3vw;
        border: 1vw solid white;
        border-radius: 3vw;
        position: relative;
        top: 4vw;
    }
    #f-4{
        height: 6vw;
        font-size: 3vw;
        border: 1vw solid white;
        border-radius: 3vw;
        position: relative;
        top: 4vw;
    }
    #f-5{
        height: 6vw;
        font-size: 3vw;
        border: 1vw solid white;
        border-radius: 3vw;
        position: relative;
        top: 4vw;
    }
    #f-6{
        height: 6vw;
        font-size: 3vw;
        border: 1vw solid white;
        border-radius: 3vw;
        position: relative;
        top: 4vw;
    }
    #f-7{
        height: 6vw;
        font-size: 3vw;
        border: 1vw solid white;
        border-radius: 3vw;
        position: relative;
        top: 4vw;
    }
    #f-8{
        height: 6vw;
        font-size: 3vw;
        border: 1vw solid white;
        border-radius: 3vw;
        position: relative;
        top: 4vw;
    }
    .f-9{
        height: 6vw;
        font-size: 3vw;
        border: 1vw solid red;
        border-radius: 3vw;
        position: relative;
        top: 4vw;
        width: 25vw;
        left: -7vw;
    }
    /* footer part */
    .anu{
        display: none;
    }
    .sh-1{
        height: 265vw;
        width: 100%;
        background-color: #e0f5fe;
        margin-top: 5vw;
        display: block;
    }
    /* part-1 */
    .sh-2{
        font-size: 5vw;
        border-bottom: 0.1vw solid black;
        display: inline;
        margin-left: 3vw;
    }
    .sh-3{
        padding-top: 3vw;
        font-size: 4vw;
    }
    .sh-3 li{
        margin-left: 3vw;
        list-style: none;
    }
    .sh-3 li a{
        line-height: 9vw;
        text-decoration: none;
        letter-spacing: 1vw;
        border-bottom: 0.1vw solid;
        display: block;
    }
    /* part-2 */
    .sh-4{
        height: 71vw;
        width: 100%;
        margin-top: 9vw;
    }
    .sh-5{
        display: flex;
        height: 21vw;
        border-bottom: 0.3vw solid black;
    }
    .sh-6{
        display: flex;
        height: 21vw;
        border-bottom: 0.3vw solid black;
    }
    .sh-7{
        display: flex;
        height: 21vw;
        border-bottom: 0.3vw solid black;
    }
    .sh-8{
        font-size: 7vw;
        padding-left: 3vw;
    }
    .sh-9{
        font-size: 5vw;
        padding-top: 1vw;
        padding-left: 6vw;
    }
    .sh-10{
        font-size: 7vw;
        padding-left: 3vw;
    }
    .sh-11{
        font-size: 5vw;
        padding-top: 1vw;
        padding-left: 6vw;
    }
    .sh-12{
        font-size: 7vw;
        padding-left: 3vw;
    }
    .sh-13{
        font-size: 5vw;
        padding-top: 1vw;
        padding-left: 6vw;
    }
    /* part-3 */
    .ka-1{
        height: 51vw;
        width: 100%;
        margin-top: 7vw;
    }
    .ka-2{
        font-size: 5vw;
        padding-left: 3vw;
        padding-top: 10vw;
        border-bottom: 0.1vw solid black;
        display: inline;
    }
    /* part-4 */
    .ka-4{
        height: 61vw;
        width: 100%;
        margin-top: 3vw;
    }
    .ka-5{
        font-size: 8vw;
        margin-left: 3vw;
        border-bottom: 0.3vw solid black;
        display: inline;
    }
    .ka-6{
        font-size: 3.5vw;
        margin-left: 3vw;
        letter-spacing: 2vw;
        padding-top: 2vw;
    }
    .ka-7{
        margin-left: 3vw;
        padding-top: 2vw;
        font-size: 3vw;
        font-weight: 600;
    }
    .ka-8{
        height: 8vw;
        width: 48%;
        background-color: darkorange;
        border-radius: 1vw;
        border: 2px solid white;
        padding-top: 1vw;
        text-align: center;
        margin-left: 1vw;
        color: white;
    }
    .ka-9{
        margin-top: 3vw;
    }
    .ka-10{
        font-size: 4vw;
        padding-left: 3vw;
        border-bottom: 0.3vw solid black;
        display: inline;
    }
    .ka-11{
        margin-left: 3vw;
        padding-top: 2vw;
        font-size: 7vw;
    }
    .sp-1{
        font-size: 4vw;
        padding-top: 1vw;
    }
    .sp-2{
        font-size: 4vw;
        padding-top: 3vw;
    }
    .sp-3{
        font-size: 4vw;
        padding-top: 3vw;
    }
}