﻿* {
  margin: 0px;
}

@font-face {
  font-family: "Gilroy-Regular";
  src: url("fonts/gilroyNew/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url("fonts/gilroyNew/Gilroy-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Semibold";
  src: url("fonts/gilroyNew/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url("fonts/gilroyNew/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("fonts/gilroyNew/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body {
	background-color: #f7f7f7;
}

.nav__class {
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 135px;
  position: sticky;
  top: 0;
  z-index:1;
}

.nav__class a {
  text-decoration: none;
  color: #1f2a37;
}

.nav__class .items__class a:hover,
.nav__class .items__class a:focus {
  font-family: Gilroy-ExtraBold;
}

.nav__class .items__class .nav-link.selected {
  font-family: Gilroy-ExtraBold !important;
}

.logo__class {
  display: flex;
  align-items: center;
  gap: 50px;
  cursor: pointer;
}

.items__class {
  display: flex;
  align-items: center;
  color: #1f2a37;
  gap: 40px;
  font-size: 16px;
  font-family: Gilroy-Medium;
}

.btn__try-free {
  padding: 16px 40px;
  border-radius: 100px;
  background-color: #045e5e;
  color: #ffffff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  margin: 25px 135px;
  font-family: Gilroy-Bold;
}

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

.hero__left {	
  max-width: 700px;
  padding: 126px 135px;
}

.hero__title h1 {
  font-size: 80px;
  line-height: 95px;
  color: #1f2a37;
  font-family: Gilroy-Bold;
}

.hero__sub-title {
  margin-top: 24px;
  font-family: Gilroy-Regular;
}

.hero__sub-title p {
  font-size: 20px;
  line-height: 32px;
  color: #777e90;
  font-family: Gilroy-Regular;
}

.hero-image__class {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

.button {	
  text-decoration:none;	
}

.hero__btn {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 80px;
  font-family: Gilroy-Bold;
}

.start__free-trial {
  padding: 24px 56px;
  border-radius: 100px;
  background-color: #045e5e;
  color: #ffffff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  font-family: Gilroy-Bold;  
  text-align: center;
}

.see__pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}

.see__pricing h1 {
  font-size: 18px;
  color: #045e5e;
}

.trusted__class {
  margin-top: 137px;
  font-family: Gilroy-Semibold;
}

.trusted__class h1 {
  font-size: 18px;
  color: #1f2a37;
}

.brand__class {
  margin-top: 32px;
  display: flex;
  gap: 45px;
}

.reliable__class {
  text-align: center;
  margin-top: 150px;
}

.reliable__class h1 {
  font-size: 40px;
  color: #1f2a37;
  font-family: Gilroy-Bold;
}

.cards__class {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.card__1 {
  padding: 45px 62px;
  border: 1px solid #e7e9ed;
  border-radius: 24px;
  background-color: #ffffff;
}

.card__1 img {
  background-color: #ffffff;
}

.card__text {
  background-color: #ffffff;
}

.card__text h1 {
  font-size: 40px;
  text-align: center;
  color: #1f2a37;
  margin-top: 24px;
  background-color: #ffffff;
  font-family: Gilroy-Bold;
}

.card__text p {
  font-size: 16px;
  text-align: center;
  color: #6b7280;
  margin-top: 6px;
  background-color: #ffffff;
  font-family: Gilroy-Regular;
}

.ai__class {
  margin-top: 260px;
  margin-bottom: 150px;
  text-align: center;
}

.ai__class h1 {
  font-size: 40px;
  color: #1f2a37;
  font-family: Gilroy-Bold;
}

.ai__btn {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.get-a-quote__class {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  border-bottom: 1px solid #045e5e;
}

.get-a-quote__class h1 {
  font-size: 18px;
  color: #045e5e;
}

.long__card-container {
  overflow-x: auto;
  -ms-overflow-style: none;
}

.long__card-container::-webkit-scrollbar {
  display: none;
}

.long__card {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.long__card__1 {
  background-color: #ffffff;
  border: 1px solid #e7e9ed;
  border-radius: 24px;
  display: flex;
  padding: 40px 10px 10px 10px;
  width: 300px;
  flex-direction:column;
  transition: background-color 0.5s ease;
}

.long__card__1:hover {
	background-color: #7bbdbc;
}

.long__card__1 img.icon {
  padding-inline: 2.5rem;
}

.long-card-info {
  padding: 24px 18px 18px 18px;
  background-color: #f9fafb;
  border-radius: 20px;
  margin-top: 30px;
  font-family: Gilroy-Bold;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.long-card-info h1 {
  font-size: 27px;
  text-align: left;
  background-color: #f9fafb;
}

.long-card-info p {
  font-size: 16px;
  text-align: left;
  color: #777e90;
  margin-top: 24px;
  background-color: #f9fafb;
  font-family: Gilroy-Regular;
  line-height: 28px;
}

.long-card-info h3 {
  font-size: 16px;
  text-align: left;
  color: #045e5e;
  background-color: #f9fafb;
}

.learn-more__class {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #f9fafb;
  font-family: Gilroy-Bold;
  margin-top:2rem;
  display:none;
}

.learn-more__class img {
  background-color: #f9fafb;
}

.purpose__class {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 275px;
  gap: 180px;
  background-color: #ffffff;
}

.purpose__class img {
  background-color: #ffffff;
}

.purpose__info {
  margin-bottom: 100px;
  background-color: #ffffff;
}

.purpose__class h1 {
  font-size: 48px;
  color: #1f2a37;
  background-color: #ffffff;
  font-family: Gilroy-Bold;
}

.purpose__class p {
  font-size: 16px;
  margin-top: 16px;
  color: #777e90;
  background-color: #ffffff;
  font-family: Gilroy-Regular;
}

.sp {
  margin-bottom: -40px;
}

.number__class {
  display: flex;
  gap: 32px;
  margin-top: 52px;
  background-color: #ffffff;
}

.number__class img {
  margin-bottom: 35px;
}

.number__class-2 img {
  margin-bottom: 35px;
}

.number__class-2 {
  display: flex;
  gap: 32px;
  margin-top: 55px;
  background-color: #ffffff;
}

.demand__class {
  background-color: #ffffff;
}

.demand__class h2 {
  font-size: 21px;
  color: #1f2a37;
  margin-top: 0px;
  background-color: #ffffff;
  font-family: Gilroy-Bold;
}

.demand__class p {
  color: var(--Neutrals-4, #777e90);
  font-family: Gilroy-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

.collaborate__class {
  background-color: #045e5e !important;
  height: 770px;
  position: relative;
  background-image: url("asset/bg-home.png");
  background-position: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.collaborate__class img {
  position: absolute;
  top: 0;
  right: 0;
}

.cant h4 {
  background-color: #045e5e;
  position: absolute;
  margin-top: 172px;
  margin-left: 134px;
  font-size: 18px;
  font-family: Gilroy-Regular;
  color: #f59a74;
}

.collaborate__class h1 {
  position: absolute;
  background-color: #045e5e;
  margin-top: 210px;
  margin-left: 134px;
  font-size: 48px;
  font-family: Gilroy-Bold;
  color: #ffffff;
}

.collaborate__class p {
  position: absolute;
  background-color: #045e5e;
  font-family: Gilroy-Regular;
  color: #9dc9c9;
  line-height: 28px;
  margin-top: 360px;
  margin-left: 134px;  
  max-width: 600px;
}

.heroo__btn {
  display: flex;
  position: absolute;
  margin-top: 480px;
  margin-left: 134px;
  background-color: #045e5e;
}

.heroo__btn button {
  background-color: #ffffff;
  color: #045e5e;
}

.seee__pricing {
  position: absolute;
  display: flex;
  align-items: center;
  background-color: #045e5e;
}

.seee__pricing h1 {
  font-size: 18px;
  font-family: Gilroy-Bold;
}

.tick__class img {
  background-color: #045e5e;
  color: #ffffff;
  position: absolute;
  left: 0;
  margin-top: 580px;
  margin-left: 134px;
}

.tick__class p {
  position: absolute;
  left: 0;
  margin-top: 580px;
  margin-left: 170px;
  font-size: 18px;
  font-family: Gilroy-Medium;
  color: #ffffff;
}

.calculate h2 {
  position: absolute;
  margin-top: 505px;
  margin-left: 420px;
  color: #ffffff;
  font-size: 18px;
  font-family: Gilroy-Bold;
}

.calculate img {
  background-color: #045e5e;
  color: #ffffff;
  position: absolute;
  left: 0;
  margin-top: 504px;
  margin-left: 540px;
}

.news__class {
  padding: 150px 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news__class h1 {
  font-size: 48px;
  color: #1f2a37;
  font-family: Gilroy-Bold;
}

.news__class h2 {
  font-size: 19px;
  color: #1f2a37;
  font-family: Gilroy-Bold;
  margin-top: 12px;
}

.news__class p {
  font-family: Gilroy-Regular;
  margin-top: 24px;
  color: #6b7280;
}

.news__class img {
  margin-top: 56px;
}

.date__class {
  display: flex;
  align-items: center;
  gap: 12px;
}

.date__class img {
  margin-top: 24px;
}
.date__class p {
  color: #6b7280;
  text-align: center;
  font-family: Gilroy-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

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

.news__images h2 {
  text-wrap: wrap;
}

.update__class {
  display: flex;
  align-items: center;
  justify-content: center;
}

.update__class h1 {
  font-size: 48px;
  color: #1f2a37;
  font-family: Gilroy-Bold;
  margin-top: 40px;
}

.update__class p {
  color: #777e90;
  font-family: Gilroy-Regular;
  margin-top: 16px;
  line-height: 28px;
}

.update__class-info {
  text-align: center;
}

.input__class {
  margin-top: 40px;
  margin-bottom: 58px;
  padding: 7px 7px 7px 24px;
  width: 500px;
  height: 55px;
  border: none;
  border-radius: 100px;
  background-color: #ffffff;
  font-family: Gilroy-Regular;
}

.btn__update {
  position: absolute;
  right: 25px;
  top: 45%;
  transform: translateY(-50%);
  border: none;
  background-color: #045e5e;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 17px;
  font-family: Gilroy-Semibold;
  cursor: pointer;
  width: 166px;
}

.logo__mobile,
.hero__sub-title__mobile,
.heroImage__mobile,
.ai__btn__mobile,
.h__mobile,
.p__mobile,
.purpose__image,
.collaborate__class__mobile,
.news__images__mobile,
.cards__class__mobile,
.long__card-container_mobile,
.logos,
.nav__mobile {
  display: none;
}

.hero-image__class img {
		max-width: 57.5vw;
	}	
	
@media screen and (max-width: 1780px) {
	.nav__class {
		z-index: 100;
	}
	.btn__try-free {
		z-index: 100;
	}
	.hero__left {
		max-width: 50vw;
		z-index:100;
	}
	.hero__left .hero__sub-title{
		background: #f7f7f7dd;
	}
	.hero__left .hero__title{
		text-shadow: 3px 3px #f7f7f7;
	}
}

@media screen and (max-width: 1250px) {
	.hero-image__class img {
		max-width: 720px;
	}	
	.hero-image__class {
		max-width: calc(100vw - 525px);
	}
	
	.hero__left {
		max-width: 70vw;
	}	
}

@media screen and (max-width: 767px) {
  .nav__class,
  .btn__try-free,
  .hero-image__class,
  .purposeImage__class,
  .hero__sub-title,
  .ai__btn,
  .h__,
  .p__,
  .collaborate__class,
  .news__images,
  .reliable__class .cards__class,
  .long__card-container,
  .brand__class {
    display: none;
  }

  .logo__mobile {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
  }

  .hero__class {
    padding: 16px 16px 0px 16px;
    display: block;
  }

  .hero__title h1 {
    font-size: 40px;
    line-height: 50px;
    color: #1f2a37;
    font-family: Gilroy-Bold;
    text-align: center;
  }

  .hero__sub-title__mobile {
    font-size: 18px;
    line-height: 30px;
    color: #777e90;
    font-family: Gilroy-Regular;
    text-align: center;
    display: block;
    margin-top: 24px;
  }

  .heroImage__mobile {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
	display:none;
  }

  .hero__btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    margin-top: 24px;
    font-family: Gilroy-Bold;
  }

  .start__free-trial {
    padding: 24px 0px;
    border-radius: 100px;
    background-color: #045e5e;
    color: #ffffff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    font-family: Gilroy-Bold;
    width: 100%;
  }

  .see__pricing {
    margin-top: 8px;
    border: 1px solid #045e5e;
    border-radius: 100px;
    padding: 24px 0px;
    width: 100%;
  }

  .trusted__class {
    margin-top: 64px;
    font-family: Gilroy-Semibold;
  }

  .trusted__class h1 {
    font-size: 18px;
    color: #1f2a37;
    text-align: center;
  }

  .brand__class {
    overflow: hidden;
    white-space: nowrap;
  }

  .brand__class div {
    display: inline-block;
    animation: marquee 5s linear infinite;
  }

  @keyframes marquee {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }

  .reliable__class {
    text-align: center;
    margin-top: 64px;
  }

  .reliable__class h1 {
    font-size: 32px;
    color: #1f2a37;
    font-family: Gilroy-Bold;
  }

  .hero__left {
	  max-width:100%;
    padding: 0px 0px;
  }

  .ai__class {
    margin-top: 64px;
    margin-bottom: 24px;
    text-align: center;
  }

  .ai__btn__mobile {
    display: block;
    margin-bottom: 40px;
  }

  .ai__btn__mobile .get-a-quote__class {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    border-bottom: none;
    width: 100%;
    border: 1px solid #045e5e;
    border-radius: 100px;
    padding: 24px 0px;
    font-family: Gilroy-Bold;
  }

  .start__free-trial {
    padding: 24px 0px;
    width: 100%;
  }

  .ai__btn__mobile .get-a-quote__class h1 {
    font-size: 18px;
    color: #045e5e;
  }

  .ai__class h1 {
    font-size: 32px;
    color: #1f2a37;
    font-family: Gilroy-Bold;
  }

  .ai__btn__mobile {
    padding: 0px 16px;
  }

  .long__card-container {
    overflow-x: auto;
    -ms-overflow-style: none;
  }

  .long__card-container::-webkit-scrollbar {
    display: none;
  }

  .long__card {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .long-card-info h1 {
    font-size: 27px;
  }

  .p__mobile {
    display: block;
  }

  .purpose__class {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
    gap: 180px;
    background-color: #ffffff;
  }

  .purpose__image {
    display: block;
    align-items: center;
    justify-content: center;
    width: 50%;
  }

  .purpose__class img {
    background-color: #ffffff;
  }

  .purpose__info {
    margin-bottom: 100px;
    background-color: #ffffff;
  }

  .h__mobile {
    display: block;
  }

  .sp {
    margin-bottom: 0px;
  }

  .purpose__class .h__mobile {
    font-size: 32px;
    color: #1f2a37;
    background-color: #ffffff;
    font-family: Gilroy-Bold;
  }

  .purpose__class p {
    font-size: 16px;
    margin-top: 16px;
    color: #777e90;
    background-color: #ffffff;
    font-family: Gilroy-Regular;
  }

  .number__class {
    display: flex;
    align-items: center;
    gap: 32px;
    background-color: #ffffff;
  }

  .number__class img {
    margin-bottom: 0px;
  }

  .number__class-2 img {
    margin-bottom: 0px;
  }

  .number__class-2 {
    display: flex;
    align-items: center;
    gap: 32px;
    background-color: #ffffff;
  }

  .demand__class {
    background-color: #ffffff;
  }

  .demand__class h2 {
    margin-top: 0px;
  }

  .demand__class p {
    font-size: 21px;
    color: #1f2a37;
    margin-top: 0px;
    background-color: #ffffff;
    font-family: Gilroy-Regular;
    margin-left: 70px;
    line-height: 28px;
    font-size: 16px;
    color: #777e90;
  }

  .collaborate__class__mobile {
    display: block;
    padding: 40px 16px;
    background-color: #045e5e;
	padding-bottom: 140px;
  }

  .collaborate__class__mobile .cant__mobile {
    font-family: Gilroy-regular;
    background-color: #045e5e;
  }

  .collaborate__class__mobile h1 {
    font-family: Gilroy-Bold;
    background-color: #045e5e;
    color: #fff;
    margin-top: 16px;
    line-height: 40px;
  }

  .collaborate__class__mobile p {
    background-color: #045e5e;
    font-family: Gilroy-Regular;
    color: #9dc9c9;
    line-height: 28px;
  }

  .start__free-trial__mobile {
    padding: 24px 0px;
    border-radius: 100px;
    background-color: #ffffff;
    color: #045e5e;
    border: none;
    font-size: 18px;
    cursor: pointer;
    font-family: Gilroy-Bold;
    width: 100%;
  }

  .calculate__mobile {
    margin-top: 8px;
    border: 1px solid #ffffff;
    border-radius: 100px;
    padding: 24px 0px;
    width: 100%;
  }

  .calculate__mobile p {
    cursor: pointer;
    font-family: Gilroy-Bold;
    font-size: 18px;
  }

  .tick__class__mobile {
    background-color: #045e5e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
    gap: 10px;
  }

  .news__class {
    padding: 40px 16px;
    overflow: hidden;
  }

  .news__class h1 {
    font-size: 32px;
  }

  .news__class p {
    font-family: Gilroy-Regular;
    margin-top: 24px;
    color: #6b7280;
  }

  .news__images__mobile {
    display: block;
  }

  .cards__class__mobile {
    align-items: stretch;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
  }

  .card__1 {
    margin-bottom: 2rem;
    border: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .card__1:last-child {
    margin-right: 16px;
  }

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

  .news__images__mobile {
    align-items: stretch;
    display: flex;
    gap: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
  }

  .card__1__mobile {
    width: 85%;
    margin-bottom: 2rem;
    border: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .card__1__mobile h2 {
    font-size: 21px;
    font-family: Gilroy-bold;
    line-height: 32px;
    color: #1f2a37;
  }

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

  .long__card-container_mobile {
    display: block;
  }

  .long__card__mobile {
    align-items: stretch;
    display: flex;
    gap: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
	padding: 0 1rem;
  }

  .long__card__1 {
    width: 85%;
    border: 0;
    flex-grow: 0;
    flex-shrink: 0;
	max-width: 300px;
  }

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

  .logos {
    display: block;
    overflow: hidden;
    padding: 32px 16px;
    white-space: nowrap;
  }

  .logos-slide {
    display: inline-block;
    animation: 10s slide infinite linear;
  }

  .logos-slide img {
    margin: 0px 40px 0px 0px;
  }

  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  .update__class {
    display: block;
    padding: 0px 16px;
    margin-top: 24px;
  }

  .update__class h1 {
    font-size: 32px;
    color: #1f2a37;
    font-family: Gilroy-Bold;
    margin-top: 40px;
  }

  .update__class p {
    color: #777e90;
    font-family: Gilroy-Regular;
    margin-top: 16px;
    line-height: 28px;
  }

  .update__class-info {
    text-align: center;
  }

  .input__class {
    margin-top: 40px;
    margin-bottom: 24px;
    padding: 7px 7px 7px 18px;
    width: 97.5%;
    height: 55px;
    border: none;
    border-radius: 100px;
    background-color: #ffffff;
    font-family: Gilroy-Regular;
  }

  .btn__update {
    position: absolute;
    right: 10px;
    top: 57%;
    transform: translateY(-52%);
    border: none;
    background-color: #045e5e;
    color: #ffffff;
    padding: 15px 15px;
    border-radius: 100px;
    font-size: 17px;
    font-family: Gilroy-Semibold;
    cursor: pointer;
    width: 133px;
  }

  .nav__mobile {
	background:#f7f7f7;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
	left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
  }
  
  .nav__mobile a {
    text-decoration: none;
    color: #1f2a37;
  }

  .mobile__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-direction: column;
  }

  .mobile__item:hover {
    color: #045e5e;
  }

  .mobile__item p {
    font-family: Gilroy-Medium;
  }

  .dot__img {
    margin-bottom: 25px;
  }
}
