body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

h1,
h2 {
  font-family: "Newsreader", serif;
}

h3,
h4,
h5,
p,
span {
  font-family: "Barlow", sans-serif;
}

a {
  font-family: "Roboto", sans-serif;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  background: linear-gradient(140deg, #98ff98 31%, #29ba74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* header starts */

header {
  background-color: #032221;
  /* padding: 10px 0px; */
}

.nav-fixed {
  width: 100%;
  z-index: 110;
  transition: transform 0.4s ease-in-out, box-shadow 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  background-color: #032221;
  padding: 15px 10px;
}

.nav-fixed.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
}

.nav-fixed.hidden {
  transform: translateY(-100%);
  box-shadow: none;
}

.navbar-toggler {
  background-color: #ffffffd8;
}

.navbar-toggler-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

header nav .brand img {
  width: 100%;
  max-width: 220px;
}

header nav .navbar-nav .nav-link {
  color: white;
  padding: 10px 15px !important;
}

header nav .navbar-nav .nav-link.show {
  color: white;
}

.CTA-btn a {
  background-color: white;
  color: #032221;
  border-radius: 24px;
  padding: 8px 16px;
  font-weight: 600;
}

.CTA-btn a:hover {
  background-color: white;
  color: #032221;
  border-radius: 24px;
  font-weight: 600;
}

.CTA-btn img {
  font-size: 30px;
  border-radius: 10px;
  max-width: 30px;
}

/* header ends */

/* hero-section starts */

.hero-section {
  background: url(../images/services/Event-marketing-banner.webp) no-repeat
    center/cover;
  height: 100%;
}

.hero-section .content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
}

.hero-section .content h1 {
  font-size: 50px;
  font-weight: 800;
  background: linear-gradient(140deg, #98ff98 31%, #29ba74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section .content p {
  color: #ff007f;
  font-size: 22px;
}

.hero-section .image {
  padding: 50px 0px;
}

.hero-section .image img {
  width: 100%;
  max-width: 480px;
  display: flex;
  margin: auto;
  border-radius: 10px;
}

/* hero-section ends */

/* Clients logos Section starts */

.clients-logos {
  padding: 50px 0px;
  background-color: #002024;
}

.clients-logos .slider {
  position: relative;
  width: 95vw;
  overflow: hidden;
  margin: auto;
}

.clients-logos .slider .action-button:hover {
  background: rgba(255, 255, 255, 0.9);
  color: black;
  cursor: pointer;
}

.clients-logos .slider .action-button.left-chevron {
  left: 0;
  transform: translate(5%, -50%);
}

.clients-logos .slider .action-button.left-chevron:hover {
  transform: translate(15%, -50%);
}

.clients-logos .slider .action-button.right-chevron {
  right: 0;
  transform: translate(-5%, -50%);
}

.clients-logos .slider .action-button.right-chevron:hover {
  transform: translate(-15%, -50%);
}

.clients-logos .slider .slider-list {
  display: grid;
  grid-auto-columns: 15% !important;
  grid-auto-flow: column;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  transition: transform 5s linear;
  gap: 1rem;
}

@media (max-width: 768px) {
  .clients-logos .slider .slider-list {
    grid-auto-columns: 75% !important;
  }
}

@media (max-width: 992px) {
  .clients-logos .slider .slider-list {
    grid-auto-columns: 50% !important;
  }
}

@media (max-width: 1200px) {
  .clients-logos .slider .slider-list {
    grid-auto-columns: 30%;
  }
}

@media (min-width: 1200px) {
  .clients-logos .slider .slider-list {
    grid-auto-columns: 20%;
  }
}

.clients-logos .slider .slider-list .slider-item {
  display: inline-block;
  box-shadow: 0px 0px 8px 0px #8080807d;
  color: white;
  text-align: center;
}

.clients-logos .slider .slider-list .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s linear;
}

.clients-logos .slider .slider-list .slider-item img:hover {
  transform: scale(1.1);
}

/* Clients logos Section ends */

/* Section2 starts */

.section2 {
  padding: 0px 0px 60px;
  background-color: #002024;
}

.section2 h1 {
  font-size: 36px;
  color: #ff007f;
  font-weight: 700;
  text-align: center;
  width: 60%;
  margin: auto;
}

.section2 p {
  font-size: 18px;
  width: 90%;
  margin: auto;
  text-align: center;
}

/* Section2 ends */

/* Section3 starts */

.section3 {
  padding: 70px 0px 90px;
  background-color: #ffffff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.section3 h1 {
  font-size: 36px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.section3 .row {
  row-gap: 30px;
}

.section3 .row .card {
  padding: 20px;
  height: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section3 .row .pink {
  background: transparent
    linear-gradient(153deg, #6b234d 0%, #002024, #6b234d 100%) 0% 0% no-repeat
    padding-box;
  color: white;
}

.section3 .row .green {
  background: transparent
    linear-gradient(152deg, #032221 0%, #6b234d, #032221 100%) 0% 0% no-repeat
    padding-box;
}

.section3 .row .card h5 {
  color: #98ff98;
  font-weight: 600;
  text-align: center;
}

.section3 .row .card .overlay {
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002024;
  border-radius: 10px;
  transition: opacity 0.3s ease-in-out;
  padding: 15px;
}

.section3 .row .card:hover .overlay {
  opacity: 1;
}

.section3 .row .card p {
  margin-bottom: 0px;
  line-height: normal;
  color: white;
  text-align: center;
}

.section3 .row .card i {
  color: #98ff98;
}

/* Section3 ends */

/* Section4 starts */

.section4 {
  padding: 60px 0px 80px;
  background-color: white;
  border-radius: 20px;
  margin-top: -20px;
}

/* Section4 ends */

/* Section5 starts */

.section5 {
  padding: 60px 0px 90px;
  background-color: #002024;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin-top: -20px;
}

.section5 h1 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

/* Section5 ends */

/* Section7 starts */

.section7 {
  padding: 70px 0px;
  background-color: #ffffff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin-top: -20px;
}

.testimonial-section {
  margin: 10px auto;
  position: relative;
  overflow: hidden;
}

.testimonial-section h2 {
  color: white;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}

.testimonial-card {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  color: #333;
  box-shadow: 0px 12px 26px #00000041;
  height: 100%;
  min-height: 260px;
  display: flex;
  flex-direction: row;
}

.testimonial-text {
  font-size: 14px;
  line-height: normal;
  color: #666;
}

.testimonial-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.testimonial-logo {
  max-width: 200px;
}

.section7 .navigation {
  /* position: absolute; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 180px;
  margin-top: 20px;
}

.section7 .navigation a {
  color: #000000;
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
}

.section7 .swiper {
  overflow: visible;
}

.section7 .swiper-pagination {
  z-index: 1;
}

.pager-right,
.pager-left {
  color: #002024 !important;
  background: #00202400 !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.pager-right:after,
.pager-left:after {
  font-size: 18px;
}

.swiper-pagination-bullet {
  background: #ff007f;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Image styling */
.testimonial-image-container {
  /* width: 35%; */
  padding-right: 20px;
}

.swiper-slide {
  height: auto !important;
}

.testimonial-image {
  width: 100%;
  max-width: 60px;
  border-radius: 8px;
}

.testimonial-content {
  width: 100%;
  display: grid;
  justify-content: space-between;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .testimonial-card {
    flex-direction: column;
  }

  .testimonial-image-container {
    width: 100%;
    max-width: 80px;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .testimonial-content {
    width: 100%;
  }
}

/* section7 ends */

/* section8 starts */

.section8 {
  padding: 70px 0px;
  background-color: #002024;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin-top: -20px;
}

.section8 h1 {
  font-size: 36px;
  margin: auto;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.section8 p {
  color: white;
  text-align: center;
  width: 80%;
  margin: auto;
}

.section8 .image {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  transition: filter 0.2s, background-image 0.2s;
  margin: 8px;
}

.image-row {
  display: flex;
}

/*section8 ends */

/* contact starts */

.contact {
  padding: 30px 0px 50px;
  background-color: #032221;
}

.contact .container {
  max-width: 1200px;
  margin: auto;
  border-radius: 30px;
  padding: 50px 0px;
  border-radius: 20px;
}

.contact .container h1 {
  text-align: center;
  font-size: 50px;
  padding: 20px;
}

.contact .container .main-row {
  margin: auto;
  /* align-items: center; */
  border: 1px solid #ffffff;
  border-radius: 20px;
}

.contact .container .main-row .green-div {
  position: relative;
  height: 100%;
  width: 100%;
}

.contact .container .main-row .round-icon {
  max-width: 200px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.contact form {
  background-color: white;
  color: #757575;
  margin: auto;
  padding: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 13px;
}

.contact #more {
  display: none;
}

.contact .form-input input {
  border: 2px solid #ededeeec;
  border-bottom: 1px solid #9494949b;
  border-radius: 5px;
  background-color: transparent;
  color: white;
  margin: auto;
}

.contact .form-input input:focus {
  color: white !important;
}

.contact .row-input input {
  width: 49%;
  padding: 10px 0px 10px 10px;
}

.contact .company {
  width: 98.5%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.contact .form-input .input-flex .flex-checkbox .row {
  row-gap: 0px;
}

.contact .other-inputs input {
  border: 2px solid #ededee9b;
  border-bottom: 1px solid #9494949b;
  color: white;
  margin: auto;
  margin: 10px auto;
}

.contact .other-text {
  display: none;
  width: 100%;
  border: none;
  border: 2px solid #ededee9b;
  border-bottom: 1px solid #9494949b;
  background-color: transparent;
  color: white;
  border-radius: 5px;
}

.contact .form-input .other-text:focus {
  background-color: #1e1f26 !important;
  color: white !important;
}

.contact textarea {
  border: 2px solid #9494949b;
  border-bottom: 1px solid #9494949b;
  background-color: transparent;
  color: white;
  border-radius: 5px;
  margin: 10px auto;
}

.contact .form-input textarea:focus {
  background-color: #1e1f26 !important;
  color: white !important;
}

.contact .flex-checkbox {
  display: flex;
  flex-wrap: wrap;
}

.contact .message {
  width: 98.5%;
  padding-left: 0px;
  padding: 10px;
}

.contact .CTA-btn a {
  background-color: white;
  color: #032221;
  border-radius: 24px;
  padding: 8px 16px;
  border: 1px solid rgb(195, 194, 194);
}

.contact .CTA-btn a {
  font-weight: 600;
}

.contact .CTA-btn img {
  font-size: 30px;
  border-radius: 10px;
  max-width: 30px;
}

.contact .green-div {
  color: white;
  padding: 30px;
  border-radius: 20px;
}

.contact .green-div p {
  font-size: 18px;
}

.contact .green-div h4 {
  font-size: 40px;
}

.contact .green-div .row img {
  width: 100%;
  max-width: 90px;
}

.contact .green-div .row h5 {
  font-size: 24px;
  font-weight: 700;
}

/* contact ends */

/* footer starts */

footer {
  padding: 60px 30px 10px;
  background-color: #000000;
  color: white;
}

footer .container .left {
  row-gap: 30px;
}

footer .container .left .logo {
  width: 100%;
  max-width: 200px;
}

footer .container .right ul {
  list-style-type: none;
  margin-top: 20px;
}

footer .container .right ul li {
  font-size: 14px;
  line-height: 35px;
}

footer .container .right ul li a {
  text-decoration: none;
  color: white;
}

footer .container .quick-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  margin: 25px 0px;
}

footer .container .quick-links a {
  font-size: 14px;
  font-weight: 400;
  color: white;
  text-decoration: none;
}

/* footer ends */

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.519);
}

/* Media Query */
@media (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* header */
  header nav .brand img {
    width: 100%;
    max-width: 170px;
  }

  .navbar-toggler {
    padding: 0px 5px;
  }

  header nav .navbar-nav .nav-link {
    padding: 10px 0px !important;
  }

  header nav .navbar-nav .nav-link.show {
    color: white;
  }
  /* header */

  .heading h2 {
    font-size: 28px;
  }

  .green-circle {
    width: 100%;
    max-width: 190px;
    height: 100px;
  }

  /* hero section */
  .hero-section {
    background: url(../images/services/Event-marketing-banner.webp) no-repeat
      left / cover;
  }

  .hero-section .content h1 {
    font-size: 32px;
  }

  .hero-section .content {
    width: 100%;
    padding: 10px;
    gap: 5px;
    margin-top: 20px;
  }

  .hero-section .image {
    padding: 30px 0px;
  }

  .hero-section .green-circle {
    width: 100%;
    max-width: 190px;
    height: 100px;
  }

  .CTA-btn a {
    background-color: white;
    color: #032221;
    border-radius: 24px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 14px;
  }

  .hero-section .content p {
    margin-bottom: 0px;
  }

  section h1 {
    font-size: 28px !important;
  }

  /* section2 */

  .section2 h1 {
    width: 100%;
    font-size: 30px;
  }

  .section2 p {
    width: 100%;
  }

  /* section6 */
  .section6 .big-card h2 {
    font-size: 28px;
  }

  .section6 .big-card {
    padding: 30px 20px;
  }

  .section6 .container .big-card {
    max-width: 100%;
    padding: 25px 5px;
  }

  /* section7 */
  .section7 .section-title {
    font-size: 28px;
  }

  .section7 .swiper-backface-hidden .swiper-slide {
    margin-right: 20px !important;
  }

  .section7 .testimonial-card {
    padding: 12px;
  }

  /*  contact */

  .contact h2 {
    font-size: 28px;
    -webkit-text-fill-color: #000000;
  }

  .contact form {
    max-width: 100%;
    padding: 20px 10px;
    border-radius: 20px;
  }

  .contact .green-div {
    width: 100%;
    padding: 20px 15px;
  }

  .contact .container h1 {
    text-align: center;
    font-size: 36px;
    padding: 15px;
  }

  /* contact */

  /* footer */
  footer {
    padding: 60px 10px 10px;
  }

  footer .container .quick-links {
    gap: 20px;
    margin: 10px 0px;
  }
}

@media (min-width: 885px) and (max-width: 1025px) {
  .contact form {
    max-width: 100%;
  }

  .contact .green-div {
    width: 90%;
    margin: auto;
  }
}
