@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("https://fonts.googleapis.com/css2?family=Montserrat+Alternates: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);

* {
  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;
}

/* theme start */

.tablinks img{
   height: 32px;
}

.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: linear-gradient(90deg, rgba(244, 120, 40, 1) 0%, rgba(232, 20, 104, 1) 50%);
  color: #fff;
  padding: 5px 20px 5px 27px;
  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;
  position: relative;
  margin-left: 20px;
  z-index: 1;
}



.theme-btn i {
  background: #fff;
  color: #b11150;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin-left: 13px;
  transition: 0.8s;
  position: absolute;
  left: -28px;
  box-shadow: -3px 1px 6px 3px rgb(0, 0, 0, 0.3);
}

.theme-btn::before{
      background:#000;
      content:"";
      left: 0;
      right: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: -1;
      border-radius: 30px;
      transition: 0.7s;
  }
  
  .theme-btn:hover::before{
      right: 0;
  }

.theme-btn:hover i {
  transform: rotate(360deg);
}

.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: #da0e84;
}

.theme-btn-2:hover {
  color: #da0e84;
}

.theme-btn-2:hover::after {
  right: 0;
}

.theme-h2 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 63px;
  color: #000;
  text-transform: capitalize;
}

.theme-h2 span {
  font-weight: 700;
}

.theme-h4 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 17px;
  font-weight: 500;
}

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 {
  background: #e71467d1;
  padding: 12px 0;
  transition: 0.7s;
}

.main-header.scroll {
  margin-top: -51px;
}

.main-header .top-head ul li a {
  font-family: "Cabinet Grotesk";
  color: #fff;
  padding: 5px 8px;
  font-size: 17px;
  text-transform: capitalize;
}

.main-header .top-head ul li a i {
  font-size: 20px;
}

.main-header .top-head .talk-btn {
  color: #fff;
  font-family: "Cabinet Grotesk";
  font-size: 17px;
  text-transform: capitalize;
}

.main-header .top-head .top-grid {}

.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 {
  padding: 12px 0;
  transition: 0.7s;
}

.main-header nav .navbar-brand img {
  width: 124px;
  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: 2px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}

.main-header nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  background: linear-gradient(90deg, rgba(244, 120, 40, 1) 0%, rgba(232, 20, 104, 1) 50%);
  transition: 0.5s;
  z-index: -1;
  height: 2px;
}

.main-header nav .nav-item .active,
.main-header nav .nav-item .nav-link:hover {
  color: #000;
}

.main-header nav .nav-item .active::before,
.main-header nav .nav-item .nav-link:hover::before {
  right: 0;
}

/******* dropdown ********/

.main-header nav .nav-item .dropdown-menu {
  background: linear-gradient(90deg, rgba(244, 120, 40, 1) 0%, rgba(232, 20, 104, 1) 50%);
  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: #fff;
  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 {
  position: relative;
  z-index: 1;
  margin: 149px 0 90px;
}

.main-banner .banner-b {
  position: relative;
}

.main-banner .banner-b::before {
  content: "";
  background-image: url(../images/logo-white.png);
  position: absolute;
  height: 530px;
  width: 585px;
  right: 55px;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
}

.main-banner .banner-b .position-relative{
  z-index: 1;
}

/* .main-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  top: 0;
  z-index: 1;
  background-color: rgb(0, 0, 0, 0.5);
  border-radius: 0 0 22px 22px;
} */

.main-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  top: 0;
  z-index: 0;
  background-image: url(../images/main-banner.webp);
  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 45px;
}

.main-banner .banne-content span {
  color: #fff;
}

.main-banner .banne-content .scroll-btn {
  left: unset;
  right: -75px;
  position: absolute;
  /* bottom: 100px; */
  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 #e71467d1;
  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;
  box-shadow: 0px 2px 5px #00000059;
}

.main-banner .banner-form .form-sec {
  padding: 14px 14px;
  border-radius: 43px;
  /* border: 1px solid; */
  width: 100%;
  box-shadow: 0px 0px 3px 0px #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/logo-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: -36px;
  position: absolute;
  height: 201px;
  width: 215px;
  top: 0;
  filter: brightness(0) saturate(100%) invert(9%) sepia(87%) saturate(7472%) hue-rotate(319deg) brightness(99%) contrast(89%);
  opacity: 0.1;
}

.sec-offer::after {
  content: "";
  background-image: url(../images/logo-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: -38px;
  position: absolute;
  height: 252px;
  width: 265px;
  bottom: 0;
  filter: brightness(0) saturate(100%) invert(9%) sepia(87%) saturate(7472%) hue-rotate(319deg) brightness(99%) contrast(89%);
  opacity: 0.1;
}

.sec-offer .title {
  text-align: center;
}

.sec-offer .title {}

.sec-offer .title h2 span {
  color: #da0e84;
}

.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: -98px;
  height: 420px;
  overflow: hidden;
  top: 20px;
  overflow-y: auto;
  /* height: calc(100% - 220px); */
}

.about-sec .img-about img {
  width: 100%;
}

.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 .img-lap img {}

/* .about-sec::before {
  content: "";
  background-image: url(../images/laptop-img.png);
  width: 57%;
  position: absolute;
  top: -23px;
  bottom: 0;
  left: -108px;
  z-index: -1;
  height: 600px;
  background-size: 100%;
  background-repeat: no-repeat;
} */

.about-sec .content h2 {
  font-size: 44px;
  padding: 0 0 8px;
  text-transform: capitalize;
}

.about-sec .content h2 span {
  color: #da0e84;
}

.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;
}

.about-sec .content .box p{
  padding-bottom: 10px;
}

/************** sevices-sec ***********/

.sevices-sec {
  position: relative;
  z-index: 1;
}

.sevices-sec::before {
  content: "";
  position: absolute;
  background-image: url(../images/logo-white.png);
  height: 598px;
  width: 629px;
  background-size: 100%;
  left: 50%;
  top: 50%;
  /* top: 0; */
  transform: translate(-50%, -50%);
  opacity: 0.8;
  background-repeat: no-repeat;
}

.sevices-sec::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  top: 0;
  z-index: 0;
  background-image: url(../images/main-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
}

.sevices-sec video {
  height: 750px;
  object-fit: cover;
  width: 100%;
  object-position: right;
}

.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;
}

.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: #fff;
  color: #000;
  transition:0.5s;
}

.sevices-sec .content .btns-offer .theme-btn:hover,
.marginleft a:nth-child(1):hover{
    color:#fff;
}

.sevices-sec .content .btns-offer .theme-btn i {
  background: linear-gradient(90deg, rgba(244, 120, 40, 1) 0%, rgba(232, 20, 104, 1) 50%);
  color: #fff;
}

.sevices-sec .content .btns-offer .theme-btn-2 {
  color: #fff;
}

.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/logo-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  left: -16px;
  position: absolute;
  height: 201px;
  width: 210px;
  top: 0;
  filter: brightness(0) saturate(100%) invert(9%) sepia(87%) saturate(7472%) hue-rotate(319deg) brightness(99%) contrast(89%);
  opacity: 0.1;
  transform: rotate(33deg);
}

.our-work-sec::after {
  content: "";
  background-image: url(../images/logo-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  right: 79px;
  position: absolute;
  height: 314px;
  width: 331px;
  bottom: 0;
  filter: brightness(0) saturate(100%) invert(9%) sepia(87%) saturate(7472%) hue-rotate(319deg) brightness(99%) contrast(89%);
  opacity: 0.1;
}

.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: "";
  /* background: #000; */
  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: linear-gradient(90deg, rgba(244, 120, 40, 1) 0%, rgba(232, 20, 104, 1) 50%);
}

.our-work-sec ul li.active span {
  background: linear-gradient(90deg, rgba(244, 120, 40, 1) 0%, rgba(232, 20, 104, 1) 50%);
  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 banner css start*/
section.ctabanner {
  padding: 50px 0 50px;
}

section.ctabanner .box-cta {
  background-image: url(../images/cta-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 14px;
  padding: 21px 0px;
}

.ctatext h3 {
  color: #ffffff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Montserrat Alternates", sans-serif;
  text-transform: capitalize;
}

.ctatext h3 span {
  /* display: block; */
  color: #d20d7f;
}

.ctatext p {
  font-weight: 500;
  color: #fff;
  font-size: 21px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
}

.calllsit h4 {
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.calllsit .num {
  margin: 0 0 25px auto !important;
  display: block;
  width: fit-content;
  font-size: 39px;
  font-weight: 700;
  font-family: "Montserrat Alternates", sans-serif;
}

.calllsit a {
  color: #fff;
}

a.requestbtn {
  background-color: #fff;
  color: #3e7916;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 14px 50px;
  border-radius: 50px;
  margin: 0 28px 19px 0;
  font-family: 'Outfit', sans-serif;
}

a.chatbtn {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  padding: 14px 60px;
  border-radius: 50px;
  margin: 0 28px 19px 0;
  border: 2px solid #fff;
}

.how3 img {
  position: relative;
  top: -16px;
  right: -86px;
}

.calllsit {
  float: right;
  text-align: end;
}

.marginleft {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.marginleft a:nth-child(1) {
  width: fit-content;
  background: #fff;
  color: #000;
  margin-right: 20px;
}

.marginleft a:nth-child(1) i {
  background: linear-gradient(90deg, rgba(244, 120, 40, 1) 0%, rgba(232, 20, 104, 1) 50%);
  color: #fff;
}

.marginleft .theme-btn-2::after {
  background: rgba(232, 20, 104, 1);
}

.marginleft .theme-btn-2::before {
  background: #fff;
}

/*cta banner css end*/

/************** 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-image: url(../images/portfolio-back.png);
  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;
}

.slider-left .slide,
.slider-right .slide {
  padding: 0 1rem
}

.slider-left .slick-slide img,
.slider-right .slick-slide img {
  display: block;
  width: 100%
}

/********************* inner portfolio ***************************/

.work-sec {
  padding: 100px 0;
  position: relative;
}

.work-sec::before,
.work-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;
}

.work-sec::after {
  background-image: url(../images/package-b.png);
  right: 0;
  left: unset;
}

.work-sec .title {
  text-align: center;
  padding: 0 0 50px;
}

.work-sec .title h2 span {
  color: #da0e84;
}

.work-sec .tabs-btns {
  padding: 0 0 30px;
}

.work-box.first {
  margin-top: 11rem;
  padding-right: 1.2rem;
}

.work-box .work-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
}

.work-box .work-detail .content h4 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  transition: 0.5s;
  color: #001635;
}

.work-box .work-detail .content a {
  font-size: 30px;
  text-transform: capitalize;
  color: #001635;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
}

.work-box .work-detail .page-ref a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #001635;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  transition: 0.5s;
}

.work-box .img-box {
  height: 655px;
  width: 100%;
  overflow: hidden;
}

.work-box .img-box img {
  transition: 0.5s;
  width: 100%;
}

.work-box:hover .img-box img {
  transform: scale(1.2);
}

.work-box:hover .content h4 {
  color: #da0e84;
}

.work-box:hover .page-ref a {
  background-color: #da0e84;
}

/***** new packages ************/

/*packages sec css start*/
section.pricingsec {
  padding: 50px 0 50px;
  position: relative;
}

section.pricingsec::before,
section.pricingsec::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;
}

section.pricingsec::after {
  background-image: url(../images/package-b.png);
  right: 0;
  left: unset;
}

.tabs-btns .nav-pills {
  justify-content: center;
  margin: 0 0 40px;
}

.tabs-btns .nav-pills li{
    margin:0 0 !important;
}

.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: #001635;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.tabs-btns .nav-pills .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  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%);
  opacity: 0;
  transition: 0.5s;
  top: 0;
  z-index: -1;
}

.tabs-btns .nav-pills .active::before,
.tabs-btns .nav-pills .nav-link:hover::before {
  opacity: 1;
}


section.pricingsec .title h2 {
  text-align: center;
  color: #000;
}

section.pricingsec .title h2 span {
  color: #da0e84;
}

section.pricingsec .title p {
  text-align: center;
  color: #000;
  padding: 0 0 50px;
}

.pricingtext h3 {
  color: #000000;
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.pricingtext p {
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  width: 50%;
  margin: 0 auto 30px;
  display: table;
  text-align: center;
  font-family: 'Outfit', sans-serif;
}

.packagesbox {
  border: 4px solid #2d2d2d;
  padding: 60px 40px 30px;
  border-radius: 30px;
  background-color: #fff;
}

.packageheader h3 {
  color: #000000;
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 15px;
      /*display: flex;*/
}

.packageheader h3 strong{
    /*opacity:0;*/
    font-weight: 600;
}

/*.packageheader h3 strong::first-letter{*/
/*    opacity:0;*/
/*}*/

span.price {
  font-size: 38px;
  position: relative;
  top: -18px;
  left: -1px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.packageheader h3 del {
  font-size: 14px;
  position: relative;
  top: -26px;
  right: -8px;
  margin: 0;
  text-decoration: line-through;
  font-family: 'Poppins', sans-serif;
}

span.only,
span.mon {
  font-size: 14px;
  position: relative;
  top: -14px;
  margin: 0;
  left: -38px;
  font-family: 'Poppins', sans-serif;
}

.packagesbox span.mon{top: unset;}

.packagesbox {
  position: relative;
  transition: 1s;
}

span.badge {
  /* background-image: url(../images/images-badge.png); */
  background-repeat: no-repeat;
  padding: 14px 31px;
  position: relative;
  left: -48px;
  top: -21px;
  box-shadow: 2px 0px 4px -5px #0000004d;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  display: flex;
  font-family: 'Outfit', sans-serif;
  background-size: contain;
  height: 46px;
  background: #000;
  border-radius: 5px 50px 50px 5px;
}

.packageheader h4 {
  color: #000000;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.packageheader p {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: 'Outfit', sans-serif;
}

.packagesbody ul li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Outfit', sans-serif;
}

.packagesbody ul {
  margin: 0 0 15px;
  height: 161px;
  overflow-y: scroll;
  overflow-x: auto;
}

.packagesbody ul li i {
  font-size: 7px;
  color: #000;
  margin: 0 8px 0;
  position: relative;
  top: -3px;
}

.packagesbody p {
  color: #000000;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.packagefooter {
  border-top: 1px solid #000000a6;
  margin: 4px 1px 7px 0;
  padding: 9px 0 0px 0;
}

span.actionbtn {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  width: 50%;
}

span.bestseller {
  position: absolute;
  background-color: rgba(232, 20, 104, 1);
  top: 16px;
  color: #fff;
  padding: 15px 40px;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  transform: rotate(45deg);
  align-items: center;
  display: flex;
  justify-content: center;
  width: 245px;
  right: -74px;
}

.packagesbox:hover span.bestseller {
  background-color: red;
}

.bestbox {
  overflow: hidden;
}

span.actionbtn a {
  color: #000;
  font-size: 11px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}

.projectbtn {
  padding: 30px 0 0;
  text-align: center;
}

.projectbtn a {
  background: #000;
  margin: 0 auto;
  color: #fff;
}

.projectbtn a i {
  background: rgba(232, 20, 104, 1);
  color: #fff;
}

.packagesbody ul::-webkit-scrollbar {
  width: 3px;
}

.packagesbody ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.packagesbody ul::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.packagesbox:hover {
  border: 4px solid rgba(232, 20, 104, 1);
  transform: scale(1.1);
}

.packagesbox:hover span.badge {
  background-image: url(../images/images-greenhover.png);
  color: #fff;
  z-index: -1;
  background: rgba(232, 20, 104, 1);
  text-transform: capitalize;
}

.packagesbox:hover .packageheader h3 {
  color: rgba(232, 20, 104, 1);
}

.packagesbox:hover .packageheader h4 {
  color: rgba(232, 20, 104, 1);
}

.packagesbox:hover .packageheader p {
  color: rgba(232, 20, 104, 1);
}

.packagesbox:hover .packagesbody ul li {
  color: rgba(232, 20, 104, 1);
}

.packagesbox:hover .packagesbody ul li i {
  color: rgba(232, 20, 104, 1);
}

.packagesbox:hover .packagesbody p {
  color: rgba(232, 20, 104, 1);
}

.packagesbox:hover span.actionbtn {
  color: rgba(232, 20, 104, 1);
}

.packagesbox:hover span.actionbtn a {
  color: rgba(232, 20, 104, 1);
}

.packagesbox:hover .projectbtn a {
  background-color: rgba(232, 20, 104, 1);
}

.packagesbox:hover .projectbtn a i {
  background: #000;
}

/*packages sec css end*/

/************* testimonial-sec *********************/

.testimonial-sec {
  padding: 140px 0 100px;
  position: relative;
}

.testimonial-sec::before {
  background-image: url(../images/logo-white.png);
  content: "";
  top: -65px;
  position: absolute;
  bottom: -58px;
  width: 43%;
  background-size: 100%;
  left: 44%;
  transform: translateX(-50%);
  filter: brightness(0) saturate(100%) invert(9%) sepia(87%) saturate(7472%) hue-rotate(319deg) brightness(99%) contrast(89%);
  opacity: 0.1;
  background-repeat: no-repeat;
}

.testimonial-sec .title {}

.testimonial-sec .title h2 {
  color: #001635;
  font-size: 59px;
  padding: 0 0 7px;
}

.testimonial-sec .title h2 span {
  color: #d90e84;
}

.testimonial-sec .title p {
  color: #001635;
  font-weight: 400;
}

.testimonial-sec .testimonial-slide .box {
  border: 3px solid #d51083;
  color: #ffff;
  border-radius: 15px;
  padding: 40px 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-sec .testimonial-slide .box .content {
  width: 65%;
}

.testimonial-sec .testimonial-slide .box .content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 15px;
}

.testimonial-sec .testimonial-slide .box .content ul li {
  color: #ff9f00;
}

.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", sans-serif;
  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: 1px solid #da0e8491;
  border-radius: 8px;
}

.testimonial-sec .testimonial-slide .owl-nav {
  position: absolute;
  left: -665px;
  bottom: 28px;
}

.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-prev {}

.testimonial-sec .testimonial-slide .owl-nav .owl-next {
  margin-left: 193px;
}

.testimonial-sec .testimonial-slide .owl-dots {
  position: absolute;
  left: -665px;
  bottom: 30px;
  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: rgb(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: 800;
}

.testimonial-sec .testimonial-slide .owl-dots .active::before {
  color: #d51083;
  opacity: 1;
}

/************* contact-sec ********************/

.contact-sec {
  padding: 40px 0 120px;
}

.contact-sec .content {}

.contact-sec .content h2 {
  font-size: 34px;
  text-transform: capitalize;
}

.contact-sec .content h2 span {
  color: #d51083;
}

.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/contact-bg.webp);
  position: relative;
  z-index: 1;
  border-radius: 45px;
  overflow: hidden;
  padding: 35px 75px 45px;
  background-size: cover;
}

.contact-sec .form-box::before {
  content: "";
  background-color: rgb(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.contact-sec .form-box h3 {
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
  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;
}

/***************** main-footer ******************/

.main-footer {
  background-image: url(../images/footer-bg.webp);
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 110px 0 0px;
  background-position: top;
}

.main-footer::before {
  position: absolute;
  content: "";
  background-color: rgb(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.main-footer .content {}

.main-footer .content .logo img {
  width: 130px;
  margin-bottom: 15px;
}

.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", sans-serif;
  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{
  text-transform:capitalize;
}
.main-footer .social-link li a{
 text-transform:lowercase; 
}

.main-footer .links-content .web-link ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  height: 2px;
  bottom: 0;
  background-color: #eae4e9;
  transition: 0.6s;
}

.main-footer .links-content .web-link .tabcontent ul li:nth-last-child(1) a::before {
  display: none;
}

.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: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: "\f3c5";
}



.main-footer .copy-right {
  width: 100%;
  border-top: 2px solid #644e;
  padding: 35px 10px;
  margin-top: 60px;
}

.main-footer .copy-right p {
  text-align: center;
  color: #eae4e9;
  font-size: 14px;
}

.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%;
  transition: 0.7s;
}

.main-footer .links-content .web-link .icon li a:before {
  display: none;
}

.main-footer .links-content .web-link .icon li a:hover {
  transform: scale(1.05) rotate(360deg);
}

/********************** 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: #da0e84;
}

.main-contact .form-box .title h3 {
  color: #fff;
  text-align: center;
}

/************************ inner banner *******************/

.inner-banner {
  position: relative;
  margin: 155px 0 0;
  z-index: 1;
}

.inner-banner figure {
  margin: 0;
}

.inner-banner .banner-b {
  position: relative;
}

.inner-banner .banner-b .position-relative{
  z-index: 3;
}

.inner-banner .banner-b::before {
  content: "";
  background-image: url(../images/logo-white.png);
  position: absolute;
  height: 399px;
  width: 435px;
  right: 0;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
  /* z-index: 0; */
}

.inner-banner::before {
  content: "";
  background-image: url(../images/main-banner.webp);
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  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;
  font-size: 54px;
  line-height: 59px;
  padding: 10px 0 10px;
  text-transform: capitalize;
}

.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: #da0e84;
  font-weight: 900;
}

/***************************** 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: #da0e84;
  font-weight: 900;
}

/**************************** modal *************************/

.signup-modal .form-box {
  background-image: url(../images/contact-bg.webp);
  position: relative;
  z-index: 1;
  border-radius: 27px;
  overflow: hidden;
  padding: 30px 40px 30px;
  background-size: cover;
  position: relative;
}

.signup-modal .form-box::before {
  content: "";
  background-color: rgb(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.signup-modal .form-box .btn-close {
  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%);
  color: #fff;
  right: 20px;
  position: absolute;
  top: 23px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  opacity: 1;
  font-size: 20px;
  padding: 0;
}

.signup-modal .form-box h3 {
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
  padding: 0 0 5px;
  font-size: 16px;
}

.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;
}

.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;
}


/*END: PRIVACY PAGE*/


/* orange-thanks-box */
.orange-thanks-box {
  text-align: center;
  padding: 100px 0;
}
.orange-thanks-box .sec-title {
  /* padding-top: 80px; */
}
.orange-thanks-box .sec-title h2{
text-align: center;
}

.orange-thanks-box .sec-title h2 span{
color: #da0e84;
font-weight: 700;
}
.orange-thanks-box .sec-title .e-img {
  width: 200px;
  height: 200px;
}

.orange-thanks-box .sec-title h3{
    font-size: 24px;
    padding: 5px 0 16px;
}

.orange-thanks-box .sec-title p{}

.portfolioboxes {
    /*background: #fff;*/
    /*padding: 40px 0 0;*/
}

.container-custom {
    max-width: 1285px;
    margin: auto;
    padding: 0 15px;
}

.portfolioboxes  {
    text-align: center;
}

.portfolioboxes  .subheading {
    color: #EF3D5B;
    background-color: #FBC6CF;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.portfolioboxes  {
    /* text-align: center; */
    /* padding-top: 0; */
}

.portfolioboxes .tab-custom .tabbing-links {
    margin: 30px 0 10px 0;
    padding: 0;
}

.portfolioboxes .tab-custom .tabbing-links li.current,
.portfolioboxes .tab-custom .tabbing-links li:hover {
    transition: all .2s ease-in-out;
    background: linear-gradient(to right, #732672 0%, #4b1955 100%);
    color: #ffffff;
    border: 1px solid;
}

.portfolioboxes .tab-custom .tabbing-links li {
    margin: 10px 5px !important;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    margin: 0 5px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    background-color: #fff;
    color: #000000;
    font-size: 14px;
}

.portfolioboxes ul.tab-slider li {}

.portfolioboxes .tab-custom .tabbing-links li {
    /* border-radius: 30px; */
    /* display: inline-block; */
    /* font-weight: 600; */
    /* margin: 0 5px; */
    /* cursor: pointer; */
    /* transition: all .2s ease-in-out; */
}

.portfolioboxes .tab-custom .tabs.current {
    display: inline-block;
    padding: 0;
}

.portfolioboxes .tab-custom .tabs {
    display: none;
}

.portfolioboxes  .mportt {
    width: 100%;
    font-size: 0;
}

.website-pack-preview {
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.website-pack-preview span:first-child {
    width: 220px;
    height: auto;
    z-index: 3;
    padding: 0;
}

.website-pack-preview span,
.video-popup .video-play-icon {
    box-shadow: 1px 0 0px 0 rgb(103 151 255 / 13%), 0 15px 100px 0 rgba(103, 151, 255, .22);
}

.website-pack-preview span {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.portfolioboxes .card {
    border-radius: 8px;
    /* background-color: #fff; */
    padding: 30px;
    -webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    margin-top: 24px;
    /* box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11); */
}

.port img:not(.lazy) {
    height: auto;
}

.website-pack-preview span:nth-child(2) {
    left: 5px;
    padding: 0;
}

.website-pack-preview span:nth-child(2),
.website-pack-preview span:nth-child(3) {
    position: absolute;
    top: 20px;
    width: 180px;
    height: auto;
    opacity: .8;
    z-index: 2;
}

.column:not(.inline-elements)>:last-child {
    margin-bottom: 0;
}

.website-pack-preview span:nth-child(3) {
    right: 5px;
    padding: 0;
}

li.port:hover span.card:nth-child(3) {
    transform: rotate(20deg);
    right: -30px;
}

li.port:hover span.card:nth-child(2) {
    transform: rotate(-20deg);
    left: -30px;
}

.website-pack-preview:hover span {
    padding: 0;
    overflow: hidden;
}

.website-pack-preview:hover span:first-child {
    transform: scale(1.1);
}

.port img {
    display: block;
    max-width: 100%;
    align-self: center;
    -webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.column {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 100%;
}

.portfolioboxes .lottie-animation {
    display: table;
    margin: auto;
}

.portfolioboxes .pra {}

.margin-bottm {
    margin-bottom: 60px;
}

.port-new {
    /*background: #fff8e3;*/
    /*background: url(../images/home-pricing-section.jpg) repeat 0 0 transparent;*/
    /*padding: 40px 0 30px;*/
}

.port-new ul {}

.port-new ul li {
    display: inline-block;
    margin: 0 45px 45px;
    position: relative;
}

.port {
    width: 25%;
}

.four-port {
    width: 31%;
    margin: 0 10px !important;
}

li.port {
    position: relative;
}

.text {
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

li.port .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(83 183 229 / 10%) 0%, #bb178f 100%);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
    /* opacity:0.5; */
    top: 0;
    border-radius: 5px;
}

li.port:hover .overlay {
    width: 100%;
}
.four-port {
    width: 31%;
    margin: 0 10px 10px !important;
}

.recent-project2-area .portfolio-shuffle-wrapper .portfolio-box {
  padding: 0px 10px;
  position:relative;
  margin: 0 0 20px;
}

.recent-project2-area .portfolio-shuffle-wrapper .portfolio-box img{
    width:100%;
}

.recent-project2-area .section-titleV1 {
  text-align: center
}

.recent-project2-area .portfolio-shuffle-wrapper .portfolio-box a:hover:before {
  opacity: 1
}

.recent-project2-area .portfolio-shuffle-wrapper .portfolio-box a:before {
  opacity: 1;
  transition: all .5s ease-in-out;
  content: '';
  width: 95%;
  position: absolute;
  bottom: 0;
  left: 2px;
  color: #fff;
  top: 9px;
  bottom: 9px;
  font-size: 58px;
  z-index: 99;
  align-items: center;
  display: grid;
  margin: auto;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .73);
  transition: all .2s ease-in-out;
  opacity: 0;
  right: 0
}

.recent-project2-area .portfolio-shuffle-wrapper .portfolio-box .hover_port:hover:before {
    left: 0;
    position: absolute;
    width: 95%;
    right: 0;
    top: 0px;
    bottom: 0px;
    left: 0;
    border: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    opacity: 1;
    background-position: 0 46% !important;
    /* content: '\f105' !important; */
    background-position: 0 44% !important;
}

.fb_port:hover:before {
  content: '';
  background-image: url(../images/port-fb-hover.jpg)
}

.twt_port:hover:before {
  content: '';
  background-image: url(../images/port-twitter-hover.jpg)
}

.insta_port:hover:before {
  content: '';
  background-image: url(../images/port-insta-hover.jpg)
}

.port_pint_port:hover:before {
  content: '';
  background-image: url(../images/port-pint-hover.jpg)
}
/*SEO*/



/* SMM */

.recent-project2-area .section-titleV1 p {
    margin: 0;
}

.recent-project2-area .section-titleV1 h3 {
    margin: 5px 0 0;
}

section.recent-project2-area {
    padding: 70px 0 70px;
}

.portfolio-shuffle-wrapper {
    margin: 0px 0 0;
}


/*** fonts ***/
/* 
font-family: 'Poppins', sans-serif;
font-family: 'Montserrat Alternates', sans-serif;
font-family: 'Cabinet Grotesk';
*/

/************************** media-query **************************/

@media only screen and (min-width: 1921px) and (max-width: 7368px) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@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;
  }

  .main-banner .banner-b::before {
    height: 460px;
    width: 501px;
  }

  .main-banner .banne-content .scroll-btn {
    bottom: -12px;
  }

  .theme-h2 {
    font-size: 54px;
  }

  .main-banner video {
    height: 620px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header nav .nav-item .nav-link {
    padding: 4px 6px;
  }

  .main-banner .banner-b::before {
    height: 410px;
    width: 447px;
    top: 39%;
  }

  .packageheader h3 {
    font-size: 38px;
    line-height: 55px;
  }

  span.price {
    font-size: 32px;
    top: -6px;
  }

  .main-banner .banne-content .scroll-btn {
    bottom: -15px;
  }

  .testimonial-sec .testimonial-slide .owl-nav {
    left: -476px;
    bottom: 30px;
  }

  .testimonial-sec .testimonial-slide .owl-dots {
    position: absolute;
    left: -476px;
    bottom: 30px;
  }

  .main-banner .banner-b .theme-h2 {
    font-size: 46px;
  }

  .main-banner video {
    height: 578px;
  }

  .main-banner .banne-content p {
    padding: 0 0 20px;
  }

  .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;

  }

  section.ctabanner .box-cta {
    padding: 21px 21px;
  }

  .ctatext h3 {
    color: #ffffff;
    font-size: 31px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .ctatext p {
    font-size: 18px;
    line-height: 25px;
  }

  .calllsit .num {
    margin: 0 0 10px auto !important;
    font-size: 34px;
  }

  .calllsit h4 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0px;
  }

  .work-sec {
    padding: 50px 0;
  }

  .our-work-sec {
    padding: 60px 0 40px;
  }

  .work-box.first {
    margin-top: 5rem;
    padding-right: 1.2rem;
  }

  .work-box .img-box {
    height: 465px;
  }

  .testimonial-sec {
    padding: 60px 0 50px;
  }

  .testimonial-sec .title h2 {
    font-size: 50px;
  }

  .contact-sec .content h2 {
    font-size: 29px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .display-between {
    flex-direction: row;
  }

  .main-banner .banner-b::before {
    height: 250px;
    width: 280px;
    right: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
  }

  p {
    font-size: 15px;
  }

  .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: 11px 0;
  }

  .main-header.bg_header .top-head {
    margin: -88px 0 0;
  }

  .main-banner {
    margin: 132px 0 90px;
  }

  .theme-h2 {
    font-size: 32px;
  }

  .main-banner video {
    height: 314px;
    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: -27px;
  }

  .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: 35px 0 15px;
  }

  .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%;
    /* height: 195px; */
    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 video {
    height: 570px;
  }

  .sevices-sec::before {
    height: 490px;
    width: 498px;
  }

  .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;
  }

  .ctatext h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 6px;
  }

  .ctatext p {
    font-size: 18px;
    line-height: 26px;
  }

  .calllsit .num {
    margin: 0 0 11px auto !important;
    font-size: 32px;
  }

  .calllsit h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0px;
  }

  .work-sec {
    padding: 50px 0;
  }

  .tabs-btns .nav-pills .nav-link {
    margin: 0 2px 5px;
    padding: 7px 14px;
    font-size: 14px;
  }

  .work-box.first {
    margin-top: 0;
    padding-right: 0;
  }

  .work-box .img-box {
    height: 513px;
  }

  .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;
  }

  .inner-banner {
    position: relative;
    margin: 105px 0 0;
  }

  .inner-banner .banner-b::before {
    height: 300px;
    width: 330px;
  }
}

@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% !important;
    padding: 16px 0 0;
  }

  .main-header .top-head ul li a {
    padding: 5px 8px;
    font-size: 14px;
  }

  .main-header .top-head .top-grid .gridd {
    width: 100% !important;
  }

  .main-header .top-head {
    padding: 5px 0;
  }

  .main-header nav .navbar-brand img {
    width: 97px;
    transition: 0.7s;
  }

  .main-header nav {
    padding: 8px 0;
  }

  .main-header.bg_header .top-head {
    margin: -88px 0 0;
  }

  .main-banner {
    margin: 154px 0 90px;
  }

  .theme-h2 {
    font-size: 32px;
  }

  .main-banner video {
    height: 385px;
    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: 25px 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: -18px;
    left: unset;
    right: 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: 210px 0 25px;
  }

  .sec-offer .title {
    text-align: left;
  }

  .sec-offer .title .btns-offer {
    align-items: flex-start;
    margin: 14px 0 0;
    justify-content: flex-start;
  }

  .about-sec .img-lap {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    height: unset;
  }

  .about-sec .img-about {
    width: 81%;
    left: 48%;
    /* height: 195px; */
    margin: 0 auto;
    transform: translateX(-50%);
    top: 42px;
    height: calc(100% - 110px);
  }

  .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: 50px 0 20px;
  }

  .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;
  }

  .testimonial-sec::before {
    top: 90px;
    bottom: unset;
    width: 50%;
    height: 300px;
  }

  .testimonial-sec {
    padding: 0px 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;
  }

  .inner-banner .banner-b::before {
    height: 240px;
    width: 263px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .main-contact .form-box {
    border-radius: 58px;
    overflow: hidden;
  }

  .al-pad {
    padding: 60px 0;
  }

  .main-header .display-start,
  .main-header .display-end {
    flex-wrap: wrap;
    /* flex-direction:column; */
    align-items: center;
    justify-content: center;
  }

  .main-header.scroll {
    margin-top: -88px;
  }

  .main-header .top-head ul li a i {
    font-size: 15px;
  }

  .sevices-sec video {
    height: 590px;
    object-position: center;
  }

  .ctatext h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 6px;
  }

  .ctatext h3 span {
    display: inline;
  }

  section.ctabanner .box-cta {
    padding: 21px 15px;
  }

  .ctatext p {
    font-size: 17px;
    line-height: 22px;
  }

  .calllsit .num {
    margin: 0 0 10px auto !important;
    font-size: 28px;
  }

  .calllsit h4 {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 0px;
  }

  .work-sec {
    padding: 0px 0 50px;
  }

  .work-sec .title p {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
  }

  .tabs-btns .nav-pills .nav-link {
    margin: 0 2px 6px;
    padding: 6px 12px;
    border-radius: 22px;
    font-size: 14px;
  }

  .work-box.first {
    padding: 0;
    margin: 0;
  }

  .work-box .img-box {
    height: 330px;
  }

  .work-box .work-detail {
    padding: 10px 0 0;
  }

  .work-box .work-detail .page-ref a {
    width: 45px;
    height: 45px;
    font-size: 19px;
  }

  section.pricingsec {
    padding: 0px 0 50px;
  }

  .sec-offer .title .btns-offer a {
    margin: 0 6px;
  }

  .sec-offer .title .btns-offer a:nth-child(1) {
    margin-left: 25px;
  }

  .sevices-sec::before {
    width: 328px;
    height: 310px;
  }

  .main-banner .banner-b::before {
    width: 318px;
    height: 291px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  .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% !important;
    padding: 16px 0 0;
  }

  .main-header .top-head ul li a {
    padding: 5px 8px;
    font-size: 14px;
  }

  .main-header .top-head .top-grid .gridd {
    width: 100% !important;
  }

  .main-header .top-head {
    padding: 5px 0;
  }

  .main-header nav .navbar-brand img {
    width: 97px;
    transition: 0.7s;
  }

  .main-header nav {
    padding: 8px 0;
  }

  .main-header.bg_header .top-head {
    margin: -88px 0 0;
  }

  .main-banner {
    margin: 154px 0 90px;
  }

  .theme-h2 {
    font-size: 32px;
  }

  .main-banner video {
    height: 420px;
    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: -40px;
    right: 0;
    left: unset;
  }

  .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: 210px 0 25px;
  }

  .sec-offer .title {
    text-align: left;
  }

  .sec-offer .title .btns-offer {
    align-items: flex-start;
    margin: 14px 0 0;
    justify-content: flex-start;
  }

  .about-sec .img-lap {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    height: unset;
  }

  .about-sec .img-about {
    width: 81%;
    left: 48%;
    /* height: 195px; */
    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: 50px 0 20px;
  }

  .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;
  }

  .testimonial-sec::before {
    top: 90px;
    bottom: unset;
    width: 100%;
    height: 300px;
  }

  .testimonial-sec {
    padding: 0px 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;
  }

  .inner-banner .banner-b::before {
    height: 240px;
    width: 263px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .main-contact .form-box {
    border-radius: 58px;
    overflow: hidden;
  }

  .al-pad {
    padding: 60px 0;
  }

  .main-header .display-start,
  .main-header .display-end {
    flex-wrap: wrap;
    /* flex-direction:column; */
    align-items: center;
    justify-content: center;
  }

  .main-header.scroll {
    margin-top: -88px;
  }

  .main-header .top-head ul li a i {
    font-size: 15px;
  }

  .sevices-sec video {
    height: 695px;
    object-position: center;
  }

  .ctatext h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 6px;
  }

  .ctatext h3 span {
    display: inline;
  }

  section.ctabanner .box-cta {
    padding: 21px 15px;
  }

  .ctatext p {
    font-size: 17px;
    line-height: 22px;
  }

  .calllsit .num {
    margin: 0 0 10px auto !important;
    font-size: 28px;
  }

  .calllsit h4 {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 0px;
  }

  .work-sec {
    padding: 0px 0 50px;
  }

  .work-sec .title p {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
  }

  .tabs-btns .nav-pills .nav-link {
    margin: 0 2px 6px;
    padding: 6px 12px;
    border-radius: 22px;
    font-size: 14px;
  }

  .work-box.first {
    padding: 0;
    margin: 0;
  }

  .work-box .img-box {
    height: 330px;
  }

  .work-box .work-detail {
    padding: 10px 0 0;
  }

  .work-box .work-detail .page-ref a {
    width: 45px;
    height: 45px;
    font-size: 19px;
  }

  section.pricingsec {
    padding: 0px 0 50px;
  }

  .sec-offer .title .btns-offer a {
    margin: 0 6px;
  }

  .sec-offer .title .btns-offer a:nth-child(1) {
    margin-left: 25px;
  }

  .sevices-sec::before {
    width: 82%;
    height: 310px;
  }

  .main-banner .banner-b::before {
    width: 275px;
    height: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .our-work-sec ul li::before {
    left: 50%;
    width: 10px;
    height: 221px;
    transform: translateX(-50%);
    top: 40px;
  }

  .our-work-sec ul li:nth-last-child(1):before {
    display: none;
  }
  .packagesbox:hover {
    transform: scale(1.05);
}
}
section.pricingsec{
    /* display:none; */
}
.testimonial-sec{
    padding:0 0 50px;
}