@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}
:root {
  --primary-color: #df1d3d;
  --secondary-color: #002339;
  --text-color: #8b8b8b;
}
body {
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  font-weight: 400;
  font-size: 18px;
}
.container {
  max-width: 1350px;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.primary-btn {
  background: linear-gradient(to right, #e32626, #f97f1b);
  color: #fff;
  padding: 12px 30px;
  min-width: 170px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  transition: all 0.4s;
  border: 0;
}
.secondary-btn {
  background-color: #fff;
  color: var(--primary-color);
  min-width: 170px;
  display: inline-block;
  text-align: center;
  padding: 16px 25px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 18px;
}
.full-navbar h2 {
  display: none;
}
.our-work-btn {
  text-align: center;
}
.logo img {
  max-height: 65px;
  width: auto;
}
.footer-logo img {
  max-height: 65px;
  width: auto;
}
.title-xl {
  font-weight: 400;
  font-size: 70px;
  line-height: 1.1;
  position: relative;
  letter-spacing: -0.05em;
  color: #000000;
}
.title-xl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 5px;
  width: 140px;
  background: linear-gradient(to right, #e32626, #f97f1b);
}
header {
  padding: 15px 0;
  background: #ffffff;
  box-shadow: 0px 4px 61px rgba(0, 0, 0, 0.06);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  transition: all 0.4s;
}
.header-active {
  transition: all 0.4s;
  padding: 22px 0;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  list-style: none;
}

.navbar li {
  margin-left: 40px;
}
.navbar li a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
}
.navbar li:last-child a {
  background: linear-gradient(to right, #e32626, #f97f1b);
  -webkit-text-fill-color: #fff;
  color: #fff !important;
  padding: 12px 30px;
  transition: all 0.4s;
}

.first-section {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.first-section-div {
  max-width: 55%;
  position: relative;
  padding-top: 110px;
}

.first-section-div h1 {
  font-weight: 400;
  font-size: 70px;
  line-height: 1.1;
  color: var(--secondary-color);
}
.first-section-div h1 span {
  background: linear-gradient(to right, #e32626, #f97f1b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.first-section-div p {
  margin: 25px 0;
}
.first-section-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  padding: 0 0 0 35px;
  display: flex;
  height: 100%;
}

.first-section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-home {
  padding: 120px 0;
}
.about-home-grid {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 20px;
}
.about-home-box h3 {
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -0.05em;
  color: #000000;
  margin-top: 50px;
}
.about-home-box h4 {
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: -0.05em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 25px;
}
.project-home-grid {
  display: grid;
  grid-template-columns: 1fr 550px;
  gap: 70px;
  margin: 60px 0;
}
.project-home-grid-reverse {
  display: grid;
  grid-template-columns: 550px 1fr;
  gap: 70px;
  margin: 100px 0;
}
.project-home-img {
  height: 580px;
}
.project-home-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-home-details h3 {
  font-weight: 400;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -0.05em;
  color: #000000;
  margin-bottom: 30px;
}
.project-home-info {
  border: 2px solid #000;
  padding: 30px;
}
.project-home-info h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.05em;
  color: #000000;
  margin-bottom: 20px;
}
.project-home-info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.05em;
  color: #000000;
}
.project-home-cat h5 {
  font-style: normal;
  font-weight: 200;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.05em;
  padding: 10px 0;
  color: #000000;
}
.project-home-cat {
  position: relative;
  margin-top: 15px;
}
.project-home-cat a {
  position: absolute;
  right: 0;
  top: 15px;
}
.lets-talk-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.lets-talk {
  position: relative;
  margin-top: 150px;
}
.lets-talk::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 47%;
  height: 100%;
  background: linear-gradient(to right, #e32626, #f97f1b);

  z-index: 9;
}
.lets-talk h2 {
  font-weight: 700;
  font-size: 70px;
  line-height: 75px;
  letter-spacing: -0.05em;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
}
.lets-talk-box {
  padding-bottom: 30px;
}
.lets-talk-box h3 {
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: -0.05em;
  color: #000000;
  margin-bottom: 25px;
}
footer {
  border-top: 2px solid #242424;
  padding: 100px 0 40px 0;
  position: relative;
  margin-top: -2px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 550px;
}
.footer-menu a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: #000000;
  margin-bottom: 8px;
}
.footer-menu h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: #000000;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer-col {
  display: grid;
  grid-template-columns: 1fr 210px;
  gap: 50px;
}
.footer-info h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: #000000;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer-info a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: #000000;
  margin-bottom: 8px;
}
.footer-copyright {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: #8d8d8d;
}
.footer-copyright {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.footer-terms {
  display: flex;
  gap: 60px;
}
.contact {
  padding: 230px 0 100px 0;
}
.contact-top {
  max-width: 80%;
  margin: auto;
  text-align: center;
}
.contact-top h3 {
  font-weight: 900;
  font-size: 70px;
  line-height: 75px;
  letter-spacing: -0.05em;
  background: linear-gradient(to right, #e32626, #f97f1b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
}
.contact-top h2 {
  font-weight: 275;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  border: 1px solid #000;
  width: fit-content;
  margin: auto;
  border-radius: 100px;
  padding: 5px 20px;
}

.svg {
  text-align: right;
  margin-top: -20px;
  width: 220px;
  display: block;
  margin: auto;
}
.svg img {
  width: 100%;
}
.contact-form-box {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 50px 0;
}
.join-team {
  padding: 50px 0;
  background-image: url(../images/join-team.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 50px;
}
.join-team-div {
  display: flex;
  gap: 50px;
}
.join-team-div h4 {
  font-weight: 800;
  font-size: 70px;
  line-height: 75px;
  letter-spacing: -0.05em;
  color: var(--primary-color);
  color: #fff;
}
.join-team-div p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 100px;
}
.contact-form-box h2 {
  font-weight: 275;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  border: 1px solid #000;
  width: fit-content;
  border-radius: 100px;
  padding: 5px 20px;
}
.contact-form-box h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.05em;
  margin: 10px 0;
  color: #000000;
}
.contact-form-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
.contact-form-box input {
  font-weight: 300;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -0.05em;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #c3bdbd;
  padding: 5px 0;
  margin-bottom: 15px;
  width: 100%;
}
input::placeholder {
  color: #000;
}
input:focus {
  outline: none;
}
.form {
  margin-top: 50px;
}
.submit-btn p {
  display: flex;
  gap: 20px;
  border: 1px solid #000 !important;
  width: fit-content !important;
  cursor: pointer;
  overflow: hidden;
  border-radius: 100px;
  font-size: 20px !important;
  margin-top: 20px;
  background-color: #fff;
  position: relative;
}
.submit-btn p input {
  padding: 7px 50px 7px 25px !important;
  border: 0;
  margin-bottom: 0;
  font-size: 24px;
  background-color: transparent;
  cursor: pointer;
}
.submit-btn p::before {
  position: absolute;
  content: "";
  top: 18px;
  right: 13px;
  background-image: url(../images/submit.svg);
  height: 14px;
  width: 26px;
  background-size: cover;
  background-position: center;
}

.project {
  padding: 100px 0 0 0;
}
.project-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}
.project-title h4 {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.05em;
  color: #000000;
}
.project-title h5 {
  font-weight: 275;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  border: 1px solid #000;
  width: fit-content;
  border-radius: 100px;
  padding: 5px 20px;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.project-details {
  display: block;
  gap: 15px;
}
.project-details h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.05em;
  color: #000000;
  position: relative;
  margin-bottom: 20px;
}
/* .project-details h4::before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #e32626, #f97f1b);

  height: 5px;
  width: 0;
  left: 0;
  bottom: -10px;
  transition: all 0.4s;
} */
.project-details h5 {
  font-weight: 275;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  border: 1px solid #000;
  width: fit-content;
  padding: 3px 15px;
  transition: all 0.4s;
}
.categories {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.project-box:hover .project-details h4::before {
  width: 140px;
}
.project-box:hover .project-details h5 {
  background: linear-gradient(to right, #e32626, #f97f1b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #e32626, #f97f1b);
  transition: all 0.4s;
}
.project-img {
  height: 500px;
  overflow: hidden;
  margin-bottom: 12px;
  transition: all 0.4s;
  position: relative;
}

.project-img:hover {
  box-shadow: 0 0 20px rgba(243, 79, 31, 0.4);
}

.project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
  padding: 0;
}

.top-banner {
  background: linear-gradient(to right, #e32626, #f97f1b);

  padding: 220px 0 0 0;
  position: relative;
}
.video-grid h2 {
  font-weight: 900;
  font-size: 70px;
  line-height: 75px;
  letter-spacing: -0.05em;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.video-image {
  position: absolute;
  right: 0;
  top: 105px;
  height: 330px;
  overflow: hidden;
  width: 50%;
}
.video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-btn {
  position: absolute;
  width: 100px;
  height: 100px;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border-radius: 50%;
  border: 0;
  left: 50%;
  top: 385px;
  transform: translate(-50%, 0);
}
.video-description {
  padding-top: 170px;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr 45%;
  gap: 20px;
}
.video-description h3 {
  color: #fff;
}
.video-description a {
  display: flex;
  justify-content: flex-end;
  align-items: self-end;
  color: #fff;
  gap: 10px;
  font-size: 18px;
}
.video-description a img {
  margin-bottom: 5px;
}
.team {
  background-image: url(../images/aboutus.jpg);
  height: 300px;
}
.full-navbar {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-social-media {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: -10px;
}
.wpcf7-spinner {
  display: none !important;
}
.our-clients {
  padding: 100px 0;
}
.our-clients-div h3 {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.05em;
  color: #000000;
  text-align: center;
}
.our-clients-div {
  max-width: 800px;
  margin: auto;
  text-align: center;
  margin-bottom: 80px;
}
.clients-desc {
  display: flex;
  align-items: center;
}
.clients-desc p {
  border-radius: 7px;
  position: relative;
  padding-left: 35px;
}

.clients-desc p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(to right, #e32626, #f97f1b);

  width: 5px;
  border-radius: 7px;
}
.our-clients-grid {
  display: grid;
  gap: 60px;
  max-width: 80%;
  margin: auto;
}
.our-clients-box {
  display: grid;
  grid-template-columns: 265px 1fr;
  gap: 35px;
}
.our-clients-box img {
  width: 100%;
}
.our-clients-details h2 {
  font-size: 20px;
  font-weight: 700;
}
.our-clients-details a img {
  width: auto;
  margin-top: 5px;
}
.details-img {
  max-height: 800px;
  overflow: hidden;
}
.details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post-grid {
  display: grid;
  grid-template-columns: 1fr;
  padding: 50px 0;
  gap: 20px;
}
.content {
  /* border: 2px solid #000;
  padding: 30px; */
}
.content p {
  margin-bottom: 15px;
}
.single-post-blog h1,
.single-post-blog h2,
.single-post-blog h3,
.single-post-blog h4,
.single-post-blog h5,
.single-post-blog h6 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}
.single-news-box {
  padding-top: 70px;
}
.page-template-about .join-team {
  margin-top: 0;
}
.about-page {
  padding: 80px 0px;
  background: linear-gradient(to right, #e32626, #f97f1b);
}
.about-div h2 {
  font-weight: 900;
  font-size: 70px;
  line-height: 75px;
  letter-spacing: -0.05em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}

.about-div p {
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
}
.services-box {
  margin-top: 55px;
}
.services-box h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -0.05em;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.services-box p {
  margin-bottom: 40px;
  text-align: left;
}
.current-menu-item a {
  background: linear-gradient(to right, #e32626, #f97f1b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.careers-img {
  padding: 50px 0;
  display: none;
}
.careers-img img {
  width: 100%;
}
.about-grid {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.ken-section {
  background-image: url(../images/colorful-graphic-design-workspace-with-creative-tools.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ken-section .first-section-div {
  max-width: 80%;
}
.ken-section h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 1.1;
  color: var(--secondary-color);
  margin-bottom: 20px;
  margin-top: 10px;
}
.partner-media {
  margin-top: 50px;
}
.partner-title {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -0.05em;
  padding-top: 70px;
  border-top: 1px solid #000;
  margin-bottom: 50px;
}
.partner-div {
  margin-bottom: 60px;
  margin-top: 30px;
}
.partner-div h4 {
  font-size: 25px;
  line-height: 25px;
  color: #c3bdbd;
  font-weight: 300;
  border-bottom: 1px solid #c3bdbd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.partner-div h5 {
  font-size: 25px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
}
.partner-div h5 span {
  font-weight: 600;
}
.join-media {
  margin-top: 100px;
  padding: 100px 0;
  background-color: var(--primary-color);
}
.join-media h2 {
  font-weight: 900;
  font-size: 70px;
  line-height: 90px;
  letter-spacing: -0.05em;
  margin-top: 15px;
  color: #fff;
}
.join-media-div a {
  background-color: #fff;
  color: var(--primary-color);
  letter-spacing: normal;
  line-height: 28px;
  margin-left: 35px;
  position: absolute;
  margin-top: 20px;
}
.join-media-div {
  display: flex;
  max-width: 70%;
}
.media-network {
  padding: 80px 0 30px 0;
}
.ken-title {
  font-weight: 600;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -0.05em;
  margin-bottom: 40px;
  color: #000000;
}
.ken-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  grid-row-gap: 50px;
}
.ken-img {
  display: flex;
}
.ken-img img {
  width: 100%;
}
.ken-details {
  background-color: var(--primary-color);
  padding: 10px;
  color: #fff;
}
.single-post-grid .ken-title {
  margin-bottom: 0;
}
.values-title {
  font-weight: 600;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -0.05em;
  margin-bottom: 40px;
  color: #000000;
}
.values-box h3 {
  color: #c3bdbd;
  border-bottom: 1px solid #c3bdbd;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.values-box h4 {
  color: #000;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
section.values {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 80px 0;
}
.values-box {
  transition: all 0.4s;
  padding: 15px;
  cursor: pointer;
}
.values-box:hover {
  color: #fff;
  transition: all 0.4s;
  background: linear-gradient(to right, #e32626, #f97f1b);
}
.values-box:hover h3 {
  color: #fff;
}
.values-box:hover h4 {
  color: #fff;
}
.apply {
  padding-top: 80px;
  border-top: 1px solid #000;
}
.form-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
select:focus,
input:focus,
textarea:focus {
  outline: none;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
.div-btn p {
  display: flex;
  justify-content: flex-end;
}
.div-btn button {
  cursor: pointer;
}
.form-group input {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
}
.form-group select {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  resize: none;
  min-height: 90px;
  max-height: 120px;
}
.form-group br {
  display: none;
}
.apply .wpcf7-not-valid-tip {
  margin-top: 2px;
}
.social-media-footer {
  display: flex;
  gap: 10px;
  margin-top: 80px;
  align-items: center;
}
.social-media-footer a {
  display: flex;
  gap: 5px;
  color: var(--primary-color);
}
@media (max-width: 1024px) {
  button.submit-button.primary-btn {
    float: none;
    width: 100%;
  }
  .form-group label {
    font-size: 18px;
  }
  .apply {
    padding-top: 60px;
  }
  .values-title {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .values-box h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .values-box h4 {
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 0;
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ken-title {
    font-size: 35px;
    line-height: 38px;
  }
  .ken-section .first-section-div {
    max-width: 100%;
  }
  .ken-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .clients-desc p {
    font-size: 16px;
  }
  .our-clients-grid {
    max-width: 100%;
  }
  .join-media-div a {
    position: relative;
    margin-left: 0;
    margin-top: 10px;
  }
  .join-media h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .join-media {
    margin-top: 60px;
    padding: 50px 0;
  }
  .partner-div {
    margin-bottom: 30px;
  }
  .partner-div h5 {
    font-size: 20px;
  }
  .partner-div h4 {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .partner-title {
    font-size: 35px;
    line-height: 40px;
    padding-top: 45px;
    margin-bottom: 40px;
  }
  .ken-section {
    padding: 60px 0;
  }

  .about-page {
    padding: 60px 0px;
  }
  .services-box h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .about-div h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .about-div p {
    padding-left: 0;
  }
  .services-box {
    padding-left: 0;
  }
  .content {
    /* padding: 18px; */
  }
  .single-post-grid {
    grid-template-columns: 1fr;
    padding: 15px 0;
  }
  .submit-btn p input {
    font-size: 20px;
  }
  .submit-btn p::before {
    top: 14px;
    right: 13px;
    height: 12px;
    width: 23px;
  }
  .join-team-div p {
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 20px;
  }
  .join-team-div h4 {
    font-size: 45px;
    line-height: 50px;
  }
  .join-team-div {
    display: block;
  }
  .lets-talk-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .lets-talk {
    margin-top: 70px;
  }
  .lets-talk::before {
    display: none;
  }
  .lets-talk .container {
    padding: 0;
  }
  .lets-talk h2 {
    background: linear-gradient(to right, #e32626, #f97f1b);

    padding: 50px 15px;
    font-size: 40px;
    line-height: 45px;
  }
  .lets-talk-box {
    padding: 0 15px 30px 15px;
  }
  .lets-talk-box h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .project-home-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 35px 0;
  }
  .project-home-grid-reverse {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 35px 0;
  }
  .project-home-grid-reverse .project-home-img {
    order: -1;
  }
  .project-home-img {
    height: 300px;
    overflow: hidden;
  }
  .title-xl {
    font-size: 45px;
  }
  .title-xl::before {
    height: 4px;
    width: 100px;
  }
  .project-home-details h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .project-home-info {
    border: 1px solid #000;
    padding: 15px;
  }
  .project-home-info h4 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .project-home-cat h5 {
    font-size: 22px;
    line-height: 22px;
    padding: 8px 0;
  }
  .primary-btn {
    padding: 10px 14px;
    min-width: 140px;
    font-size: 16px;
  }
  .about-home-grid {
    grid-template-columns: 1fr;
  }
  .about-home-box h3 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 25px;
  }
  .about-home-box h4 {
    font-size: 20px;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .about-home {
    padding: 80px 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .first-section {
    display: block;
    min-height: auto;
  }
  .first-section-img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0;
    display: flex;
    height: 400px;
    top: 50px;
  }
  .first-section-div {
    max-width: 100%;
    padding-top: 70px;
  }
  .first-section-div h1 {
    font-size: 45px;
  }
  .first-section-div p {
    margin: 10px 0 20px 0;
  }
  footer {
    padding: 40px 0 30px 0;
  }
  .footer-logo .custom-logo-link {
    display: none;
  }
  .social-media-footer {
    margin-bottom: 35px;
    margin-top: 0;
    flex-wrap: wrap;
  }
  .contact {
    padding: 160px 0 70px 0;
    min-height: 100dvh;
    display: flex;
    align-items: center;
  }
  .contact-top h2 {
    font-size: 16px;
    padding: 3px 22px;
  }
  .contact-top h3 {
    font-size: 50px;
    line-height: 55px;
  }
  .contact-form-box {
    grid-template-columns: 1fr;
    gap: 0;
    border: 0;
    padding: 45px 0 20px 0;
  }
  .contact-form-box h2 {
    font-size: 16px;
    padding: 3px 22px;
  }
  .contact-form-box h3 {
    font-size: 45px;
    line-height: 50px;
  }
  .contact-form-box input {
    font-size: 25px;
    line-height: 25px;
  }
  .logo img {
    max-height: 35px;
  }
  header {
    padding: 15px 0;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 0;
    height: 25px;
  }
  .line {
    width: 25px;
    height: 2px;
    background: linear-gradient(to right, #e32626, #f97f1b);

    margin: 5px 0;
    transition: all 0.4s;
  }
  nav {
    justify-content: space-between;
    position: relative;
  }
  .full-navbar {
    position: fixed;
    background: linear-gradient(to right, #e32626, #f97f1b);

    height: calc(100dvh - 72px);
    top: 70px;
    left: 0;
    width: 100%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    align-items: self-start;
  }
  .full-navbar.active-navbar {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
  }
  .full-navbar h2 {
    display: block;
    font-weight: 400;
    font-size: 45px;
    line-height: 53px;
    color: #ffffff;
  }
  .full-navbar h2 span {
    font-weight: bold;
  }
  .navbar {
    justify-content: flex-start;
    gap: 30px;
    display: grid;
    padding: 50px 0;
  }
  .navbar li {
    margin-left: 0;
  }
  .navbar li a {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
  }
  .current-menu-item a {
    border-bottom: 1px solid #fff;
  }
  .navbar li:last-child a {
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 100px;
  }
  .header-social-media {
    display: flex;
    gap: 20px;
  }
  .hamburger.active-hamburger .line:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 0;
    transform-origin: center;
  }
  .hamburger.active-hamburger .line:nth-child(2) {
    opacity: 0;
    transition: all 0.4s;
  }
  .hamburger.active-hamburger .line:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 0;
    transform-origin: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .project-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .project-details {
    flex-wrap: wrap;
    gap: 10px;
  }
  .categories {
    gap: 7px;
    flex-wrap: wrap;
  }
  .top-banner {
    padding: 130px 0 0 0;
  }
  .video-grid h2 {
    font-size: 45px;
    line-height: 45px;
  }
  .video-description {
    padding-top: 33px;
    padding-bottom: 60px;
    grid-template-columns: 1fr;
  }
  .play-btn {
    width: 85px;
    height: 85px;
    font-size: 16px;
    left: 15px;
    top: auto;
    transform: none;
    bottom: -42px;
  }
  .project-title h4 {
    font-size: 40px;
    line-height: 40px;
  }
  .our-clients-grid {
    grid-template-columns: 1fr;
  }
  .our-clients {
    padding: 60px 0;
  }
  .our-clients-div h3 {
    font-size: 40px;
    line-height: 60px;
  }
  .our-clients-div {
    margin-bottom: 50px;
  }
  .team {
    height: 160px;
    background-size: cover;
    background-position: center;
  }
  .video-image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer-col {
    grid-template-columns: 1fr;
  }
  .footer-info h3 {
    margin-bottom: 20px;
  }
  .footer-menu h3 {
    margin-bottom: 20px;
  }
  .footer-copyright {
    display: grid;
    gap: 10px;
  }
  .our-clients-box {
    grid-template-columns: 1fr;
  }
  .clients-desc p {
    padding-left: 20px;
  }
  .contact-top {
    max-width: 100%;
  }
  .ken-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
