* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #0B0E17;
}

body::-webkit-scrollbar-thumb {
    background: #ABAEB7;
    border-radius: 5px;
}


@font-face {
    font-family: 'Larken';
    src: url('/fonts/Larken-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #0b0e17;
    background-image: url('/images/Rectangle 59.png');
    overflow-x: hidden;
}

.hero-section {
    width: 100%;
    height: 100vh;
    top: -3883px;
    left: -6px;
    /* border: 3px solid red; */
    display: flex;
    flex-direction: column;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 55px;
    gap: 75px;
}

header {
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 3px solid red; */
}

.header-1st {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 49px;
    width: 60%;
}

.logo {
    width: 108px;
    height: 47px;
    top: 26px;
    left: 100px;
    font-family: Larken-Medium;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.header-ul {
    display: flex;
    width: 432;
    height: 19;
    top: 40px;
    left: 390.5px;
    gap: 35px;
}

.header-li {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
    color: #ABAEB7;
}

header button {
    width: 133px;
    height: 49px;
    top: 25px;
    left: 1687px;
    border-width: 1px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    gap: 10px;
    background: local;
    border: 1px solid #FFFFFF;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.hero-info {
    width: 680px;
    height: 457px;
    top: 273px;
    left: 100px;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-info h3 {
    width: 264px;
    height: 21px;
    top: 273px;
    left: 100px;
    font-family: Larken-Medium;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 30%;
    font-family: Larken-Medium;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 30%;
    text-transform: uppercase;
    color: #FFC978;
}

.hero-info h1 {
    width: 680px;
    height: 188px;
    top: 324px;
    left: 100px;
    font-family: Larken-Regular;
    font-weight: 400;
    font-size: 70px;
    line-height: 94px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.hero-info p {
    width: 534px;
    height: 99px;
    top: 522px;
    left: 100px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0%;
    color: #ABAEB7;
}

.hero-info button {
    width: 212px;
    height: 59px;
    top: 671px;
    left: 100px;
    border-width: 1px;
    padding-top: 20px;
    padding-right: 35px;
    padding-bottom: 20px;
    padding-left: 35px;
    gap: 10px;
    border: 1px solid #FFFFFF;
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;
    background: local;
}

.hero-conatiner {
    display: flex;
    /* border: 3px solid red; */
    justify-content: space-between;
}

.hero-img img {
    height: 457px;
}

.top-services-section {
    /* border: 3px solid red; */
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 75px;
}

.top-servisec-head-line {
    /* border: 3px solid red; */
    width: 500px;
    height: 111px;
    top: 1147px;
    left: 710px;
    text-align: center;
}

.top-servisec-head-line h3 {
    width: 100%;
    height: 21px;
    top: 1147px;
    left: 880px;
    font-family: Larken-Medium;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 30%;
    text-align: center;
    color: #FFC978;
    text-align: center;
}

.top-servisec-head-line h1 {
    width: 100%;
    height: 77px;
    top: 1181px;
    left: 710px;
    font-family: Larken-Regular;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.top-services-cards-row {
    display: flex;
    gap: 45px;
    margin-top: 35px;
    /* border: 3px solid red; */
}

.top-services-card {
    /* border: 3px solid red; */
    width: 300px;
    height: 500px;
    top: 1181px;
    left: 315px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 25px;
}

.top-services-card-info {
    /* border: 3px solid red; */
    width: 230px;
    height: 79px;
    top: 1572px;
    left: 345px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.top-services-card-info h1 {
    font-family: Larken-Medium;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.top-services-card-info p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

#card-1 {
    background-image: url('/images/Rectangle 719.png');
}

#card-2 {
    background-image: url('/images/Rectangle 720.png');
}

#card-3 {
    background-image: url('/images/Rectangle 721.png');
}

#card-4 {
    background-image: url('/images/Rectangle 722.png');
}

.about-us-section {
    /* border: 3px solid red; */
    width: 100%;
    height: 100vh;
    padding-top: 75px;
    display: flex;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
}

.about-us-container {
    /* border: 3px solid red; */
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 50%;
    height: auto;
}

.about-us-container-1 {
    /* border: 3px solid red; */
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.about-us-container-1 h1 {
    font-family: Larken-Regular;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.about-us-container-1 p {
    margin-left: 30%;
    width: 440px;
    height: 104px;
    top: 2075px;
    left: 425px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #ABAEB7;
}

.about-us-container-2 {
    /* border: 3px solid red; */
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.about-us-container-2-info {
    /* border: 3px solid red; */
    display: flex;
    align-items: end;
    gap: 55px;
}

.about-us-container-2-info h1 {
    width: 192;
    height: 120;
    top: 2212px;
    left: 315px;
    font-family: Larken-Regular;
    font-weight: 400;
    font-size: 128px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.about-us-container-2-info p {
    width: 78px;
    height: 60px;
    top: 2272px;
    left: 551px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.about-us-container-2 img {
    width: 408px;
    height: 175px;
    top: 2362px;
    left: 315px;
}

.about-us-image {
    /* border: 3px solid red; */
    width: 50%;
    display: flex;
    justify-content: center;
    gap: 55px;
}

.about-us-image img {
    width: 300px;
    height: 500px;
}

#about-us-image-1 {
    margin-top: 25%;
}

.projects-section {
    margin-top: 75px;
    width: 100%;
    /* border: 3px solid red; */
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 55px;
}

.projects-head-line {
    /* border: 3px solid red; */
    height: auto;
}

.projects-head-line h3 {
    width: 153px;
    height: 21px;
    top: 2677px;
    left: 315px;
    font-family: Larken-Medium;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 30%;
    color: #FFC978;
}

.projects-head-line h1 {
    width: 502px;
    height: 77px;
    top: 2713px;
    left: 315px;
    font-family: Larken-Regular;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.projects-cards-container {
    /* border: 3px solid red; */
    display: flex;
    gap: 35px;
    height: auto;
    /* padding-top: 35px; */
    padding-bottom: 15px;
    /* align-items: center; */
    justify-content: center;
}

.projects-cards-column {
    /* border: 3px solid red; */
    display: flex;
    flex-direction: column;
    gap: 25px;
}

#projects-cards-column-2,
#projects-cards-column-4 {
    margin-top: 85px;
}

.experiance-section {
    margin-top: 75px;
    /* border: 3px solid red; */
    width: 100%;
    height: 603px;
    background-image: url('/images/image.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-left: 25px;
}

.experiance-img {
    /* border: 3px solid red; */
    padding-left: 35px;
    padding-right: 35px;
}

.experiance-info {
    width: 630px;
    height: 395px;
    top: 4154px;
    left: 935px;
    border-width: 1px;
    /* border: 3px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.experiance-info h1 {
    width: 630px;
    height: 140px;
    top: 4154px;
    left: 935px;
    font-family: Larken-Regular;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.percents-container {
    /* border: 3px solid red; */
    display: flex;
    gap: 25px;
}

.percent {
    /* border: 3px solid red; */
    width: 98px;
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.percent h2 {
    width: 94px;
    height: 70px;
    top: 4344px;
    left: 935px;
    font-family: Larken-Regular;
    font-weight: 400;
    font-size: 45px;
    line-height: 70px;
    letter-spacing: 0%;
    color: #FFAF76;
    text-align: center;
}

.percent p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ABAEB7;
}

.experiance-info button {
    width: 210px;
    height: 59px;
    border-width: 1px;
    padding-top: 20px;
    padding-right: 35px;
    padding-bottom: 20px;
    padding-left: 35px;
    gap: 10px;
    border: 1px solid #FFFFFF;
    background: local;
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.check-availability-section {
    width: 100%;
    height: 100vh;
    /* border: 3px solid red; */
    margin-top: 75px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 55px;
}

.check-availability-section-head-line {
    /* border: 3px solid red; */
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}


.check-availability-section-head-line-part-1 {
    width: 458px;
    height: 111px;
    /* border: 3px solid red; */
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.check-availability-section-head-line-part-1 p {
    width: 153px;
    height: 21px;
    font-family: Larken-Medium;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 30%;
    color: #FFC978;
}

.check-availability-section-head-line-part-1 h1 {
    width: 458px;
    height: 70px;
    font-family: Larken-Regular;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.check-availability-section-head-line-part-2 {
    /* border: 3px solid red; */
    display: flex;
    align-items: center;
    gap: 25px;
}

.border {
    width: 2px;
    height: 150px;
    background: linear-gradient(180deg, rgba(171, 174, 183, 0) 0%, #ABAEB7 51.56%, rgba(171, 174, 183, 0) 100%);
}

.check-availability-section-head-line-part-2 p {
    width: 440px;
    height: 52px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #D7E0E1;
}

table {
    width: 829px;
    height: 442px;
    /* border: 3px solid red; */
}

.td {
    font-family: Larken-Medium;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: capitalize;
    color: #FFB076;
}

td {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 3%;
    color: #ABAEB7;
}

.td-b {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 3%;
    color: #FFFFFF;
}


td {
    border: none;
    border-bottom: 1px solid #ABAEB7;
    border-collapse: collapse;
}

.td-b-link a:hover {
    color: #FFB077;
    text-decoration: underline;
}

.td-b-link a {
    color: #fff;
}

.check-availability-container {
    display: flex;
    align-items: center;
    /* border: 3px solid rgb(255, 0, 0); */
    width: 100%;
    gap: 75px;
}

.path {
    background-image: url('/images/path.png');
    width: 100%;
    height: 162.000005722045px;
}

.our-team-section {
    /* border: 3px solid rgb(255, 0, 0); */
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
}

.our-team-head-line {
    /* border: 3px solid rgb(255, 0, 0); */
    width: 100%;
    height: 111px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.our-team-head-line p {
    width: 153px;
    height: 21px;
    font-family: Larken-Medium;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 30%;
    color: #FFC978;
}

.our-team-head-line h1 {
    width: 541px;
    height: 70px;
    font-family: Larken-Regular;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.our-team-names {
    /* border: 3px solid rgb(255, 0, 0); */
    width: 1290px;
    height: 340px;
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.our-team-name {
    width: 1290px;
    height: 44px;
    gap: 15px;
    border-bottom: 3px solid #ABAEB74D;
}

.our-team-name h2 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #FFFFFF;
    word-spacing: 8px;
}

.examples-section {
    /* border: 3px solid rgb(255, 0, 0); */
    margin-top: 75px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    /* border: 3px solid rgb(255, 0, 0); */
    width: 100%;
    height: 553px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-container {
    /* border: 3px solid rgb(255, 0, 0); */
    width: 1212px;
    height: 249px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-container .border {
    width: 1px;
    height: 244px;
}

.footer-container-part-1 {
    display: flex;
    flex-direction: column;
    height: 244px;
    justify-content: space-between;
}

.footer-container-part-1 .logo {
    /* border: 3px solid rgb(255, 0, 0); */
    width: 138.69032287597656px;
    height: 50px;
}

.footer-container-part-1 .logo {
    font-size: 25px;
}

.footer-container-part-1 p {
    width: 350px;
    height: 104px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #D7E0E1;
}

.footer-ul {
    width: 91px;
    height: 195px;
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.footer-li {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: capitalize;
    color: #ABAEB7;
    text-align: left;
}

#footer-li-active {
    color: #FFB077;
}

.footer-container-part-3 {
    /* border: 3px solid rgb(255, 0, 0); */
    width: 271px;
    height: 246px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-container-part-3 h1 {
    font-family: Larken-Regular;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.footer-container-part-3 p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #ABAEB7;
}

.copy-right {
    /* border: 3px solid rgb(0, 34, 255); */
    width: 100%;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: end;
    border-top: 1px solid #2E313A;
}

.copy-right p {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #ABAEB7;

}
