@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");

@import url(../fonts/stylesheet.css);

@font-face {
  font-family: 'Montserrat+Alternates';
  src: url(../fonts/MontserratAlternates-Medium.ttf);
}

@font-face {
  font-family: 'Montserrat+Alternates+Bold';
  src: url(../fonts/MontserratAlternates-Bold.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

figure {
  margin: 0;
}

/* Client Review Section Start */

.testimonial-container {
  width: 83%;
  display: flex;
  padding: 20px;
  align-items: center;
  border-radius: 25px;
  margin: 0px auto !important;
  justify-content: space-between;
  box-shadow: 0 3px 16px #FDBD12;
}

.video-section {
  width: 40%;
  text-align: center;
  position: relative;
}

.video-wrapper {
  position: relative;
}

.shortlist-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 12px;
  background-color: #FDBD12;
}

video {
  width: 85%;
  height: 250px;
  border: 2px solid #FDBD12;
}

.video-details {
  left: 10px;
  bottom: 10px;
  color: white;
  position: absolute;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.video-details h2 {
  margin: 0;
  font-size: 18px;
}

.video-details p {
  margin: 5px 0 0;
  font-size: 14px;
}

.video-duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 2px 5px;
  font-size: 12px;
}

.text-section {
  flex: 1;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
}

blockquote {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
}

blockquote:before {
  content: "“";
  font-size: 60px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #FDBD12;
}

blockquote p {
  margin: 0;
  text-align: justify;
}

blockquote strong {
  color: #FDBD12;
}

.text-section h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #36474f;
  margin-bottom: 0px;
}

.text-section .owner-name {
  font-size: 14px;
  color: #939496;
}

.play-button {
  top: 80px;
  left: 190px;
  width: 50px;
  height: 50px;
  display: none;
  cursor: pointer;
  position: absolute;
  border-radius: 25px;
  background: #FDBD12;
}

.play-button::before {
  width: 0;
  height: 0;
  content: '';
  margin: 12px auto;
  display: inline-block;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.play-button:hover {
  opacity: 1;
}

/* Client Review Section End */

/* theme start */

.display-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.display-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.display-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.display-end {
  display: flex;
  justify-content: end;
  align-items: center;
}

.theme-btn {
  background-color: #FDBD12;
  color: #fff;
  padding: 9px 20px;
  text-transform: capitalize;
  font-family: "Cabinet Grotesk";
  font-weight: 500;
  font-size: 16px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  border: none;
  outline: none;
}

.theme-btn i {
  background: #000;
  color: #fff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin-left: 13px;
  transition: 0.8s;
}

.theme-btn:hover i {
  transform: translateX(31px);
}

.theme-btn-2 {
  font-family: "Cabinet Grotesk";
  color: #000;
  font-weight: 500;
  position: relative;
  transition: 0.7s;
}

.theme-btn-2::before,
.theme-btn-2::after {
  content: "";
  background: #001635;
  bottom: 0;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  border-radius: 10px;
  transition: 0.7s;
}

.theme-btn-2::after {
  right: 100%;
  background: #f4a261;
}

.theme-btn-2:hover {
  color: #FDBD12;
}

.theme-btn-2:hover::after {
  right: 0;
}

.theme-h2 {
  color: #000;
  font-size: 56px;
  /* font-weight: bold; */
  font-family: "Montserrat+Alternates";
}

.partners {
  color: #000;
  font-size: 35px;
  font-weight: bold !important;
  font-family: "Montserrat+Alternates";
}

.partners span {
  color: #FDBD12 !important;
}

.theme-h2 p {
  font-size: 45px;
  padding: 0px !important;
  font-weight: 900 !important;
  font-family: "Montserrat+Alternates";
}

.theme-h2 span {
  color: #FDBD12;
  font-weight: 700;
  font-family: 'Montserrat+Alternates+Bold';
}

.theme-h4 {
  font-size: 17px;
  font-weight: 500;
  font-family: "Montserrat+Alternates";
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
}

/***** HEADER ******/

.main-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  transition: 0.6s;
}

.main-header .top-head {
  padding: 12px 0;
  transition: 0.7s;
  background-color: #000;
}

.main-header.scroll {
  margin-top: -51px;
}

.main-header .top-head ul li a {
  font-family: "Cabinet Grotesk";
  color: #fff;
  padding: 5px;
  font-size: 17px;
  text-transform: capitalize;
}

.main-header .top-head ul li a i {
  color: #fff;
  padding: 8px;
  font-size: 17px;
  border-radius: 25px;
  border: 2px solid #FDBD12;
}

.main-header .top-head ul .last-child a i {
  padding: 8px 11px;
}

.main-header .top-head ul li:hover i {
  color: #fff;
  background-color: #FDBD12;
}


.main-header .top-head .talk-btn {
  color: #fff;
  font-family: "Cabinet Grotesk";
  font-size: 17px;
  text-transform: capitalize;
}

.main-header .top-head .top-grid .gridd:nth-child(1) {
  width: 40%;
}

.main-header .top-head .top-grid .gridd:nth-child(2) {
  width: 20%;
  text-align: center;
}

.main-header .top-head .top-grid .gridd:nth-child(3) {
  width: 40%;
}

.main-header nav {
  transition: 0.7s;
}

.main-header nav .navbar-brand img {
  width: 120px;
  transition: 0.7s;
}

.main-header nav .nav-item .nav-link {
  font-family: "Cabinet Grotesk";
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
  margin: 0 2px;
  padding: 4px 15px;
  border-radius: 22px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}

.main-header nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FDBD12;
  opacity: 0;
  transition: 0.5s;
  top: 0;
  z-index: -1;
}

.main-header nav .nav-item .active,
.main-header nav .nav-item .nav-link:hover {
  color: #fff;
}

.main-header nav .nav-item .active::before,
.main-header nav .nav-item .nav-link:hover::before {
  opacity: 1;
}

/******* dropdown ********/

.main-header nav .nav-item .dropdown-menu {
  background-color: #FDBD12;
  color: #fff;
  font-family: "Cabinet Grotesk";
}

.main-header nav .nav-item .dropdown-item {
  color: #fff;
  position: relative;
  padding: 10px 12px;
  padding-left: 50px;
  text-transform: capitalize;
}

.main-header nav .nav-item .dropdown-item span:nth-child(1) {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.main-header nav .nav-item .dropdown-item span:nth-child(1) img {
  width: 18px;
  object-fit: cover;
}

.main-header nav .nav-item .dropdown-item:active,
.main-header nav .nav-item .dropdown-item:focus,
.main-header nav .nav-item .dropdown-item:hover {
  background: transparent;
}

.main-header nav .nav-item .dropdown-item.active {
  background-color: transparent;
}

.main-header nav .nav-item .dropdown-item span:nth-child(2) {
  position: relative;
}

.main-header nav .nav-item .dropdown-item span:nth-child(2)::before {
  content: "";
  bottom: -2px;
  left: 0;
  right: 100%;
  background-color: #FDBD12;
  height: 2px;
  position: absolute;
  transition: 0.6s;
}

.main-header nav .nav-item .dropdown-item.active span:nth-child(2)::before,
.main-header nav .nav-item .dropdown-item:hover span:nth-child(2)::before {
  right: 0;
}

/******* dropdown end ********/

.main-header .navbar-nav {
  margin-top: 0 !important;
}

.main-header.bg_header .top-head {
  margin: -51px 0 0;
}

.main-header.bg_header nav {
  padding: 10px 0;
}

.main-header.bg_header nav .navbar-brand img {
  width: 180px;
}

/*********** main-banner *******************/
.main-banner {
  z-index: 1;
  position: relative;
  margin: 160px 0 90px;
}

.main-banner::after {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  bottom: 5px;
  top: 0;
  z-index: 0;
  background-image: url(../images/new-main-banner.png);
  border-radius: 0 0 22px 22px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
}

.main-banner video {
  height: 700px;
  object-fit: cover;
  width: 100%;
  border-radius: 0 0 22px 22px;
}

.main-banner .banne-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 2;
}

.main-banner .banne-content h4 {
  color: #d5d6d8;
}

.main-banner .banne-content h2 {
  color: #fff;
}

.main-banner .banne-content p {
  color: #d5d6d8;
  padding: 0 0 20px;
}

.main-banner .banne-content span {
  color: #FDBD12;
}

.main-banner .banne-content .scroll-btn {
  left: 50%;
  position: absolute;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Cabinet Grotesk";
  transform: translateX(-50%);
}

.main-banner .banne-content .scroll-btn span {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  margin: 0 0 7px;
}

.main-banner .banne-content .scroll-btn span::before,
.main-banner .banne-content .scroll-btn span::after {
  position: absolute;
  content: "";
  border: 1px solid #db0e84;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  -webkit-animation: playbtn 3s linear infinite;
  animation: playbtn 3s linear infinite;
}

.main-banner .banne-content .scroll-btn span::after {
  top: -5px;
  height: 40px;
  width: 40px;
}

@-webkit-keyframes playbtn {
  0% {
    -webkit-transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.45);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes playbtn {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.45);
    opacity: 1;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

.main-banner .banner-form {
  left: 0;
  right: 0;
  position: absolute;
  bottom: -68px;
  z-index: 2;
}

.main-banner .banner-form .form-w {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  padding: 29px 33px;
  border-radius: 30px;
}

.main-banner .banner-form .form-sec {
  padding: 14px 14px;
  border-radius: 43px;
  width: 100%;
  box-shadow: 0px -3px 3px -2px #000000c7;
}

.main-banner .banner-form .form-sec .input-field:nth-child(1) {
  width: 25%;
}

.main-banner .banner-form .form-sec .input-field:nth-child(2) {
  width: 25%;
}

.main-banner .banner-form .form-sec .input-field:nth-child(3) {
  width: 30%;
}

.main-banner .banner-form .form-sec input {
  padding: 14px 20px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #dfdfdf;
  font-family: "Cabinet Grotesk";
  color: #000;
  font-weight: 500;
}

.main-banner .banner-form .form-sec input::placeholder {
  text-transform: capitalize;
  color: #000;
}

/********************* sec-offer ************************/

.sec-offer {
  padding: 50px 0 70px;
  position: relative;
}

.sec-offer:before {
  content: "";
  background-image: url(../images/serviceservice-b.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: -61px;
  position: absolute;
  height: 201px;
  width: 265px;
  top: 0;
}

.sec-offer::after {
  content: "";
  background-image: url(../images/service-b.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: -38px;
  position: absolute;
  height: 252px;
  width: 334px;
  bottom: 0;
}

.sec-offer .title {
  text-align: center;
}

.sec-offer .title h2 span {
  color: #FDBD12;
}

.sec-offer .title .btns-offer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 26px 0 0;
}

.sec-offer .title .btns-offer a {
  margin: 0 15px;
}

/***************** about-sec *****************/

.about-sec {
  position: relative;
  padding: 70px 0 100px;
  z-index: 1;
}

.about-sec .img-about {
  position: absolute;
  width: 655px;
  left: -101px;
  height: 420px;
  overflow: hidden;
  top: 20px;
  overflow-y: auto;
}

.about-sec .img-about::-webkit-scrollbar {
  display: none;
}

.about-sec .img-p {
  position: relative;
}

.about-sec .img-lap {
  position: absolute;
  width: 800px;
  left: -155px;
  height: 850px;
  overflow: hidden;
  top: -45px;
}

.about-sec .content h2 {
  font-size: 58px;
  padding: 0 0 8px;
}

.about-sec .content h2 span {
  color: #FDBD12;
}

.about-sec .content .box {
  background-color: #e2e0e0;
  padding: 13px 22px;
  border-radius: 10px;
  position: relative;
  margin: 19px 0 32px;
}

.about-sec .content .box::before {
  content: "";
  background: #da0e84;
  width: 2px;
  position: absolute;
  left: -2px;
  top: 8px;
  bottom: 8px;
}

.btn-sub button {
  font-size: 15px;
  border: none;
  background: none;
  position: relative;
  --padding-block: 9px;
  --padding-inline: 1.6rem;
  --arrow: 3.6rem;
  --arrow-stripes: 0.8rem;
  padding: var(--padding-block) var(--padding-inline);
  padding-right: calc(var(--padding-inline) + var(--arrow));
  filter: drop-shadow(4px 4px 4px hsl(0 0% 0% / 0.5));
  color: white;
  border-radius: 999vmax 0 0 999vmax;
  cursor: pointer;
  transition: all 125ms;
}


.btn-sub button:active {
  scale: 0.975;
}

.btn-sub button:hover::after {
  animation-play-state: paused;
}

.btn-sub button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  background-color: #FDBD12;
  background-image: linear-gradient(transparent 50%, hsl(0 0% 0% / 0.2) 0);
  /* animation: mask-position 5s linear infinite; */
  --conic-stops: black 0 90deg, #0000 0;
  --linear-stops: #0000 0px, black 1px var(--arrow-stripes),
    #0000 calc(var(--arrow-stripes) + 1px) calc(var(--arrow-stripes) * 2);
  --mask-image: conic-gradient(from 225deg at right, var(--conic-stops)),
    conic-gradient(from 225deg at right, var(--conic-stops)),
    repeating-linear-gradient(-135deg, var(--linear-stops)),
    repeating-linear-gradient(-45deg, var(--linear-stops));
  --mask-position: 0 0, 0 0, 0 0, 0 100%;
  --mask-position-to: 0, 0, -100% 0, -100% 100%;
  --mask-size: calc(100% - var(--arrow)) 100%, 100%, 200% 50%, 200% 50%;
  --mask-repeat: no-repeat, repeat, repeat-x, repeat-x;
  -webkit-mask-image: var(--mask-image);
  -webkit-mask-position: var(--mask-position);
  -webkit-mask-size: var(--mask-size);
  -webkit-mask-repeat: var(--mask-repeat);
  -webkit-mask-composite: source-over, source-out, source-over, source-over;
  mask-image: var(--mask-image);
  mask-position: var(--mask-position);
  mask-size: var(--mask-size);
  mask-repeat: var(--mask-repeat);
  mask-composite: add, subtract, add, add;
}


/* Common Button Theme Started */

.commonBtn button {
  font-size: 15px;
  background: none;
  border: none;
  position: relative;
  --padding-block: 9px;
  --padding-inline: 1.3rem;
  --arrow: 3.6rem;
  --arrow-stripes: 0.8rem;
  padding: var(--padding-block) var(--padding-inline);
  padding-right: calc(var(--padding-inline) + var(--arrow));
  filter: drop-shadow(4px 4px 4px hsl(0 0% 0% / 0.5));
  color: white;
  border-radius: 999vmax 0 0 999vmax;
  cursor: pointer;
  transition: all 125ms;
}

.commonBtn button:active {
  scale: 0.975;
}

.commonBtn button:hover::after {
  animation-play-state: paused;
}

.commonBtn button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  background-color: #FDBD12;
  background-image: linear-gradient(transparent 50%, hsl(0 0% 0% / 0.2) 0);
  /* animation: mask-position 5s linear infinite; */
  --conic-stops: black 0 90deg, #0000 0;
  --linear-stops: #0000 0px, black 1px var(--arrow-stripes),
    #0000 calc(var(--arrow-stripes) + 1px) calc(var(--arrow-stripes) * 2);
  --mask-image: conic-gradient(from 225deg at right, var(--conic-stops)),
    conic-gradient(from 225deg at right, var(--conic-stops)),
    repeating-linear-gradient(-135deg, var(--linear-stops)),
    repeating-linear-gradient(-45deg, var(--linear-stops));
  --mask-position: 0 0, 0 0, 0 0, 0 100%;
  --mask-position-to: 0, 0, -100% 0, -100% 100%;
  --mask-size: calc(100% - var(--arrow)) 100%, 100%, 200% 50%, 200% 51%;
  --mask-repeat: no-repeat, repeat, repeat-x, repeat-x;
  -webkit-mask-image: var(--mask-image);
  -webkit-mask-position: var(--mask-position);
  -webkit-mask-size: var(--mask-size);
  -webkit-mask-repeat: var(--mask-repeat);
  -webkit-mask-composite: source-over, source-out, source-over, source-over;
  mask-image: var(--mask-image);
  mask-position: var(--mask-position);
  mask-size: var(--mask-size);
  mask-repeat: var(--mask-repeat);
  mask-composite: add, subtract, add, add;
}

@keyframes mask-position {
  to {
    -webkit-mask-position: var(--mask-position-to);
    mask-position: var(--mask-position-to);
  }
}

/* Common Button Theme Ended */

/************** sevices-sec ***********/

.sevices-sec {
  position: relative;
  z-index: 1;
}

.sevices-sec::after {
  content: "";
  position: absolute;
  left: -75px;
  right: 0;
  bottom: 5px;
  top: 0;
  z-index: 0;
  background-image: url(../images/sevices-back2.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
}

.sevices-sec video {
  height: 750px;
  object-fit: cover;
  width: 100%;
}

.sevices-sec .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.sevices-sec .content h2,
.sevices-sec .content p {
  color: #fff;
  text-align: center;
}

.sevices-sec .content ul {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51%;
  flex-wrap: wrap;
  margin: 37px auto 0;
}

.sevices-sec .content ul li {
  font-family: "Poppins", sans-serif;
  width: 36%;
  position: relative;
  margin: 3px 0;
}

.sevices-sec .content ul p {
  margin: 0 0 10px;
}

.sevices-sec .content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: -30px;
  color: #fdbd12;
}

.sevices-sec .content .btns-offer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 26px 0 0;
}

.sevices-sec .content .btns-offer a {
  margin: 0 15px;
}

.sevices-sec .content .btns-offer .theme-btn {
  background-color: #FDBD12;
  color: white;
}

.sevices-sec .content .btns-offer .theme-btn i {
  color: #FDBD12;
}

.sevices-sec .content .btns-offer .theme-btn-2 {
  color: #000 !important;
}

.sevices-sec .content .btns-offer .theme-btn-2::before {
  background: #fff;
}

/************* our-work-sec *************/

.our-work-sec {
  padding: 100px 0;
  position: relative;
}

.our-work-sec:before {
  content: "";
  background-image: url(../images/our-work-b.png);
  background-repeat: no-repeat;
  background-size: 100%;
  left: -65px;
  position: absolute;
  height: 201px;
  width: 210px;
  top: 0;
}

.our-work-sec::after {
  content: "";
  background-image: url(../images/our-work-a.png);
  background-repeat: no-repeat;
  background-size: 100%;
  right: 79px;
  position: absolute;
  height: 292px;
  width: 383px;
  bottom: 0;
}

.our-work-sec ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.our-work-sec ul li {
  position: relative;
}

.our-work-sec ul li::before {
  z-index: -1;
  content: "";
  height: 10px;
  position: absolute;
  width: 200px;
  left: -152px;
  top: 50%;
  transform: translateY(50%);
  box-shadow: 0px 2px 10px -4px #00000094;
}

.our-work-sec ul li span {
  background: #fff;
  color: #000;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: -2px -2px 6px -2px #000000c7;
  font-family: "Cabinet Grotesk";
  font-size: 30px;
}

.our-work-sec ul li span::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
  border: 1px dashed #001635;
  border-radius: 50%;
}

.our-work-sec ul li span:after {
  content: "";
  border: 1px dashed #001635;
  bottom: -22px;
  position: absolute;
  height: 25px;
}

.our-work-sec ul li:nth-child(2) span::after,
.our-work-sec ul li:nth-child(4) span::after,
.our-work-sec ul li:nth-child(6) span::after {
  top: -22px;
}

.our-work-sec ul li:nth-child(6):after {
  z-index: -1;
  content: "";
  height: 10px;
  position: absolute;
  width: 200px;
  right: -152px;
  top: 50%;
  transform: translateY(50%);
  box-shadow: 0px 2px 10px -4px #00000094;
}

.our-work-sec ul li:nth-child(1)::before {
  transition: 0.3s;
}

.our-work-sec ul li:nth-child(1) span {
  transition: 0.3s;
  animation: activeani 1s linear inherit;
}

.our-work-sec ul li.active::before {
  background-color: #eec150;

}

.our-work-sec ul li.active span {
  background-color: #FDBD12;
  color: #fff;
}

.my-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateX(0px);
}

.my-grid .content {
  width: 24%;
  margin: 30px 0;
}

.our-work-sec .content h3 {
  text-align: center;
}

.our-work-sec .content p {
  text-align: center;
}

/******************* cta-sec *************/

.cta-sec {
  padding: 0 0 100px;
}

.cta-sec .content-box {
  background-image: url(../images/contactDetail.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  border-radius: 21px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 38px;
}

.cta-sec .content-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 0 22px 22px;
}

.cta-sec ul li {
  position: relative;
  height: 138px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.cta-sec ul li::after {
  content: "";
  width: 2px;
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}

.cta-sec ul li h3 {
  color: #fff;
  font-family: "Montserrat+Alternates";
  font-size: 23px;
}

.cta-sec ul li h3 span {
  display: block;
  color: #FDBD12;
}

.cta-sec ul li .links {
  font-family: "Cabinet Grotesk";
  color: #fff;
  font-size: 18px;
}

.cta-sec ul li .links span {
  position: relative;
}

.cta-sec ul li .links span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  height: 2px;
  bottom: 0;
  background-color: #f4a261;
  transition: 0.6s;
}

.cta-sec ul li .links span:hover::before {
  right: 0;
}

.main-footer .links-content .social-link {
  width: 35%;
}

.cta-sec ul li .links i {
  font-size: 22px;
  margin-right: 5px;
}

/************** our-portfolio ***************/

.our-portfolio {
  position: relative;
}

.our-portfolio video {
  height: 950px;
  object-fit: cover;
  width: 100%;
}

.our-portfolio::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
}

.our-portfolio .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 70px 0;
  z-index: 3;
}

.our-portfolio .content .title {
  padding: 0 0 40px;
}

.our-portfolio .content .title h2 {
  color: #fff;
  text-align: center;
}

.our-portfolio .content .title p {
  color: #fff;
  text-align: center;
}

.our-portfolio .content .portfolio-slider {
  width: 200%;
  transform: translateX(-50%);
}

.our-portfolio .content .portfolio-slider .img-port {
  overflow: hidden;
  overflow-y: auto;
  height: 470px;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

.our-portfolio .content .portfolio-slider .item {
  perspective: 1000px;
}

.our-portfolio .content .portfolio-slider .first .img-port {
  transform: rotateY(21deg);
}

.our-portfolio .content .portfolio-slider .first .detail {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
}

.our-portfolio .content .portfolio-slider .first .detail {
  opacity: 0;
  transform: translateY(-50px);
}

.our-portfolio .content .portfolio-slider .img-port::-webkit-scrollbar {
  display: none;
}

.our-portfolio .content .portfolio-slider .detail {
  width: 78%;
  margin-left: auto;
  padding-top: 40px;
}

.our-portfolio .content .portfolio-slider .detail p {
  color: #fff;
  text-align: right;
}

.our-portfolio .content .portfolio-slider .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 29px;
}

.our-portfolio .content .portfolio-slider .owl-prev,
.our-portfolio .content .portfolio-slider .owl-next {
  background: transparent;
  height: 35px;
  width: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.our-portfolio .owl-dots button {
  font-family: "Montserrat+Alternates";
  color: #868c93;
  text-align: inherit;
  padding: 0;
  font-size: 29px;
  text-transform: capitalize;
  margin-bottom: 23px;
  display: block;
  border: none;
  outline: none;
  background: transparent;
}

.our-portfolio .owl-dots button span {
  display: block;
  font-size: 18px;
}

.our-portfolio .owl-dots .active {
  background: transparent;
  color: #ffff;
}

.our-portfolio .owl-dots button:nth-last-child(1) {
  display: none;
}

/*************** packages-sec *******************/

.packages-sec {
  padding: 100px 0px 0px;
  position: relative;
}

.packages-sec::before,
.packages-sec::after {
  content: "";
  background-image: url(../images/package-a.png);
  position: absolute;
  left: 0;
  height: 309px;
  width: 223px;
  background-size: 100%;
  top: 0;
  background-repeat: no-repeat;
}

.packages-sec::after {
  background-image: url(../images/package-b.png);
  right: 0;
  left: unset;
}

.packages-sec .title h2 {
  color: #000;
  text-align: center;
}

.packages-sec .title h2 span {
  color: #FDBD12;
}

.packages-sec .title p {
  text-align: center;
  color: #000;
}

.packages-sec .card {
  transition: 1s;
  padding: 40px 26px;
  position: relative;
  background: #fff;
  border-radius: 50px;
}

.packages-sec .card::before {
  content: "";
  background-color: #FDBD12;
  position: absolute;
  top: -7px;
  left: -7px;
  bottom: -7px;
  right: -7px;
  border-radius: 50px;
  z-index: -1;
  transition: 1s;
}

.packages-sec .card .pkg-name {
  left: 0;
  display: block;
  width: 100%;
  position: absolute;
  top: -30px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.packages-sec .card .pkg-name span {
  border: 4px solid #1e1e1e;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 39px;
  display: block;
  background: #fff;
}


.packages-sec .card .pricing .off-price {
  width: 100px;
  height: 100px;
  display: flex;
  top: -80px;
  right: -50px;
  position: absolute;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  background-image: url('../images/offPrice.png');
}

.packages-sec .card .pricing .off-price2 {
  width: 100px;
  height: 100px;
  display: flex;
  top: -68px;
  right: -73px;
  position: absolute;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  background-image: url('../images/offPrice.png');
}

.packages-sec .card .pricing .off-price p {
  color: #000;
  font-weight: 700;
}

.packages-sec .card .pricing .off-price2 p {
  color: #000;
  font-weight: 700;
}

.packages-sec .card .pricing h3 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 800;
  font-size: 33px;
  transition: 1s;
}

.packages-sec .card .pricing h3 span {
  font-size: 40px;
  color: #FDBD12;
  font-family: "Poppins", sans-serif;
}

.packages-sec .card .pricing p {
  text-align: center;
  color: #001635;
  font-weight: 500;
  padding: 10px 0px;
  margin-bottom: 10px;
  transition: 1s;
  font-size: 14px;
}

.packages-sec .card .detail {
  height: 370px;
  overflow-y: auto;
  padding: 15px 0px 23px;
  margin: 0px 0px 0px 0px;
}

.packages-sec .card .detail .ulPara {
  text-align: center;
  color: #001635;
  font-weight: 500;
  padding: 5px 0px;
  font-size: 14px;
}

/* width */
.packages-sec .card .detail::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.packages-sec .card .detail::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.packages-sec .card .detail::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
}

/* Handle on hover */
.packages-sec .card .detail::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.packages-sec .card .detail li {
  color: #001635;
  font-weight: 600;
  font-size: 16px;
  transition: 1s;
  position: relative;
  padding-left: 29px;
  padding: 0px 0px 10px 30px;
  font-family: "Poppins", sans-serif;
}

.packages-sec .card .detail li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #FDBD12;
  transition: 1s;
}

.packages-sec .card .btn-start {
  display: flex;
  display: none;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.packages-sec .card .btn-start .theme-btn {
  margin: 0 auto;
  background: #fff;
  color: #000;
  padding: 12px 22px;
}

.packages-sec .card .btn-start .theme-btn i {
  background-color: #000;
  color: #fff;
}

.packages-sec .item {
  display: flex;
  align-items: end;
  min-height: 565px;
  margin-bottom: 60px;
  justify-content: flex-end;
}

.packages-sec .card:hover .detail::-webkit-scrollbar-thumb {
  background: #000;
}

.packages-sec .card .visiterBtn {
  gap: 15px;
  width: 100%;
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: space-between;
}

.packages-sec .card .visiterBtn .orderBtn button {
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0px 0px 0px 15px;
}

.packages-sec .card .visiterBtn .orderBtn button:hover {
  color: #000;
  border: 2px solid #000;
  background-color: transparent;
}

.packages-sec .card .visiterBtn .callBtn {
  color: #fff;
  font-weight: 600;
  padding: 8px 35px;
  background-color: #FDBD12;
  border: 2px solid #FDBD12;
  border-radius: 0px 12px 0px 0px;
}

.packages-sec .card .visiterBtn .callBtn:hover {
  color: #FDBD12;
  background-color: transparent;
}

.packages-sec .pricing .cutPrice {
  color: #000;
  margin: 13px 5px;
  word-spacing: 4px;
  font-size: 21px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.packages-sec .pricing .cutPrice span {
  font-size: 21px;
  color: #FDBD12;
  letter-spacing: 1px;
  text-decoration: line-through;
  font-family: "Poppins", sans-serif;
}

.packages-sec .pricing .disPrice {
  font-size: 25px !important;
}

.packages-sec .detail h6 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.packages-sec ul {
  padding: 0px !important;
}

.packages-sec .detail .endli {
  margin-bottom: 10px;
}


/************* testimonial-sec *********************/

.testimonial-sec {
  position: relative;
  padding: 140px 0 100px;
}

.testimonial-sec::before {
  background-image: url(../images/testi-b.png);
  content: "";
  top: -65px;
  position: absolute;
  bottom: -58px;
  width: 56%;
  background-size: 100% 100%;
  left: 40%;
  transform: translateX(-50%);
}

.testimonial-sec .title h2 {
  color: #001635;
  font-size: 40px;
  padding: 0 0 7px;
}

.testimonial-sec .title h2 span {
  color: #FDBD12;
}

.client-review h2 {
  margin: 0px;
  font-size: 40px;
  color: #001635;
  text-align: center;
  font-family: "Montserrat+Alternates";
}

.client-review h2 span {
  color: #FDBD12;
  font-weight: 700;
}

.request-callback {
  position: fixed;
  left: 0;
  top: 43%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
}

#requestBtn {
  border: none;
  color: white;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  word-spacing: 5px;
  padding: 40px 18px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background-color: #FDBD12;
  transition: left 0.3s ease, background-color 0.3s ease;
}

#requestBtn:hover {
  background-color: #FDBD12;
}

#requestBtn.move-left {
  margin-left: 340px;
  transition: .3s;
}

.form-container {
  top: 0;
  left: -350px;
  width: 340px;
  height: auto;
  padding: 20px;
  position: fixed;
  background-color: white;
  transition: left 0.3s ease;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
}

.form-container h2 {
  margin-top: 0px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.form-container input,
.form-container select,
.form-container button {
  width: 100%;
  padding: 8px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-container form select {
  width: 100%;
}

.form-container button {
  width: 100%;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  background-color: #FDBD12;
  border: 1px solid #FDBD12;
}

.form-container button:hover {
  color: #000;
  border: 1px solid #FDBD12;
  background-color: transparent;
}

.form-container.show {
  left: 0;
}


#return-to-top {
  position: fixed;
  bottom: 5px;
  right: 20px;
  background: #FDBD12;
  background: #FDBD12;
  border: 1px solid #FDBD12;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 17px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  border: 1px solid #FDBD12;
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  left: 17px;
  top: 9px;
}

.testimonial-sec .title p {
  color: #001635;
  font-weight: 400;
}

.testimonial-sec .testimonial-slide .box {
  display: flex;
  color: #ffff;
  padding: 40px 29px;
  border-radius: 15px;
  align-items: end;
  border: 3px solid #FDBD12;
  justify-content: space-between;
}

.testimonial-sec .testimonial-slide .box .content {
  width: 100%;
}

.testimonial-sec .testimonial-slide .box .content ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.testimonial-sec .testimonial-slide .box .content ul li {
  color: #FDBD12;
}

.testimonial-sec .testimonial-slide .box .content p {
  font-size: 14px;
  font-style: italic;
}

.testimonial-sec .testimonial-slide .box .content h3 {
  color: #001635;
  font-family: "Montserrat+Alternates";
  font-weight: 600;
  font-size: 21px;
  padding: 13px 0 0;
}

.testimonial-sec .testimonial-slide .box .img-per {
  width: 33%;
}

.testimonial-sec .testimonial-slide .box .img-per img {
  border-radius: 8px;
}

.testimonial-sec .testimonial-slide .owl-nav {
  position: absolute;
  left: -665px;
  bottom: 45px;
}

.testimonial-sec .testimonial-slide .owl-nav button {
  background: transparent;
  border: none;
  z-index: 1;
  position: relative;
}

.testimonial-sec .testimonial-slide .owl-nav button:hover {
  background-color: transparent;
  color: #000;
}

.testimonial-sec .testimonial-slide .owl-nav .owl-next {
  margin-left: 193px;
}

.testimonial-sec .testimonial-slide .owl-dots {
  position: absolute;
  left: -665px;
  bottom: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
}

.testimonial-sec .testimonial-slide .owl-dots .owl-dot {
  background: transparent;
  border: none;
  color: transparent;
  margin: 0 3px;
  font-size: 1px;
  transform: rotate(28deg);
}

.testimonial-sec .testimonial-slide .owl-dots .owl-dot span {
  display: none;
}

.testimonial-sec .testimonial-slide .owl-dots .owl-dot::before {
  content: "\e5d6";
  font-family: "Font Awesome 6 Pro";
  color: #FDBD12;
  font-size: 20px;
  font-weight: 800;
}

.testimonial-sec .testimonial-slide .owl-dots .active::before {
  color: #FDBD12;
  opacity: 1;
}

/************* contact-sec ********************/

.contact-sec {
  margin-bottom: 100px;
  padding: 40px 0 120px;
}

.contact-sec .content h2 {
  font-size: 34px;
}

.contact-sec .content h2 span {
  color: #FDBD12;
}

.contact-sec .content p {
  padding: 15px 0 31px;
}

.contact-sec .content ul {
  width: 100%;
}

.contact-sec .content ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #001635;
  margin: 0 0 15px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  max-width: 90%;
  width: fit-content;
  position: relative;
  padding-left: 54px;
  min-height: 50px;
}

.contact-sec .content ul li span {
  color: #001635;
  border: 1px solid #001635;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
  position: absolute;
  left: 0;
}

.contact-sec .form-box {
  background-image: url(../images/contactBack.png);
  position: relative;
  z-index: 1;
  border-radius: 45px;
  overflow: hidden;
  padding: 35px 75px 45px;
  background-size: cover;
}

.contact-sec .form-box::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.contact-sec .form-box h3 {
  color: #fff;
  font-family: "Montserrat+Alternates";
  padding: 0 0 25px;
  font-size: 16px;
}

.contact-sec .form-box .txt-box {
  padding: 15px 0px 0;
}

.contact-sec .form-box .txt-box label {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  padding-left: 6px;
}

.contact-sec .form-box .txt-box input,
.contact-sec .form-box .txt-box textarea,
.contact-sec .form-box .txt-box select {
  width: 100%;
  font-family: "Cabinet Grotesk";
  outline: none;
  padding: 10px 13px;
  border-radius: 10px;
  border: none;
  font-size: 15px;
  color: #898989;
}

.contact-sec .form-box .txt-box select {
  text-transform: capitalize;
  appearance: none;
}

.contact-sec .form-box .txt-box .select::before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}

.contact-sec .form-box .txt-box input::placeholder,
.contact-sec .form-box .txt-box textarea::placeholder {
  text-transform: capitalize;
}

.contact-sec .form-box .btn-sub {
  padding: 25px 0 0;
}

/* Bottom Footer */

.footer {
  width: 100%;
  display: block;
  margin-top: 150px;
  position: relative;
  padding-top: 120px;
  background: #000;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  font-family: "Montserrat+Alternates";
}

.footer-start {
  width: 90%;
  margin: auto;
  display: flex;
  max-width: 1280px;
  position: relative;
  border-radius: 14px;
  align-items: center;
  padding: 70px 40px;
  background: #FDBD12;
  justify-content: space-between;
}

.start-learning {
  position: absolute;
  left: 0;
  right: 0;
  top: -150px;
}

.footer .inner-container {
  gap: 15px;
  width: 100%;
  display: flex;
  padding: 0px 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .inner-container .footer-links {
  width: 20%;
}

.footer .inner-container .footer-links h3 {
  color: #fff;
  font-size: 22px;
}

.footer .inner-container .footer-links ul li {
  margin: 10px 0px;
}

.footer .inner-container .contact ul li {
  display: flex;
  margin: 10px 0px;
  align-items: center;
}

.footer .inner-container .contact ul li i {
  color: #fff;
  padding: 12px;
  border-radius: 25px;
  margin: 0px 10px 0px 0px;
  border: 2px solid #FDBD12;
}

.footer .inner-container .contact ul li:hover i {
  color: #fff;
  background-color: #FDBD12;
}

.footer .inner-container .contact ul .last-child {
  font-size: 14px;
}

.footer .inner-container .contact ul .last-child i {
  padding: 12px 14px;
}

.footer .inner-container .contact a img {
  margin: 15px 0px;
}

.footer .inner-container .contact ul li a {
  color: #fff;
  margin: 10px 0px;
}

.footer .inner-container .footer-links ul li a {
  color: #fff;
  position: relative;
}

.footer .inner-container .footer-links ul li a:hover::before {
  right: 0px;
}

.footer .inner-container .footer-links ul li a::before {
  left: 0;
  bottom: -6px;
  content: "";
  height: 2px;
  right: 100%;
  transition: 0.6s;
  position: absolute;
  background-color: #FDBD12;
}

.footer .inner-container .contact h3 {
  color: #fff;
  font-size: 22px;
}

.footer .inner-container .logo-img img {
  width: 150px;
  padding: 0px 15px;
}

.footer .inner-container .logo-img p {
  width: 400px;
  color: #fff;
  padding: 15px;
  text-align: justify;
}

.footer .footer-start .illustration {
  position: absolute;
  top: -39px;
  left: -1.8%;
  width: 150px;
  height: 140px;
}

.section-title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}

h3.section-sub-title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.section-sub-title span {
  color: #000;
  font-weight: 700;
}

h3.section-sub-title strong {
  font-weight: 600;
}

.footer .hrBar {
  width: 100%;
  margin: 20px 0px 0px 0px;
  border-top: 2px solid #FDBD12;
}

.footer .hrBar p {
  color: #fff;
  text-align: center;
  padding: 15px 0px 0px 0px;
}



.footer .start-learning .footer-start .topSocial-icon ul {
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
}

.footer .start-learning .footer-start .topSocial-icon ul li {
  list-style: none;
}

.footer .start-learning .footer-start .topSocial-icon ul li a {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  color: #000;
  margin: 0px 15px;
  transition: 0.5s;
}

.footer .start-learning .footer-start .topSocial-icon ul li a span {
  position: absolute;
  transition: transform 0.5s;
}

.footer .start-learning .footer-start .topSocial-icon ul li a span:nth-child(1),
ul li a span:nth-child(3) {
  width: 100%;
  height: 3px;
  background: #404040;
}

.footer .start-learning .footer-start .topSocial-icon ul li a span:nth-child(1) {
  top: 0;
  left: 0;
  transform-origin: right;
}

.footer .start-learning .footer-start .topSocial-icon ul li a:hover span:nth-child(1) {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s;
}

.footer .start-learning .footer-start .topSocial-icon ul li a span:nth-child(3) {
  bottom: 0;
  left: 0;
  transform-origin: left;
}

.footer .start-learning .footer-start .topSocial-icon ul li a:hover span:nth-child(3) {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}

.footer .start-learning .footer-start .topSocial-icon ul li a span:nth-child(2),
ul li a span:nth-child(4) {
  width: 3px;
  height: 100%;
  background: #404040;
}

.footer .start-learning .footer-start .topSocial-icon ul li a span:nth-child(2) {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: bottom;
}

.footer .start-learning .footer-start .topSocial-icon ul li a:hover span:nth-child(2) {
  transform: scale(1);
  transform-origin: top;
  transition: transform 0.5s;
}

.footer .start-learning .footer-start .topSocial-icon ul li a span:nth-child(4) {
  top: 0;
  right: 0;
  transform: scale(0);
  transform-origin: top;
}

.footer .start-learning .footer-start .topSocial-icon ul li a:hover span:nth-child(4) {
  transform: scale(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}

.footer .start-learning .footer-start .topSocial-icon ul li .facebook:hover {
  color: #3b5998;
}

.footer .start-learning .footer-start .topSocial-icon ul li .facebook:hover span {
  background: #3b5998;
}

.footer .start-learning .footer-start .topSocial-icon ul li .twitter:hover {
  color: #1da1f2;
}

.footer .start-learning .footer-start .topSocial-icon ul li .twitter:hover span {
  background: #1da1f2;
}

.footer .start-learning .footer-start .topSocial-icon ul li .instagram:hover {
  color: #E4405F;
}

.footer .start-learning .footer-start .topSocial-icon ul li .instagram:hover span {
  background: #E4405F;
}

.footer .start-learning .footer-start .topSocial-icon ul li .youtube:hover {
  color: #CD201F;
}

.footer .start-learning .footer-start .topSocial-icon ul li .youtube:hover span {
  background: #CD201F;
}

.footer .start-learning .footer-start .topSocial-icon ul li .linkedin:hover {
  color: #0A66C2;
}

.footer .start-learning .footer-start .topSocial-icon ul li .linkedin:hover span {
  background: #0A66C2;
}

.footer .start-learning .footer-start .topSocial-icon ul li .bark:hover {
  color: #101535;
}

.footer .start-learning .footer-start .topSocial-icon ul li .bark:hover span {
  background: #101535;
}

.footer .start-learning .footer-start .topSocial-icon ul li ul li a .twitter {
  color: #1da1f2;
}

.footer .start-learning .footer-start .topSocial-icon ul li ul li a:hover:nth-child(3) {
  color: #c32aa3;
}

.footer .start-learning .footer-start .topSocial-icon ul li ul li a:hover:nth-child(4) {
  color: #dd4b39;
}

/***************** main-footer ******************/

.main-footer {
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 40px 0px 0px 0px;
  background-position: top;
}

.main-footer::before {
  position: absolute;
  content: "";
  background-color: #FDBD12;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.main-footer .content .logo img {
  width: 37%;
  margin-bottom: 20px;
}

.main-footer .content p {
  color: #eae4e9;
  width: 90%;
  font-size: 15px;
}

.main-footer .links-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main-footer .links-content .web-link {
  width: 20%;
}

.main-footer .links-content .web-link:nth-child(1) {
  width: 17%;
}

.main-footer .links-content .web-link h3 {
  font-family: "Montserrat+Alternates";
  color: #fff;
  font-size: 25px;
  padding: 0 0 10px;
}

.main-footer .links-content .web-link ul li {
  padding: 0 0 4px;
}

.main-footer .links-content .web-link ul li a,
.main-footer .social-link li a {
  font-family: "Poppins", sans-serif;
  color: #eae4e9;
  font-size: 14px;
  position: relative;
}


.main-footer .links-content .web-link ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  height: 2px;
  bottom: 0;
  background-color: #000;
  transition: 0.6s;
}

.main-footer .links-content .web-link ul li a:hover::before {
  right: 0;
}

.main-footer .links-content .social-link {
  width: 34%;
}

.main-footer .social-link li {
  position: relative;
  margin-bottom: 8px;
  padding: 0 !important;
  padding-left: 53px !important;
  min-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.main-footer .social-link li::before {
  content: "\f2a0";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  border: 1px solid #eae4e9;
  color: #eae4e9;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}

.main-footer .social-link li:nth-child(4)::before {
  content: "\f041";
}

.main-footer .social-link li:hover::before {
  transform: translateY(-50%) scale(1.05) rotate(360deg);
}

.main-footer .social-link li:nth-child(2)::before {
  content: "\f0e0";
}

.main-footer .social-link li:nth-child(3)::before {
  content: "\f0e0";
}

.main-footer .copy-right {
  width: 100%;
  border-top: 2px solid white;
  padding: 20px 10px;
  margin-top: 60px;
}

.main-footer .copy-right p {
  text-align: center;
  color: white;
  font-size: 14px;
}

/********************** inner pages *************************/

/*********************** main-contact ***********************/
.main-contact {
  padding: 70px 0 120px;
}

.main-contact iframe {
  width: 100%;
  height: 100%;
}

.main-contact .form-box {
  border-radius: 55px;
}

.main-contact .form-box .btn-sub {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-contact .form-box .title h2 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  padding: 20px 0 10px;
}

.main-contact .form-box .title h2 span {
  color: #FDBD12;
}

.main-contact .form-box .title h3 {
  color: #fff;
  text-align: center;
}

/********************** packages-main ***************************/









.packages-main {
  padding: 55px 0px 100px;
}

.packages-main .title {
  padding: 0 0 40px;
}

.packages-main .tabs-btns .nav-pills {
  justify-content: center;
}

.packages-main .tabs-btns .nav-pills .nav-link {
  font-family: "Cabinet Grotesk";
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  margin: 0 2px;
  padding: 8px 23px;
  border-radius: 22px;
  background-color: #FDBD12;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.packages-main .tabs-btns .nav-pills .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  transition: 0.5s;
  top: 0;
  z-index: -1;
}

.packages-main .tabs-btns .nav-pills .active::before,
.packages-main .tabs-btns .nav-pills .nav-link:hover::before {
  opacity: 1;
}

.inner-banner {
  position: relative;
  margin: 155px 0 0;
  z-index: 1;
}

.inner-banner figure {
  margin: 0;
}

.inner-banner::before {
  content: "";
  background-image: url(../images/inner-ban.png);
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.inner-banner video {
  min-height: 500px;
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.inner-banner .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 2;
}

.inner-banner .banner-content h4 {
  color: #d5d6d8;
}

.inner-banner .banner-content h2 {
  color: #fff;
}

.inner-banner .banner-content p {
  color: #d5d6d8;
  padding: 0 0 45px;
}

.inner-banner .banner-content span {
  color: #fff;
}

.inner-banner .banner-content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.inner-banner .banner-content ul li {
  color: #d5d6d8;
  width: 40%;
  position: relative;
  padding-left: 20px;
}

.inner-banner .banner-content ul li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  color: #FDBD12;
  font-weight: 900;
}

/************************ portfoliowrp ********************************/


.portfoliowrp .port-box ul {
  margin: 0;
  display: block;
  text-align: center;
}

.portfoliowrp .port-box ul li {
  display: inline-block;
  width: 24%;
  transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-radius: 20px;
  margin: 0 4px 10px;
}

.portfoliowrp .client-logos ul li {
  width: 20%;
  margin: 0 4px 10px;
  border-radius: 13px;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
}

.portfoliowrp .port-box ul li img {
  width: 100%;
  padding: 20px;
  height: 260px;
  object-fit: contain;
  border-radius: 15px;
}

.portfoliowrp .client-logos ul li img {
  width: 100%;
  height: 200px;
  padding: 15px;
  object-fit: contain;
  /* border-radius: 15px; */
}

.portfoliowrp li .hk_web_height {
  height: 400px !important;
  overflow: hidden;
  object-fit: cover !important;
  border-radius: 10px !important;
  object-position: top;
  transition: 5s !important;
}

.portfoliowrp li .hk_web_height:hover {
  object-position: bottom;
  transform: none;
}

/***************************** inner-about *************************/

.inner-about .btns-about {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0 0;
}

.inner-about p {
  padding: 0 0 10px;
  color: #001635;
}

.inner-about .btns-about a:nth-child(1) {
  margin-right: 20px;
}

.inner-about ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.inner-about ul li {
  color: #001635;
  width: 40%;
  position: relative;
  padding-left: 20px;
}

.inner-about ul li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  color: #000;
  font-weight: 900;
}

/**************************** modal *************************/

.signup-modal .model-SidePic {
  position: absolute;
  top: 95px;
  left: 248px;
}

.signup-modal .model-SidePic img {
  height: 450px;
  border-radius: 22px 0px 0px 22px;
  background-color: white;
}

.signup-modal .form-box {
  background-image: url(../images/contactBack.png);
  z-index: 1;
  border-radius: 27px;
  overflow: hidden;
  padding: 30px 40px 30px;
  background-size: cover;
  position: relative;
  top: 20px;
  left: 0px;
}

.signup-modal .form-box::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}

.signup-modal .form-box .btn-close {
  background-color: #000;
  color: #fff;
  right: 20px;
  position: absolute;
  top: 23px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  opacity: 1;
  font-size: 16px;
  padding: 0;
}

.signup-modal .modal-content span a {
  color: #FDBD12;
}

.signup-modal .form-box h3 {
  color: #fff;
  font-size: 22px;
  padding: 0 0 5px;
  font-weight: bold;
  font-family: "Montserrat+Alternates";
}

.signup-modal .form-box .txt-box {
  padding: 10px 0px 0;
}

.signup-modal .form-box .txt-box label {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  padding-left: 6px;
}

.signup-modal .form-box .txt-box input,
.signup-modal .form-box .txt-box textarea,
.signup-modal .form-box .txt-box select {
  width: 100%;
  font-family: "Cabinet Grotesk";
  outline: none;
  padding: 7px 13px;
  border-radius: 10px;
  border: none;
  font-size: 15px;
  color: #898989;
}

.signup-modal .form-box .txt-box select {
  text-transform: capitalize;
  appearance: none;
}

.signup-modal .form-box .txt-box .select::before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}

.signup-modal .form-box .txt-box input::placeholder,
.signup-modal .form-box .txt-box textarea::placeholder {
  text-transform: capitalize;
}

.signup-modal .form-box .btn-sub {
  padding: 10px 0 0;
  text-align: center;
}

.service-cta {
  padding: 0 0 0px;
}

/*************** .privacy ****************/
.all-section {
  padding: 70px 0;
  position: relative;
}

/*BEGIN: PRIVACYT PAGE*/

.privacy-content .section-head {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 30px;
  display: block;
  font-weight: 500;
}

.privacy-content ul li p {
  margin: 5px 0;
}

.privacy-content ul {
  list-style-type: disc;
  margin-left: 20px;
}

.privacy-content p {
  margin: 15px 0px;
}

.privacy-content .important-info {
  margin: 50px 0px;
}

.privacy-content .important-info table tr,
td {
  border: 1px solid #264653;
}

.privacy-content ul li {
  margin: 10px 0px;
}

.privacy-content ul {
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 30px;
  list-style-type: disc;

}

/*END: PRIVACY PAGE*/
.contact-sec .box-card .flg img {
  width: 50px;
}

.contact-sec .box-card {
  background: linear-gradient(13deg, rgba(216, 14, 132, 1) 0%, rgba(174, 9, 131, 1) 10%, rgba(178, 24, 141, 1) 43%, rgba(216, 21, 150, 1) 90%, rgba(219, 14, 132, 1) 100%);
  padding: 35px 29px 10px;
  border-radius: 18px;
}

.contact-sec .box-card ul {
  width: 100%;
  margin: 25px 0 0;
}

.contact-sec .box-card ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #eae4e9;
  margin: 0 0 15px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  max-width: 90%;
  width: fit-content;
  position: relative;
  padding-left: 54px;
  min-height: 50px;
}

.contact-sec .box-card ul li span {
  color: #eae4e9;
  border: 1px solid #eae4e9;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
  position: absolute;
  left: 0;
}

/* Style the tab */
.tab {
  overflow: hidden;
  margin-bottom: 20px;
}

/* Style the buttons inside the tab */
.tab button {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  transition: 0.3s;
  padding: 0;
  margin: 0 2px;
}

/* Style the tab content */
.tabcontent {
  display: none;
}

.main-footer .links-content .web-link .icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.main-footer .links-content .web-link .icon li {
  padding: 0px !important;
  margin-right: 11px;
}

.main-footer .links-content .web-link .icon li:before {
  display: none;
}

.main-footer .links-content .web-link .icon li a {
  border: 1px solid #eae4e9;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.main-footer .links-content .web-link .icon li a:before {
  display: none;
}

button.btnCommon {
  border: 0;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.10em;
  padding: 1rem 2.5rem;
  background: transparent;
  outline: none;
  font-size: 16px;
  color: #000;
  font-family: "Cabinet Grotesk";
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
}

button.btnCommon::after,
button.btnCommon::before {
  border: 0;
  content: "";
  position: absolute;
  height: 20%;
  width: 8%;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
  border-radius: 50%;
}

button.btnCommon::before {
  border: 0;
  background-color: #FDBD12;
  top: -0.10rem;
  left: 1rem;
  -webkit-animation: topAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
  animation: topAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
}

button.btnCommon::after {
  background-color: #FDBD12;
  top: 2.7rem;
  left: 13.8rem;
  -webkit-animation: bottomAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
  animation: bottomAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
}

button.btnCommon:hover {
  color: white;
}

button.btnCommon:hover::before,
button.btnCommon:hover::after {
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  -webkit-animation: none;
  animation: none;
}

button.btnCommon:hover::after {
  left: 0rem;
}

button.btnCommon:hover::before {
  top: 0.5rem;
  left: 0.35rem;
}

/* Common button Styling */


/* PPC Page-(Index2) Styling Starts Here */

.theme-h2 p {
  font-size: 45px;
  padding: 0px !important;
  font-weight: 900 !important;
  font-family: "Montserrat+Alternates";
}

.skillServe {
  padding: 40px 0px 0px !important;
}

.skillServe .content .para {
  color: #fff;
  font-size: 19px;
  padding: 20px 0px;
}

.skillServe ul li {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}

.skillServe ul li i {
  font-size: 18px;
  color: #FDBD12;
  margin-right: 10px;
}

.skillServe .content .partners img {
  margin: 40px auto;
}

.cilent__happy {
  margin: 0px auto;
  text-align: center;
  background: var(--white);
}

.happy_cilent__sec h4 {
  font-size: 15px;
  font-weight: 500;
}

.logos__happy ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}

.logos__happy ul li img {
  width: 220px;
}

.happy_cilent__sec {
  padding-bottom: 20px;
}

.logo-slider .logo-slide-track {
  display: flex;
  align-items: center;
  width: calc(250px * 14);
  /* background-color: #000; */
  animation: scroll 40s linear infinite;
}

.logo-slider {
  height: 160px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.logo-slide-track {
  display: flex;
  width: calc(250px * 14);
  animation: scroll 40s linear infinite;
}

.slide img {
  margin: 30px 0px;
}

.logo-slide {
  height: 100px;
  width: 250px;
}

/* Ensure the animation works correctly */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    /* Scroll to half of the slides */
    transform: translateX(calc(-250px * 7));
  }
}

.left-column {
  background-image: url('your-background-image.jpg');
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

.left-column .nav-pills .nav-link {
  border-radius: 0;
  border: 1px solid transparent;
  color: #fff;
  text-align: left;
}

.left-column .nav-pills .nav-link.active {
  background-color: #FF4646;
  color: #fff;
  border-color: #FF4646;
}

.right-column {
  padding: 50px;
  background-color: #1A1A1A;
}

.right-column h1 {
  font-size: 36px;
  font-weight: 700;
}

.right-column p {
  margin-top: 20px;
  line-height: 1.8;
  color: #BFBFBF;
}

.right-column ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.right-column ul li {
  margin-bottom: 10px;
  color: #BFBFBF;
}

.learn-more-btn {
  margin-top: 20px;
  background-color: #FF4646;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
}

.contact-number {
  margin-top: 20px;
  font-weight: bold;
}

.design-experience {
  background-color: #1e1e1e;
}

.technological-mastery {
  padding: 30px 0px;
  background-color: #1e1e1e !important;
}

.technological-mastery .headings_color {
  color: #FDBD12;
}

.design-experience .content .design-heading {
  color: #fff;
  font-size: 41px;
}

.design-experience .first-para {
  color: #fff !important;
}

.design-experience .content .design-building {
  margin: 20px 0px;
}

.design-experience .content .design-building .design-child {
  gap: 20px;
  display: flex;
}

.design-experience .content .design-building .design-child {
  margin: 20px 0px;
}

.design-experience .content .design-building .design-child img {
  width: 40px;
  height: 40px;
}

.design-experience .content .design-building .design-child .child-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #FDBD12;
  margin-bottom: 5px;
}

.design-experience .content .design-building .design-child .child-content p {
  color: #fff;
  font-size: 15px;
}

.skillServe {
  margin-bottom: 0px;
  padding: 50px 0px !important;
  background-color: #1e1e1e !important;
}

.skillServe .content .theme-h2 p {
  font-size: 45px;
  color: #fff !important;
}

.skillServe .formSection {
  padding: 0px 70px;
}

.skillServe .form-box {
  padding: 15px 40px;
  background-color: #FDBD12;
  border-radius: 0px !important;
  background-image: none !important;
}

.skillServe .form-box button {
  color: #fff;
  background-color: #1e1e1e;
}

.ppcPortfolio {
  background-color: #1e1e1e;
}

.ppcPortfolio .title h2 {
  color: #fff !important;
}

.ppcPortfolio .title .portfolio-para {
  color: #fff !important;
}

.ppcPortfolio .tabs-btns .nav-pills .nav-link {
  border: 2px solid #FDBD12 !important;
}

.ppcPortfolio .tabs-btns .nav-pills .nav-link.active {
  border: 2px solid #FDBD12 !important;
}

.cta_sec_main {
  padding: 50px 0px;
  background-color: #FDBD12;
}

.cta_content h6 {
  color: #000;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Montserrat+Alternates";
}

.cta_content p {
  color: #fff;
  font-size: 17px;
}

.perchan_main {
  color: #fff;
}

.perchan_text h4,
.perchan_text h5 {
  margin: 0px;
}

.perchan_text h4 {
  color: #000;
  font-weight: bold;
  font-size: 1.3rem;
}

.perchan_text h5 {
  font-size: 1rem;
  color: #ffffff;
}

.web_btn .btn1,
.btn2 {
  font-size: 0.9rem;
  padding: 11px 25px;
  border-radius: 5px;
}

.web_btn ul li .btn1 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  background-color: #1e1e1e;
}

.web_btn ul li .btn2 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  background-color: #fff;
}

.tab-section {
  padding: 50px 0px;
  background-color: #1e1e1e;
  border-bottom: 1px solid #fff;
}

.tab-section .tabs-container {
  display: flex;
  justify-content: space-between;
}

.tab-section .tabs-container .tabs {
  width: 25%;
  margin: 40px 0px;
}

.tab-section .tabs-container .tab-content .leftSide .italic {
  padding: 30px 0px;
  border-bottom: 2px solid #fff;
}

.tab-section .tabs-container .tab-content .leftSide .italic p {
  font-size: 13px;
  font-style: italic;
}

.tab-section .tabs-container .tab-content .leftSide .contact-links .learnBtn a {
  color: #000;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  border: 1px solid #fff;
  background-color: #FDBD12;
}

.tab-section .tabs-container .tab-content .leftSide .contact-links .learnBtn a:hover {
  color: #fff;
  border: 1px solid #FDBD12;
  background-color: transparent;
}

.tab-section .tabs-container .tab-content .leftSide .contact-links .live-chat a {
  color: #fff;
  text-decoration: none;
}

.tab-section .tabs-container .tab-content .leftSide .contact-links .call-us a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.tab-section .tabs-container .tab-content .leftSide h3 span {
  color: #FDBD12;
}

.tab-section .tabs-container .tab-content .leftSide ul li {
  font-size: 14px;
  margin-bottom: 20px;
}

.tab-section .tabs-container .tab-content .leftSide ul li i {
  color: #FDBD12;
  margin-right: 5px;
}

.tab-section .tabs-container .tab-content .rightSide .stationery-img {
  width: 400px;
}

.tab-section .tabs-container .tabs .tab {
  padding: 15px;
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.tab-section .tabs-container .tabs .tab.active {
  background-color: #fff;
  border-right: 5px solid #ff4b2b;
}

.tab-section .tabs-container .tab-content {
  width: 75%;
  padding: 50px 30px;
  background-color: #1e1e1e;
}

.tab-section .tabs-container .tab-content .tab-item p {
  font-size: 14px;
  text-align: justify;
}

.tab-section .tabs-container .tab-content .tab-item {
  display: none;
  color: #fff;
}

.tab-section .tabs-container .tabs .tab {
  font-weight: 600;
}

.tab-section .tabs-container .tabs .tab img {
  margin-right: 10px;
}

.tab-section .tabs-container .tab-content .tab-item.active {
  display: block;
}

.tab-section .tabs-container .tab-content h3 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
}

.tab-section .tabs-container .tab-content ul {
  list-style: none;
  padding: 0;
}

.tab-section .tabs-container .tab-content ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.ppc-packages .card {
  background: #1e1e1e;
}

.ppc-packages .card .pricing h3 {
  color: #fff;
  font-size: 41px;
}

.ppc-packages .card .pricing p {
  color: #fff;
}

.ppc-packages .card .detail li {
  color: #fff;
}

.ppc-packages .card .detail h6 {
  color: #FDBD12;
}

.ppc-packages .pricing .cutPrice {
  color: #fff;
}

.ppc-packages .card .detail .ulPara {
  color: #fff;
}

.client-testimonial {
  color: #fff;
  margin: 0px auto;
  padding: 70px 0px 30px 0px;
  background-color: #1e1e1e;
}

.client-testimonial h2 {
  color: #fff;
  font-family: "Montserrat+Alternates";
}

.client-testimonial .text-section {
  background-color: transparent;
}

.client-testimonial .text-section blockquote p {
  color: #fff;
}

.technological-mastery .technological-para {
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.technological-mastery .technological-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.technological-mastery .technological-parent .content h3 {
  font-size: 35px;
}

.technological-mastery .technological-parent .content ul li {
  color: #fff;
  padding: 0px;
  line-height: 35px;
}

.technological-mastery .technological-parent .content ul li i {
  font-weight: 900;
  margin-right: 10px;
  color: #FDBD12 !important;
}

.technological-mastery .technological-parent .content .elevating-btns .btn1 {
  color: #000;
  font-weight: 600;
  padding: 9px 35px;
  margin: 10px 20px 10px 0px;
  border: 2px solid #FDBD12;
  background-color: #FDBD12;
}

.technological-mastery .technological-parent .content .elevating-btns .btn1:hover {
  color: #fff;
  border: 2px solid #FDBD12;
  background-color: transparent;
}

.technological-mastery .technological-parent .content .elevating-btns .btn2 {
  color: #000;
  font-weight: 700;
  margin: 9px 20px;
  padding: 10px 28px;
  border-radius: 0px;
  background-color: #fff;
}

.technological-mastery .technological-parent .content .elevating-btns .btn2:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}

.ppc-contact-sec {
  padding: 70px 0px 0px 0px;
}

.ppc-contact-sec .theme-h2 {
  font-size: 40px;
}

.ppc-contact-sec .contact-para {
  font-size: 18px;
}

.navbar-toggler {
  background-color: #000 !important;
}

.navbar-toggler-icon i {
  color: #fff;
  margin-top: 5px;
}

/* PPC Page-(Index2) Styling Ends Here */

@-webkit-keyframes topAnimation {
  from {
    transform: translate(0rem, 0);
  }

  to {
    transform: translate(0rem, 3.5rem);
  }
}

@keyframes topAnimation {
  from {
    transform: translate(0rem, 0);
  }

  to {
    transform: translate(0rem, 2.4rem);
  }
}

@-webkit-keyframes bottomAnimation {
  from {
    transform: translate(-11.5rem, 0);
  }

  to {
    transform: translate(0rem, 0);
  }
}

@keyframes bottomAnimation {
  from {
    transform: translate(-12.2rem, 0);
  }

  to {
    transform: translate(-7rem, 0);
  }
}

/************************** media-query **************************/

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-sec .img-lap {
    width: 690px;
    height: 470px;
    top: -45px;
  }

  .testimonial-sec .testimonial-slide .owl-nav {
    left: -570px;
    bottom: 30px;
  }

  .testimonial-sec .testimonial-slide .owl-dots {
    left: -570px;
    bottom: 30px;
  }

  .about-sec .img-about {
    width: 559px;
    height: 360px;
    top: 12px;
  }

  .cta-sec ul li::after {
    right: -10px;
  }

  .cta-sec .content-box {
    padding: 25px 22px;
  }

  .cta-sec ul li:nth-last-child(1):after {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


  .play-button {
    top: 95px;
    left: 153px;
  }

  video {
    width: 90%;
  }

  .footer .inner-container .logo-img p {
    width: 290px;
  }

  .footer-start {
    padding: 60px 10px;
  }

  .footer .inner-container {
    padding: 0px;
  }

  .footer .footer-start .illustration {
    top: -48px;
    left: -2.3%;
  }

  .testimonial-container {
    width: 90%;
  }

  .footer {
    margin-top: 25px;
    padding-top: 70px;
  }

  .footer .start-learning .footer-start .topSocial-icon ul li a {
    width: 40px;
  }

  .section-title {
    font-size: 22px;
  }

  .main-header nav .nav-item .nav-link {
    padding: 4px 6px;
  }

  .testimonial-sec .testimonial-slide .owl-nav {
    left: -476px;
    bottom: 30px;
  }

  .testimonial-sec .testimonial-slide .owl-dots {
    position: absolute;
    left: -476px;
    bottom: 30px;
  }

  .cta-sec .content-box {
    padding: 25px 15px;

  }

  .cta-sec ul li h3 {
    font-size: 20px;
  }

  .cta-sec ul li:nth-child(1) {
    width: 21%;
  }

  .cta-sec ul li:nth-child(2) {
    width: 20%;
  }

  .cta-sec ul li:nth-child(3) {
    width: 24%;
  }

  .cta-sec ul li:nth-child(4) {
    width: 25%;
  }

  .cta-sec ul li:nth-child(5) {
    width: 30%;
  }

  .cta-sec ul li::after {
    right: -6px;
  }

  .cta-sec ul li .links {
    font-size: 15px;
    white-space: nowrap;
  }

  .cta-sec ul li:nth-last-child(1)::after {
    display: none;
  }

  .theme-h2 {
    font-size: 50px;
  }

  .about-sec .img-lap {
    width: 623px;
    height: 430px;
    top: -45px;
  }

  .about-sec .img-about {
    width: 499px;
    height: 321px;
    top: 10px;

  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .client_work {
    width: 100% !important;
    flex-wrap: wrap !important;
    display: flex !important;
    padding: 20px 10px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .client_work .work_content h3 {
    font-size: 30px !important;
    margin-bottom: 10px !important;
  }

  .client_work .work_content .content_para {
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 22px !important;
  }

  .client_work .work_content .date {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
  }

  .animation {
    width: 90% !important;
    height: 300px !important;
    margin: 0px auto !important;
  }

  .ppc-contact-sec .theme-h2 {
    font-size: 35px;
  }

  .skillServe .content .theme-h2 p {
    font-size: 40px;
    color: #fff !important;
  }

  .skillServe .formSection {
    padding: 30px 70px;
  }

  .footer .inner-container .contact ul li i {
    padding: 8px;
    margin: 0px 5px 0px 0px;
  }

  .footer .inner-container .contact ul .last-child i {
    padding: 8px 10px;
  }

  .footer .inner-container {
    gap: 10px;
    padding: 0px;
  }

  .tab-section .tabs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tab-section .tabs-container .tabs {
    width: 100%;
    margin: 40px 0px;
  }

  .tab-section .tabs-container .tab-content {
    width: 100%;
    padding: 50px 30px;
    background-color: #000;
  }

  .justify-content-between {
    flex-wrap: wrap;
    justify-content: space-between !important;
  }

  .footer .inner-container .logo-img p {
    width: 182px;
    padding: 4px;
    font-size: 12px;
  }

  .footer .inner-container .footer-links h3 {
    color: #fff;
    font-size: 20px;
  }

  .footer .inner-container .contact h3 {
    color: #fff;
    font-size: 20px;
  }


  .footer .inner-container .contact ul li a {
    margin: 10px 0px;
    font-size: 13px;
  }

  .footer .inner-container .footer-links ul li {
    margin: 10px 0px;
    font-size: 13px;
  }

  .signup-modal .model-SidePic img {
    display: none;
  }


  .display-between {
    flex-direction: row;
  }

  p {
    font-size: 15px;
  }

  .contact_para {
    padding: 10px 50px !important;
    text-align: justify !important;
  }

  .main-footer .links-content {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .main-footer .links-content .web-link,
  .main-footer .links-content .social-link {
    width: 50%;
    padding: 15px 0 0;
  }

  .main-header .top-head ul li a {
    padding: 5px 8px;
    font-size: 15px;
  }

  .main-header .top-head {
    padding: 5px 0;
  }

  .main-header nav .navbar-brand img {
    width: 150px;
    transition: 0.7s;
  }

  .main-header nav {
    padding: 3px 0px;
  }

  .main-header.bg_header .top-head {
    margin: -88px 0 0;
  }

  .main-banner {
    margin: 104px 0 90px;
  }

  .theme-h2 {
    font-size: 32px;
  }

  .main-banner video {
    height: 440px;
    border-radius: 0 0 10px 10px;
  }

  .main-banner .banner-form {
    bottom: -88px;
  }

  .main-banner .banne-content p {
    padding: 10px 0 13px;
  }

  .main-banner .banne-content {
    justify-content: flex-start;
    padding: 30px 0 0;
  }

  .theme-btn i {
    height: 30px;
    width: 30px;
    font-size: 12px;
    margin-left: 8px;
  }

  .theme-btn {
    padding: 7px 16px;
    font-size: 15px;
  }

  .main-banner .banne-content .scroll-btn span::before {
    height: 30px;
    width: 30px;
  }

  .main-banner .banne-content .scroll-btn span::after {
    height: 35px;
    width: 35px;
  }

  .main-banner .banne-content .scroll-btn {
    bottom: 30px;
  }

  .main-banner .banner-form .form-w {
    width: 100%;
    padding: 11px 4px;
  }

  .main-banner .banner-form .form-sec .input-field {
    width: 100% !important;
    margin: 0 0 13px;
  }

  .main-banner::after {
    border-radius: 0 0 10px 10px;
  }

  .main-banner .banner-form .form-sec .input-field .theme-btn {
    margin: 0 auto;
  }

  .sec-offer {
    padding: 11px 0 42px;
  }

  .sec-offer .title {
    text-align: left;
  }

  .sec-offer .title .btns-offer {
    flex-direction: column;
    align-items: flex-start;
    margin: 14px 0 0;
  }

  .about-sec .img-lap {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    height: unset;
  }

  .about-sec .img-about {
    width: 81%;
    left: 48%;
    margin: 0 auto;
    transform: translateX(-50%);
    top: 58px;
    height: calc(100% - 150px);
  }

  .about-sec {
    padding: 0px 0 50px;
  }

  .about-sec .content h2 {
    font-size: 32px;
  }

  .sevices-sec .content ul {
    width: 100%;
    margin: 24px auto 0;
  }

  .sevices-sec .content ul li::before {
    left: 5px;
  }

  .sevices-sec .content ul li {
    width: 50%;
    margin: 3px 0;
    padding-left: 25px;
    font-size: 14px;
  }

  .our-work-sec {
    padding: 0;
    position: relative;
    margin: 30px 0 50px;
  }

  .my-grid {
    flex-direction: column;
  }

  .my-grid .content {
    width: 100%;
    margin: 30px 0;
  }

  .my-grid .content {
    margin: 140px 0 0;
  }

  .our-work-sec ul {
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .our-work-sec ul li:nth-child(2) {
    top: -6px;
  }

  .our-work-sec ul li:nth-child(3) {
    top: -30px;
  }

  .our-work-sec ul li:nth-child(4) {
    top: -54px;
  }

  .our-work-sec ul li:nth-child(5) {
    top: -74px;
  }

  .our-work-sec ul li:nth-child(6) {
    top: -99px;
  }

  .our-work-sec ul li:nth-child(2) span::after,
  .our-work-sec ul li:nth-child(4) span::after,
  .our-work-sec ul li:nth-child(6) span::after {
    top: unset;
  }

  .our-work-sec ul li::before {
    width: 500px;
    left: -452px;
  }

  .our-work-sec ul li:nth-child(6):after {
    display: none;
  }

  .cta-sec {
    padding: 0 0 50px;
  }

  .cta-sec .content-box {
    flex-direction: column;
    padding: 23px 17px;
    border-radius: 35px;
  }

  .cta-sec ul li {
    height: unset;
    width: 100%;
    padding: 0 0 12px;
  }

  .our-portfolio video {
    height: 920px;
  }

  .our-portfolio .content .portfolio-slider .img-port {
    height: 355px;
  }

  .our-portfolio .content .portfolio-slider .detail {
    width: 100%;
    padding-top: 15px;
  }

  .our-portfolio .content .portfolio-slider .detail p {
    font-size: 14px;
    text-align: center;
  }

  .our-portfolio .content .portfolio-slider .owl-nav {
    bottom: -45px;
  }

  .testimonial-container {
    width: 90%;
    padding: 20px 0px;
  }

  .footer .footer-start .illustration {
    top: -37px;
    left: -2.1%;
  }

  .play-button {
    top: 74px;
    left: 117px;
  }

  video {
    width: 90%;
  }

  .our-portfolio .owl-dots {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 0px 20px 0px;
  }

  .owl-nav {
    display: none;
  }

  .our-portfolio .owl-dots button {
    font-size: 19px;
    text-align: left;
    width: 50%;
    margin-bottom: 15px;
    padding: 0px 18px;
    white-space: nowrap;
  }

  .our-portfolio .content {
    padding: 50px 0;
  }

  .our-portfolio::after {
    border-radius: 0;
  }

  .packages-sec {
    padding: 46px 0 0;
  }

  .packages-sec::after {
    bottom: 0;
    top: unset;
  }

  .testimonial-sec::before {
    top: 90px;
    bottom: unset;
    width: 100%;
    height: 300px;
  }

  .testimonial-sec {
    padding: 60px 0 10px;
  }

  .testimonial-sec .title h2 {
    font-size: 36px;
  }

  .contact-sec .content p {
    padding: 10px 0 20px;
  }

  .contact-sec .form-box {
    border-radius: 30px;
    padding: 35px 14px 30px;
  }

  .contact-sec {
    margin-bottom: 0px;
    padding: 40px 0px 0px;
  }

  .main-footer {
    padding: 60px 0 0px;
  }

  .main-footer .copy-right {
    padding: 15px 10px;
    margin-top: 25px;
  }

  /**************** inner page *****************/

  .inner-about {
    padding: 40px 0 0;
  }

  .cta_content p {
    color: #fff;
    font-size: 13px;
  }

  .elevating-btns {
    margin-bottom: 30px;
  }

  .packages-main .tabs-btns .nav-pills .nav-link {
    margin: 0 5px 8px;
    padding: 7px 9px;
    font-size: 14px;
  }

  .design-experience .content .design-heading {
    color: #fff;
    font-size: 34px;
  }

  .list-inline-item {
    display: inline-block;
    margin: 12px -15px;
  }

  .perchan_main {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
  }

  .cta_content h6 {
    font-size: 20px;
  }

  .packages-main {
    padding: 55px 0 50px;
  }

  .packages-main .tabs-btns .nav-pills {
    margin: 0 !important;
    padding: 27px 0 11px;
    justify-content: flex-start;
  }

  .portfoliowrp .port-box ul li {
    width: 47%;
    height: 260px;
    overflow: hidden;
  }

  .inner-banner {
    position: relative;
    margin: 105px 0 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {

  .display-between {
    flex-direction: column;
  }

  p {
    font-size: 15px;
  }

  .main-footer .links-content {
    flex-direction: column;
  }

  .main-footer .links-content .web-link,
  .main-footer .links-content .social-link {
    width: 100%;
  }

  .main-header .top-head ul li a {
    padding: 5px 8px;
    font-size: 15px;
  }

  .main-header .top-head {
    padding: 5px 0;
  }

  .main-header nav .navbar-brand img {
    width: 150px;
    transition: 0.7s;
  }

  .main-header nav {
    padding: 11px 0;
  }

  .main-header.bg_header .top-head {
    margin: -88px 0 0;
  }

  .main-banner {
    margin: 155px 0 90px;
  }

  .theme-h2 {
    font-size: 32px;
  }

  .main-banner video {
    height: 440px;
    border-radius: 0 0 10px 10px;
  }

  .main-banner .banner-form {
    bottom: -280px;
  }

  .main-banner .banne-content p {
    padding: 10px 0 13px;
  }

  .main-banner .banne-content {
    justify-content: flex-start;
    padding: 30px 0 0;
  }

  .theme-btn i {
    height: 30px;
    width: 30px;
    font-size: 12px;
    margin-left: 8px;
  }

  .theme-btn {
    padding: 7px 16px;
    font-size: 15px;
  }

  .main-banner .banne-content .scroll-btn span::before {
    height: 30px;
    width: 30px;
  }

  .main-banner .banne-content .scroll-btn span::after {
    height: 35px;
    width: 35px;
  }

  .main-banner .banne-content .scroll-btn {
    bottom: 30px;
  }

  .main-banner .banner-form .form-w {
    width: 100%;
    padding: 11px 4px;
  }

  .main-banner .banner-form .form-sec .input-field {
    width: 100% !important;
    margin: 0 0 13px;
  }

  .main-banner::after {
    border-radius: 0 0 10px 10px;
  }

  .main-banner .banner-form .form-sec .input-field .theme-btn {
    margin: 0 auto;
  }

  .sec-offer {
    padding: 195px 0 50px;
  }

  .sec-offer .title {
    text-align: left;
  }

  .sec-offer .title .btns-offer {
    flex-direction: column;
    align-items: flex-start;
    margin: 14px 0 0;
  }

  .about-sec .img-lap {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    height: unset;
  }

  .about-sec .img-about {
    width: 81%;
    left: 48%;
    margin: 0 auto;
    transform: translateX(-50%);
    top: 33px;
    height: calc(100% - 85px);
  }

  .about-sec {
    padding: 0px 0 50px;
  }

  .about-sec .content h2 {
    font-size: 32px;
  }

  .sevices-sec .content ul {
    width: 100%;
    margin: 24px auto 0;
  }

  .sevices-sec .content ul li::before {
    left: 5px;
  }

  .sevices-sec .content ul li {
    width: 50%;
    margin: 3px 0;
    padding-left: 25px;
    font-size: 14px;
  }

  .our-work-sec {
    padding: 0;
    position: relative;
    margin: 30px 0 50px;
  }

  .my-grid {
    flex-direction: column;
  }

  .my-grid .content {
    width: 100%;
    margin: 30px 0;
  }

  .my-grid .content {
    margin: 140px 0 0;
  }

  .our-work-sec ul {
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .our-work-sec ul li:nth-child(2) {
    top: -6px;
  }

  .our-work-sec ul li:nth-child(3) {
    top: -30px;
  }

  .our-work-sec ul li:nth-child(4) {
    top: -54px;
  }

  .our-work-sec ul li:nth-child(5) {
    top: -74px;
  }

  .our-work-sec ul li:nth-child(6) {
    top: -99px;
  }

  .our-work-sec ul li:nth-child(2) span::after,
  .our-work-sec ul li:nth-child(4) span::after,
  .our-work-sec ul li:nth-child(6) span::after {
    top: unset;
  }

  .our-work-sec ul li::before {
    width: 500px;
    left: -452px;
  }

  .our-work-sec ul li:nth-child(6):after {
    display: none;
  }

  .cta-sec {
    padding: 0 0 50px;
  }

  .cta-sec .content-box {
    flex-direction: column;
    padding: 23px 17px;
    border-radius: 35px;
  }

  .cta-sec ul li {
    height: unset;
    width: 100%;
    padding: 0 0 12px;
  }

  .our-portfolio video {
    height: 920px;
  }

  .our-portfolio .content .portfolio-slider .img-port {
    height: 235px;
  }

  .our-portfolio .content .portfolio-slider .detail {
    width: 100%;
    padding-top: 15px;
  }

  .our-portfolio .content .portfolio-slider .detail p {
    font-size: 14px;
    text-align: center;
  }

  .our-portfolio .content .portfolio-slider .owl-nav {
    bottom: -45px;
  }

  .our-portfolio .owl-dots {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 24px 0 0;
  }

  .owl-nav {
    display: none;
  }

  .our-portfolio .owl-dots button {
    font-size: 19px;
    text-align: left;
    width: 50%;
    margin-bottom: 15px;
    padding: 0px 18px;
    white-space: nowrap;
  }

  .our-portfolio .content {
    padding: 50px 0;
  }

  .our-portfolio::after {
    border-radius: 0;
  }

  .packages-sec {
    padding: 46px 0 0;
  }

  .packages-sec::after {
    bottom: 0;
    top: unset;
  }

  .testimonial-sec::before {
    top: 90px;
    bottom: unset;
    width: 100%;
    height: 300px;
  }

  .testimonial-sec {
    padding: 60px 0 10px;
  }

  .testimonial-sec .title h2 {
    font-size: 36px;
  }

  .contact-sec .content p {
    padding: 10px 0 20px;
  }

  .contact-sec .form-box {
    border-radius: 30px;
    padding: 35px 14px 30px;
  }

  .contact-sec {
    padding: 40px 0 50px;
  }

  .main-footer {
    padding: 60px 0 0px;
  }

  .main-footer .copy-right {
    padding: 15px 10px;
    margin-top: 25px;
  }

  /**************** inner page *****************/

  .inner-about {
    padding: 40px 0 0;
  }

  .packages-main .tabs-btns .nav-pills .nav-link {
    margin: 0 5px 8px;
    padding: 7px 19px;
    font-size: 14px;
  }

  .packages-main {
    padding: 55px 0 50px;
  }

  .packages-main .tabs-btns .nav-pills {
    margin: 0 !important;
    padding: 27px 0 11px;
    justify-content: flex-start;
  }

  .portfoliowrp .port-box ul li {
    width: 47%;
    height: 215px;
    overflow: hidden;
  }

  .testi-inner {
    padding: 0px 0 60px;
  }

  .packages-sec .item {
    min-height: 620px;
  }

  .packages-sec .card .btn-start .theme-btn {
    padding: 7px 12px;
  }

  .main-contact .form-box {
    border-radius: 58px;
    overflow: hidden;
  }

  .inner-banner video {
    min-height: 370px;
    height: 370px;
  }

  .inner-banner .banner-content p {
    padding: 0 0 20px;
  }

  .inner-banner .banner-content ul li {
    width: 47%;
  }

  .inner-banner .banner-content h2 {
    padding: 6px 0 15px;
  }

  .al-pad {
    padding: 60px 0;
  }

  .packages-sec .card .pkg-name span {
    padding: 8px 20px;
    font-size: 15px;
    white-space: nowrap;
  }

  .main-header .top-head .top-grid .gridd {
    width: 100% !important;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {

  .animation {
    width: 100% !important;
    height: 300px !important;
    margin: 0px auto !important;
  }

  .partner_heading h4 {
    font-size: 26px;
    margin-bottom: 15px !important;
  }

  .partner_heading p {
    font-size: 15px !important;
    line-height: 27px !important;
    text-align: justify !important;
    margin-bottom: 0px !important;
  }

  .client_work .work_content h3 {
    font-size: 30px !important;
    text-align: center;
  }

  .client_work .work_content .date {
    margin-bottom: 11px !important;
  }

  .client_work .work_content .content_para {
    font-size: 16px !important;
  }

  .client_work {
    width: 95% !important;
    flex-wrap: wrap !important;
    display: flex !important;
    padding: 40px 20px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .client_work .work_content .botton_links ul {
    justify-content: space-between !important;
  }

  .ppc-contact-sec .theme-h2 {
    font-size: 21px;
    margin-bottom: 10px !important;
  }

  .ppc-contact-sec .contact-para {
    font-size: 14px;
    margin-bottom: 10px !important;
  }

  .skillServe .content .theme-h2 p {
    font-size: 24px;
    color: #fff !important;
  }

  .skillServe .content .para {
    color: #fff;
    font-size: 15px;
    padding: 20px 0px;
  }

  .skillServe ul li {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .skillServe .formSection {
    padding: 0px 30px;
    margin: 40px auto;
  }

  .tab-section .tabs-container .tab-content {
    width: 100%;
    padding: 10px 0px;
    background-color: #1e1e1e;
  }

  .tab-section .tabs-container .tabs {
    width: 100%;
    margin: 40px 0px;
  }

  .footer .start-learning .footer-start .texts {
    width: 100%;
    display: flex;
    text-align: center;
    margin-bottom: 50px;
    justify-content: center;
  }

  .tab-section .tabs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }


  .tab-section .tabs-container .tab-content .tab-item .d-flex {
    flex-wrap: wrap;
  }

  .portfoliowrp .port-box ul li img {
    object-fit: cover;
  }

  .section-sub-title span {
    padding: 0px 0px 0px 5px;
  }

  .cta_content h6 {
    font-size: 24px;
  }

  .cta_content p {
    font-size: 16px;
  }

  .perchan_main {
    margin-bottom: 40px;
  }

  .design-experience .content .design-heading {
    color: #fff;
    font-size: 32px;
  }

  .design-experience .content .design-building .design-child .child-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #FDBD12;
    margin-bottom: 5px;
  }

  .design-experience .content .design-heading {
    color: #fff;
    font-size: 30px;
    margin: 20px auto;
  }

  .design-experience .first-para {
    color: #fff !important;
    text-align: justify;
  }

  .technological-mastery .technological-parent .content h3 {
    font-size: 30px;
  }

  .technological-mastery .technological-para {
    color: #fff;
    font-size: 30px;
    text-align: center;
  }

  .main-banner .banner-form .form-sec {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-start .commonBtn {
    display: none;
  }

  .footer .start-learning .footer-start .topSocial-icon ul {
    top: 65%;
    left: 50%;
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .footer .inner-container .footer-links {
    width: 100%;
    text-align: center;
  }

  .footer .inner-container .contact a img {
    margin: 15px 0px;
    display: none;
  }

  .footer .inner-container .contact ul li {
    padding: 0px 0px 0px 15px;
  }

  .footer .inner-container .contact h3 {
    color: #fff;
    font-size: 20px;
  }

  .footer {
    margin-top: 0px;
  }

  .contact-sec {
    margin-bottom: 5px;
  }

  .footer .start-learning .footer-start .texts h2 {
    font-size: 16px;
  }

  .footer .inner-container {
    gap: 10px;
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
  }

  .display-between {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: end;
  }

  p {
    font-size: 15px;
  }

  .main-footer .links-content {
    flex-direction: column;
  }

  .main-footer .links-content .web-link,
  .main-footer .links-content .social-link {
    width: 100% !important;
    padding: 16px 0 0;
  }

  .main-header .top-head ul li a {
    padding: 5px 2px;
    font-size: 13px;
  }

  .main-header .top-head .top-grid .gridd {
    width: 100% !important;
  }

  .main-header .top-head {
    padding: 5px 0;
  }

  .main-header nav .navbar-brand img {
    width: 115px;
    transition: 0.7s;
  }

  .main-header nav {
    padding: 30px 0px 0px 0px;
  }

  .main-header.bg_header .top-head {
    margin: -88px 0 0;
  }

  .testimonial-container {
    width: 95%;
    display: flex;
    margin: 10px auto;
    padding: 10px 15px;
    border-radius: 20px;
    flex-wrap: wrap !important;
  }

  video {
    width: 100%;
    height: 200px;
    border: 2px solid #FDBD12;
    border-radius: 20px;
  }

  .play-button::before {
    margin: 14px auto;
  }

  .text-section h3 {
    text-align: center;
  }

  .contact-sec .content h2 {
    font-size: 28px;
  }

  .client-review h2 {
    margin: 0px;
    font-size: 29px;
  }

  .text-section .owner-name {
    text-align: center;
  }

  .text-section {
    padding: 10px 6px;
    text-align: justify;
  }

  .play-button {
    top: 48px;
    left: 140px;
    width: 52px;
    height: 52px;
  }

  .video-section {
    width: 100%;
  }

  .footer .inner-container .logo-img p {
    width: 100%;
    color: #fff;
    padding: 15px;
    text-align: justify;
  }

  #requestBtn {
    display: none;
    font-size: 15px;
    padding: 10px 8px;
    border-radius: 10px 0px 0px 10px;

  }

  .main-banner {
    margin: 154px 0 90px;
  }

  .theme-h2 {
    font-size: 32px;
  }

  .popup_form>span {
    display: none;
  }

  .signup-modal .form-box h3 {
    color: #FDBD12;
    font-size: 20px;
  }

  .request-callback {
    top: 44%;
  }

  .signup-modal .form-box .btn-close {
    background-color: #FDBD12;
    color: #000;
    right: 5px;
    top: 28px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    opacity: 1;
    font-size: 12px;
    padding: 0;
  }

  .signup-modal .form-box {
    padding: 33px 10px;
    top: 0px;
    left: 0px;
  }

  .form-container {
    padding: 10px;
  }

  .main-banner video {
    height: 440px;
    border-radius: 0 0 10px 10px;
  }

  .main-banner .banner-form {
    bottom: -280px;
  }

  .main-banner .banne-content p {
    padding: 10px 0 13px;
  }

  .main-banner .banne-content {
    justify-content: flex-start;
    padding: 14px 0 0;
  }

  .theme-btn i {
    height: 30px;
    width: 30px;
    font-size: 12px;
    margin-left: 8px;
  }

  .theme-btn {
    padding: 7px 16px;
    font-size: 15px;
  }

  .main-banner .banne-content .scroll-btn span::before {
    height: 30px;
    width: 30px;
  }

  .main-banner .banne-content .scroll-btn span::after {
    height: 35px;
    width: 35px;
  }

  .main-banner .banne-content .scroll-btn {
    bottom: 30px;
  }

  .main-banner .banner-form .form-w {
    width: 100%;
    padding: 11px 4px;
  }

  .main-banner .banner-form .form-sec .input-field {
    width: 100% !important;
    margin: 0 0 13px;
  }

  .main-banner::after {
    border-radius: 0 0 10px 10px;
  }

  .main-banner .banner-form .form-sec .input-field .theme-btn {
    margin: 0 auto;
  }

  .sec-offer {
    padding: 195px 0 50px;
  }

  .sec-offer .title {
    text-align: left;
  }

  .sec-offer .title .btns-offer {
    flex-direction: column;
    align-items: flex-start;
    margin: 14px 0 0;
  }

  .about-sec .img-lap {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    height: unset;
  }

  .about-sec .img-about {
    width: 81%;
    left: 48%;
    margin: 0 auto;
    transform: translateX(-50%);
    top: 33px;
    height: calc(100% - 85px);
  }

  .about-sec {
    padding: 0px 0 50px;
  }

  .about-sec .content h2 {
    font-size: 32px;
  }

  .sevices-sec .content ul {
    width: 100%;
    margin: 24px auto 0;
  }

  .sevices-sec .content ul li::before {
    left: 5px;
  }

  .sevices-sec .content ul li {
    width: 50%;
    margin: 3px 0;
    padding-left: 25px;
    font-size: 14px;
  }

  .our-work-sec {
    padding: 0;
    position: relative;
    margin: 30px 0 50px;
  }

  .my-grid {
    flex-direction: column;
  }

  .my-grid .content {
    width: 100%;
    margin: 30px 0;
  }

  .my-grid .content {
    margin: 140px 0 0;
  }

  .our-work-sec ul {
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .our-work-sec ul li:nth-child(2) {
    top: -6px;
  }

  .our-work-sec ul li:nth-child(3) {
    top: -36px;
  }

  .our-work-sec ul li:nth-child(4) {
    top: -65px;
  }

  .our-work-sec ul li:nth-child(5) {
    top: -95px;
  }

  .our-work-sec ul li:nth-child(6) {
    top: -125px;
  }

  .our-work-sec ul li:nth-child(2) span::after,
  .our-work-sec ul li:nth-child(4) span::after,
  .our-work-sec ul li:nth-child(6) span::after {
    top: unset;
  }

  .our-work-sec ul li:nth-child(6):after {
    display: none;
  }

  .cta-sec {
    padding: 0 0 50px;
  }

  .cta-sec .content-box {
    flex-direction: column;
    padding: 23px 17px;
    border-radius: 35px;
  }

  .cta-sec ul li {
    height: unset;
    width: 100%;
    padding: 0 0 12px;
  }

  .our-portfolio video {
    height: 1000px;
  }

  .our-portfolio .content .portfolio-slider .img-port {
    height: 235px;
  }

  .our-portfolio .content .portfolio-slider .detail {
    width: 100%;
    padding-top: 15px;
  }

  .our-portfolio .content .portfolio-slider .detail p {
    font-size: 14px;
    text-align: center;
  }

  .our-portfolio .content .portfolio-slider .owl-nav {
    bottom: -45px;
  }

  .our-portfolio .content .title h2 {
    margin-top: 70px;
  }

  .our-portfolio .owl-dots {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
    justify-content: space-between;
  }

  .owl-nav {
    display: none;
  }

  .our-portfolio .owl-dots button {
    font-size: 19px;
    text-align: left;
    width: 50%;
    margin-bottom: 15px;
    padding: 0px 18px;
    white-space: nowrap;
  }

  .our-portfolio .content {
    padding: 50px 0;
  }

  .our-portfolio::after {
    border-radius: 0;
  }

  .packages-sec {
    padding: 46px 0 0;
  }

  .packages-sec::after {
    bottom: 0;
    top: unset;
  }

  .testimonial-sec::before {
    top: 90px;
    bottom: unset;
    width: 100%;
    height: 300px;
  }

  .testimonial-sec {
    padding: 60px 0 10px;
  }

  .testimonial-sec .title h2 {
    font-size: 36px;
  }

  .contact-sec .content p {
    padding: 10px 0 20px;
  }

  .contact-sec .form-box {
    border-radius: 30px;
    padding: 35px 14px 30px;
  }

  .contact-sec {
    padding: 40px 0 50px;
  }

  .main-footer {
    padding: 60px 0 0px;
  }

  .main-footer .copy-right {
    padding: 15px 10px;
    margin-top: 25px;
  }

  /**************** inner page *****************/
  .inner-about {
    padding: 40px 0 50px;
  }

  .packages-main .tabs-btns .nav-pills .nav-link {
    margin: 0 5px 8px 0px;
    padding: 7px 17px;
    font-size: 14px;
  }

  .packages-main {
    padding: 55px 0 50px;
  }

  .packages-main .tabs-btns .nav-pills {
    margin: 0 !important;
    padding: 0px;
    justify-content: flex-start;
  }

  .packages-sec::before,
  .packages-sec::after {
    z-index: -1;
  }

  .packages-main {
    padding: 20px 0 50px;
  }

  .portfoliowrp .port-box ul li {
    width: 100%;
  }

  .portfoliowrp .client-logos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .portfoliowrp .client-logos ul li img {
    width: 100%;
    height: 160px;
  }

  .portfoliowrp .client-logos ul li {
    width: 47%;
  }

  .testi-inner {
    padding: 0px 0 60px;
  }

  .packages-sec .item {
    min-height: 550px;
  }

  .packages-sec .card .btn-start .theme-btn {
    padding: 7px 12px;
  }

  .inner-banner video {
    min-height: 370px;
    height: 370px;
  }

  .inner-banner .banner-content p {
    padding: 0 0 20px;
  }

  .inner-banner .banner-content ul li {
    width: 47%;
  }

  .inner-banner .banner-content h2 {
    font-size: 30px;
    padding: 6px 0 15px;
  }

  .portfoliowrp .tabs-btns .nav-pills {
    padding: 0px 0 20px
  }

  .main-contact .form-box {
    border-radius: 58px;
    overflow: hidden;
  }

  .al-pad {
    padding: 60px 0;
  }

  .packages-sec .card .pkg-name span {
    padding: 8px 20px;
    font-size: 15px;
  }

  .main-header .top-head .top-grid .gridd:nth-child(1) {
    text-align: left;
    display: flex;
    justify-content: flex-start;
  }

  .main-header .display-start,
  .main-header .display-end {
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .main-header.scroll {
    margin-top: -88px;
  }

  .main-header .top-head ul li a i {
    font-size: 15px;
  }
}

@media only screen and (max-width: 990px) and (min-width: 200px) {

  .footer .start-learning .footer-start .topSocial-icon ul li a {
    width: 25px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    margin: 0px 10px;
  }

  .footer .footer-start .illustration {
    position: absolute;
    top: -37px;
    left: -3.4%;
    width: 100px;
    height: 90px;
  }

  .our-portfolio .content .title h2 {
    margin-top: 40px;
  }

  .footer .inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .start-learning {
    position: unset;
  }

  .footer-start {
    width: 94%;
    top: -38px;
    display: flex;
    padding: 30px 5px;
    margin: 30px auto;
    flex-wrap: wrap;
  }

  .section-title {
    font-size: 23px;
  }

  h3.section-sub-title {
    font-size: 18px;
  }

  .footer {
    padding-top: 0;
  }

  a.button {
    height: 50px;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .text-sm-end {
    text-align: center !important;
  }

  .main-contact .form-box .title h2 {
    font-size: 30px !important;
  }

  .contact_para {
    font-size: 13px !important;
    padding: 5px 0px !important;
    text-align: justify !important;
  }

  .perchan_main {
    flex-direction: column;
  }

  .our_clients .customer-logos .slide-track {
    animation: scroll 5s linear infinite !important;
  }

  .perchan_text h4,
  .perchan_text h5 {
    font-size: 1.2rem;
  }

  .packages-sec .card .pricing .off-price {
    top: 0px;
    right: 0px;
  }

  .partners {
    font-weight: bold !important;
    font-size: 18px !important;
  }

  .packages-sec .card .pricing .off-price2 {
    top: 0px;
    right: 0px;
  }

  .client_work .work_screen .animation {
    border-radius: 10px 100px 10px 100px !important;
  }

  .client_work .work_content .botton_links ul {
    gap: 10px !important;
    display: flex;
    align-items: center;
  }

  .btn-text {
    font-size: 11px !important;
    margin-right: 8px !important;
  }
}

.contact_para {
  padding: 15px 200px;
  text-align: justify;
}

.side_para {
  font-size: 12px;
  text-align: justify;
}

.side_para a {
  color: #FDBD12;
}

.contact_para a {
  color: #FDBD12;
}

.partner_heading p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  /* margin-bottom: 80px; */
  font-family: "Poppins", sans-serif;
}

.client_work {
  width: 100%;
  display: flex;
  padding: 30px;
  align-items: center;
  margin-bottom: 70px;
  border-radius: 25px;
  background-color: #000;
  justify-content: space-between;
  box-shadow: 0 3px 16px #FDBD12;
}

.client_work .work_content h3 {
  font-size: 35px;
  color: #FDBD12;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'Montserrat+Alternates+Bold';
}

.client_work .work_content .date i {
  color: #FDBD12;
  margin-right: 10px;
  font-size: 18px !important;
}

.client_work .work_content .date {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  width: 50%;
  padding-bottom: 5px;
  border-bottom: 5px solid transparent;
  transition: width 0.4s ease, border-color 0.4s ease;
}

.client_work:hover .work_content .date {
  width: 200px;
  border-color: #FDBD12;
}

.client_work .work_content .content_para {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  text-align: justify;
  font-family: "Poppins", sans-serif;
}

.client_work .work_content .botton_links {
  margin: 30px 0px;
}

.client_work .work_content .botton_links ul {
  gap: 20px;
  display: flex;
  align-items: center;
}

.client_work .work_content .botton_links ul .first_list a {
  padding: 11px 17px !important;
}

.client_work .work_content .botton_links ul li a {
  color: #000;
  font-size: 18px;
  padding: 11px 15px;
  border-radius: 25px;
  text-decoration: none;
  background-color: #fdbd12;
}

.client_work .work_content .botton_links ul li a:hover {
  color: #000;
  background-color: #fff;
}

.client_work .work_screen .animation {
  background-color: #FDBD12;
  border-radius: 30px 150px 30px 150px;
  -moz-border-radius: 30px 150px 30px 150px;
  -webkit-border-radius: 30px 150px 30px 150px;
}

.animation {
  width: 98%;
  height: 100%;
  margin: 0px auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.animation .device {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #111111;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animation .device .phone-home-button,
.animation .device .tablet-home-button {
  opacity: 0;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  background: #444444;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.animation .device .phone-home-button {
  top: 50%;
  width: 16px;
  right: 11px;
  height: 16px;
  margin-top: -8px;
}

.animation .device .tablet-home-button {
  left: 50%;
  width: 12px;
  bottom: 7px;
  height: 12px;
  margin-left: -6px;
}

.animation .device .screen-stand {
  top: 60%;
  z-index: 1;
  opacity: 0;
  width: 100%;
  margin-top: -1px;
  position: absolute;
  margin-left: -10px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.animation .device .screen-stand .leg {
  top: 0;
  left: 50%;
  width: 12px;
  height: 16px;
  margin-left: -6px;
  position: absolute;
  background: #111111;
}

.animation .device .screen-stand .foot {
  left: 50%;
  top: 15px;
  height: 4px;
  width: 120px;
  margin-left: -60px;
  position: absolute;
  background: #111111;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.animation .device .display {
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.animation .device .display div {
  left: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  white-space: nowrap;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.animation .device .display div div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0%;
  margin-top: 0px;
  font-size: 1.1em;
  text-align: center;
  color: #ffffff;
}

.animation[data-animation-step="1"] .device {
  width: 70%;
  height: 60%;
  padding: 10px;
  border-radius: 4px;
}

.animation[data-animation-step="1"] .device .slide1 {
  left: 0%;
}

.animation[data-animation-step="1"] .device .screen-stand {
  opacity: 1;
  top: 100%;
}

.animation[data-animation-step="2"] .device {
  width: 45%;
  height: 72%;
  padding: 24px;
  border-radius: 10px;
}

.animation[data-animation-step="2"] .device .slide1 {
  left: -100%;
}

.animation[data-animation-step="2"] .device .slide2 {
  left: 0%;
}

.animation[data-animation-step="2"] .device .tablet-home-button {
  opacity: 1;
}

.animation[data-animation-step="3"] .device {
  width: 54%;
  height: 38%;
  padding: 10px 36px;
  border-radius: 6px;
}

.animation[data-animation-step="3"] .device .slide1,
.animation[data-animation-step="3"] .device .slide2 {
  left: -100%;
}

.animation[data-animation-step="3"] .device .slide3 {
  left: 0%;
}

.animation[data-animation-step="3"] .device .phone-home-button {
  opacity: 1;
}

.btn {
  color: #000;
  border: none;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  border-radius: 50px;
  align-items: center;
  display: inline-flex;
  padding: 5px 4px 5px 30px;
  background-color: #fdbd12;
  font-family: "Montserrat+Alternates";
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #FFB933;
}

.btn-text {
  margin-right: 20px;
}

.btn-icon {
  display: flex;
  color: #fff;
  border-radius: 50%;
  padding: 10px 15px;
  align-items: center;
  display: inline-block;
  justify-content: center;
  background-color: #000;
  transition: transform 0.3s ease;
}

.btn:hover .btn-icon {
  color: #000;
  background-color: #fff;
  transform: translateX(10px);
}

/* OurPartners Logo Slider CSS */

/* Container Styling */
.our_clients {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}

/* Slide Styling */
.our_clients .customer-logos {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-start;
}

.our_clients .customer-logos .slide-track {
  display: flex;
  width: max-content;
  align-items: center;
  /* justify-content: space-between; */
  animation: scroll 15s linear infinite;
}

.our_clients .customer-logos .slide-track .slide {
  margin: 0 10px;
  flex: 0 0 16.66%;
}

.our_clients .customer-logos .slide-track .slide img {
  margin: 0px;
  width: 80%;
  display: block;
  aspect-ratio: 3/2;
  object-fit: contain;
  mix-blend-mode: color-burn;
}

/* Keyframe for smooth scrolling */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Responsiveness */
@media (max-width: 768px) {
  .our_clients .customer-logos .slide-track .slide {
    flex: 0 0 25%;
    /* 4 logos visible */
  }
}

@media (max-width: 520px) {
  .our_clients .customer-logos .slide-track .slide {
    flex: 0 0 33.33%;
    /* 3 logos visible */
  }
}