* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    scroll-behavior: smooth;
}

.container {
    background-color: rgb(248, 245, 245);
    width: 100%;
    height: auto;
    color: rgb(34, 34, 34);
}

header {
    width: 100%;
    height: auto;
}

.nm {
    width: 100%;
    height: auto;
    font-size: 9.5vmax;
    font-weight: 700;
    line-height: 90%;
    padding: 5vw;
    padding-bottom: 2vw;
}

.tt {
    display: flex;
    justify-content: space-between;
}

.tt .sp1 {
    font-size: 30px;
}

.tt .sp2 {
    font-size: 28px;
}

.tt .sp2 a{
    text-decoration: none;
    color: black;
}

.btn {
    position: fixed;
    top: 2vw;
    right: 2vw;
    font-size: 1.5vmax;
    z-index: 9;
    background-color: rgb(34, 34, 34);
    color: white;
    font-weight: 550;
    padding: 19px 25px;
    border-radius: 50px;
    border: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    cursor: pointer;
}

.btn:active {
    scale: .9;
}

.hero {
    width: 100%;
    height: auto;
}

.hero img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

#sec2 {
    width: 100%;
    height: auto;
    padding: 5vw 5vw 0vw 5vw;
}

.s2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5vmax;
    border-bottom: 2px black solid;
}

.lt {
    width: 60%;
    font-size: 5vmax;
    line-height: 6.5vmax;
    font-weight: 600;
}

.rt {
    width: 35%;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 0px 10px 70px;
    font-weight: 600;
    border-left: 2px solid black;
}

.rt i {
    border: 1px solid black;
    border-radius: 100px;
    padding: 1vmax;
    font-size: smaller;
    background-color: rgb(34, 34, 34);
    color: white;
    font-weight: 500;
}

.rt a{
    text-decoration: none;
}

#sec3 {
    width: 100%;
    height: auto;
    padding: 5vw 5vw 0vw 5vw;
}

.s3 {
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5vw;
    border-bottom: 2px black solid;
}

.lt3 {
    width: 35%;
    display: flex;
    justify-content: space-between;
    border-right: 2px solid black;
    padding-right: 3vw;
}

.lt3 h3 {
    font-size: 32px;
}

.lt3 span {
    font-size: 35px;
    font-weight: 700;
}

.ct {
    width: 61%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ctt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 4vw;
    border-bottom: 2px solid black;
}

.ct31 {
    width: 50%;
    border-right: 2px solid black;
    padding-right: 2vw;
}


.ct31 h2 {
    font-size: 40px;
}

.ct311 h2 {
    font-size: 40px;
}

.ct31 p {
    padding-top: 8px;
    line-height: 150%;
    font-size: 20px;
    color: rgb(89, 89, 89);
}

.ct311 {
    width: 50%;
    border-right: 2px solid black;
    padding-right: 2vw;
}

.ct32 {
    width: 50%;
    padding-left: 4vw;
}

.ct311 p {
    padding-top: 8px;
    line-height: 150%;
    font-size: 20px;
    color: rgb(89, 89, 89);
}


.ctt2 {
    width: 100%;
    display: flex;
    padding-top: 5vw;
    justify-content: space-between;
}

.ct32 h2 {
    font-size: 40px;
}

.ct32 p {
    padding-top: 8px;
    line-height: 150%;
    font-size: 20px;
    color: rgb(89, 89, 89);
}

#sec4 {
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 5vw;
}

.ri {
    width: 40%;
    height: auto;
    display: flex;
    justify-content: space-between;
    font-size: 28px;
    font-weight: 600;
    border-left: 2px solid black;
    padding-left: 3vw;
}

.ri i {
    font-size: 35px;
}

.pb {
    width: 60%;
    height: auto;
}

.pbd {
    margin-bottom: 40px;
}

.pbd i {
    font-size: 35px;
    font-weight: 700;
    margin-right: 20px;
}

.pb progress {
    width: 85%;
    accent-color: #1E1E21;
}

footer {
    width: 100%;
    height: auto;
    padding: 10vmax 0px 2vmax 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1E1E21;
    color: #F5F3EF;
}

.f1 {
    text-align: center;
    font-weight: 600;
    line-height: 8vmax;
    margin-bottom: 10vmax;
}

.name {
    font-size: 10vw;
}

.getrdy {
    font-size: 27px;
}

footer button{
    padding: 1.5vmax;
    border-radius: 100px;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    border: none;
}

footer button:active{
   scale: .9;
}

.f2 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10vmax;
}

.f2c {
    text-align: center;
}

.f2c a {
    text-decoration: none;
    color: silver;
    font-size: 18px;
    font-weight: 600;
}

.f3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.f2c a:hover {
    color: #ffffff;
    transition: width .3s ease-in-out;
}

@media screen and (max-width:991px) {

    .s3 {
        flex-direction: column;
    }

    .lt3 {
        width: 100%;
        border: none;
        padding-bottom: 8vw;
    }

    .ct {
        width: 100%;
    }

    .nm {
        font-size: 8vmax;
    }

    .ct32 h2 {
        font-size: 3.7vmax;
    }

    .ct311 h2 {
        font-size: 3.7vmax;
    }

    .ct31 h2 {
        font-size: 3.7vmax;
    }

}

@media screen and (max-width:767px) {
    .tt .sp2 {
        display: none;
    }

    .s2 {
        flex-direction: column-reverse;
    }

    .lt {
        width: 100%;
    }

    .rt {
        width: 100%;
        border: none;
        padding: 0px;
        line-height: 60px;
        padding: 0px 0px 20px 0px;
    }

    .ctt {
        flex-direction: column;
    }

    .ct31 {
        width: 100%;
        border: none;
        border-bottom: 2px solid black;
        padding-bottom: 4vw;
    }

    .ct32 {
        width: 100%;
        border: none;
        padding: 0%;
    }

    .ctt2 {
        flex-direction: column;
    }

    .ct311 {
        width: 100%;
        border: none;
        border-bottom: 2px solid black;
        padding-bottom: 5vw;
    }

    .ct32 {
        width: 100%;
        border: none;
        padding: 0%;
        padding-top: 3vw;
    }

    .f2 {
        flex-direction: column;
        row-gap: 25px;
    }

    #sec4 {
        flex-direction: column-reverse;
    }

    .ri {
        width: 100%;
        border: none;
        margin-bottom: 40px;
        flex-direction: row-reverse;
        padding: 0%;
    }

    .pb {
        width: 100%;
    }

    .pbd {
        margin-bottom: 40px;
    }


}

::-webkit-scrollbar{
    display: none;
}

.ldr{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 999;
    background-color: black;
}

.ldr img{
width: 100px;  
}

.loader {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;    
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
  }
  .loader::after,
  .loader::before {
    content: '';
    width: 100px;
    height: 100px;
    border: 2px solid #FFF;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    animation: rotation 2s ease-in-out infinite;
  }
  .loader::after {
    border-color: #FF3D00;
    animation-delay: 1s;
  }
  
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
  