*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;font-family: "Poppins", sans-serif;
}
.main{
    height: 100%;
    width: 100%;
}
html,body{
    height: 100%;
    width: 100%;
}
/* social */
.social{
    position: fixed;
    margin-top: 23vw;
    margin-left: 92vw;
}
.social p{
    font-size: 1.5vw;
    font-weight: 500;
    text-transform: capitalize;
}
.social a img{
   height: 7vw;
   z-index: 999;
}
/* part-1 */
.part-1{
    height: 5vw;
    width: 100%;
    background: linear-gradient(98.3deg, rgb(0, 0, 0) 10.6%, rgb(255, 0, 0) 97.7%);
    display: flex;
    gap: 3vw;
    padding-left: 3vw;
}
.a-1{
    height: 100%;
    display: flex;
    align-items: center;
    gap: 1vw;
    color: white;
    font-weight: 500;
}
.a-1 i{
    font-size: 1.5vw;
}
.a-1 p{
    font-size: 1.3vw;
}
.a-2{
    height: 2vw;
    background-color: yellow;
    margin-top: 1.5vw;
    width: 9.5vw;
    padding-left: 1.5vw;
    border-radius: 1vw;
    margin-left: 27vw;
}
.a-2 a{
    color: black;
    text-decoration: none;
    font-weight: 500;
}
.a-3{
    height: 2vw;
    background-color: yellow;
    margin-top: 1.5vw;
    width: 10.7vw;
    padding-left: 1.5vw;
    border-radius: 1vw;
}
.a-3 a{
    color: black;
    text-decoration: none;
    font-weight: 500;
}
.a-2:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: 1s;
    scale: 1.3;
}
.a-3:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: 1s;
    scale: 1.3;
}
/* part-2 */
.part-2{
    height: 11vw;
    width: 100%;
    display: flex;
}
.a-4{
    height: 100%;
    width: 13%;
    margin-left: 1vw;
}
.a-4 img{
    height: 100%;
    width: 100%;
}
.a-5{
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 3vw;
}
.a-5 p{
    font-size: 3vw;
    text-transform: uppercase;
    font-weight: 530;
    color: #d92a23;
}
.a-7{
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 13vw;
    gap: 2vw;
}
.a-7 i{
    font-size: 3vw;
    color: #d92a23;
}
.a-7 i:hover{
    transition: 1s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    scale: 1.3;
}
/* part-4 Automatic Slider */
.part-4{
    height: 100vh;
    width: 100%;
}
.mySlides{
    height: 100vh;
    width: 100%;
}
.mySlides img{
    height: 100%;
    width: 100%;
}
/* Slideshow container */
.slideshow-container {
    /* max-width: 1000px; */
    /* position: relative; */
    margin: auto;
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  /* part-5 */
  .part-5{
    height: 50vh;
    width: 100%;
  }
  .av-1{
    height: 23vw;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .av-2{
    height: 100%;
    width: 30%;
    background: linear-gradient(98.3deg, rgb(0, 0, 0) 10.6%, rgb(255, 0, 0) 97.7%);
    border: 0.3vw solid white;
    border-radius: 1vw;
  }
  .av-2:hover{
    scale: 1.1;
    transition: 1s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  .av-2 img{
    height: 15vw;
    width: 50%;
    margin-left: 25%;
    border-radius: 1vw;
    margin-top: 1.5vw;
  }
  .av-2 p{
    text-align: center;
    color: white;
    font-size: 2vw;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 1vw;
  }
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  }
  /* part-6 */
  .part-6{
    height: 100vh;
    width: 100%;
    margin-top: 5vw;
    display: flex;
  }
  .av-3 p{
    font-size: 3vw;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    margin-left: 3vw;
  }
  .av-3{
    height: 100%;
    width: 50%;
  }
  .av-4{
    height: 100%;
    width: 50%;
  }
  .av-5{
    height: 27vw;
    width: 65%;
    margin-left: 4%;
  }
  .av-5 img{
    height: 100%;
    width: 100%;
  }
  .av-6{
    height: 16vw;
    width: 24vw;
    margin-top: -24vw;
    margin-left: 24vw;
  }
  .av-6 img{
    height: 100%;
    width: 100%;
  }
  .av-7{
    height: 19vw;
    width: 23vw;
    margin-left: 10vw;
    margin-top: 4vw;
  }
  .av-7 img{
    height: 100%;
    width: 100%;
  }
  .av-8{
    margin-left: 3vw;
    text-align: justify;
    font-size: 1.3vw;
    font-weight: 300;
    margin-top: 1vw;
}
.av-5 img:hover{
    scale: 1.3;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: 1s;
}
.av-6 img:hover{
    scale: 1.3;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: 1s;
}.av-7 img:hover{
    scale: 1.3;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: 1s;
}
/* part-7 */
.part-7{
    height: 135vh;
    width: 100%;
    background: linear-gradient(98.3deg, rgb(0, 0, 0) 10.6%, rgb(255, 0, 0) 97.7%);
    margin-top: 3vw;
}
.va-1{
    font-size: 3vw;
    color: white;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding-top: 1vw;
}
.va-2{
    color: white;
    padding-top: 1vw;
    text-align: center;
    font-weight: 500;
}
.va-3{
    height: 23vw;
    width: 100%;
    display: flex;
    margin-top: 3vw;
    justify-content: center;
}
.va-4{
    height: 21vw;
    width: 23%;
    background-color: transparent;
    border-radius: 1vw;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.va-4 img{
    height: 100%;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 1vw;
}
.va-4 p{
    font-size: 1.5vw;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding-top: 1vw;
    font-weight: 500;
}
.va-5{
    font-size: 1.3vw;
    color: white;
    text-align: justify;
    padding: 1vw 3vw;
}
/* part-8 */
.part-8{
    height: 70vh;
    width: 100%;
    margin-top: 5vw;
}
.ib-1{
    font-size: 3vw;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}
.ib-2{
    height: 100%;
    width: 100%;
    display: flex;
    margin-top: 3vw;
    padding: 0vw 3vw;
}
.ib-3{
    height: 84%;
    width: 35%;
}
.ib-3 img{
    height: 100%;
    width: 100%;
    border-radius: 1vw;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.ib-4{
    height: 100%;
    width: 70%;
    margin-top: 1vw;
    padding: 0vw 3vw;
    text-align: justify;
}
.ib-4 p{
    font-size: 1.5vw;
    font-weight: 500;
}
/* part-9 */
.part-9{
    height: 143vh;
    width: 100%;
    margin-top: 10vw;
    background: linear-gradient(98.3deg, rgb(0, 0, 0) 10.6%, rgb(255, 0, 0) 97.7%);
}
.bp-1{
    font-size: 3vw;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    padding-top: 1vw;
    color: white;
}
.bp-2{
    height: 25vw;
    width: 100%;
    display: flex;
    margin-top: 3vw;
    justify-content: center;
}
.bp-3{
    height: 24.333vw;
    width: 23%;
    background-color: transparent;
    border-radius: 1vw;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.bp-3 img{
    height: 100%;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 1vw;
}
.bp-3 p{
    font-size: 1.5vw;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding-top: 1vw;
    font-weight: 500;
}
.bp-4{
    font-size: 1.3vw;
    color: white;
    text-align: justify;
    padding: 1vw 3vw;
}
.bp-9{
    height: 3vw;
    width: 100%;
    text-align: center;
    background-color: white;
    border-radius: 1vw;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.bp-9 a{
    text-decoration: none;
    color: red;
    padding-top: 0.333vw;
    font-size: 1.333vw;
    display: flex;
    justify-content: center;
    text-transform: capitalize;
}
.bp-9 a:hover{
    transition: 1s;
    font-weight: 600;
}
/* part-11 */
.part-11{
    height: 100vh;
    width: 100%;
    margin-top: 3vw;
}
.rs-1{
    font-size: 3vw;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.rs-2{
    background: url(../images/career-1.jpg);
    background-repeat: no-repeat;
    background-position: fixed;
    height: 70vh;
    width: 80%;
    /* background: linear-gradient(98.3deg, rgb(0, 0, 0) 10.6%, rgb(255, 0, 0) 97.7%); */
    margin-left: 10%;
    opacity: 1;
    position: relative;
    margin-top: 3vw;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 1vw;
}
.rs-2 h2{
    font-size: 5vw;
    font-weight: 600;
    width: 100%;
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.rs-3{
    margin-top: 3vw;
    height: 3vw;
    background-color: red;
    width: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40%;
    border-radius: 1vw;
}
.rs-3 a{
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    font-size: 1.5vw;
}
.rs-3:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    scale: 1.3;
    transition: 1s;
}
/* part-12 */
.part-12{
    height: 100vh;
    width: 100%;
}
.rs-4{
    font-size: 3vw;
    font-weight: 500;
    color: black;
    text-align: center;
    text-transform: uppercase;
    margin-top: 3vw;
}
.faq-container {
    width: 80%;
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .faq-header {
    text-align: center;
    margin-bottom: 20px;
  }

  .faq-header h1 {
    font-size: 36px;
    color: #333;
  }

  .faq-item {
    margin-bottom: 15px;
  }

  .faq-question {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .faq-answer {
    display: none;
    padding: 10px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
  }

  .faq-item.active .faq-answer {
    display: block;
  }

  .faq-question:hover {
    background-color: #f1f1f1;
  }
  /* part-13 */
  .part-13{
    height: 170vh;
    width: 100%;
    background: linear-gradient(98.3deg, rgb(0, 0, 0) 10.6%, rgb(255, 0, 0) 97.7%);
  }
  .ok-1{
    font-size: 3vw;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    padding-top: 3vw;
  }
.ok-2{
  height: 13vw;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1vw;
  margin-top: 3vw;
}
.ok-4{
  height: 13vw;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1vw;
  margin-top: 3vw;
}
.ok-6{
  height: 13vw;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1vw;
  margin-top: 13vw;
}
.ok-3{
  height: 13vw;
  width: 20%;
}
.ok-3 img{
  height: 100%;
  width: 100%;
  border-radius: 1vw;
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
}
.ok-3 img:hover{
  scale: 1.3;
  transition: 1s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.ok-5{
  height: 23vw;
  width: 31%;
}
.ok-5 img{
  height: 100%;
  width: 100%;
  border-radius: 1vw;
}
.ok-5 img:hover{
  scale: 1.3;
  transition: 1s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.part-14{
  height: 100vh;
  width: 100%;
}
@media only screen and (max-width: 600px) {
    .main{
        height: 100%;
        width: 100%;
    }
    /* social */
    .social{
        display: none;
    }
    .social a img{

    }
    .social p{

    }
    /* part-1 */
    .part-1{
        height: 9.5vh;
        width: 100%;
        flex-direction: column;
        align-items: center;
        display: flex;
        justify-content: center;
        padding-left: 20%;
    }
    .a-1{
        height: 100%;
        width: 100%;
    }
    .a-1 i{
        font-size: 5vw;
    }
    .a-1 p{
        font-size: 4vw;
        font-weight: 600;
    }
    .a-2{
        display: none;
    }
    .a-2 a{

    }
    .a-3{
        display: none;
    }
    .a-3 a{

    }
    /* part-2 */
    .part-2{
        height: 16vh;
        width: 100%;
    }
    .a-4{
        height: 13vh;
        width: 15vh;
        margin-top: 1vh;
    }
    .a-4 img{
        height: 100%;
        width: 100%;
    }
    .a-5{
        height: 100%;
        width: 33vh;
    }
    .a-5 p{
        font-size: 7vw;
    }
    .a-7{
        display: none;
    }
    /* part-4 */
    .part-4{
        height: 50vh;
    }
    .mySlides{
        height: 41vh;
    }
    /* part-5 */
    .part-5{
        height: 146vh;
        width: 100%;
    }
    .av-1{
        height: 100%;
        width: 100%;
        flex-direction: column;
    }
    .av-2{
        height: 30%;
        width: 80%;
        margin-left: 10%;
        border-radius: 1vw;
    }
    .av-2 img{
        height: 65%;
        width: 70%;
        margin-left: 15%;
        border-radius: 1vw;
        margin-top: 10vw;
    }
    .av-2 p{
        font-size: 8vw;
    }
    /* part-6 */
    .part-6{
        height: 153vh;
        width: 100%;
        flex-direction: column;
    }
    .av-3{
        height: 70%;
        width: 100%;
    }
    .av-3 p{
        font-size: 6vw;
        padding: 1vw 5vw;
    }
    .av-8{
        font-size: 4.4vw;
        padding: 2vw 5vw;
    }
    .av-4{
        height: 30%;
        width: 100%;
    }
    .av-5{
        height: 30vh;
        width: 37vh;
        border-radius: 1vw;
    }
    .av-5 img{
        height: 100%;
        width: 100%;
    }
    .av-6{
        height: 21vh;
        width: 26vh;
        margin-left: 22vh;
    }
    .av-6 img{
        height: 100%;
        width: 100%;
    }
    .av-7{
        height: 13vh;
        width: 18vh;
        margin-top: -5vh;
        margin-left: 13vh;
    }
    .av-7 img{
        height: 100%;
        width: 100%;
    }
    /* part-7 */
    .part-7{
        height: 267vh;
        width: 100%;
        margin-top: 5vh;
    }
    .va-1{
        font-size: 6.333vw;
        padding-top: 1.5vh;
    }
    .va-2{
        font-size: 3vw;
        padding-top: 2vh;
        text-align: justify;
        width: 80%;
        margin-left: 10%;
    }
    .va-3{
        height: 122vh;
        width: 100%;
        flex-direction: column;
    }
    .va-4{
        height: 27vh;
        width: 60%;
        margin-left: 20%;
        border-radius: 3vh;
        margin-top: 3vh;
    }
    .va-4 p{
        font-size: 3vh;
        font-weight: 600;
    }
    .va-5{
        font-size: 2vh;
    }
    /* part-8 */
    .part-8{
        height: 100vh;
        width: 100%;
    }
    .ib-1{
        font-size: 3vh;
    }
    .ib-2{
        height: 100%;
        width: 100%;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ib-3{
        height: 30%;
        width: 60%;
    }
    .ib-3 img{
        height: 100%;
        width: 100%;
        border-radius: 1vh;
    }
    .ib-4{
        height: 100%;
        width: 100%;
    }
    .ib-4 p{
        font-size: 2vh;
        margin-top: 3vh;
    }
    /* part-9 */
    .part-9{
        height: 295vh;
        width: 100%;
    }
    .bp-1{
        padding-top: 1vh;
        font-size: 3vh;
    }
    .bp-2{
        height: 48%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .bp-3{
        height: 36vh;
        width: 70%;
        border-radius: 3vh;
    }
    .bp-3 img{
        height: 100%;
        width: 100%;
        border-radius: 3vh;
    }
    .bp-3 p{
        font-size: 3vh;
        padding-top: 3vh;
    }
    .bp-4{
        height: 61%;
        width: 100%;
        font-size: 2vh;
        padding-top: 3vh;
    }
    .bp-9{
        height: 3vh;
        width: 80%;
        margin-left: 10%;
    }
    .bp-9 a{
        font-size: 2vh;
        font-weight: 600;
    }
    /* part-11 */
    .part-11{
        height: 51vh;
        width: 100%;
    }
    .rs-1{
        font-size: 3vh;
        width: 80%;
        margin-left: 10%;
        padding-top: 2vh;
    }
    .rs-2{
        height: 28vh;
        background-size: 129% 100%;
        border-radius: 3vh;
    }
    .rs-2 h2{
        font-size: 3vh;
    }
    .rs-3{
        height: 5vh;
        margin-top: 3vh;
        width: 50%;
        margin-left: 25%;
    }
    .rs-3 a{
        font-size: 2vh;
        font-weight: 600;
        border-radius: 3vh;
    }
    /* part-12 */
    .part-12{
        height: auto;
        width: 100%;
    }
    .faq-header h1{
        font-size: 5vh;
    }
    /* part-13 */
    .part-13{
        height: 135vh;
        width: 100%;
    }
    .ok-1{
        font-size: 3vh;
    }
    .ok-2{
        height: 37%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1vh;
    }
    .ok-3{
        height: 32%;
        width: 48%;
    }
    .ok-3 img{
        height: 100%;
        width: 100%;
        border-radius: 3vh;
    }
    .ok-4{
        height: 37%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1vh;
    }
    .ok-5{
        height: 32%;
        width: 80%;
    }
    .ok-5 img{
        height: 100%;
        width: 100%;
        border-radius: 3vh;
    }
    .ok-6{
        height: 37%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1vh;
    }
    

}