@font-face {
    font-family: sego;
    src: url(./assets/font/segoeuithis.ttf);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'sego', sans-serif;
}

.hero-section {
    background-image: url(./assets/images/Thumbnail.png);
    background-position: center;
    background-size: cover;
    height: 120vh;
    background-repeat: no-repeat;
}

section {
    padding: 60px 0;
}

.hero-title {
    font-size: 50px;
    background: linear-gradient(to right, #1AC2E9 -20%, #0C172F 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* for non-webkit browsers */
    font-weight: 400;

}

.box-li {
    /* padding: 10px 0; */
    position: relative;
}

.box-li h6 {
    color: #8F8F8F;
    font-weight: normal;
    padding-left: 15px;
}

.box-li img {
    position: absolute;
    left: 0;
    top: 0;
}

.box-li ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box-li ul {
    padding-left: 15px;
}

.num h5 {
    font-size: 20px;
    font-weight: 700;
    border-top: 2px solid #1AC2E9;
    padding: 5px 0 0 0;
    width: fit-content;
}

.nums h5 {
    font-size: 20px;
    font-weight: 700;
    border-top: 2px solid #FEB602;
    padding: 5px 0 0 0;
    width: fit-content;
}



.t-col {
    color: #8F8F8F;
    font-size: 16px;
    width: 80%;
}

.sub-tit {
    font-weight: 700;
}

.map-img {
    background-image: url(./assets/images/img-6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.bp-box {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.f-bp {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.f-bp h5 {
    font-size: 16px;
}

.f-bp p {
    color: #9197B3;
    font-size: 14px;
}

.f-bp img {
    width: 40px;
    margin: 0 20px;
}

.line {
    padding-left: 20px;
    margin: 20px 0;
}

.line img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.bg-blu {
    background-color: #0C172F !important;
    color: #ffff !important;
}

.sub-para {
    padding: 40px 0 0 0;
    font-weight: 400;
    font-size: 40px;
}

.p-sec {
    font-size: 14px;
}

.gradiend {
    font-size: 20px;
    background: linear-gradient(to right, #1AC2E9 -20%, #0C172F 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* for non-webkit browsers */
    font-weight: 400;
}

.box-li li span {
    font-weight: 600;
}

.e-bg {
    color: #8F8F8F;
}

.ma-li {
    padding: 60px 0;
}

.u-ne {
    padding: 10px 20px;
    background-color: #F1F1F1;
    border-radius: 20px;
    width: fit-content;
    font-weight: 600;
    font-size: 20px;
}

.li-po li::marker {
    color: #1AC2E9;
    font-size: 1.5rem;
}

.li-po li {
    font-size: 16px;
}
.li-td{
    color: #8F8F8F;
}

.sec{
    background-image: url(./assets/images/se-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    width: 100%;
}
.tabl{
    background-image: url(./assets/images/se-2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}

.li-pos{
    color: #9197B3;
}

.map-3{
    background-image: url(./assets/images/se-4.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
}

.bg-sec{
    background-image: url(./assets/images/sec.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150vh;
}

.tabls{
    background-image: url(./assets/images/se-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    margin: 30px 0;
}

.tabls1{
    background-image: url(./assets/images/ui-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    margin: 30px 0;
}

footer{
    background-image: url(./assets/images/footer.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    margin-top: 30px;
}


@media screen and (max-width:678px){
    .hero-section {
    background-image: url(./assets/images/Thumbnail.png);
    background-position: center;
    background-size: cover;
    height: 50vh;
    background-repeat: no-repeat;
}

.hero-title {
    font-size: 20px;
}
.box-li{
    height: fit-content;
    margin-bottom: 30px;
}
.map-img{
    background-size: cover;
    height: 40vh;
}
.sub-para{
    font-size: 24px;
}
.u-ne {
    padding: 5px 10px;
    background-color: #F1F1F1;
    border-radius: 20px;
    width: fit-content;
    font-weight: 600;
    font-size: 14px;
}

.sec{
    background-image: url(./assets/images/se-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20vh;
    width: 100%;
}
.tabl,.tabls,.tabls1,.map-3{
    height: 30vh;
    background-size: contain;
}
.bg-sec{
    height: 50vh;
}
}