@import url("https://fonts.googleapis.com/css2?family=BBH+Hegarty&family=Kaushan+Script&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Kaushan Script", cursive;
}

body {
  line-height: 1.7;
  color: #32353e;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: color 0.5s;

}

.layer {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

/*header*/
header {
  background-color: #32353e;
  display: flex;
  padding: 8px 25px;
  justify-content: end;
  color: white;
  align-items: center;
  gap: 40px;
  height: 70px;
}

header .social-icons {
  display: flex;
  gap: 10px;
margin-right: 8px;

}

header .social-icons a {
  width: 30px;
  height: 30px;
  background-color: #15c0c7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 17px;
  transition: background-color 0.3s ;
}

header .social-icons a:hover {
  background-color: white;
}

header .social-icons a:hover i {
  color: #32353e;
}

header form {
  display: flex;
  align-items: center;
  background-color: #4a4e55;
  padding: 5px 10px;
  margin-left: 50px;
  height: 40px;
}
header form input {
  background: transparent;
  outline: none;
  border: none;
  color: white;
  height: 30px;
  outline: 0;
  padding: 10px 40px 10px 20px;
}

header form input::placeholder {
  color: white;
}

header form button {
  border: 0;
  color: white;
}

.fa-solid {
  color: #15bec5;
}

header form button {
  background: transparent;
  border: 0;
  color: white;
}

@media screen and (max-width: 767px) {
  header .social-icons {
    display: none;
  }

  header form {
    width: 100%;
    display: flex;
  }

  header form input {
    flex-grow: 1;
  }
}

/* start Nav */
nav {
  padding: 7px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 999999;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav .logo img {
  width: 180px;
}

nav .nav-links {
  display: flex;
  list-style-type: none;
}

nav .nav-links li a {
  color: #333333;
  padding: 12px;
  text-transform: uppercase;
}

nav .nav-links li a:hover {
  color: #15bec5;
}

nav .personal-info span {
  display: block;
  font-size: 15px;
}

nav .personal-info span a:hover {
  color: #15c0c7;
}

nav i.fa-bars {
  display: none;
  font-size: 22px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {

  nav .nav-links,
  nav .personal-info {
    display: none;
  }

  nav i.fa-bars {
    display: block;
  }
}

/*main section home*/
#home {
  background-image: url(../imgs/imgi_2_slider_1.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container {
  width: 90%;
  margin: 0 auto;
  padding: 0 5px;

}

.landing-content {
  color: white;
  text-align: center;
  width: 55%;
  margin: 0 auto;
  position: relative;
}

.landing-content h1 {
  font-size: 55px;
  margin-bottom: 20px;
}

.landing-content p {
  margin: 30px;
}

.landing-content a {
  text-decoration: none;
  color: white;
  background: #15c0c7;
  padding: 10px 15px;
  border-radius: 25px;
  transition: background .5s;
  text-transform: uppercase;
}

.landing-content a:hover {
  background: rgb(51, 51, 51);
}

::placeholder,
label,
p,
span {
  font-family: Merienda, cursive;
}
#home .prev,
#home .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 10;
}

#home .prev {
  left: 20px;
}

#home .next {
  right: 20px;
}

@media screen and (max-width:991px) {
  .landing-content h1 {
    margin-bottom: 25px;
  }

  .landing-content p {
    display: none;
  }

}

@media screen and (max-width:575px) {
  .landing-content {
    width: 100%;
  }

}

/*services*/
#services {
  padding: 50px 0;
}

.main-heading h2 {
  position: relative;
  font-size: 40px;

}

.main-heading h5 {
  font-size: 25px;
  text-transform: capitalize;
  font-family: Merienda, cursive;
  color: #32353e;
  font-weight: 300;

}

.service-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-top: 40px;
  text-align: center;
  margin: 90px;

}

.service-cards .s-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.service-cards .s-card .s-card-info p {
  color: #b8b8c1;
  line-height: 1.6;
  font-size: 15px;
}

.service-cards .s-card .s-card-info h3 {
  font-weight: 400;
}

.service-cards .s-card .s-card-img {
  overflow: hidden;
}

.service-cards .s-card .s-card-info h3 {
  font-family: 'Kaushan Script', cursive;
  font-style: italic;
  font-size: 24px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}

.service-cards .s-card .s-card-info h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 1px;
  background-color: #aaaaaaee;
}

.service-cards .s-card .s-card-img i {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #15bec5;
  color: white;
  border-radius: 50px;
  font-size: 40px;
}

.service-cards a {
  text-decoration: none;
  color: white;
  background: #15c0c7;
  padding: 5px 15px;
  border-radius: 20px;
  justify-self: center;
  margin-top: 80px;
  width: fit-content;
  display: inline-block;
  grid-column: 1 / -1;
  text-transform: uppercase;
  transition: background 0.5s;

}

.service-cards a:hover {
  background: rgb(51, 51, 51);
}

/*cases section*/
#cases {
  background-image: url(../imgs/imgi_14_case.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 100px 0;
  background-attachment: fixed;
}

.info {
  color: white;
  text-align: center;
  width: 60%;
  position: relative;
  z-index: 2;
  margin: auto;
}

.info p {
  font-size: 25px;
  margin: 20px 0;
}

.info span {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.info a {
  text-decoration: none;
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
  justify-self: center;
  margin-top: 20px;
  text-transform: uppercase;
  border: 2px solid #fff;
}
/*Buisness*/
#Buisness {
  padding: 50px 0;
  margin-top: 0;
}

.main-heading {
  text-align: center;
  margin-bottom: 40px;
}

.main-heading h2 {
  position: relative;
  font-size: 40px;

}

.main-heading h2::before {
  position: absolute;
  content: "";
  width: 15px;
  background: #15c0c7;
  height: 15px;
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  bottom: -16px;
}

.main-heading h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #15c0c7;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  animation: changeW 2s infinite;
}
.business-cards a{
  background-color: #15bec5;
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
  text-transform: uppercase;
  border: 2px solid ;
  margin: 20px auto;  
  display: block; 

}
@keyframes changeW {
  0% {
    width: 100px;
  }

  50% {
    width: 0px;
  }

  100% {
    width: 100px;
  }

}


.business-cards {
  display: flex;
  flex-wrap: wrap;

}

.business-cards .b-card {
  padding: 0 10px;
  width: calc(100% / 3);
}

.business-cards .b-card .b-card-img {
  overflow: hidden;
}

.business-cards .b-card .b-card-img img {
  width: 100%;
  transition: transform .5s;
  display: block;
}

.business-cards .b-card .b-card-img:hover img {
  transform: scale(1.2);
}

.business-cards .b-card .b-card-info {
  padding: 10px;
}

.business-cards .b-card .b-card-info span {
  font-size: 16px;
  margin-right: 10px;
  color: #15c0c7;
}

.business-cards .b-card .b-card-info h3 {
  margin: 10px 0;
}

.business-cards .b-card .b-card-info p {
  color: #777;
}

/*Business-Tips*/
#Business-Tips {
  background: url(../imgs/imgi_15_case21.jpg) center/cover no-repeat;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#Business-Tips .layer {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

#Business-Tips .content {
  position: relative;
  color: white;
  text-align: center;
  width: 90%;
}
#Business-Tips .main-heading h3{
  font-weight: 300;
  font-size: 25px;
}
#Business-Tips .main-heading h2::before {
  position: absolute;
  content: "";
  width: 15px;
  background: #32353e;
  height: 15px;
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  bottom: -18px;
  border: 1px solid;
  z-index: 2;
}

#Business-Tips .main-heading h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: white;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  animation: changeW 2s infinite;
  z-index: 1;
}

.stats {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.box {
  flex: 1;
  min-width: 200px;
}

.circle {
  width: 160px;
  height: 160px;
  border: 2px solid white;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  font-weight: bold;
}

.box p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
@keyframes changeW {
  0% {
    width: 40px;
  }
  50% {
    width: 120px;
  }
  100% {
    width: 40px;
  }
}

/* Start Testimonials */
#Testimonials {
  padding: 50px 0;
}
#Testimonials .container .main-heading span{
  text-transform: uppercase;
  font-family: Merienda, cursive;
}
.Testimonials-content {
  display: flex;
  overflow-x: hidden;
  position: relative;
}

.Testimonials-content .testimonial {
  min-width: 50%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.Testimonials-content .testimonial .test-img img {
  display: block;
  border-radius: 50%;
}

.Testimonials-content .testimonial .test-info {
  margin-left: 15px;
}

.Testimonials-content .testimonial .test-info p {
  font-size: 16px;
  margin-bottom: 5px;
  color: #777777;
}

.Testimonials-content .testimonial .test-info h4 {
  color: #32353e;
}

.test-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.test-controls div {
  background-color: #f0f0f0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.test-controls div i {
  color: #15c0c7;
}

@media screen and (max-width:991px) {
  .Testimonials-content .testimonial {
    min-width: 100%;
    flex-direction: column;
    text-align: center;
  }

  .Testimonials-content .testimonial p {
    margin: 10px 0;
  }
}

/*Growing*/
#news {
  background: url(../imgs/imgi_16_revenue.jpg) center/cover no-repeat;
  height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
    color:white;
}
#news .container {
  position:relative;
  z-index:2;
  max-width:800px;
}
#news .main-heading h3{
  font-weight: 200;
  font-size: 30px;

}
#news .main-heading h2{
  font-size: 35px;
}

#news .button a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  border-radius: 25px;
  text-transform: uppercase;
  border: 2px solid white;
  color: white;
  font-family: cursive;
  letter-spacing: 1px;
  transition: .3s;
  margin-top: 70px;

}

#news .button a:hover {
  background: white;
  color: black;
}

#news .main-heading h2::before {
  position: absolute;
  content: "";
  width: 15px;
  background: #32353e;
  height: 15px;
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  bottom: -18px;
  border: 1px solid;
  z-index: 2;
}

#news .main-heading h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: white;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  animation: changeW 2s infinite;
  z-index: 1;
}
@keyframes changeW {
  0% {
    width: 40px;
  }
  50% {
    width: 120px;
  }
  100% {
    width: 40px;
  }
}



@media (max-width: 992px) {
  .button a {
    margin: 1rem auto;
  }
}

/* Contact Section */

#Contact {
  padding: 100px 0;
  background: #fff;
}

#Contact .container {
  max-width: 750px;
  margin: auto;
}

#Contact .content {
  display: flex;
  justify-content: center;
}

#Contact .main-heading h3 {
  font-size: 25px;
  text-transform: capitalize;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}

#Contact form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#Contact label {
  text-align: center;
  color: #333;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}


#Contact input,
#Contact select {
  background: #f5f5f5;
  border: none;
  padding: 18px;
  font-size: 16px;
  outline: none;
  transition: .3s;
}

#Contact button {
  display: block;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 25px;
  text-transform: uppercase;
  border: 2px solid;
  color: white;
  background-color: #15bec5;
  font-family: cursive;
  letter-spacing: 1px;
  transition: .3s;
  margin: 20px auto;
}

#Contact button:hover {
  background: #32353e;
}

@media(max-width:600px) {
  #Contact .container {
    width: 90%;
  }
}




footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #32353e;
  text-align: center;
}

footer p {
  color: white;
  margin-top: 10px;
  line-height: 1.5;
}