@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 */

.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(13deg, rgb( 29,162,252)  0%, rgb(29, 162, 252) 10%, rgb(29, 162, 252) 43%, rgb(29, 162, 252) 90%, rgb(29, 162, 252) 100%);
    color: #fff;
    padding: 9px 20px;
    text-transform: capitalize;
    font-family: "Cabinet Grotesk";
    font-weight: 500;
    font-size: 16px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    border: none;
    outline: none;
}

/* .theme-btn i {
    background: #fff;
    color: rgba(129,162,252);
    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: #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;
}

.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: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background-color: white;
    transition: 0.6s;
  }
  #nav-bar-logo{
    height: 150px;
    width: 300px;
    
  }
  #nav-bar-logo img{
    margin-top: -80px;
    width: 100%;
    
  }
    
    
  .logo{
    height: 250px;
    width: 300px;
    
    margin-top: -100px;
  }
  
  .main-header .top-head {
    background: linear-gradient(13deg, rgb( 29,162,252)  0%, rgb(29, 162, 252) 10%, rgb(29, 162, 252) 43%, rgb(29, 162, 252) 90%, rgb(29, 162, 252) 100%);
    padding: 12px 0;
    transition: 0.7s;
  }
  
  .main-header.scroll {
    margin-top: -51px;
    
  }
  
  .main-header .top-head ul li a {
    font-family: "Ubuntu", sans-serif;
  
    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: "Ubuntu", sans-serif;
  
    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 {
    padding: 25px 0;
    transition: 0.7s;
  }
  
  .main-header nav .navbar-brand img {
    width: 216px;
    transition: 0.7s;
    
  }
  
  .main-header nav .nav-item .nav-link {
    font-family: "Ubuntu", sans-serif;
  
    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: linear-gradient(13deg, rgb(29, 162, 252) 0%, rgb(29, 162, 252) 10%, rgb(29, 162, 252) 43%, rgb(29, 162, 252) 90%, rgb(29, 162, 252) 100%);
    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: linear-gradient(13deg, rgb(29, 162, 252) 0%, rgb(29, 162, 252) 10%, rgb(29, 162, 252) 43%, rgb(29, 162, 252) 90%, rgb(29, 162, 252) 100%);
    color: #fff;
    font-family: "Sofia Sans", sans-serif;
  
  }
  
  .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: 160px 0 90px;
}

/* .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.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 45px;
}

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

.main-banner .banne-content .scroll-btn {
    left: 50%;
    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 #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;
    /* border: 1px solid; */
    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/service-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 {}

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

.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: 61px;
    padding: 0 0 8px;
}

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

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

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

/* .sevices-sec::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  background-color: rgb(0, 0, 0, 0.5);
} */

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

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

.sevices-sec .content .btns-offer .theme-btn i {
    background: linear-gradient(13deg, rgb(37, 150, 190) 0%, rgb(37, 150, 190) 10%, rgb(37, 150, 190) 43%, rgba(37, 150, 190) 90%, rgba(37, 150, 190) 100%);
    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/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: "";
    /* 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(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%);
}

.our-work-sec ul li.active span {
    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;
}

.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/cta-banner.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;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 0 0 22px 22px;
}

.cta-sec ul {}

.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", sans-serif;
    font-size: 23px;
}

.cta-sec ul li h3 span {
    display: block;
    color: #d60e84;
}

.cta-sec ul li .links {
    font-family: "Cabinet Grotesk";
    color: #fff;
    padding: 5px 8px;
    font-size: 17px;
    text-transform: capitalize;
}

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

.our-portfolio .content .portfolio-slider {
    width: 200%;
    transform: translateX(-50%);
}

.our-portfolio .content .portfolio-slider .img-port {
    overflow: hidden;
    overflow-y: auto;
    /* height: calc(100% - 148px); */
    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:after {
  content: "";
  background-image: url(../images/port-a.png);
  left: 0;
  position: absolute;
  height: 606px;
  width: 146px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
} */

.our-portfolio .owl-dots button {
    font-family: "Montserrat Alternates", sans-serif;
    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;
}
/*******************New cards***************/

.container-cards {
    width: 1200px !important;
    padding: 0 !important;
    margin-right: auto;
    margin-left: auto;
  
    @media screen and (min-width: 992px) and (max-width: 1439px) {
      max-width: 1279px !important;
      padding: 0 !important;
      margin: 0 80px !important;
      width: auto !important;
    }
  
    @media screen and (max-width: 991px) {
      max-width: 959px !important;
      margin: 0 16px !important;
      padding: 0 !important;
      width: auto !important;
    }
  }
  
  .gradient-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    padding: 30px;
    @media screen and (max-width: 991px) {
      grid-template-columns: 1fr;
    }
  }
  
  .container-title {
    text-align: center;
    padding: 0 !important;
    margin-bottom: 40px;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
  }
  
  .card {
    max-width: 550px;
    border: 0;
    width: 100%;
    margin-inline: auto;
  }
  
  .container-card {
    position: relative;
    border: 2px solid transparent;
   background-color: rgb( 29,162,252);
    background-clip: padding-box;
    border-radius: 45px;
    padding: 40px;
    img {
      margin-bottom: 32px;
    }
  }
  
  .bg-green-box,
  .bg-white-box,
  .bg-yellow-box,
  .bg-blue-box {
    position: relative;
  }
  
  .bg-green-box::after,
  .bg-white-box::after,
  .bg-yellow-box::after,
  .bg-blue-box::after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    content: "";
    z-index: -1;
    border-radius: 45px;
  }
  
  .bg-green-box::after {
    background: linear-gradient(13deg, rgb( 29,162,252)  0%, rgb(29, 162, 252) 10%, rgb(29, 162, 252) 43%, rgb(29, 162, 252) 90%, rgb(29, 162, 252) 100%);
  }
  
  .bg-white-box::after {
    background: linear-gradient(71deg, #121013, #b0afb0, #121013);
  }
  
  .bg-yellow-box::after {
    background: linear-gradient(71deg, #110e0e, #afa220, #110e0e);
  }
  
  .bg-blue-box::after {
    background: linear-gradient(71deg, #0c0a0e, #5f6fad, #0c0a0e);
  }
  
  .card-title {
    font-weight: 600;
    color: white;
    letter-spacing: -0.02em;
    line-height: 40px;
    font-style: normal;
    font-size: 28px;
    padding-bottom: 8px;
  }
  
  .card-description {
    font-weight: 600;
    line-height: 32px;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    max-width: 470px;
  }

/*************** packages-sec *******************/

.packages-sec {
    padding: 100px 0 0;
    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: -10px;
    background-repeat: no-repeat;
}

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

.packages-sec .title h2 {
    text-align: center;
    color: #000;
}

.packages-sec .title h2 span {
    color: rgb(37, 150, 190);
}

.packages-sec .title p {
    text-align: center;
    color: #000;
    /* padding: 0 0 150px; */
}

.packages-sec .card {
    border-radius: 80px;
    padding: 58px 43px 30px;
    position: relative;
    background: #fff;
    /* z-index: 1; */
    transition: 1s;
    
}

.packages-sec .card::before {
    content: "";
    background: linear-gradient(13deg, rgb( 29,162,252)  0%, rgb(29, 162, 252) 10%, rgb(29, 162, 252) 43%, rgb(29, 162, 252) 90%, rgb(29, 162, 252) 100%);

    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border-radius: 80px;
    z-index: -1;
    /* margin: -7px; */
    transition: 1s;
}

.packages-sec .card .pkg-name {
    left: 0;
    display: block;
    width: 100%;
    position: absolute;
    top: -31px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.packages-sec .card .pkg-name span {
    border: 4px solid rgb( 29,162,252);
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 39px;
    display: block;
    background: #fff;
}

.packages-sec .card .pricing h3 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #001635;
    font-weight: 800;
    font-size: 48px;
    transition: 1s;
}

.packages-sec .card .pricing h3 span {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
}
.chat{
    font-size: 45px !important;
}

.packages-sec .card .pricing p {
    text-align: center;
    color: #001635;
    font-weight: 600;
    padding: 20px 0 20px;
    transition: 1s;
}

.packages-sec .card .detail {
    padding: 15px 0 23px;
    margin: 0 0 15px;
    height: 290px;
    overflow-y: auto;
}

/* 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: linear-gradient(13deg, rgb( 29,162,252)  0%, rgb(29, 162, 252) 10%, rgb(29, 162, 252) 43%, rgb(29, 162, 252) 90%, rgb(29, 162, 252) 100%);
    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-family: "Sofia Sans", sans-serif;

    font-size: 16px;
    padding: 0 0 15px;
    position: relative;
    padding-left: 29px;
    transition: 1s;
}

.packages-sec .card .detail li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    transition: 1s;
}

.packages-sec .card .btn-start {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    text-align: 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: linear-gradient(13deg, rgb(37, 150, 190) 0%, rgb(37, 150, 190) 10%, rgb(37, 150, 190) 43%, rgba(37, 150, 190) 90%, rgba(37, 150, 190) 100%);
    color: #fff;
}

.packages-sec .item {
    min-height: 560px;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    margin-top: 20px;
    
}

.packages-sec .card:hover {
    background: transparent;
    z-index: 1;
    transform: scaleX(1.1);
}

.packages-sec .card:hover li,
.packages-sec .card:hover h3,
.packages-sec .card:hover p,
.packages-sec .card:hover li::before {
    color: #fff;
}

.packages-sec .card:hover .detail::-webkit-scrollbar-thumb {
    background: #000;
}

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

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

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

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

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

.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.png);
    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: linear-gradient(13deg, rgb(37, 150, 190) 0%, rgb(37, 150, 190) 10%, rgb(37, 150, 190) 43%, rgba(37, 150, 190) 90%, rgba(37, 150, 190) 100%);
    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 .logo img {
    width: 66%;
}

.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;
}
.logo{
    height: 250px;
    width: 300px;
    
    margin-top: -130px;
}

.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;
    white-space: nowrap;
}

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

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

/********************** packages-main ***************************/

.packages-main {
    padding: 55px 0 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: #001635;
    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: 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;
}

.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: "";
   
    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: #da0e84;
    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: -1px -2px 15px -3px rgb(0 0 0 / 16%);
    border-radius: 20px;
    margin: 0 4px 10px;
}

.portfoliowrp .port-box ul li img {
    width: 100%;
    height: 310px;
    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: #da0e84;
    font-weight: 900;
}

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

.signup-modal .form-box {
    background-image: url(../imagess/modal-image.jpg);
    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, rgb(37, 150, 190) 0%, rgb(37, 150, 190) 10%, rgb(37, 150, 190) 43%, rgba(37, 150, 190) 90%, rgba(37, 150, 190) 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*/

/*** 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;
    }
    .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) {
    .main-header nav .nav-item .nav-link {
        padding: 4px 6px;
    }
    .dropdown-item{
        background-color: rgb( 29,162,252);
      }
      .nav-item{
        background-color: rgb( 29,162,252);
      }
      .logo{
        width: 250px;
        margin-top: 0px;
      }
    .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) {
    .display-between {
        flex-direction: row;
    }
    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;
    }
    .dropdown-item{
        background-color: rgb( 29,162,252);
      }
      .nav-item{
        background-color: rgb( 29,162,252);
      }
      .logo{
        width: 250px;
        margin-top: 0px;
      }
    .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: 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%;
        /* 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 .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;
    }
    .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: 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;
    }
    .dropdown-item{
        background-color: rgb( 29,162,252);
      }
      .nav-item{
        background-color: rgb( 29,162,252);
      }
      .logo{
        width: 250px;
        margin-top: 0px;
      }
    .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%;
        /* 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: 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) {
    .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;
    }
    .dropdown-item{
        background-color: rgb( 29,162,252);
      }
      .nav-item{
        background-color: rgb( 29,162,252);
      }
      .logo{
        width: 250px;
        margin-top: 0px;
      }
    .main-header .top-head .top-grid .gridd {
        width: 100% !important;
    }
    .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: 154px 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: 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%;
        /* 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: 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 .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 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;
    }
    .portfoliowrp .port-box ul li {
        width: 100%;
    }
    .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 .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;
    }
}

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