
@import url(./fonts.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

/* nav start */
.navbar {
    box-shadow: 1px 0px 10px gray;
}

:root {
    --OpenSans-Italic: "OpenSans-Italic";
    --OpenSans-Variable: "OpenSans-Variable";
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.navbar_logo {
    margin: 18px 0;
}

.navbar_start {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar_lists {
    display: flex;
    align-items: center;
    gap: 32px;
}

.link {
    font-family: var(--OpenSans-Variable);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;
}

.btn {
    width: 160px;
    height: 40px;
    border-radius: 5px;
    background-color: #00BAFC;
    border: 2px solid #00BAFC;

}

.link2 {
    font-family: var(--OpenSans-Italic);
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

/* nav end */
/* header start*/
.header_start {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_txtx {
    width: 470px;
    height: 224px;
    margin-top: 150px;
}

.header_txt {
    font-family: var(--OpenSans-Italic);
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #000000;
}

.header_text {
    font-family: var(--OpenSans-Variable);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;
    padding: 16px 0;
}

.button {
    width: 232px;
    height: 40px;
    border-radius: 5px;
    background: #00BAFC;
    border: 2px solid #00BAFC;
}
.header_image{
    margin-top: 160px;
    border-radius: 5px;
}
.header_img{
    display: flex;
    justify-content: space-between;
    z-index: -1;
    position: relative;
}
.header_image2{
    z-index: 1;
    position: absolute;
    left: 150px;
    top: 240px;
}
/* header end */

/* service start */

.service__content{
    margin-top: 0px;
}

.service__about{
    margin-top: 56px;
}

.service__about__span{
    margin-left: 540px;
    font-family: var(--OpenSans-Variable) ;
    font-weight: 700;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: black;
}

.service__about__title{
    width: 719px;
    height: 48px;
    margin-left: 245px;
    font-family: var(--OpenSans-Variable);
    font-weight: 400;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: black;
}

.service__cards{
    margin-top: 16px;
}

.service__card{
    width: 320px;
    height: 260px;
    margin-top: 8px;

    background-color: white;
    box-shadow: 0px 8px 8px 0px #0000001A;
}

.service__card__img{
    margin-top: 24px;
    margin-left: 58px;
}

.service__card__span{
    margin-top: 16px;
    margin-left: 87px;

    font-family: var(--OpenSans-Variable);
    font-weight: 700;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
}

.service__card__title{
    margin-top: 16px;

    font-family: var(--OpenSans-Variable);
    font-weight: 400;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

.service__cards{
    display: flex;
    justify-content: space-between;
    column-gap: 70px;
}

.service__cards2{
    display: flex;
    margin-top: 16px;
    margin-left: 200px;
    column-gap: 130px;
}

.service__cardddd{
    margin-left: 135px;
}

.service__order{
    align-items: center;
    margin-top: 40px;
    display: flex;
    column-gap: 16px;
    margin-left: 400px;
}

.service__order__gp{
    color: white;
    padding: 8px 16px;
    font-family: var(--OpenSans-Variable);
    font-weight: 700;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;


    background-color: #00BAFC;
}

.service__order__gp2{
    color: #00BAFC;
    font-family: var(--OpenSans-Variable);
    font-weight: 400;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
}

.service__card__span2{
    margin-left: 95px;
}

/* service end */

.section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.section-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.section-description {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 50px;
  color: #555;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.step {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
  justify-content: center;
  flex-wrap: wrap;
}

.step.reverse {
  flex-direction: row-reverse;
}

.step-img img {
  max-width: 200px;
  width: 100%;
}

.step-text {
  max-width: 500px;
}

.step-text h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.step-text p {
  font-size: 15px;
  color: #666;
}

.section__a {
  margin-top: 50px;
}

.btn {
  background-color: #00bafc;
  color: white;
  text-decoration: none;
  padding: 12px 25px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
  transition: 0.3s;
}

.btn:hover {
  background-color: #00bafc;
}