@import url('https://fonts.googleapis.com/css2?family=Lexend&family=Montserrat:wght@400;500;700&family=Russo+One&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;

  --text-color: #212121;
  --accent-color: #FFCE20;
  --card-bg-color: #303030;

  color: var(--text-color);
}

ul, ol {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

button {
  cursor: pointer;
  transition: .2s linear;
  font-family: 'Russo One', sans-serif;
  border-radius: 0;
  border: none;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
  font-family: 'Russo One', sans-serif;
}

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

.accent-color {
  color: var(--accent-color);
}

.hidden {
  display: none !important;
}

main > section {
  padding-top: 75px;
  padding-bottom: 75px;
}

main > section:first-child {
  margin-top: 25px;
}

main > section:last-child {
  margin-bottom: 75px;
}

@media(max-width: 768px) {
  main > section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  main > section:first-child {
    margin-top: 40px;
  }
  
  main > section:last-child {
    margin-bottom: 40px;
  }
}

/* Pop up */

.pop-up-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.pop-up-menu {
  position: relative;
  left: 100vw;
  background: rgba(21, 21, 21, 0.9);
  transition: .4s linear;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.x {
  position: absolute;
  top: 28px;
  right: 18px;
  cursor: pointer;
}

.pop-up__nav {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 91px;
}

.pop-up__nav .main-nav-link:not(:last-child) {
  margin-bottom: 40px;
}

/* Pop up end */

/* Header */

header {
  display: flex;
  align-items: center;
  transition: .4s linear;
}

.logo {
  width: 180px;
}

.header__nav {
  margin-left: 108px;
}

.main-nav-link {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

.main-nav-link:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.header__nav .main-nav-link:not(:last-child) {
  margin-right: 16px;
}

.trigram {
  display: none;
  cursor: pointer;
  width: 35px;
}

@media(max-width: 768px) {
  header {
    justify-content: space-between;
  }

  .logo {
    width: 120px;
  }

  .header__nav {
    display: none;
  }

  .trigram {
    display: block;
  }
}

/* Header end */

/* Banner */

.banner {
  padding: 20px 0 150px;
  background: linear-gradient(155.13deg, #151515 12.32%, rgba(0, 0, 0, 0) 75.66%), url(../img/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 700px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  /* margin-bottom: 25px; */
}

.banner-content {
  padding-top: 80px;
  color: #fff;
  transition: .4s linear;
}

.banner__heading {
  font-size: 64px;
  line-height: 77.12px;
  max-width: 670px;
  text-transform: capitalize;
  word-spacing: -6px;
  margin-bottom: 19px;
}

.banner__text {
  font-size: 16px;
  line-height: 24px;
  max-width: 465px;
  margin-bottom: 40px;
}

.banner__btn {
  font-size: 16px;
  line-height: 19.28px;
  color: var(--text-color);
  background-color: var(--accent-color);
  text-transform: uppercase;
  padding: 21px 47px 20px 44px;
}

@media(max-width: 768px) {
  .banner {
    padding-bottom: 134px;
    min-height: 100%;
    max-height: 575px !important;
  }

  .banner .container {
    padding-right: 17px;
  }

  .banner-content {
    padding-top: 60px;
  }

  .banner__heading {
    font-size: 34px;
    line-height: 40.97px;
    max-width: unset;
    margin-bottom: 19px;
  }
  
  .banner__text {
    font-size: 14px;
    line-height: 21px;
    max-width: 329px;
    margin-bottom: 31px;
  }
  
  .banner__btn {
    font-size: 16px;
    line-height: 19.28px;
    padding: 21px 47px 20px 44px;
  }
}

/* Banner end */

/* Text with img section */

.twi--1 {
  /* margin-top: 100px; */
}

.twi--2 {
  /* margin-top: 148px; */
}

.twi--3 {
  /* margin-top: 138px; */
}

.text-with-image .container {
  display: flex;
  justify-content: space-between;
}

.section-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 582px;
}

.twi--1 .section-text {
  /* padding-right: 15px; */
  /* max-width: 597px; */
}

.twi--2 .section-text {
  /* max-width: 582px; */
  /* padding-left: 1px; */
}

.text-with-hor-line {
  color: var(--accent-color);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 27px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.twi--2 .text-with-hor-line {
  /* margin-bottom: 1px; */
}

.text-with-hor-line::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 1px;
  background-color: var(--accent-color);
  left: 0;
  top: 12px;
}

.section-heading {
  text-transform: capitalize;
  font-size: 42px;
  line-height: 51px;
  word-spacing: -4px;
  margin-bottom: 40px;
}

.text-with-ver-line {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 11px;
  position: relative;
  margin-bottom: 20px;
}

.text-with-ver-line::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--accent-color);
}

.simple-text {
  font-size: 16px;
  line-height: 24px;
}

#twi--2 .section-text > .simple-text:first-of-type {
  margin-bottom: 20px;
}

.section-img {
  width: 49%;
  max-width: 582px;
  display: flex;
  align-items: center;
  height: 452px;
  max-height: 452px
}

#twi--2 .section-img {
  max-height: 406px;
}

.section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-img .section-heading,
.section-img .text-with-hor-line {
  display: none;
}

.section-img .section-heading {
  text-transform: none;
}

.section-text button {
  background-color: var(--accent-color);
  color: var(--text-color);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19.28px;
  width: 200px;
  height: 60px;
  margin-top: 50px;
}

@media(max-width: 768px) {
  .text-with-image .container {
    flex-direction: column;
  }

  #twi--3 .container {
    flex-direction: column-reverse;
  }

  .text-with-image .container > * {
    width: 100%;
  }

  /* .twi--1 {
    margin-top: 80px;
  }

  .twi--2 {
    margin-top: 60px;
  }

  .twi--3 {
    margin-top: 61px;
  } */

  .text-with-image .section-text {
    max-width: unset;
    padding: 0;
  }

  #twi--3 .section-text {
    margin-top: 26px;
  }

  .text-with-hor-line,
  .text-with-ver-line,
  .simple-text {
    font-size: 14px;
    line-height: 21px;
  }

  .text-with-hor-line::before {
    top: 8px;
  }

  .text-with-ver-line {
    margin-bottom: 8px;
  }

  .section-heading {
    font-size: 28px;
    line-height: 33.74px;
    margin-bottom: 10px;
  }

  .section-img {
    margin-top: 20px;
    max-width: unset;
    flex-direction: column;
    align-items: flex-start;
    height: unset;
  }

  .section-img img {
    /* height: auto; */
  }

  #twi--2 .section-img {
    max-height: unset;
    margin-bottom: 24px;
  }

  .section-img .section-heading,
  .section-img .text-with-hor-line {
    display: block;
  }

  #twi--2 .section-text .section-heading,
  #twi--2 .section-text .text-with-hor-line,
  #twi--3 .section-text .section-heading,
  #twi--3 .section-text .text-with-hor-line  {
    display: none;
  }

  #twi--2 .text-with-hor-line {
    /* margin-bottom: 4px; */
  }

  .twi--2 .section-img img {
    /* min-height: 260px; */
  }

  #twi--2 .section-text > .simple-text:first-of-type {
    margin-bottom: 11px;
  }

  .section-text button {
    margin-top: 30px;
  }
}

/* Text with img section end */

/* Services */

.services {
  /* margin-top: 151px; */
}

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

.services-head > * {
  margin-bottom: 0;
}

.services-head .text-with-ver-line {
  max-width: 470px;
  margin-left: 10px;
  height: fit-content;
  height: -moz-fit-content;
  padding-top: 3px;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 31px 25px;
  margin-top: 41px;
}

.service-card {
  border: 1px solid var(--accent-color);
  max-width: 276px;
  /* padding: 18px 23px 66px 14px; */
  padding-bottom: 66px;
  position: relative;
}

.service-heading, .service-description {
  padding: 0 20px;
}

.service-img-wrapper {
  margin: -40px -10px 30px;
}

.service-img-wrapper img {
  width: 100%;
  height: 200px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.service-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 37px;
}

.service-description {
  font-size: 14px;
  line-height: 21px;
  margin-top: 9px;
}

.service-link {
  font-size: 14px;
  line-height: 16.87px;
  font-family: 'Russo One', sans-serif;
  text-align: right;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 19px;
  right: 22px;
}

.service-link:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

@media(max-width: 1100px) {
  .services-list {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    justify-content: center;
  }
}

@media(max-width: 768px) {
  .services {
    margin-top: 79px;
  }

  .services-head {
    flex-direction: column;
    align-items: start;
  }

  .services-head .text-with-ver-line {
    margin-left: 0;
    padding-top: 0;
    margin-top: 13px;
  }

  .services-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fill, auto);
    justify-content: center;
    margin-top: 33px;
    gap: 19px;
  }

  .service-card {
    max-width: unset;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 36px;
  }

  .service-img-wrapper {
    width: 106.4%;
  }

  .service-img-wrapper img {
    width: 100%;
  }

  .service-heading {
    font-size: 16px;
    line-height: 20.8px;
    margin-top: -4px;
  }

  .service-description {
    font-size: 12px;
    line-height: 18px;
  }

  .service-link {
    font-size: 12px;
    line-height: 14.46px;
    bottom: 10px;
    right: 9px;
  }

  .service-heading, .service-description {
    padding: 0 19px;
  }
}

/* Services end */

/* Benefits */

.benefits {
  /* margin-top: 166px; */
}

.benefits .section-heading {
  text-align: center;
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: 1fr;
  gap: 0px;
  justify-content: space-between;
  margin-top: 75px;
}

.benefit-card {
  position: relative;
  color: #fff;
  background-color: var(--card-bg-color);
  max-width: 276px;
  text-align: center;
  padding: 56px 15px 19px;
  box-sizing: border-box;
}

.benefit-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--accent-color);
  border-radius: 50%;
}

.benefit-heading {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 11px;
}

.benefit-heading,
.benefit-description {
  font-size: 16px;
  line-height: 24px;
}

@media(max-width: 1160px) {
  .benefits-list {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    justify-content: center;
    gap: 70px;
  }
}

@media(max-width: 768px) {
  .benefits {
    margin-top: 82px;
  }

  .benefits-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fill, auto);
    justify-content: center;
    gap: 54px;
    margin-top: 63px;
  }

  .benefit-card {
    max-width: unset;
    padding-right: 49px;
    padding-left: 49px;
  }

  .benefit-heading,
  .benefit-description {
    font-size: 14px;
    line-height: 21px;
  }
}

/* Benefits end */

/* Form section */

.form-section {
  /* margin-top: 150px; */
  /* padding-bottom: 151px; */
}

.form-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.form {
  max-width: 786px;
  width: 66%;
}

.inputs {
  display: grid;
  grid-template-areas: "name    email"
                       "message message";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 41px 34px;
}

.input-wrapper--name {
  grid-area: name;
}

.input-wrapper--email {
  grid-area: email;
}

.input-wrapper--message {
  grid-area: message;
}

.input-wrapper {
  position: relative;
}

.input-title {
  color: #BFBFBF;
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  top: -7px;
  left: 20px;
  background-color: #fff;
  padding: 1px;
}

.input-wrapper input,
.input-wrapper textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #CBCBCB;
  padding-left: 18px;
  box-sizing: border-box;
}

.input-wrapper input::placeholder,
.input-wrapper textarea::placeholder,
.input-wrapper input,
.input-wrapper textarea {
  font-size: 16px;
  line-height: 27px;
  font-family: 'Lexend', sans-serif;
  color: var(--text-color);
}

.input-wrapper--message textarea {
  resize: none;
  min-height: 164px;
  padding-top: 15px;
}

.input-wrapper input {
  height: 55px;
}

.form button {
  background-color: var(--accent-color);
  color: var(--text-color);
  width: 200px;
  height: 60px;
  text-transform: uppercase;
  margin-top: 53px;
  font-size: 16px;
  line-height: 19.28px;
}

.form-text {
  max-width: 266px;
}

.form-text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.form-text p:first-child {
  margin-bottom: 24px;
  position: relative;
}

.form-text p:first-child::before {
  position: absolute;
  content: "";
  top: -1px;
  left: -9px;
  height: 48px;
  width: 1px;
  background-color: var(--accent-color);
}

@media (max-width: 915px) {
  .form-section {
    margin-top: 81px;
    padding-bottom: 81px;
  }

  .form-wrapper {
    flex-direction: column;
    margin-top: 40px;
  }

  .form {
    max-width: unset;
    width: 100%;
  }

  .inputs {
    grid-template-areas: "name"
                         "email"
                         "message";
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 30px;
  }

  .input-wrapper input::placeholder,
  .input-wrapper textarea::placeholder,
  .input-wrapper input,
  .input-wrapper textarea {
    font-size: 14px;
  }

  .form button {
    margin-top: 35px;
  }

  .form-text {
    max-width: unset;
    margin-top: 30px;
    padding-left: 9px;
  }

  .form-text p {
    font-size: 14px;
    line-height: 21px;
  }

  .form-text p:first-child {
    margin-bottom: 11px;
  }

  .form-text p:first-child::before {
    height: 100%;
  }
}

/* Form section end */

/* Footer */

footer {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background-color: #303030;
  padding: 21px 0;
}

/* Footer */

.btn:hover {
  background-color: var(--card-bg-color);
  color: white;
}


.section-heading{
    word-spacing: 0px;
    letter-spacing: 1px;
}
.first-text{
	margin-bottom: 20px;
}

@media(max-width:775px){
		#about > div > div.section-text > div, #about > div > div.section-text > h2{
		display:none;
	}
	#about .section-img  img{
		margin-bottom:20px;
	}
	#benefits > div > div.section-text > h2{
		word-spacing: 0px;
   		letter-spacing: 0px;
	}
	#benefits .section-img .text-with-hor-line, #benefits .section-img .section-heading{
		display:none;
	}
	.mob-image-after{
		margin-bottom:20px;
    		width: 100%;
   		 height: 100%;
    		max-height: 250px;
   		 object-fit: cover;
	}
	#benefits .section-img img{
		display:none;
	}
	#contact{
		margin-top:0px;
	}
	.benefit-card{
		padding-left:20px;
		padding-right:20px;
	}
	#form-section{
		margin-top:0px;
		margin-bottom:0px;
	}
	main > section:first-child {
    		margin-top: 40px !important;
	}


}



.none{
	display:none !important;
}
.header__nav{
	margin-left:auto;
}

.clone{
	padding-top:75px;
	padding-bottom:75px;
}
main > section:first-child {
    margin-top: 75px;
}
.service-card{
    overflow: hidden;
    display: flex;
    padding: 40px 10px 40px 10px !important;
    flex-direction: column;
 
}
.service-heading{
	margin-top:0px;
}
.banner__heading{
	max-width:790px;
}
#benefits > div > div.section-text > p:nth-child(2){
	margin-bottom:20px;
}
.benefit-icon-wrapper{
	display:none;
}
.benefit-card{
	padding:50px 20px;
}
@media(max-width:775px){
	.service-card {
   		 padding-bottom: 30px;
   		 padding-top: 30px;
	}
	.clone {
    		padding-top: 40px;
    		padding-bottom: 40px;
	}
	.text-with-image .section-img{
		margin-top:0px;
	}
	.clone .services-list{
		flex-direction: column;
	}
	.benefits-list{
		margin-top:20px !Important;
	}
	#contact > div > h2{
		text-align:left;
	}
	#benefits > div > div.section-text > p:nth-child(3){
		margin-bottom:20px;
	}

}
.banner__heading {
    max-width: 1000px;
}




.form-text p{
	font-weight:400;
}
.form-text p span{
	font-weight:700;
}


