html {
  scroll-behavior: smooth;
}



body {
  font-family: 'Unbounded', sans-serif;
  background-color: #100c27;
  color: #fff;
}

video {
  border-radius: 20px; /* Adjust the radius value */
  margin-top: 30px;
}

 .package-content::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

.package-content::-webkit-scrollbar-thumb {
  background: linear-gradient(rgb(136, 86, 175), rgb(115, 14, 163), rgb(41, 101, 156));
  border-radius: 10px;
}

.package-content::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px #e6e5e5; */
  border-radius: 10px;
  background: #ffffff;
} 


/* .row.isotope-container {
  margin-right: 50px; 
  margin-left: 50px;
} */

/* .main-content .swiper .swiper-button-prev::after, .main-content .swiper .swiper-button-next::after {
  font-size: 1.15rem;
  margin-top: -80px;
} */

/* Case Studies */

.main-content .case-studies h1{

  background-color: #08041d;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-content .case-studies h1 span{

  color: #ac75d6;
}


.main-content .case-studies .case-title h2 {


  font-size: 34px;
  text-align: center;
  font-weight: 700;


}

.main-content .case-studies .case-title h2 span {

color: #ac75d6;


}

.main-content .case-studies .case-title .case-image img{

  margin-top: 50px;
  width: 60%;
  border-radius: 10px;
  margin-bottom: 80px


}

.main-content .case-studies .case-content h5{


  font-size: 28px;
  text-align: center;
  line-height: 40px;
  color: #ac75d6;
  font-weight: 700;


}

.main-content .case-studies .case-content .my-case {
  margin-top: 50px;
  display: flex;
  justify-content: center;  /* Center horizontally */
  align-items: center;  /* Center vertically */
  flex-wrap: wrap;  /* Ensures responsiveness */
  gap: 20px;  /* Space between columns */
  
  padding-left: 150px;
  padding-right: 150px;
  
  
  
}

.column {
  text-align: center;  /* Center text in each column */
  flex: 1;
  min-width: 150px;  /* Minimum width for columns */
  background-color: #08041d;
  height: 100%;
    padding: 60px 30px;
    border-radius: 20px;
}


.main-content .case-studies .case-content .content h2 {

  margin-top: 10px;
  font-size: 28px;
  text-align: center;
  color: #ac75d6;
  font-weight: 700;
  padding-bottom: 10px;
  


}

.main-content .case-studies .case-content .content p {

  font-size: 15px;
  line-height: 1.8rem;
  font-weight: 300;
  text-align: center;

}

.main-content .case-studies .case-content .content ul{

  font-size: 15px;
  line-height: 1.8rem;
  font-weight: 300;
  text-align: left;

}

.main-content .case-studies .case-content .content img{

  margin-top: 50px;
 
  border-radius: 10px;
  margin-bottom: 50px


}


.main-content .case-studies .case-content .my-case h3{

  font-size: 20px;

}

.main-content .case-studies .case-content .my-case p{

  font-size: 40px;
  font-weight: 700;
  margin: 0;
  color: #8856af;


}

/* End of case studies */

.case-study h3{
  text-align: center;
  padding-top: 50px;
  font-size: 24px;
  color: #bc84e7;
}

/* Terms & Conditions */

.terms-conditions h2 {
  font-size: 2rem;
  color: #8856af;
  margin-bottom: 20px;
}

.terms-conditions h3 {
  font-size: 1.4rem;
  color: #8856af;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* Paragraphs */
.terms-conditions p {
  font-size: 15px;
 font-weight: 300;
  margin-bottom: 15px;
  text-align: justify;
}

/* Unordered List */
.terms-conditions ul {
  margin: 15px 0;
  padding-left: 20px;
}

.terms-conditions ul li {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  list-style-type: disc;
}

/* Links */
.terms-conditions a {
  color: #8856af;
  text-decoration: none;
  font-weight: bold;
}

.terms-conditions a:hover {
  text-decoration: underline;
}

/* Email link */
.terms-conditions a[href^="mailto:"] {
  font-weight: 300;
}


/* privacy policy */

.privacy-policy h2 {
  font-size: 2rem;
  color: #8856af;
  margin-bottom: 20px;
  
  
  padding-bottom: 10px;
}

.privacy-policy h3 {
  font-size: 1.4rem;
  color: #8856af;
  margin-top: 30px;
  margin-bottom: 10px;
  
  
}

.privacy-policy p {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 300;
  
}

.privacy-policy a {
  color: #8856af;
  text-decoration: none;
}

.privacy-policy a:hover {
  text-decoration: underline;
}

.privacy-policy ul {
  margin-top: 10px;
  margin-left: 20px;

}

.privacy-policy ul li {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
}

.privacy-policy ul li::before {
  content: "• ";
  
  font-weight: bold;
}



.privacy-policy p {
  font-size: 15px;
  line-height: 1.8;
}

.privacy-policy h2, 
.privacy-policy h3 {
  font-weight: bold;
  margin-bottom: 10px;
 
}

.privacy-policy a {
  color: #8856af;
  text-decoration: none;
  transition: color 0.3s ease;
}

.privacy-policy a:hover {
  color: #8856af;
  text-decoration: underline;
}

.privacy-policy p:last-child {
  margin-bottom: 0;
}


.main-content .filter-gallery .services-filters li:first-child, .main-content .filter-gallery .portfolio-filters li:first-child, .main-content .filter-gallery .isotope-filters li:first-child {
  margin-left: 0;
  margin-top: 0;
}

.main-content .filter-gallery .portfolio-filters li{

  width: 350px;
  padding: 18px 25px 18px 25px !important;
  
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(rgb(136, 86, 175), rgb(115, 14, 163), rgb(41, 101, 156));
}

.btn.main-btn {
  border-radius: 50px;
  padding: 1rem 2rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(90deg, rgb(136, 86, 175) 0%, rgb(115, 14, 163) 53%, rgb(41, 101, 156) 100%);
  border: 0;
  transition: 0.3s ease;
}

.btn.main-btn-white {
  background: #fff;
  color: #65318d;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 35px 10px 35px;
  border-radius: 10px;
  transition: 0.3s ease;
}

.btn.main-btn-white:hover {
  box-shadow: 0 0 12px 4px rgba(188, 137, 228, 0.75);
}

.btn.main-btn-2 {
  background: linear-gradient(90deg, rgb(71, 40, 95) 0%, rgb(66, 8, 94) 53%, rgb(24, 61, 95) 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding: 1rem;
  border-radius: 10px;
  transition: 0.3s ease;
}

.btn.main-btn-2:hover {
  box-shadow: 0 0 12px 2px rgba(85, 48, 114, 0.75);
}

.btn.main-btn.outline {
  position: relative;
  z-index: 1;
}
.btn.main-btn.outline::before {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50px;
  background-color: #100c27;
  z-index: -1;
  transition: 200ms;
}
.btn.main-btn.outline:hover::before {
  background-color: transparent;
}
.btn.main-btn:hover {
  box-shadow: 0 0 12px 4px rgba(188, 137, 228, 0.75);
}

a {
  text-decoration: none;
  color: #bc89e4;
  transition: 0.3s ease;
}

.site-container {
  padding: 0px 150px 0;
  position: relative;
  overflow: hidden;
}
.site-container .bg-circle-1 {
  position: absolute;
  top: 425px;
  left: -11%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #2a1441;
  box-shadow: 0 0 200px 200px rgb(42, 20, 65);
  z-index: -1;
}
.site-container .bg-pattern {
  position: absolute;
  left: -250px;
  right: 0;
  top: 1620px;
  opacity: 0.25;
  transform: rotate(290deg);
}
.site-container .bg-pattern img {
  width: 100%;
}
.site-container .bg-circle-2 {
  position: absolute;
  top: 2400px;
  right: -11%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #2a1441;
  box-shadow: 0 0 200px 200px rgb(42, 20, 65);
  z-index: -1;
}
.site-container .bg-circle-3 {
  position: absolute;
  bottom: -30px;
  left: -10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #2a1441;
  box-shadow: 0 0 200px 200px rgb(42, 20, 65);
  z-index: -1;
}
.site-container .bg-circle-4 {
  position: absolute;
  bottom: 500px;
  right: -15%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #2a1441;
  box-shadow: 0 0 200px 200px rgb(42, 20, 65);
  z-index: -1;
}


.services-container .overview {
  padding: 0px 70px;
  height: 100%;
  width: 100%;
  background-image: url('./assets/services-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.services-container .overview .service-section .cat-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  align-items: center;
  background: transparent;
  border-radius: 76px;
  padding-left: 80px;
  padding-right: 80px;
  gap: 30px 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 1rem;
}
.services-container .overview .service-section .cat-item .cat-item-img {
  position: absolute;
  height: 100%;
  max-width: 220px;
  opacity: 0;
  top: 0;
  left: 0;
  transition: 500ms cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.services-container .overview .service-section .cat-item .cat-item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.services-container .overview .service-section .cat-item .cat-item-title {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  transform: translate(0px, 10px);
  transition: 500ms cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.services-container .overview .service-section .cat-item .cat-item-disc {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  transition: 500ms cubic-bezier(0.31, -0.105, 0.43, 1.4);
  opacity: 0;
  margin-bottom: 0;
}
.services-container .overview .service-section .cat-item .cat-item-btn {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 34px;
  color: #100c27;
  transition: 400ms cubic-bezier(0.31, -0.105, 0.43, 1.4);
  opacity: 0;
  transform: rotate(-45deg) scale(92%);
}
.services-container .overview .service-section .cat-item .cat-item-btn i {
  display: inline-block;
}
.services-container .overview .service-section .cat-item .cat-item-btn:hover {
  transform: rotate(0) scale(92%);
}
.services-container .overview .service-section .cat-item:hover .cat-item-img {
  opacity: 1;
  left: 160px;
}
.services-container .overview .service-section .cat-item:hover .cat-item-title {
  transform: translate(100px, 10px);
}
.services-container .overview .service-section .cat-item:hover .cat-item-disc {
  opacity: 1;
}
.services-container .overview .service-section .cat-item:hover .cat-item-btn {
  opacity: 1;
}
.services-container .overview .service-section .cat-item:hover::after {
  opacity: 1;
}
.services-container .overview .service-section .cat-item::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(136, 86, 175) 0%, rgb(115, 14, 163) 53%, rgb(41, 101, 156) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 400ms cubic-bezier(0.31, -0.105, 0.43, 1.4);
  opacity: 0;
}
.services-container .about-image img {
  
    width: 450px;
    position: relative;
    top: 30px;
  border-radius: 40px;
  transition: 0.3s ease;
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
.services-container .about-image.rotate1 img {
  animation: rotate360 5s linear infinite;
}
.services-container .about-content h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.services-container .about-content h2 span {
  background: -webkit-linear-gradient(90deg, rgb(160, 105, 203) 0%, rgb(218, 171, 255) 53%, rgb(160, 105, 203) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-container .about-content p {
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.7rem;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 150px;
  background-color: transparent;
  transition: 0.3s ease;
}
.header.scrolled {
  box-shadow: 0 0 50px 6px rgb(53, 23, 85);
  background-color: #100c27;
}
.header .left .logo {
  width: 150px;
  display: block;
}
.header .left .logo img {
  width: 100%;
}
.header .right .navbar .navbar-nav {
  flex-direction: row;
}
.header .right .navbar .navbar-nav .nav-item {
  margin-right: 2.5rem;
/* margin: 0 15px; */
  position: relative;
  transition: 0.3s ease;
}
.header .right .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 500;
}
.header .right .navbar .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  /* left: -15%; */
  left: 0;
  top: 49%;
  transform: translate(-150%, -50%);
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.header .right .navbar .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: 0.3s ease;
}
.header .right .navbar .navbar-nav .nav-item.active .nav-link,
.header .right .navbar .navbar-nav .nav-item:hover .nav-link {
  color: #bc89e4;
}
.header .right .navbar .navbar-nav .nav-item.active::before,
.header .right .navbar .navbar-nav .nav-item:hover::before {
  border-color: #bc89e4;
}
.header .right .navbar .navbar-nav .nav-item.active::after,
.header .right .navbar .navbar-nav .nav-item:hover::after {
  width: 100%;
  background-color: #bc89e4;
}
.header .right .navbar .navbar-nav .nav-item.dropdown ul {
  margin-top: 10px;
  padding: 10px 0;
  background: #200b42;
  display: block;
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 160%;
  opacity: 0;
  transition: 0.3s;
  border-bottom: 3px solid #8856af;
  z-index: 99;
  list-style: none;
}
.header .right .navbar .navbar-nav .nav-item.dropdown ul li {
  min-width: 300px;
  padding: 10px 20px;
}
.header .right .navbar .navbar-nav .nav-item.dropdown ul li a {
  padding-left: 5px;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
}
.header .right .navbar .navbar-nav .nav-item.dropdown ul li a:hover,
.header .right .navbar .navbar-nav .nav-item.dropdown ul li a.active {
  color: #bc89e4;
}
.header .right .navbar .navbar-nav .nav-item.dropdown:hover ul {
  opacity: 1;
  top: 130%;
  visibility: visible;
}

/* section {
  padding: 100px 0;
} */

.main-content {
  margin-top: 125px;
}
.main-content .hero {
  height: calc(100vh - 170px);
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 0;
}
.main-content .hero .hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-content .hero .hero-content h5 {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 1rem;
}
.main-content .hero .hero-content h1 {
  font-size: 3.5rem;
  font-weight: 600;
}
.main-content .hero .hero-content h1 span {
  background: -webkit-linear-gradient(90deg, rgb(160, 105, 203) 0%, rgb(218, 171, 255) 53%, rgb(160, 105, 203) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-content .hero .hero-content p {
  margin-bottom: 1.5rem;
  line-height: 2;
  font-weight: 300;
}

.rotateback {
  display: inline-block;
  animation: rotate 15s linear infinite;
}

.main-content .hero .hero-image .ellipse{

  position: absolute;
  width: 840px;
  height: 840px;
  /* bottom: -58px;
  right: -56px; */
 z-index: -2;
  
}

.main-content .hero .hero-image {
  text-align: center;
  /* background-color: #1f1844; */
  border-radius: 50%;
  width: 725px;
  height: 725px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* margin-right: -200px; */
}
.main-content .hero .hero-image img {
  border-radius: 50%;
  width: 650px;
  height: 650px;
  object-fit: cover;
}
.main-content .hero .hero-image .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
}
.main-content .hero .hero-image .circle .circle__spin {
  position: absolute;
  left: -50px;
  top: -50px;
  width: 825px;
  height: 825px;
}
.main-content .hero .hero-image .circle .circle__spin svg {
  width: 100%;
  height: 100%;
  animation: spin 15s linear infinite;
}
.main-content .hero .hero-image .circle .circle__spin circle {
  stroke-width: 5;
  stroke-dasharray: 60, 60;
  fill: none;
  stroke: #8856af;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.main-content .hero .square1 {
  position: absolute;
  width: 65px;
  top: 40px;
  left: 600px;
}

.main-content .hero .square2 {
  position: absolute;
  width: 65px;
  bottom: 160px;
  left: 700px;
}
.main-content .hero .square3 {
  position: absolute;
  width: 65px;
  bottom: 60px;
  left: 350px;
  transition: 0.3s ease;
}
.main-content .hero .square4 {
  position: absolute;
  width: 65px;
  bottom: 60px;
  left: 0;
  transition: 0.3s ease;
  transform: rotate(60deg);
}
.main-content .hero .circle1 {
  position: absolute;
  width: 65px;
  top: 0;
  right: 0px;
}
.main-content .hero .triangle1 {
  position: absolute;
  width: 55px;
  top: 40px;
  left: 0;
}
@keyframes myAnim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
.main-content .section-title {
  text-align: center;
}
.main-content .section-title h2 {
  font-size: 2.5rem;
  line-height: 1rem;
  font-weight: 600;
}
.main-content .section-title h2 span {
  background: -webkit-linear-gradient(90deg, rgb(160, 105, 203) 0%, rgb(218, 171, 255) 53%, rgb(160, 105, 203) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-content .section-title p {
  font-weight: 300;
  line-height: 1.7rem;
}
.main-content .section-title .services-anim {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  height: 3.8rem;
  line-height: 3.8rem;
}
.main-content .section-title .services-anim span {
  animation: slide-up 13s infinite;
}
@keyframes slide-up {
  0%,
  10% {
    transform: translateY(0%);
  }
  10%,
  20% {
    transform: translateY(-100%);
  }
  20%,
  30% {
    transform: translateY(-200%);
  }
  30%,
  40% {
    transform: translateY(-300%);
  }
  40%,
  50% {
    transform: translateY(-400%);
  }
  50%,
  60% {
    transform: translateY(-500%);
  }
  60%,
  70% {
    transform: translateY(-600%);
  }
  /* 70%,
  80% {
    transform: translateY(-700%);
  } */
}
.main-content .services {
  position: relative;
}
.main-content .services .square5 {
  position: absolute;
  width: 65px;
  top: 0px;
  right: 200px;
  transition: 0.3s ease;
}

.main-content .services .services-grid .service-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  text-align: center;
  padding: 2rem;
}
.main-content .services .services-grid .service-box img {
  /* max-width: 450px; */
  height: 600px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 30px 6px rgb(53, 23, 85);
}
.main-content .services .services-grid .service-box:nth-child(2) {
  margin-left: 4rem;
  margin-right: 4rem;
}
.main-content .services .services-grid .service-box .btn {
  margin-top: 3rem;
  width: 320px;
}
.main-content .about {
  position: relative;
}
.main-content .about .circle2 {
  position: absolute;
  width: 65px;
  top: 0;
  left: 260px;
  transform: scale(-1, -1) rotate(20deg);
}
.main-content .about .ring {
  position: absolute;
  width: 200px;
  top: -100px;
  left: -190px;
  transform: scale(1, 1) rotate(180deg);
}

.main-content .cta .ring2 {
  position: absolute;
  left: -30px;
    width: 200px;
    top: 2900px;
  z-index: -2;
  transform: scale(1, 1) rotate(90deg);
}

.main-content .blog .ring3 {
  position: absolute;
  width: 200px;
  top: 0px;
  right: -170px;
  z-index: 5;
  transform: scale(-1, -1) rotate(180deg);
}

.main-content .pricing .square7 {
  position: absolute;
  width: 65px;
  bottom: 0;
  top: 0px;
  left: 50px;
  z-index: 1;
  transform: scale(1, 1) rotate(75deg);
}

.pt-top{

  padding-top: 250px;
  
}

.pb-bottom{
  padding-bottom: 100px;
}


.main-content .pricing .cir13 {
  position: absolute;
  width: 150px;
  top: 240px;
  left: 3px;
  z-index: 0;
  transform: scale(1, 1) rotate(180deg);
}

.main-content .pricing .cir14 {
  position: absolute;
  width: 150px;
  top: 550px;
  left: 1500px;
  z-index: 0;
  transform: scale(1, 1) rotate(180deg);
}

.main-content .pricing .poly {
  position: absolute;
  opacity: 60%;
  width: 200px;
  top: 840px;
  left: 450px;
  z-index: 5;
  transform: scale(1, 1) rotate(180deg);
}

.main-content .about .circle3 {
  position: absolute;
  width: 150px;
  top: 0;
  right: 0;
}
.main-content .about .circle4 {
  position: absolute;
  width: 65px;
  bottom: 0;
  right: 300px;
}
.main-content .about .triangle2 {
  position: absolute;
  width: 55px;
  top: 0;
  right: 500px;
  transform: scale(-1, 1);
}
.main-content .about .triangle3 {
  position: absolute;
  width: 55px;
  bottom: 0;
  left: 200px;
}
.main-content .about .square6 {
  position: absolute;
  width: 65px;
  top: 50%;
  right: 0;
  transition: 0.3s ease;
  transform: scale(-1, -1) rotate(16deg);
}

.main-content .about-section .circle3 {
  position: absolute;
  width: 150px;
  top: 0;
  right: 0;
}

.main-content .about-section .circle2 {
  position: absolute;
  width: 65px;
  top: 0;
  left: 260px;
  transform: scale(-1, -1) rotate(20deg);
}

.main-content .about-section .circle4 {
  position: absolute;
  width: 65px;
  bottom: -60px;
  right: 300px;
}
.main-content .about-section .triangle2 {
  position: absolute;
  width: 55px;
  top: -55px;
  right: 500px;
  transform: scale(-1, 1);
}
.main-content .about-section .triangle3 {
  position: absolute;
  width: 55px;
  bottom: 0;
  left: 200px;
}
.main-content .about-section .square6 {
  position: absolute;
  width: 65px;
  top: 50%;
  right: -80px;
  transition: 0.3s ease;
  transform: scale(-1, -1) rotate(16deg);
}

.main-content .about-section .ring {
  position: absolute;
  width: 200px;
  top: -100px;
  left: -190px;
  transform: scale(1, 1) rotate(180deg);
}

.main-content .about-section .circle5 {
  position: absolute;
  width: 200px;
  top: 800px;
  left: -160px;
}

.main-content .about-section .ring3 {
  position: absolute;
  width: 200px;
  top: 1480px;
  right: -170px;
  z-index: -5;
  transform: scale(-1, -1) rotate(180deg);
}

/* Web Design Elements */

.main-content .website-dev .circle3 {
  position: absolute;
  width: 150px;
  top: -40px;
  left: 1530px;
}

.main-content .website-dev .circle34 {
  position: absolute;
  width: 150px;
  top: 3800px;
  left: 1530px;
}

.main-content .website-dev .circ3 {
  position: absolute;
  width: 150px;
  top: 3130px;
  left: 1530px;
}

.main-content .website-dev .circ39 {
  position: absolute;
  width: 150px;
  top: 9000px;
  left: 1400px;
}

.main-content .website-dev .circ35 {
  position: absolute;
  width: 70px;
  top: 5000px;
  left: 0px;
}

.main-content .website-dev .circ36 {
  position: absolute;
  width: 65px;
  top: 7700px;
  left: 300px;
}

.main-content .website-dev .circ4 {
  position: absolute;
  width: 65px;
  top: 2950px;
  left: 300px;
}

.main-content .website-dev .circ5 {
  position: absolute;
  width: 65px;
  top: 4700px;
  left: 1600px;
}

.main-content .website-dev .circ6 {
  position: absolute;
  width: 70px;
  top: 5800px;
  left: 1530px;
}

.main-content .website-dev .circ66 {
  position: absolute;
  width: 70px;
  top: 8600px;
  left: 350px;
}

.main-content .website-dev .circle2 {
  position: absolute;
  width: 65px;
  top: 0;
  left: 260px;
  transform: scale(-1, -1) rotate(20deg);
}

.main-content .website-dev .circle4 {
  position: absolute;
  width: 65px;
  bottom: -200px;
  right: 170px;
}

.main-content .website-dev .circle44 {
  position: absolute;
  width: 65px;
  top: 5200px;
  right: 45px;
}

.main-content .website-dev .circle45 {
  position: absolute;
  width: 65px;
  top: 6650px;
  right: 300px;
}

.main-content .website-dev .triangle2 {
  position: absolute;
  width: 55px;
  top: -110px;
  right: 500px;
  transform: scale(-1, 1);
}
.main-content .website-dev .triangle3 {
  position: absolute;
  width: 55px;
  bottom: -1200px;
  left: 0px;
}
.main-content .website-dev .square6 {
  position: absolute;
  width: 65px;
  top: 400px;
  right: -80px;
  transition: 0.3s ease;
  transform: scale(-1, -1) rotate(16deg);
}

.main-content .website-dev .square67 {
  position: absolute;
  width: 65px;
  top: 5700px;
  left: 300px;
  transition: 0.3s ease;
  transform: scale(-1, -1) rotate(16deg);
}

.main-content .website-dev .ring {
  position: absolute;
  width: 200px;
  top: -100px;
  left: -190px;
  transform: scale(1, 1) rotate(180deg);
}

.main-content .website-dev .circle5 {
  position: absolute;
  width: 200px;
  top: 650px;
  left: -71px;
}

.main-content .website-dev .ring3 {
  position: absolute;
  width: 200px;
  top: 1480px;
  right: -170px;
  z-index: -5;
  transform: scale(-1, -1) rotate(180deg);
}

.main-content .website-dev .ring4 {
  position: absolute;
  width: 200px;
  top: 7600px;
  right: -170px;
  z-index: -5;
  transform: scale(-1, -1) rotate(180deg);
}

.main-content .website-dev .square1 {
  position: absolute;
  width: 65px;
  top: 1300px;
  left: 600px;
}

.main-content .website-dev .square2 {
  position: absolute;
  width: 65px;
  top: 2100px;
  left: 600px;
}

.main-content .website-dev .square3 {
  position: absolute;
  width: 65px;
  top: 2200px;
  left: 1400px;
}

.main-content .website-dev .square4 {
  position: absolute;
  width: 65px;
  top: 3500px;
  left: 0px;
}

.main-content .about .about-image img {
  width: 500px;
  transition: 0.3s ease;
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
.main-content .about .about-image.rotate1 img {
  animation: rotate360 10s linear infinite;
  max-width: 100%;
}
.main-content .about .about-content h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.main-content .about .about-content h2 span {
  background: -webkit-linear-gradient(90deg, rgb(160, 105, 203) 0%, rgb(218, 171, 255) 53%, rgb(160, 105, 203) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-content .about .about-content p {
  font-weight: 300;
  margin-bottom: 2rem;
  font-size: 15px;
  line-height: 1.7rem;
}
.main-content .case-study {
  /* padding-top: 250px;
  padding-bottom: 100px; */
  position: relative;
}
.main-content .case-study .circle5 {
  position: absolute;
  width: 200px;
  top: 200px;
  left: -160px;
}
.main-content .case-study .triangle4 {
  position: absolute;
  width: 55px;
  top: 500px;
  right: -90px;
  z-index: 1;
}
.main-content .case-study .square7 {
  position: absolute;
  width: 65px;
  bottom: 0;
  top: 1250px;
  left: 20px;
  z-index: 1;
  transform: scale(1, 1) rotate(45deg);
}

.main-content .case-study .tri {
  position: absolute;
  width: 65px;
  bottom: 0;
  top: 1250px;
  left: 1500px;
  z-index: 1;
  transform: scale(1, 1) rotate(90deg);
}

.main-content .case-study .section-title {
  text-align: left;
}
.main-content .case-study .section-title h2 {
  font-size: 3rem;
  line-height: 3.5rem;
}
.main-content .case-study .section-title h6 {
  text-transform: uppercase;
  color: #8856af;
  font-weight: 400;
  font-size: 17px;
}
.main-content .case-study .section-title p {
  font-weight: 300;
  margin-bottom: 1.5rem;
  font-size: 14px;
  line-height: 2;
}
.main-content .case-study .section-title .link {
  text-transform: uppercase;
  color: #8856af;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  transition: 0.3s ease;
  position: relative;
}
.main-content .case-study .section-title .link i {
  font-size: 20px;
  margin-left: 0.25rem;
  transition: 0.3s ease;
}
.main-content .case-study .section-title .link::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: 0.3s ease;
}
.main-content .case-study .section-title .link:hover::after {
  width: 100%;
  background-color: #8856af;
}
.main-content .case-study .section-title .link:hover i {
  transform: translateX(3px);
}
.main-content .case-study .case-study-box {
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 20px 6px rgb(53, 23, 85);
  border-radius: 20px;
}
.main-content .case-study .case-study-box img {
  height: 650px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.main-content .case-study .case-study-box .portfolio-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  color: #8856af;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  transition: 0.3s ease;
}
.main-content .case-study .case-study-box:hover .portfolio-btn {
  background-color: #8856af;
  color: #fff;
}
.main-content .pricing {
  position: relative;
}
.main-content .pricing .triangle5 {
  position: absolute;
  width: 45px;
  top: -50px;
  right: 500px;
  transform: scale(-1, 1);
}
.main-content .pricing .circle6 {
  position: absolute;
  width: 150px;
  top: 5px;
  right: 0;
}
.main-content .pricing .pricing-row {
  margin-top: 4rem;
}
/* .main-content .pricing .pricing-row > div {
  padding: 0 2.5rem; 
} */
.main-content .pricing .pricing-box {
  background: linear-gradient(90deg, rgb(136, 86, 175) 0%, rgb(115, 14, 163) 53%, rgb(41, 101, 156) 100%);
  position: relative;
  z-index: 1;
  padding: 70px 40px;
  text-align: center;
  border-radius: 20px;
  
}
.main-content .pricing .pricing-box::before {
  content: '';
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border-radius: 20px;
  background-color: #100c27;
  z-index: -1;
  transition: 200ms;
}

.main-content .pricing .pricing-box h3{

font-size: 24px;
color: #bc89e4

}



.main-content .pricing .pricing-box .price{

  padding-top: 40px;
  
  }
  
.main-content .pricing .pricing-box p {
  color: #ffffff;
  font-size: 14px;
  /* padding-bottom: 10px; */
}
.main-content .pricing .pricing-box ul {
  list-style: circle;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 2rem;
}

.main-content .pricing .pricing-box .package-content{

  height: 300px;
  padding-bottom: 20px;
  padding-top: 30px;
  overflow: hidden;
  overflow-y: scroll;
  
}

.main-content .pricing .pricing-box .package-content ul li:before {
  content: '';
  background-image: url(assets/tick-img.png);
  height: 11px;
  width: 16px;
  position: absolute;
  left: 0;
   top: 5px;
}

.main-content .pricing .pricing-box .package-content ul li {
  margin: 0;
  padding: 0 0 20px 30px;
  font-size: 13px;
  color: #fff;
  font-weight: 100;
  position: relative;
  display: flex;
  text-align: left;
  /* justify-content: left; */
}



.main-content .pricing .pricing-box .price h2 {
  font-size: 3rem;
  background: linear-gradient(90deg, rgb(230, 210, 255) 0%, rgb(151, 71, 255) 50%, rgb(41, 101, 156) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-content .blog {
  position: relative;
}
.main-content .blog .square8 {
  position: absolute;
  width: 65px;
  top: 100px;
  left: -60px;
}
.main-content .blog .circle7 {
  position: absolute;
  width: 65px;
  top: -100px;
  right: 400px;
  transform: scale(1, -1) rotate(8deg);
}
.main-content .blog .triangle6 {
  position: absolute;
  width: 55px;
  top: 275px;
  right: -95px;
  transform: scale(1, -1);
  z-index: 1;
}
.main-content .testimonials .triangle7 {
  position: absolute;
  width: 55px;
    bottom: 2000px;
  left: 400px;
  transform: rotate(353deg);
  z-index: 1;
}
.main-content .testimonials .circle8 {
  position: absolute;
  width: 65px;
  bottom: 1880px;
  right: 400px;
  transform: scale(1, -1) rotate(8deg);
}
.main-content .blog .section-title h6 {
  text-transform: uppercase;
  color: #8856af;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 1rem;
}
.main-content .blog .blog-box .image-container {
  overflow: hidden;
  border-radius: 15px;
}
.main-content .blog .blog-box .image-container img {
  transition: 0.3s ease;
  width: 100%;
  height: 350px;
  border-radius: 15px;
  object-fit: cover;
}
.main-content .blog .blog-box .image-container:hover img {
  transform: scale(1.05);
}
.main-content .blog .blog-box .body {
  padding: 30px;
  font-size: 14px;
}
.main-content .blog .blog-box .body .info {
  color: #fff;
  margin-bottom: 1rem;
}
.main-content .blog .blog-box .body .info span {
  color: #8856af;
}
.main-content .blog .blog-box .body p {
  color: #988aa4;
}
.main-content .blog .blog-box .body .link {
  color: #8856af;
  display: inline-flex;
  transition: 0.3s ease;
  position: relative;
}
.main-content .blog .blog-box .body .link::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: 0.3s ease;
}
.main-content .blog .blog-box .body .link:hover::after {
  width: 100%;
  background-color: #8856af;
}
.main-content .cta .inner {
  position: relative;
}
.main-content .cta .inner .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 150px 50px 150px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.main-content .cta .inner .content h2 {
  font-size: 3rem;
  max-width: 600px;
}

.main-content .cta .inner .content p {
  font-size: 17px;
  line-height: 2;
  font-weight: 300;
  max-width: 550px;
  margin-top: 10px;
  margin-bottom: 0px;
}



.main-content .cta .inner .content .cta.btn {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  margin-left: 180px;
  font-weight: 500;
  padding: 10px 35px 10px 35px;
  border-radius: 50px;
}

.main-content .cta .inner .content .cta.btn:hover {
  background: #fff;
  color: #65318d;
  box-shadow: 0 0 12px 4px rgba(188, 137, 228, 0.75);
}

.main-content .cta .inner .content .btn.outline::before {
  content: none;
}

.main-content .cta .inner img {
  width: 100%;
  height: 350px;
}
.main-content .about-section .about-image {
  border-radius: 15px;
}
.main-content .about-section .about-image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
}
.main-content .about-section .section-title {
  text-align: left;
}
.main-content .about-section .section-title h2 {
  font-size: 3rem;
  line-height: 50px;
}
.main-content .about-section .section-title h6 {
  text-transform: uppercase;
  color: #8856af;
  font-weight: 400;
  font-size: 1rem;
}
.main-content .about-section .section-title p {
  font-weight: 300;
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 2;
}
.main-content .about-section .section-title .link {
  text-transform: uppercase;
  color: #8856af;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  transition: 0.3s ease;
  position: relative;
}
.main-content .about-section .section-title .link i {
  font-size: 20px;
  margin-left: 0.25rem;
  transition: 0.3s ease;
}
.main-content .about-section .section-title .link::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: 0.3s ease;
}
.main-content .about-section .section-title .link:hover::after {
  width: 100%;
  background-color: #8856af;
}
.main-content .about-section .section-title .link:hover i {
  transform: translateX(3px);
}
.main-content .about-section.services .services-box h5 {
  padding-bottom: 5px;
  border-bottom: 2px solid #8856af;
  color: #fff;
  display: inline-flex;
  margin-bottom: 2rem;
}
.main-content .about-section.services .services-box .inner {
  color: #fff;
}
.main-content .about-section.services .services-box .inner .head {
  display: flex;
  align-items: center;
}
.main-content .about-section.services .services-box .inner .head .icon {
  flex: 0 0 auto;
  width: 56px;
  height: 92px;
  background: linear-gradient(90deg, rgb(95, 60, 122) 0%, rgb(88, 11, 124) 53%, rgb(30, 74, 116) 100%);
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  margin-right: 1rem;
}
.main-content .about-section.services .services-box .inner .head .icon i {
  font-size: 30px;
}
.main-content .about-section.services .services-box .inner .head h4 {
  font-weight: bolder;
  font-size: 2rem;
}
.main-content .about-section.services .services-box .inner .body p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7rem;
  margin: 1.5rem 0;
}

.main-content .about-section .accordion .accordion-item {
  border: none;
  background: linear-gradient(90deg, rgb(95, 60, 122) 0%, rgb(88, 11, 124) 53%, rgb(30, 74, 116) 100%);
  border: none;
  margin-bottom: 2rem;
  border-radius: 0.375rem;
}
.main-content .about-section .accordion .accordion-item .accordion-header {
  margin-bottom: 0;
}
.main-content .about-section .accordion .accordion-item .accordion-header .accordion-button {
  text-align: left;
  background: transparent;
  outline: none;
  font-size: 18px;
  line-height: 1.75;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  color: #fff;
  gap: 25px;
  padding: 35px 60px;
  box-shadow: none;
  transition: 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.main-content .about-section .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'><path d='M2 5L8 11L14 5'/></svg>");
}
.main-content .about-section .accordion .accordion-item .accordion-body {
  padding: 35px 60px;
  padding-top: 0;
  color: #fff;
}
.main-content .contact-section .map {
  -webkit-filter: grayscale(1) invert(1);
  -moz-filter: grayscale(1) invert(1);
  -ms-filter: grayscale(1) invert(1);
  -o-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.main-content .contact-section .map iframe {
  border-radius: 10px;
}
.main-content .contact-section .input-area {
  background: linear-gradient(90deg, rgb(136, 86, 175) 0%, rgb(115, 14, 163) 53%, rgb(41, 101, 156) 100%);
  position: relative;
  border-radius: 1rem;
}
.main-content .contact-section .input-area::before {
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  background-color: #100c27;
  z-index: 1;
  border-radius: 0rem;
  transition: 200ms;
}
.main-content .contact-section .input-area .form-control {
  height: 3.5rem;
  background-color: transparent;
  position: relative;
  z-index: 2;
  color: #fff;
  border-color: transparent;
  padding: 1rem;
}
.main-content .contact-section .input-area .form-control:focus {
  box-shadow: 0 0 14px 6px rgb(53, 23, 85);
}
.main-content .contact-section .input-area .form-control::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.main-content .contact-section .input-area .form-control::placeholder {
  color: #fff;
  font-size: 14px;
}
.main-content .contact-section .input-area .form-control.textarea {
  height: auto;
  border-radius: 40px;
}
.main-content .contact-section .section-title h2 {
  font-size: 2.2rem;
  line-height: 1rem;
}


/* start of pricing isotope

.main-content .filter-gallerys .isotope-filtersm {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
 
  
}

.main-content .filter-gallerys .isotope-filtersm li {
  cursor: pointer;
  display: inline-block;
  padding: 15px 25px 15px 25px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border-radius: 50px;
  transition: 0.3s ease;
  background: linear-gradient(90deg, rgb(136, 86, 175) 0%, rgb(115, 14, 163) 53%, rgb(41, 101, 156) 100%);
  position: relative;
  z-index: 1;
  margin-left: 0.3rem;
 
  
  
}

.main-content .filter-gallerys .isotope-filtersm li::before {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50px;
  background-color: #100c27;
  z-index: -1;
  transition: 200ms;
}

.main-content .filter-gallerys .isotope-filtersm li:first-child {
  margin-left: 0;
}




.main-content .filter-gallerys .isotope-filtersm li.filter-active,
.main-content .filter-gallerys .isotope-filtersm li:hover {
  color: #fff;
  background: linear-gradient(90deg, rgb(136, 86, 175) 0%, rgb(115, 14, 163) 53%, rgb(41, 101, 156) 100%);
}

.main-content .filter-gallerys .isotope-filtersm li.filter-active::before,
.main-content .filter-gallerys .isotope-filtersm li:hover::before {
  background-color: transparent;
} */

/* end of pricing isotope */


.main-content .filter-gallery .services-filters,
.main-content .filter-gallery .portfolio-filters,
.main-content .filter-gallery .isotope-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
 
  
}

.main-content .filter-gallery .services-filters li,
.main-content .filter-gallery .portfolio-filters li,
.main-content .filter-gallery .isotope-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 15px 25px 15px 25px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border-radius: 50px;
  transition: 0.3s ease;
  background: linear-gradient(90deg, rgb(136, 86, 175) 0%, rgb(115, 14, 163) 53%, rgb(41, 101, 156) 100%);
  position: relative;
  z-index: 1;
  margin-left: 0.3rem;
  margin-top: 1rem;
 
  
  
}


.swiper-slide.swiper-slide-next{
 
  width: 150px;


}
.main-content .filter-gallery .services-filters li::before,
.main-content .filter-gallery .portfolio-filters li::before,
.main-content .filter-gallery .isotope-filters li::before {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50px;
  background-color: #100c27;
  z-index: -1;
  transition: 200ms;
}
.main-content .filter-gallery .services-filters li:first-child,
.main-content .filter-gallery .portfolio-filters li:first-child,
.main-content .filter-gallery .isotope-filters li:first-child {
  margin-left: 0;
}
.main-content .filter-gallery .services-filters li.filter-active,
.main-content .filter-gallery .services-filters li:hover,
.main-content .filter-gallery .portfolio-filters li.filter-active,
.main-content .filter-gallery .portfolio-filters li:hover,
.main-content .filter-gallery .isotope-filters li.filter-active,
.main-content .filter-gallery .isotope-filters li:hover {
  color: #fff;
  background: linear-gradient(90deg, rgb(136, 86, 175) 0%, rgb(115, 14, 163) 53%, rgb(41, 101, 156) 100%);
}
.main-content .filter-gallery .services-filters li.filter-active::before,
.main-content .filter-gallery .services-filters li:hover::before,
.main-content .filter-gallery .portfolio-filters li.filter-active::before,
.main-content .filter-gallery .portfolio-filters li:hover::before,
.main-content .filter-gallery .isotope-filters li.filter-active::before,
.main-content .filter-gallery .isotope-filters li:hover::before {
  background-color: transparent;
}
.main-content .filter-gallery .portfolio-item .portfolio-content {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px;
}
.main-content .filter-gallery .portfolio-item .portfolio-content img {
  transition: 0.3s;
}
.main-content .filter-gallery .portfolio-item .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}
.main-content .filter-gallery .portfolio-item .portfolio-content .portfolio-info .preview-link {
  position: absolute;
  left: 50%;
  font-size: 26px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}
.main-content .filter-gallery .portfolio-item .portfolio-content:hover img {
  transform: scale(1.1);
}
.main-content .filter-gallery .portfolio-item .portfolio-content:hover .portfolio-info {
  opacity: 1;
}
.main-content .service-item {
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(71, 40, 95) 0%, rgb(66, 8, 94) 53%, rgb(24, 61, 95) 100%);
  position: relative;
  z-index: 1;
}
.main-content .service-item::before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 4px;
  border-radius: 10px;
  background-color: #08041d;
  z-index: -1;
  transition: 200ms;
}
.main-content .service-item .icon {
  font-size: 36px;
  padding: 20px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
  color: #8856af;
  background: rgba(136, 86, 175, 0.1);
}

.main-content .service-item h3 {
  font-size: 24px;
  font-weight: 700;
}

.main-content .service-item p {
  font-size: 14px;
  padding: 10px;
  line-height: 1.7rem;
  font-weight: 300;
}

.main-content .service-item:hover::before {
  background-color: transparent;
}
.main-content .article {
  padding: 30px;
}
.main-content .article img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
.main-content .article .post-img {
  margin-bottom: 2rem;
}
.main-content .article .title {
  color: #bc89e4;
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}
.main-content .article .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, #fff, transparent 0%);
}
.main-content .article .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.main-content .article .meta-top ul li {
  margin-left: 1.5rem;
}
.main-content .article .meta-top ul li:first-child {
  margin-left: 0;
}
.main-content .article .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, #fff, transparent 0%);
}
.main-content .article .meta-top a {
  color: color-mix(in srgb, #fff, transparent 0%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.main-content .article .content {
  margin-top: 20px;
}
.main-content .article .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, #fff, transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.main-content .article .content blockquote p {
  color: #fff;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.main-content .article .content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #bc89e4;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-content .swiper .swiper-wrapper {
  align-items: center;
}
.main-content .swiper .swiper-button-prev,
.main-content .swiper .swiper-button-next {
  background-color: transparent;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s ease;
  top: 50%;
}
.main-content .swiper .swiper-button-prev::after,
.main-content .swiper .swiper-button-next::after {
  font-size: 1.15rem;
}
.main-content .swiper .swiper-button-prev {
  left: -8px;
}
.main-content .swiper .swiper-button-next {
  right: -8px;
}

.section-page {
  background-image: url('assets/web-dev.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  padding-top: 280px;
  padding-bottom: 180px;
}
.section-page::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #141515;
  opacity: 0.8;
}
.section-page .content {
  position: relative;
  z-index: 1;
  padding: 0 150px;
}
.section-page .content h1 {
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.section-page .content p {
  font-size: 17px;
  font-weight: 300;
  margin-top: 1rem;
}

.main-content .about-section.services .services-box .inner {
  margin-right: 30px;
}

.footer {
  padding: 100px 0;
  margin-top: 150px;
  position: relative;
}
.footer .square9 {
  position: absolute;
  width: 65px;
  top: 0;
  left: 0;
  transition: 0.3s ease;
  transform: scale(-1, -1) rotate(270deg);
}
.footer .triangle8 {
  position: absolute;
  width: 55px;
  top: 0;
  right: -5px;
  transform: rotate(265deg);
  z-index: 1;
}
.footer .logo {
  width: 150px;
  display: block;
  margin-bottom: 1.75rem;
}
.footer .logo img {
  width: 100%;
}
.footer p {
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links ul li {
  padding: 5px 0;
}
.footer .footer-links ul li a {
  color: #fff;
  transition: 0.3s ease;
  font-weight: 300;
  font-size: 15px;
}
.footer .footer-links ul li a:hover {
  color: #8856af;
}
.footer .footer-links .subscribe-input {
  margin-top: 1rem;
  position: relative;
}
.footer .footer-links .subscribe-input input {
  border-radius: 0.5rem;
  padding-right: 2rem;
  font-size: 14px;
  height: 2.25rem;
  color: #100c27;
}
.footer .footer-links .subscribe-input input:focus {
  box-shadow: none;
}
.footer .footer-links .subscribe-input input::-ms-input-placeholder {
  color: #8856af;
  font-size: 14px;
}
.footer .footer-links .subscribe-input input::placeholder {
  color: #8856af;
  font-size: 14px;
}
.footer .footer-links .subscribe-input i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  color: #8856af;
  cursor: pointer;
}
.footer .social-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer .social-links .social-icon img {
  width: 55px;
  height: 55px;
}
/*.footer.new-struct {
  padding: 100px 150px;
}
.footer.new-struct-blog {
  padding: 100px 150px;
}
*/
.copyright {
  border-top: 1px solid #2a2060;
  padding: 32px 0;
  font-size: 15px;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: #8856af;
}
/*
.copyright.new-struct {
  margin: 0 150px;
}

.copyright.new-struct-blog {
  margin: 0 150px;
}
  */

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate {
  display: inline-block;
  animation: rotate 5s linear infinite;
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 25px;
  bottom: -15px;
  /* z-index: 99999; */
  background: linear-gradient(90deg, rgb(95, 60, 122) 0%, rgb(88, 11, 124) 53%, rgb(30, 74, 116) 100%);
  width: 44px;
  height: 44px;
  border-radius: 10px;
  transition: all 0.4s;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 25px;
}
.scroll-top i {
  font-size: 1.5rem;
  color: #fff;
}

.main-content .hero .square1 img {
  transition: 0.3s ease;
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
.main-content .hero .square1 .rotate img {
  animation: rotate360 10s linear infinite;
}

.floating-element {
  position: fixed;
  transition: 0.3s ease;
  top: 260px;
  width: 450px;
  left: -400px;
  z-index: 20;
}
.floating-element .floating-title {
  width: 60px;
  z-index: -6;
  background: linear-gradient(rgb(136, 86, 175), rgb(115, 14, 163), rgb(41, 101, 156));
  height: 280px;
  cursor: pointer;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1490196078);
  border-radius: 0 10px 10px 0;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
  left: 400px;
  right: auto;
  top: 35px;
}
.floating-element .floating-title p {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -80px;
  text-transform: capitalize;
  white-space: pre;
  bottom: 126px;
  margin-bottom: 0;
}
.floating-element .floating-form {
  background: linear-gradient(rgb(136, 86, 175), rgb(115, 14, 163), rgb(41, 101, 156));
  padding: 45px 30px 45px;
  position: relative;
  z-index: 9;
  border-radius: 15px;
  margin: 0;
  width: 400px;
  display: inline-block;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1215686275);
  top: -335px;
}
.floating-element .floating-form input {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #f5f7fd;
  background: rgba(255, 255, 255, 0);
  padding: 10px 15px;
  color: #f5f7fd;
  font-size: 13px;
  border-radius: 10px;
  height: 50px;
  font-weight: 400;
  outline: none;
  margin: 0 0 15px 0;
}
.floating-element .floating-form input::-ms-input-placeholder {
  color: #8856af;
  font-size: 13px;
}
.floating-element .floating-form input::placeholder {
  color: #fff;
  font-size: 13px;
}
.floating-element .floating-form h3 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  padding-bottom: 20px;
}
.floating-element .floating-form textarea {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #f5f7fd;
  background: rgba(255, 255, 255, 0);
  padding: 10px 15px;
  color: #fff;
  font-size: 13px;
  border-radius: 10px;
  height: 50px;
  font-weight: 400;
  outline: none;
  margin: 0 0 15px 0;
}
.floating-element .floating-form textarea::-ms-input-placeholder {
  color: #8856af;
  font-size: 13px;
}
.floating-element .floating-form textarea::placeholder {
  color: #fff;
  font-size: 13px;
}
.floating-element.show {
  left: 0;
}


.main-content .testimonials p {

font-size: 16px;
margin-top: 1rem;

}

.testimonials .testimonial-item {
  background-color: #08041d;
  border-bottom: 4px solid #65318d;
  box-sizing: content-box;
  border-radius: 15px;
  padding: 50px 45px 50px 45px;
  margin: 40px 10px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  border: 2px solid #8856af;
  margin: 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: 600;

  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #8856af;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  font-size: 14px;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8856af;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }

  .testimonials .testimonial-item {
    margin: 40px 20px;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

.stats .stats-item {
  background-color: #08041d;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
}

.stats.stats.section {
  margin-top: 200px;
  margin-bottom: 220px;
  padding: 0;
}

.stats .stats-item i {
  color: var(--accent-color);
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
}

.stats .stats-item span {
  color: var(--heading-color);
  font-size: 36px;
  display: block;
  font-weight: 600;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 16px;
}

.main-content .website-dev {
  padding: 0px 0px 0px 0px;
  position: relative;
}

.mt-6{

  padding-top: 100px;
}

.mt-5 {
  margin-top: 100px !important;
}

.mt-50{

  margin-top: 50px;
}

.my-100{

  padding: 100px 0;
}

.my-50{

  padding: 50px 0;
}

.my-150{

  padding: 150px 0;
}

.my-200{

  padding: 200px 0;
}

.my-250{

  padding: 250px 0;
}

.my-300{

  padding: 300px 0;
}

.mt-9 {
  margin-top: 12rem;
}

.mt-7 {
  margin-top: 10rem;
}

.mt-8 {
  margin-top: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.main-content .web-image img {
  width: 80%;
  border-radius: 25px;
  position: relative;
}

.main-content .website-dev .web-content h2 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.main-content .website-dev .web-content h2 span {
  background: -webkit-linear-gradient(90deg, rgb(160, 105, 203) 0%, rgb(218, 171, 255) 53%, rgb(160, 105, 203) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-content .website-dev .web-content p {
  font-weight: 300;

  line-height: 1.8rem;
}

.filter-gallery.pricing {
  padding-top: 50px;
}

.contact {
  /* background-image: url("assets/contact-bg.png");
  background-position: left center;
  background-repeat: no-repeat; */
  position: relative;
}

.contact::before {
  content: '';
  background-image: url('assets/contact-bg.png');
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.2;
  top: 0;
  left: 0;
}

@media (max-width: 640px) {
  .contact {
    background-position: center 50px;
    background-size: contain;
  }
}

.contact .info-item + .info-item {
  margin-top: 40px;
}

.contact .info-item i {
  background: #65318d;
  color: #ffffff;
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.form-control-2 {
  display: block;
  width: 100%;
  height: 3.2rem;
  padding: 2rem;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #08041d;
  background-clip: padding-box;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-2:focus {
  box-shadow: 0 0 14px 6px rgb(53, 23, 85);
  background-color: #08041d;
  border-color: #08041d;
}

.form-control-2:active {
  border-color: #08041d;
}

.form-control-2:hover {
  border-color: #08041d;
}

.input-area .form-control-2::placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.input-area .form-control-2 {
  color: #fff;
  font-weight: 300;
}

textarea.form-control-2 {
  height: auto;
}

input:focus-visible {
  outline: none;
}

textarea:focus-visible {
  outline: none;
}

.clients {
  background: linear-gradient(90deg, rgb(136, 86, 175) 0%, rgb(115, 14, 163) 53%, rgb(41, 101, 156) 100%);
}

.mt-new {
  margin-top: 8rem;
}

.mt-100 {
  margin-top: 100px;
}
.clients {
  padding: 40px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-slide img {
  transition: 0.3s;
  padding: 0 10px;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

.mobile-btn {
  display: none;
}
.mobile-btn #mobileMenuBtn {
  width: 27px;
  height: 25px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mobile-btn #mobileMenuBtn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 27px;
  background: #fff;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  top: 10px;
}
.mobile-btn #mobileMenuBtn span:first-child {
  top: 0;
}
.mobile-btn #mobileMenuBtn span:nth-child(2) {
  top: 10px;
}
.mobile-btn #mobileMenuBtn span:nth-child(4) {
  top: 20px;
}
.mobile-btn #mobileMenuBtn.opened span:first-child,
.mobile-btn #mobileMenuBtn.opened span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
.mobile-btn #mobileMenuBtn.opened span:nth-child(2) {
  transform: rotate(45deg);
}
.mobile-btn #mobileMenuBtn.opened span:nth-child(3) {
  transform: rotate(-45deg);
}
.offcanvas {
  background-color: #100c27;
}
.offcanvas .offcanvas-body {
  margin-top: 3rem;
}
.offcanvas .offcanvas-body .nav .nav-link {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.offcanvas .offcanvas-body .nav .nav-link.active {
  color: #bc89e4;
}
.offcanvas .offcanvas-body .nav .dropdown ul {
  list-style: none;
}
.offcanvas .offcanvas-body .nav .dropdown ul .nav-link {
  justify-content: flex-start;
}
.offcanvas .offcanvas-body .nav .dropdown ul .nav-link .icon {
  margin-right: 0.5rem;
}
/* Responsive Code */


@media (max-width: 1754px) {


  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 150px;
    background-color: transparent;
    transition: 0.3s ease;
}

  .section-page {
    background-image: url(assets/web-dev.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 480px;
    padding-top: 280px;
    padding-bottom: 180px;
}
  .main-content .hero {
    height: calc(100vh - 170px);
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 0;
  }

  .main-content .filter-gallery .services-filters li:first-child, .main-content .filter-gallery .portfolio-filters li:first-child, .main-content .filter-gallery .isotope-filters li:first-child {
    margin-left: 0;
    margin-top: 0;
  }
  
  .main-content .filter-gallery .portfolio-filters li{
  
    width: 300px;
    padding: 18px 22px 18px 22px !important;
    
  }


  .header .right .navbar .navbar-nav .nav-item {
    margin-right: 2.5rem;
  /* margin: 0 15px; */
    position: relative;
    transition: 0.3s ease;
  }

  .header .right .navbar .navbar-nav .nav-item::before {
    content: '';
    position: absolute;
    /* left: -15%; */
    left: 0;
    top: 49%;
    transform: translate(-150%, -50%);
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  


  .floating-element {
    position: fixed;
    transition: 0.3s ease;
    top: 260px;
    width: 450px;
    left: -400px;
    z-index: 20;
  }
  .floating-element .floating-title {
    width: 60px;
    z-index: -6;
    background: linear-gradient(rgb(136, 86, 175), rgb(115, 14, 163), rgb(41, 101, 156));
    height: 280px;
    cursor: pointer;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1490196078);
    border-radius: 0 10px 10px 0;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    position: relative;
    text-transform: uppercase;
    left: 400px;
    right: auto;
    top: 35px;
  }
  .floating-element .floating-title p {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -80px;
    text-transform: capitalize;
    white-space: pre;
    bottom: 126px;
    margin-bottom: 0;
  }
  .floating-element .floating-form {
    background: linear-gradient(rgb(136, 86, 175), rgb(115, 14, 163), rgb(41, 101, 156));
    padding: 45px 30px 45px;
    position: relative;
    z-index: 9;
    border-radius: 15px;
    margin: 0;
    width: 400px;
    display: inline-block;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1215686275);
    top: -335px;
  }
  .floating-element .floating-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #f5f7fd;
    background: rgba(255, 255, 255, 0);
    padding: 10px 15px;
    color: #f5f7fd;
    font-size: 13px;
    border-radius: 10px;
    height: 50px;
    font-weight: 400;
    outline: none;
    margin: 0 0 15px 0;
  }
  .floating-element .floating-form input::-ms-input-placeholder {
    color: #8856af;
    font-size: 13px;
  }
  .floating-element .floating-form input::placeholder {
    color: #fff;
    font-size: 13px;
  }
  .floating-element .floating-form h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
  }
  .floating-element .floating-form textarea {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #f5f7fd;
    background: rgba(255, 255, 255, 0);
    padding: 10px 15px;
    color: #fff;
    font-size: 13px;
    border-radius: 10px;
    height: 50px;
    font-weight: 400;
    outline: none;
    margin: 0 0 15px 0;
  }
  .floating-element .floating-form textarea::-ms-input-placeholder {
    color: #8856af;
    font-size: 13px;
  }
  .floating-element .floating-form textarea::placeholder {
    color: #fff;
    font-size: 13px;
  }
  .floating-element.show {
    left: 0;
  }

  .main-content .hero .hero-image .ellipse {
    position: absolute;
    width: 780px;
    height: 780px;
    
  }

  
 

  .mt-5 {
    margin-top: 50px !important;
  }

  
  
  .site-container {
    padding: 0px 150px 0;
  }
  
    .floating-element .floating-title{
  
      width: 50px;
      height: 250px;
    }
  
    .floating-element .floating-title p{
  
      font-size: 17px;
      left: -67px;
      bottom: 115px;
    }
  
    .main-content .hero .hero-image img{
  
      width: 600px;
      height: 600px;
    }
  
    /* .main-content .hero .hero-image{
  
      width: 600px;
      height: 600px;
    }
   */
    .main-content .hero .hero-content h5{
  
      font-size: 16px;
    }
  
    .main-content .hero .hero-content h1{
  
      font-size: 3rem;
    }
  
    .main-content .hero .hero-content p{
  
      font-size: 14px;
    }
  
  
     .main-content .section-title h2{
  
      margin-top: 1rem;
      font-size: 2.2rem;
      line-height: 1rem;
    }

    .main-content .services .services-grid .service-box img {

      height: 500px;
    }

    
  
    .main-content .services .services-grid .service-box{
      margin-top: 20px;
     
      padding: 2rem;
    }


    .site-container .bg-pattern {
      position: absolute;
      left: -250px;
      right: 0;
      top: 1530px;
      opacity: 0.25;
      transform: rotate(290deg);
  }
  
  
    .main-content .about .about-content h2{
  
      font-size: 32px;
      margin-bottom: 1rem;
    }
  
    .main-content .about .about-content p{
  
      font-size: 13px;
      line-height: 22px;
      margin-bottom: 1rem;
      /* padding-right: 50px; */
    }
    

    .main-content .about-section .ring3 {
      position: absolute;
      width: 150px;
      top: 1424px;
      right: -170px;
      z-index: 5000;
      transform: scale(-1, -1) rotate(180deg);
  }

  .main-content .about-section .circle5 {
    position: absolute;
    width: 200px;
    top: 750px;
    left: -160px;
}
    .main-content .about .about-image.rotate1 img{
  
      width: 80%;
    }
  
    .btn.main-btn.outline{
  
      font-size: 14px;
      
    }

    .main-content .case-study .case-study-box img{

      border-radius: 20px;
      height: 600px;
    }
  
    .main-content .case-study .square7{
      position: absolute;
      top: 1160px
    }

    .main-content .case-study .tri{
      position: absolute;
      left: 1400px;
      top: 1160px
    }


    .main-content .case-study .section-title h2{
  
      font-size: 2.4rem;
      line-height: 3rem;
    }
  
    .main-content .case-study .section-title p {
    
    font-size: 12px;
    
    }
  
    .main-content .case-study .section-title .link{
  
  
      font-size: 12px;
    }

    .main-content .pricing .poly {

      left: 385px;
    }

    .main-content .pricing .cir14 {

      left: 1385px;

    }

  
    .main-content .filter-gallery .services-filters li, .main-content .filter-gallery .portfolio-filters li, .main-content .filter-gallery .isotope-filters li {
    
    font-size: 13px;
    }
  
    .h3, h3{
  
      font-size: 1.3rem;
    }

    .main-content .pricing .pricing-box {

      padding: 60px 40px;
    }

    .main-content .pricing .pricing-box p{
  
      font-size: 12px;
    }
  
    .main-content .pricing .pricing-box .package-content ul li {

  
      font-size: 12px;
    }
  
    .mt-5 {
      margin-top: 4rem !important;
  }

  .main-content .blog .square8{

    left: -95px;
  
  
}

.main-content .blog .ring3 {


top: -60px

}


.main-content .cta .ring2 {


top: 3500px;
}

    .testimonials .testimonial-item {
      
      padding: 30px 25px 30px 25px;
      margin-top: 40px;
  }
  
  .testimonials .swiper-pagination{
  
    margin-top: 40px;
  }
  .testimonials .testimonial-item .testimonial-img{
  
    width: 50px;
    height: 50px;
  }
  
  .testimonials .testimonial-item h3{
  
    font-size: 13px;
  }
  
  .testimonials .testimonial-item h4{
  
    font-size: 10px;
  }
  
  
  .testimonials .testimonial-item p{
  
    font-size: 11px;
  }
  
  .main-content .cta .inner .content h2{
  
    font-size: 2rem;
    padding-right: 200px;
  }
  
  .main-content .cta .inner .content p{
  
    font-size: 14px;
    line-height: 28px;
    padding-right: 80px;
  }
  
  .main-content .cta .inner .content .cta.btn{
  
    font-size: 15px;
  }
    /* .header {
      padding: 20px 60px;
    } */
  
    .header .left .logo img{
  
      width: 80%;
    }
    .header .right .navbar .navbar-nav .nav-item .nav-link {
      font-size: 13px;
    }
  
    .header .right .navbar .navbar-nav .nav-item.dropdown ul li a {
  
  font-size: 12px;
  
    }
  
    .header .right .navbar .navbar-nav .nav-item.dropdown ul li {
      min-width: 260px;
      padding: 6px 20px;
  }
    .btn.main-btn {
      font-size: 14px;
    }
    /* .section-page .content {
      padding: 0 60px;
    } */
    /* .site-container {
      padding: 0 60px;
    } */
  
  
    .main-content .about-section.services .services-box .inner .head h4{
  
      font-size: 1.5rem;
    }
  
    .main-content .about-section.services .services-box .inner .body p{
  
      font-size: 12px;
      line-height: 25px;
    }
  
    .main-content .about-section .section-title h2{
  
      font-size: 2.2rem;
      line-height: 45px;
    }
  
    .main-content .about-section .section-title p{
  
      font-size: 13px;
    }
  
    .main-content .about-section .section-title .link{
  
      font-size: 12px;
    }
  
    .main-content .about-section .accordion .accordion-item .accordion-header .accordion-button{
  
      font-size: 15px;
    }
  
    .services-container .about-content h2{
      font-size: 1.8rem;
    }
  
    .services-container .about-content p{
      font-size: 12px;
      margin-bottom: 1rem;
    }
  
    .services-container .about-image img {
      top: 115px;
      width: 400px;
      position: relative;
    }
    .services-container .overview .service-section .cat-item .cat-item-title {
      font-size: 26px;
    }
  
    .services-container .overview .service-section .cat-item .cat-item-disc{
  
      font-size: 13px;
      line-height: 20px;
    }
    .services-container .overview .service-section .cat-item:hover .cat-item-title {
      transform: translate(0, 10);
      transition: 500ms cubic-bezier(0.31, -0.105, 0.43, 1.4);
    }
  
    .section-page .content h1{
  
      font-size: 28px;
      line-height: 40px;
    }
  
    .section-page .content p{
      font-size: 14px;
    }
  
    .main-content .contact-section .section-title h2{
      font-size: 2rem;
    }
  
    .main-content .service-item h3{
      font-size: 17px;
      margin-bottom: 2px;
    }
  
    .main-content .service-item p{
      font-size: 11.5px;
      line-height: 22px;
    }
  
    .main-content .service-item .stretched-link{
      font-size: 13px;
      
    }
  
    .main-content .service-item{
      padding: 30px 25px;
    }
  
    .main-content .service-item .icon {
    
    font-size: 28px;
    padding: 15px 15px;
  
    
  
    }
  
    .main-content .website-dev .web-content h2 {
      font-size: 22px;
      line-height: 2rem;
  
    }
  
    .main-content .website-dev .web-content p {
      font-size: 12px;
      line-height: 20px;
  
    }
  
    
    .stats .stats-item span{
  
      font-size: 30px;
    }
  
    .stats .stats-item p{
      font-size: 12px;
    }
  
    .main-content .section-title p{
  margin-top: 1.5rem;
      font-size: 15px;
      line-height: 20px;
    }
  
    .contact .info-item h3{
      font-size: 15px;
    }
    .contact .info-item p{
      font-size: 12px;
    }
  
  
    .input-area .form-control-2{
  
      font-size: 12px;
    }
    .footer .logo img{
  
      width: 85%;
  
    }
    .footer p{
      font-size: 13px;
    }
  
    .footer .footer-links ul li a{
  
      font-size: 13px;
    }
  
    .h5, h5{
      font-size: 16px;
    }
  
    .footer .footer-links ul li{
      padding: 2px 0px;
    }
    .footer .social-links .social-icon img{
  
      width: 40px;
      height: 40px;
    }

    .footer .footer-links .subscribe-input input::-ms-input-placeholder {
      color: #8856af;
      font-size: 12px;
    }
    .footer .footer-links .subscribe-input input::placeholder {
      color: #8856af;
      font-size: 12px;
    }
  
    .copyright{
  
      font-size: 13px;
    }
  
    /* Elements */
  
    .main-content .hero .square1 {
      position: absolute;
      width: 55px;
      top: 10px;
      left: 500px;
    }
    
    .main-content .hero .square2 {
      position: absolute;
      width: 60px;
      bottom: 100px;
      left: 600px;
    }
    .main-content .hero .square3 {
      position: absolute;
      width: 60px;
      bottom: 0px;
      left: 270px;
      transition: 0.3s ease;
    }
    .main-content .hero .square4 {
      position: absolute;
      width: 60px;
      bottom: 0px;
      left: 0;
      transition: 0.3s ease;
      transform: rotate(60deg);
    }
    .main-content .hero .circle1 {
      position: absolute;
      width: 60px;
      top: 0;
      right: 0px;
    }
    .main-content .hero .triangle1 {
      position: absolute;
      width: 60px;
      top: 20px;
      left: 0;
    }
  
    .footer .square9 {
      
      width: 60px;
  }
  
  .footer .triangle8 {
    
    width: 55px;
  }




  }


  @media (max-width: 1560px) {

    .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 120px;
      background-color: transparent;
      transition: 0.3s ease;
  }



    .main-content .hero {
      height: calc(100vh - 170px);
      display: flex;
      align-items: center;
      position: relative;
      padding-top: 0;
    }

    .main-content .filter-gallery .services-filters li:first-child, .main-content .filter-gallery .portfolio-filters li:first-child, .main-content .filter-gallery .isotope-filters li:first-child {
      margin-left: 0;
      margin-top: 0;
    }
    
    .main-content .filter-gallery .portfolio-filters li{
    
      width: 250px;
      padding: 18px 18px 18px 18px !important;
      
    }


    .header .right .navbar .navbar-nav .nav-item {
      margin-right: 2.5rem;
    /* margin: 0 15px; */
      position: relative;
      transition: 0.3s ease;
    }
  
    .header .right .navbar .navbar-nav .nav-item::before {
      content: '';
      position: absolute;
      /* left: -15%; */
      left: 0;
      top: 49%;
      transform: translate(-150%, -50%);
      width: 7px;
      height: 7px;
      border: 2px solid #fff;
      border-radius: 50%;
    }


    .floating-element {
      position: fixed;
      transition: 0.3s ease;
      top: 260px;
      width: 450px;
      left: -409px;
      z-index: 20;
    }
    .floating-element .floating-title {
      width: 52px;
      z-index: -6;
      background: linear-gradient(rgb(136, 86, 175), rgb(115, 14, 163), rgb(41, 101, 156));
      height: 240px;
      cursor: pointer;
      box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1490196078);
      border-radius: 0 10px 10px 0;
      display: inline-block;
      padding-top: 0;
      vertical-align: top;
      position: relative;
      text-transform: uppercase;
      left: 405px;
      right: auto;
      top: 40px;
    }
    .floating-element .floating-title p {
      color: #ffffff;
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      position: absolute;
      display: block;
      transform: rotate(-90deg);
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      left: -61px;
      text-transform: capitalize;
      white-space: pre;
      bottom: 110px;
      margin-bottom: 0;
    }
    .floating-element .floating-form {
      background: linear-gradient(rgb(136, 86, 175), rgb(115, 14, 163), rgb(41, 101, 156));
      padding: 40px 30px 40px;
      position: relative;
      z-index: 9;
      border-radius: 12px;
      margin: 0;
      width: 350px;
      display: inline-block;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1215686275);
      top: -40px;
    }
    .floating-element .floating-form input {
      width: 100%;
      margin: 0 0 0 0;
      border: 1px solid #f5f7fd;
      background: rgba(255, 255, 255, 0);
      padding: 10px 15px;
      color: #f5f7fd;
      font-size: 11px;
      border-radius: 5px;
      height: 42px;
      font-weight: 400;
      outline: none;
      margin: 0 0 12px 0;
    }
    .floating-element .floating-form input::-ms-input-placeholder {
      color: #8856af;
      font-size: 11px;
    }
    .floating-element .floating-form input::placeholder {
      color: #fff;
      font-size: 11px;
    }
    .floating-element .floating-form h3 {
      color: #fff;
      text-align: center;
      font-size: 22px;
      padding-bottom: 10px;
    }
    .floating-element .floating-form textarea {
      width: 100%;
      margin: 0 0 0 0;
      border: 1px solid #f5f7fd;
      background: rgba(255, 255, 255, 0);
      padding: 10px 15px;
      color: #fff;
      font-size: 11px;
      border-radius: 5px;
      height: 42px;
      font-weight: 400;
      outline: none;
      margin: 0 0 12px 0;
    }
    .floating-element .floating-form textarea::-ms-input-placeholder {
      color: #8856af;
      font-size: 11px;
    }
    .floating-element .floating-form textarea::placeholder {
      color: #fff;
      font-size: 11px;
    }
    .floating-element.show {
      left: -60px;
    }

    .btn.main-btn-white {
      background: #fff;
      color: #65318d;
      font-size: 13px;
      font-weight: 500;
      padding: 10px 35px 10px 35px;
      border-radius: 5px;
      transition: 0.3s ease;
  }


.my-200{

  padding: 100px 0;
}


    .main-content .hero .hero-image .ellipse {
      position: absolute;
      width: 700px;
      height: 700px;
      
    }


    .site-container {
      padding: 0px 120px 0;
    }
    
      
    
      .main-content .hero .hero-image img{
    
        width: 550px;
        height: 550px;
      }
    
      .main-content .hero .hero-image{
    
        width: 600px;
        height: 600px;
      }
    
      .main-content .hero .hero-content h5{
    
        font-size: 16px;
      }
    
      .main-content .hero .hero-content h1{
    
        font-size: 2.6rem;
      }
    
      .main-content .hero .hero-content p{
    
        font-size: 13px;
      }
    
    
      .main-content .section-title h2{
    
        margin-top: 1rem;
        font-size: 1.8rem;
        line-height: 1rem;
      }

      .main-content .services .services-grid .service-box img {
        max-width: 371px;
        height: 450px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 0 30px 6px rgb(53, 23, 85);
    }
    
      .main-content .services .services-grid .service-box{
        margin-top: 10px;
       
        padding: 2rem;
      }

      .site-container .bg-pattern {
        position: absolute;
        left: -250px;
        right: 0;
        top: 1430px;
        opacity: 0.25;
        transform: rotate(290deg);
    }
    
      .main-content .about .about-content h2{
    
        font-size: 30px;
        margin-bottom: 1rem;
      }
    
      .main-content .about .about-content p{
    
        font-size: 11px;
        line-height: 22px;
        margin-bottom: 1rem;
        
      }
      
      .main-content .about .about-image.rotate1 img{
    
        width: 80%;
      }
    
      .btn.main-btn.outline{
    
        font-size: 12px;
        
      }

      .main-content .case-study {
        /* padding-top: 150px;
        padding-bottom: 80px; */
        position: relative;
    }

    .pt-top{
      padding-top: 150px;
      
    }

    .pb-bottom{
      padding-bottom: 80px;
    }

    .main-content .case-study .case-study-box img {
      height: 500px;
      width: 100%;
      object-fit: cover;
      border-radius: 15px;
  }

  .main-content .case-study .case-study-box .portfolio-btn{
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
    
      .main-content .case-study .section-title h2{
    
        font-size: 2.4rem;
        line-height: 3rem;
      }
    
      .main-content .case-study .section-title p {
      
      font-size: 12px;
      
      }
    
      .main-content .case-study .section-title .link{
    
    
        font-size: 12px;
      }


    
      .main-content .pricing .pricing-box::before {
        content: '';
        position: absolute;
        left: 3px;
        right: 3px;
        top: 3px;
        bottom: 3px;
        border-radius: 18px;
        background-color: #100c27;
        z-index: -1;
        transition: 200ms;
    }

    .main-content .pricing .pricing-box {
      background: linear-gradient(90deg, rgb(136, 86, 175) 0%, rgb(115, 14, 163) 53%, rgb(41, 101, 156) 100%);
      position: relative;
      z-index: 1;
      padding: 30px 40px;
      text-align: center;
      border-radius: 18px;
      max-width: 400px;
  }

      .main-content .filter-gallery .services-filters li, .main-content .filter-gallery .portfolio-filters li, .main-content .filter-gallery .isotope-filters li {
      
      font-size: 11px;
      }

      .main-content .pricing .pricing-box h3 {
        font-size: 20px;
        color: #bc89e4;
    }

    .main-content .pricing .pricing-box .package-content ul li{

      font-size: 11px;
    }
    
      .h3, h3{
    
        font-size: 1.2rem;
      }
    
      .main-content .pricing .pricing-box p{
    
        font-size: 11px;
      }
    
      .main-content .pricing .pricing-box ul li{
    
        font-size: 11px;
        padding: 10px 0;
      }

      .main-content .pricing .pricing-box .price h2{

        font-size: 2.2rem;
      }


      .main-content .blog .blog-box .image-container img{
        height: 200px;
      }
    
      .main-content .blog .blog-box .body{
    
      font-size: 12px;
      padding: 0px 40px 0px 0px;
      margin-top: 30px;
    
      }

      .my-50{

        padding: 0px 0;
      }
    
      .mt-5 {
        margin-top: 3rem !important;
    }
    .testimonials .testimonial-item {
    
      padding: 30px 28px 30px 28px;
      margin-top: 40px;
  }
  
  .testimonials .swiper-pagination{
  
    margin-top: 0px;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet{
  
  width: 11px;
  height: 11px;
  
  }
  
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px) !important;
  
  }
  
  .main-content .testimonials .section-title p {
    margin-top: 1rem;
    font-size: 13px;
    line-height: 10px;
  }
  
  .testimonials .testimonial-item .testimonial-img{
  
    width: 60px;
    height: 60px;
  }
  
  .testimonials .testimonial-item h3{
  
    font-size: 14px;
  }
  
  .testimonials .testimonial-item h4{
  
    font-size: 12px;
  }
  
  
  .testimonials .testimonial-item p{
  
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
  }
    
    .main-content .cta .inner .content h2{
    
      font-size: 2rem;
      padding-right: 200px;
    }
    
    .main-content .cta .inner .content p{
    
      font-size: 14px;
      line-height: 22px;
      padding-right: 80px;
    }
    
    .main-content .cta .inner .content .cta.btn{
    
    font-size: 15px;
    margin-left: 115px;
}

.main-content .cta .inner img {
  width: 100%;
  height: 250px;
}

      .header .left .logo img{
    
        width: 80%;
      }
      .header .right .navbar .navbar-nav .nav-item .nav-link {
        font-size: 13px;
      }
    
      .header .right .navbar .navbar-nav .nav-item.dropdown ul li a {
    
    font-size: 12px;
    
      }
    
      .header .right .navbar .navbar-nav .nav-item.dropdown ul li {
        min-width: 260px;
        padding: 6px 20px;
    }
      .btn.main-btn {
        font-size: 12px;
        padding: 0.85rem 2rem;
      }
      
      .section-page {
        background-image: url(assets/web-dev.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        height: 350px;
        padding-top: 230px;
        padding-bottom: 180px;
    }
      .main-content .about-section.services .services-box .inner .head h4{
    
        font-size: 1.2rem;
      }
    
      .main-content .about-section.services .services-box .inner .body p{
    
        font-size: 11px;
        line-height: 20px;
      }
    
      .main-content .about-section .section-title h2{
    
        font-size: 2rem;
        line-height: 40px;
      }

      .main-content .about-section .section-title h6{

        font-size: 14px;
      }
    
      .main-content .about-section .section-title p{
    
        font-size: 13px;
      }
    
      .main-content .about-section .section-title .link{
    
        font-size: 12px;
      }
    
      .main-content .about-section .accordion .accordion-item .accordion-header .accordion-button{
    
        font-size: 14px;
      }
    
      .services-container .about-content h2{
        font-size: 1.8rem;
      }
    
      .services-container .about-content p{
        font-size: 12px;
        margin-bottom: 1rem;
      }
    
      .services-container .about-image img {
        top: 115px;
        width: 400px;
        position: relative;
      }
      .services-container .overview .service-section .cat-item .cat-item-title {
        font-size: 26px;
      }
    
      .services-container .overview .service-section .cat-item .cat-item-disc{
    
        font-size: 13px;
        line-height: 20px;
      }
      .services-container .overview .service-section .cat-item:hover .cat-item-title {
        transform: translate(0, 10);
        transition: 500ms cubic-bezier(0.31, -0.105, 0.43, 1.4);
      }
    
      .section-page .content h1{
    
        font-size: 24px;
        line-height: 30px;
      }
    
      .section-page .content p{
        font-size: 12px;
      }
    
      .main-content .contact-section .section-title h2{
        font-size: 2rem;
      }
    
      .main-content .service-item h3{
        font-size: 17px;
        margin-bottom: 2px;
      }
    
      .main-content .service-item p{
        font-size: 11.5px;
        line-height: 22px;
      }
    
      .main-content .service-item .stretched-link{
        font-size: 13px;
        
      }
    
      .main-content .service-item{
        padding: 30px 25px;
      }
    
      .main-content .service-item .icon {
      
      font-size: 28px;
      padding: 15px 15px;
    
      
    
      }
    
      .main-content .website-dev .web-content h2 {
        font-size: 22px;
        line-height: 2rem;
    
      }
    
      .main-content .website-dev .web-content p {
        font-size: 12px;
        line-height: 20px;
    
      }
    
      
      .stats .stats-item span{
    
        font-size: 30px;
      }
    
      .stats .stats-item p{
        font-size: 12px;
      }
    
      .main-content .section-title p{
    margin-top: 1.5rem;
        font-size: 13px;
        line-height: 20px;
      }
    
      .contact .info-item h3{
        font-size: 15px;
      }
      .contact .info-item p{
        font-size: 12px;
      }
    
    
      .input-area .form-control-2{
    
        font-size: 12px;
      }
      .footer .logo img{
    
        width: 80%;
    
      }
      .footer p{
        font-size: 12px;
      }
    
      .footer .footer-links ul li a{
    
        font-size: 12px;
      }
    
      .h5, h5{
        font-size: 15px;
      }
    
      .footer .footer-links ul li{
        padding: 2px 0px;
      }
      .footer .social-links .social-icon img{
    
        width: 40px;
        height: 40px;
      }
    
      .footer .social-links{
        gap: 10px
      }

      .footer .footer-links .subscribe-input input {
        border-radius: 0.5rem;
        padding-right: 2rem;
        font-size: 10px;
        height: 2rem;
      }
    
      .footer .footer-links .subscribe-input input::-ms-input-placeholder {
        
        font-size: 11px;
      }
      .footer .footer-links .subscribe-input input::placeholder {
      
        font-size: 11px;
      }
      .copyright{
    
        font-size: 12px;
      }

      .scroll-top{

        width: 42px;
        height: 42px;
      }
    
      .scroll-top i{
    
        font-size: 1.5rem;
      }

      .main-content .hero .square1 {
        position: absolute;
        width: 50px;
        top: 10px;
        left: 430px;
      }
      
      .main-content .hero .square2 {
        position: absolute;
        width: 50px;
        bottom: 120px;
        left: 500px;
      }
      .main-content .hero .square3 {
        position: absolute;
        width: 50px;
        bottom: -10px;
        left: 270px;
        transition: 0.3s ease;
      }
      .main-content .hero .square4 {
        position: absolute;
        width: 50px;
        bottom: -10px;
        left: 0;
        transition: 0.3s ease;
        transform: rotate(60deg);
      }
      .main-content .hero .circle1 {
        position: absolute;
        width: 50px;
        top: 0;
        right: 0px;
      }
      .main-content .hero .triangle1 {
        position: absolute;
        width: 50px;
        top: 0px;
        left: 0;
      }
    
      .main-content .services .square5{
        width: 50px;
        top:-15px;
      }
    
    
      .main-content .about .circle3 {
        position: absolute;
        width: 100px;
        top: 0;
        right: 0;
      }
      .main-content .about .circle4 {
        position: absolute;
        width: 50px;
        bottom: -50px;
        right: 300px;
      }
      .main-content .about .triangle2 {
        position: absolute;
        width: 45px;
        top: -20px;
        right: 300px;
        transform: scale(-1, 1);
      }
      .main-content .about .triangle3 {
        position: absolute;
        width: 45px;
        bottom: 0;
        left: 200px;
      }
      .main-content .about .square6 {
        position: absolute;
        width: 50px;
        top: 50%;
        right: 0;
        transition: 0.3s ease;
        transform: scale(-1, -1) rotate(16deg);
      }
    
      .main-content .about .circle2 {
        position: absolute;
        width: 50px;
        top: -50px;
        left: 160px;
        transform: scale(-1, -1) rotate(20deg);
    }
    
      .main-content .about .ring {
        position: absolute;
        width: 150px;
        top: -100px;
        left: -190px;
        transform: scale(1, 1) rotate(180deg);
    }
    
    .main-content .case-study .circle5 {
      position: absolute;
      width: 150px;
      top: 100px;
      left: -160px;
    }
    
    .main-content .case-study .triangle4 {
      position: absolute;
      width: 45px;
      top: 500px;
      right: -90px;
      z-index: 1;
    }
    
    .main-content .case-study .square7 {
      position: absolute;
      width: 50px;
      bottom: 0;
      top: 950px;
      left: 20px;
      z-index: 1;
      transform: scale(1, 1) rotate(45deg);
    }
    .main-content .case-study .tri {
      position: absolute;
      width: 50px;
      bottom: 0;
      top: 950px;
      left: 1180px;
      z-index: 1;
      transform: scale(1, 1) rotate(90deg);
    }
    
    .main-content .pricing .square7 {
      position: absolute;
      width: 50px;
      bottom: 0;
      top: 50px;
      left: 50px;
      z-index: 1;
      transform: scale(1, 1) rotate(75deg);
    }
    
    .main-content .pricing .triangle5 {
      position: absolute;
      width: 40px;
      top: -20px;
      right: 400px;
      transform: scale(-1, 1);
    }
    
    .main-content .pricing .circle6 {
      position: absolute;
      width: 100px;
      top: 55px;
      right: 0;
    }
    
    .main-content .pricing .cir13 {
      position: absolute;
      width: 150px;
      top: 230px;
      left: -29px;
      z-index: 0;
      transform: scale(1, 1) rotate(180deg);
    }
    
    .main-content .pricing .poly {
      position: absolute;
      opacity: 60%;
      width: 150px;
      top: 760px;
      left: 330px;
      z-index: 5;
      transform: scale(1, 1) rotate(180deg);
    }
    
    .main-content .pricing .cir14 {
      position: absolute;
      width: 150px;
      top: 380px;
      left: 1150px;
      z-index: 0;
      transform: scale(1, 1) rotate(180deg);
    }
    
    .main-content .blog .circle7 {
      position: absolute;
      width: 50px;
      top: -50px;
      right: 400px;
      transform: scale(1, -1) rotate(8deg);
    }
    
    .main-content .blog .ring3 {
      position: absolute;
      width: 150px;
      top: -50px;
      right: -170px;
      z-index: 5;
      transform: scale(-1, -1) rotate(180deg);
    }
    
    .main-content .blog .square8 {
      position: absolute;
      width: 50px;
      top: 100px;
      left: -80px;
    }
    
    .main-content .blog .triangle6 {
      position: absolute;
      width: 45px;
      top: 275px;
      right: -95px;
      transform: scale(1, -1);
      z-index: 1;
    }
    
    .main-content .blog .triangle7 {
      position: absolute;
      width: 45px;
      bottom: -110px;
      left: 223px;
      transform: rotate(353deg);
      z-index: 1;
    }
    
    .main-content .blog .circle8 {
      position: absolute;
      width: 50px;
      bottom: -142px;
      right: 114px;
      transform: scale(1, -1) rotate(8deg);
    }
    
    .main-content .cta .ring2 {
      position: absolute;
      left: -30px;
      width: 150px;
      top: 3150px;
      z-index: -2;
      transform: scale(1, 1) rotate(90deg);
    }
      .footer .square9 {
        
        width: 50px;
        top: -14px;
    }
    
    .footer .triangle8 {
      
      width: 45px;
      top: -14px;
      right: 5px
    
    }

/* Elements About page */


.main-content .about-section .circle3 {
  position: absolute;
  width: 100px;
  top: 0;
  right: 0;
}

.main-content .about-section .circle2 {
  position: absolute;
  width: 50px;
  top: 0;
  left: 260px;
  transform: scale(-1, -1) rotate(20deg);
}

.main-content .about-section .circle4 {
  position: absolute;
  width: 50px;
  bottom: -60px;
  right: 300px;
}
.main-content .about-section .triangle2 {
  position: absolute;
  width: 45px;
  top: -55px;
  right: 500px;
  transform: scale(-1, 1);
}
.main-content .about-section .triangle3 {
  position: absolute;
  width: 45px;
  bottom: 0;
  left: 200px;
}
.main-content .about-section .square6 {
  position: absolute;
  width: 50px;
  top: 50%;
  right: -80px;
  transition: 0.3s ease;
  transform: scale(-1, -1) rotate(16deg);
}

.main-content .about-section .ring {
  position: absolute;
  width: 150px;
  top: -100px;
  left: -190px;
  transform: scale(1, 1) rotate(180deg);
}

.main-content .about-section .circle5 {
  position: absolute;
  width: 150px;
  top: 730px;
  left: -160px;
}

.main-content .about-section .ring3 {
  position: absolute;
  width: 150px;
  top: 1280px;
  right: -170px;
  z-index: -5;
  transform: scale(-1, -1) rotate(180deg);
}




    }
    





@media (max-width: 1399px) {


  .main-content .hero {
    height: calc(100vh - 170px);
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 0;
  }
  


  .header .right .navbar .navbar-nav .nav-item {
    margin-right: 2.5rem;
  /* margin: 0 15px; */
    position: relative;
    transition: 0.3s ease;
  }

  .header .right .navbar .navbar-nav .nav-item::before {
    content: '';
    position: absolute;
    /* left: -15%; */
    left: 0;
    top: 49%;
    transform: translate(-150%, -50%);
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
  }

/* 
  
    left: auto !important;
    top: auto !important;
    
}

div.isotope-container.grid {
  height: auto !important;
}
  */

  
 /* .row.isotope-container {
  
  height: auto !important;
}  */

.floating-element {
  position: fixed;
  transition: 0.3s ease;
  top: 260px;
  width: 450px;
  left: -350px;
  z-index: 20;
}
.floating-element .floating-title {
  width: 45px;
  z-index: -6;
  background: linear-gradient(rgb(136, 86, 175), rgb(115, 14, 163), rgb(41, 101, 156));
  height: 200px;
  cursor: pointer;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1490196078);
  border-radius: 0 10px 10px 0;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
  left: 348px;
  right: auto;
  top: 40px;
}
.floating-element .floating-title p {
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -48px;
  text-transform: capitalize;
  white-space: pre;
  bottom: 92px;
  margin-bottom: 0;
}
.floating-element .floating-form {
  background: linear-gradient(rgb(136, 86, 175), rgb(115, 14, 163), rgb(41, 101, 156));
  padding: 30px 20px 30px;
  position: relative;
  z-index: 9;
  border-radius: 12px;
  margin: 0;
  width: 300px;
  display: inline-block;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1215686275);
  top: -40px;
}
.floating-element .floating-form input {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #f5f7fd;
  background: rgba(255, 255, 255, 0);
  padding: 10px 15px;
  color: #f5f7fd;
  font-size: 9px;
  border-radius: 5px;
  height: 38px;
  font-weight: 400;
  outline: none;
  margin: 0 0 10px 0;
}
.floating-element .floating-form input::-ms-input-placeholder {
  color: #8856af;
  font-size: 9px;
}
.floating-element .floating-form input::placeholder {
  color: #fff;
  font-size: 9px;
}
.floating-element .floating-form h3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-bottom: 10px;
}
.floating-element .floating-form textarea {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #f5f7fd;
  background: rgba(255, 255, 255, 0);
  padding: 10px 15px;
  color: #fff;
  font-size: 9px;
  border-radius: 5px;
  height: 38px;
  font-weight: 400;
  outline: none;
  margin: 0 0 10px 0;
}
.floating-element .floating-form textarea::-ms-input-placeholder {
  color: #8856af;
  font-size: 9px;
}
.floating-element .floating-form textarea::placeholder {
  color: #fff;
  font-size: 9px;
}
.floating-element.show {
  left: -50px;
}

.btn.main-btn-white {
  background: #fff;
  color: #65318d;
  font-size: 10px;
  font-weight: 500;
  padding: 10px 35px 10px 35px;
  border-radius: 5px;
  transition: 0.3s ease;
}


  .main-content .hero .hero-image .ellipse {
    position: absolute;
    width: 550px;
    height: 550px;
}
  
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 100px;
  background-color: transparent;
  transition: 0.3s ease;
}

.section-page .content {
  position: relative;
  z-index: 1;
  padding: 0 100px;
}

.site-container {
  padding: 0px 100px 0;
}

.site-container .bg-circle-3 {
  position: absolute;
  bottom: -100px;
  left: -10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #2a1441;
  box-shadow: 0 0 200px 200px rgb(42, 20, 65);
  z-index: -1;
}


.main-content .case-study {
  /* padding-top: 150px;
  padding-bottom: 50px; */
}


.pt-top{
  padding-top: 150px;

}
.pb-bottom{

  padding-bottom: 50px;
}

.my-50 {
  padding: 0px 0;
}


.site-container .bg-pattern {
  position: absolute;
  left: -250px;
  right: 0;
  top: 1024px;
  opacity: 0.25;
  transform: rotate(290deg);
}
.my-100{

  padding: 50px 0;
}

.my-150 {
  padding: 100px 0;
}

.my-200 {
  padding: 100px 0;
}
  .main-content .hero .hero-image img{

    width: 430px;
    height: 430px;
  }

  .main-content .hero .hero-image{

    width: 500px;
    height: 500px;
  }

  .main-content .hero .hero-content h5{

    font-size: 13px;
  }

  .main-content .hero .hero-content h1{

    font-size: 2rem;
  }

  .main-content .hero .hero-content p{

    font-size: 10px;
  }


  .main-content .section-title h2{

    margin-top: 0rem;
    font-size: 1.5rem;
    line-height: 1rem;
  }

  /* .main-content .swiper .swiper-button-prev::after, .main-content .swiper .swiper-button-next::after {

    font-size: 0.8rem;
    margin-bottom: 100px;
  } */

  .main-content .services .services-grid .service-box{
    margin-top: 0px;
   
    padding: 2rem;
  }

  .main-content .services .services-grid .service-box img{
    height: 350px;
  }

  .main-content .services .services-grid .service-box .btn{

    width: 200px;
    font-size: 9px;

  }


  .main-content .about .about-content h2{

    font-size: 23px;
    margin-bottom: 1rem;
  }

  .main-content .about .about-content p{

    font-size: 10px;
    line-height: 18px;
    margin-bottom: 1rem;
    
  }
  
  .main-content .about .about-image.rotate1 img{

    width: 80%;
  }

  .btn.main-btn.outline{

    font-size: 9px;
    
  }

  .footer .footer-links .subscribe-input i {
  
  font-size: 12px;
  
  }


  .main-content .case-study .section-title h6{

    font-size: 12px;
  }
  .main-content .case-study .section-title h2{

    font-size: 1.8rem;
    line-height: 2.1rem;
  }

  .main-content .case-study .section-title p {
  
  font-size: 9px;
  margin-bottom: 0.3rem;
  
  }

  .main-content .case-study .section-title .link{


    font-size: 9px;
    
  }

  .main-content .case-study .case-study-box img {
    height: 400px;
    border-radius: 18px;

  }

  .main-content .case-study .case-study-box .portfolio-btn {


    font-size: 15px;
    width: 40px;
    height: 40px;
  }

  .main-content .filter-gallery .services-filters li, .main-content .filter-gallery .portfolio-filters li, .main-content .filter-gallery .isotope-filters li {
  
  font-size: 9px;
  padding: 10px 15px 10px 15px;
  }

  .h3, h3{

    font-size: 1rem;
  }

  .main-content .pricing .pricing-box .package-content ul li:before{

    height: 10px;
    width: 15px;
  }
  .main-content .pricing .pricing-box .package-content ul li{

    font-size: 9px;
    padding: 0 0 10px 30px;
  }

  .main-content .pricing .section-title p {
    margin-top: -10px;
    font-size: 11px;
    line-height: 10px;
  }

  .main-content .pricing .pricing-box h3{
    font-size: 18px;
  }

  .main-content .pricing .pricing-box p{

    font-size: 9px;
  }

  .main-content .pricing .pricing-box .package-content{

    height: 200px;
  }
  .main-content .pricing .pricing-box {

    border-radius: 18px;
    padding: 30px 40px;
  }
  .main-content .pricing .pricing-box::before{

    border-radius: 18px;
  }

  .main-content .pricing .pricing-box ul li{

    font-size: 9px;
    padding: 8px 0;
  }
  .main-content .pricing .pricing-box .price h2{

    font-size: 2rem;
  }

  .main-content .blog .blog-box .image-container img{
    height: 200px;
  }

  .main-content .blog .blog-box .body{

  font-size: 10px;
  padding: 0px;
  margin-top: 20px;


  }

  .main-content .blog .section-title h6{

    font-size: 13px;
  }

  .mt-5 {
    margin-top: 4rem !important;
}
  .testimonials .testimonial-item {
    
    padding: 25px 17px 25px 17px;
    margin-top: 40px;
}

.testimonials .swiper-pagination{

  margin-top: 0px;
}

.testimonials .swiper-pagination .swiper-pagination-bullet{

width: 8px;
height: 8px;

}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px) !important;

}

.main-content .testimonials .section-title p {
  margin-top: 1rem;
  font-size: 11px;
  line-height: 10px;
}

.testimonials .testimonial-item .testimonial-img{

  width: 50px;
  height: 50px;
}

.testimonials .testimonial-item h3{

  font-size: 11px;
}

.testimonials .testimonial-item h4{

  font-size: 9px;
}


.testimonials .testimonial-item p{

  font-size: 8.5px;
  line-height: 17px;
}

.main-content .cta .inner .content h2{

  font-size: 1.5rem;
  padding-right: 150px;
}

.main-content .cta .inner .content p{

  font-size: 10px;
  line-height: 15px;
  padding-right: 100px;
}

.main-content .cta .inner img{
  height: 200px;
}
.main-content .cta .inner .content .cta.btn{

  font-size: 10px;
  margin-left: 70px;
}
  /* .header {
    padding: 20px 60px;
  } */

  .header .left .logo img{

    width: 60%;
  }
  .header .right .navbar .navbar-nav .nav-item .nav-link {
    font-size: 10px;
  }

  .header .right .navbar .navbar-nav .nav-item.dropdown ul li a {

font-size: 10px;

  }

  .header .right .navbar .navbar-nav .nav-item.dropdown ul li {
    min-width: 200px;
    padding: 3px 10px;
}
  .btn.main-btn {
    font-size: 9px;
    padding: 0.65rem 2rem;
  }
  /* .section-page .content {
    padding: 0 60px;
  } */
  /* .site-container {
    padding: 0 60px;
  } */


  .main-content .about-section.services .services-box .inner .head h4{

    font-size: 1rem;
  }

  .main-content .about-section.services .services-box .inner .body p{

    font-size: 9.5px;
    line-height: 17px;
  }

  .main-content .about-section .section-title h2{

    font-size: 1.7rem;
    line-height: 40px;
  }

  .main-content .about-section .section-title h6{
    font-size: 11px;
  }

  .main-content .about-section .section-title p{

    font-size: 10px;
  }

  .arrow-img img{

    width: 150px;
  }

  .main-content .about-section .section-title .link{

    font-size: 10px;
  }

  .main-content .about-section .accordion .accordion-item .accordion-header .accordion-button{

    font-size: 12px;
  }

  .services-container .about-content h2{
    font-size: 1.8rem;
  }

  .services-container .about-content p{
    font-size: 12px;
    margin-bottom: 1rem;
  }

  .services-container .about-image img {
    top: 115px;
    width: 400px;
  
    position: relative;
  }
  .services-container .overview .service-section .cat-item .cat-item-title {
    font-size: 26px;
  }

  .services-container .overview .service-section .cat-item .cat-item-disc{

    font-size: 13px;
    line-height: 20px;
  }
  .services-container .overview .service-section .cat-item:hover .cat-item-title {
    transform: translate(0, 10);
    transition: 500ms cubic-bezier(0.31, -0.105, 0.43, 1.4);
  }

  .section-page {
    background-image: url(assets/web-dev.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 300px;
    padding-top: 200px;
    padding-bottom: 180px;
}

  .section-page .content h1 {
    font-size: 22px;
    line-height: 20px;
}

  .section-page .content p{
    font-size: 10px;
  }

  .main-content .contact-section .section-title h2{
    font-size: 2rem;
  }

  .main-content .service-item h3{
    font-size: 17px;
    margin-bottom: 2px;
  }

  .main-content .service-item p{
    font-size: 11.5px;
    line-height: 22px;
  }

  .main-content .service-item .stretched-link{
    font-size: 13px;
    
  }

  .main-content .service-item{
    padding: 30px 25px;
  }

  .main-content .service-item .icon {
  
  font-size: 28px;
  padding: 15px 15px;

  

  }

  .main-content .website-dev .web-content h2 {
    font-size: 22px;
    line-height: 2rem;

  }

  .main-content .website-dev .web-content p {
    font-size: 12px;
    line-height: 20px;

  }

  
  .stats .stats-item span{

    font-size: 30px;
  }

  .stats .stats-item p{
    font-size: 12px;
  }

  .main-content .section-title p{
margin-top: 1.5rem;
    font-size: 13px;
    line-height: 20px;
  }

  .contact .info-item h3{
    font-size: 15px;
  }
  .contact .info-item p{
    font-size: 12px;
  }


  .input-area .form-control-2{

    font-size: 12px;
  }
  .footer .logo img{

    width: 70%;

  }

  .footer {
    padding: 60px 0 70px 0;
    margin-top: 150px;

  }

  .footer .logo{

    margin-bottom: 1rem;
  }
  .footer p{
    font-size: 9.5px;
  }

  .footer .footer-links ul li a{

    font-size: 9.5px;
  }

  .h5, h5{
    font-size: 13px;
  }

  .footer .footer-links ul li{
    padding: 0px 0px;
  }
  .footer .social-links .social-icon img{

    width: 35px;
    height: 35px;
  }

  .footer .social-links{

    gap: 0.5rem
  }

  .footer .footer-links .subscribe-input input {
    border-radius: 0.5rem;
    padding-right: 2rem;
    font-size: 10px;
    height: 1.7rem;
  }

  .footer .footer-links .subscribe-input input::-ms-input-placeholder {
    
    font-size: 9px;
  }
  .footer .footer-links .subscribe-input input::placeholder {
  
    font-size: 9px;
  }

  .copyright{

    font-size: 9.5px;
  }

  .scroll-top{

    width: 35px;
    height: 35px;
  }

  .scroll-top i{

    font-size: 1.3rem;
  }

  /* Elements */

  .main-content .hero .square1 {
    position: absolute;
    width: 45px;
    top: 10px;
    left: 430px;
  }
  
  .main-content .hero .square2 {
    position: absolute;
    width: 45px;
    bottom: 120px;
    left: 400px;
  }
  .main-content .hero .square3 {
    position: absolute;
    width: 45px;
    bottom: -10px;
    left: 270px;
    transition: 0.3s ease;
  }
  .main-content .hero .square4 {
    position: absolute;
    width: 50px;
    bottom: -10px;
    left: 0;
    transition: 0.3s ease;
    transform: rotate(60deg);
  }
  .main-content .hero .circle1 {
    position: absolute;
    width: 45px;
    top: 0;
    right: 0px;
  }
  .main-content .hero .triangle1 {
    position: absolute;
    width: 45px;
    top: 0px;
    left: 0;
  }

  .main-content .services .square5{
    width: 45px;
    top:-15px;
  }


  .main-content .about .circle3 {
    position: absolute;
    width: 100px;
    top: 0;
    right: 0;
  }
  .main-content .about .circle4 {
    position: absolute;
    width: 45px;
    bottom: -50px;
    right: 300px;
  }
  .main-content .about .triangle2 {
    position: absolute;
    width: 40px;
    top: -20px;
    right: 300px;
    transform: scale(-1, 1);
  }
  .main-content .about .triangle3 {
    position: absolute;
    width: 40px;
    bottom: 0;
    left: 200px;
  }
  .main-content .about .square6 {
    position: absolute;
    width: 45px;
    top: 50%;
    right: 0;
    transition: 0.3s ease;
    transform: scale(-1, -1) rotate(16deg);
  }

  .main-content .about .circle2 {
    position: absolute;
    width: 45px;
    top: -50px;
    left: 160px;
    transform: scale(-1, -1) rotate(20deg);
}

  .main-content .about .ring {
    position: absolute;
    width: 150px;
    top: -100px;
    left: -190px;
    transform: scale(1, 1) rotate(180deg);
}

.main-content .case-study .circle5 {
  position: absolute;
  width: 150px;
  top: 100px;
  left: -160px;
}

.main-content .case-study .triangle4 {
  position: absolute;
  width: 40px;
  top: 500px;
  right: -90px;
  z-index: 1;
}

.main-content .case-study .square7 {
  position: absolute;
  width: 45px;
  bottom: 0;
  top: 790px;
  left: 20px;
  z-index: 1;
  transform: scale(1, 1) rotate(45deg);
}
.main-content .case-study .tri {
  position: absolute;
  width: 45px;
  bottom: 0;
  top: 790px;
  left: 900px;
  z-index: 1;
  transform: scale(1, 1) rotate(90deg);
}

.main-content .pricing .square7 {
  position: absolute;
  width: 45px;
  bottom: 0;
  top: 50px;
  left: 50px;
  z-index: 1;
  transform: scale(1, 1) rotate(75deg);
}

.main-content .pricing .triangle5 {
  position: absolute;
  width: 35px;
  top: -15px;
  right: 350px;
  transform: scale(-1, 1);
}

.main-content .pricing .circle6 {
  position: absolute;
  width: 100px;
  top: 20px;
  right: 0;
}

.main-content .pricing .cir13 {
  position: absolute;
  width: 100px;
  top: 200px;
  left: -29px;
  z-index: 0;
  transform: scale(1, 1) rotate(180deg);
}

.main-content .pricing .poly {
  position: absolute;
  opacity: 60%;
  width: 150px;
  top: 600px;
  left: 250px;
  z-index: 5;
  transform: scale(1, 1) rotate(180deg);
}

video {
  border-radius: 10px;
  margin-top: 30px;
}


.main-content .pricing .cir14 {
  position: absolute;
  width: 100px;
  top: 380px;
  left: 950px;
  z-index: 0;
  transform: scale(1, 1) rotate(180deg);
}

.main-content .blog .circle7 {
  position: absolute;
  width: 40px;
  top: -50px;
  right: 400px;
  transform: scale(1, -1) rotate(8deg);
}

.main-content .blog .ring3 {
  position: absolute;
  width: 150px;
  top: -50px;
  right: -170px;
  z-index: 5;
  transform: scale(-1, -1) rotate(180deg);
}

.main-content .blog .square8 {
  position: absolute;
  width: 40px;
  top: 100px;
  left: -80px;
}

.main-content .blog .triangle6 {
  position: absolute;
  width: 35px;
  top: 275px;
  right: -95px;
  transform: scale(1, -1);
  z-index: 1;
}

.main-content .blog .triangle7 {
  position: absolute;
  width: 35px;
  bottom: -110px;
  left: 223px;
  transform: rotate(353deg);
  z-index: 1;
}

.main-content .blog .circle8 {
  position: absolute;
  width: 40px;
  bottom: -142px;
  right: 114px;
  transform: scale(1, -1) rotate(8deg);
}

.main-content .cta .ring2 {
  position: absolute;
  left: -20px;
  width: 150px;
  top: 2800px;
  z-index: -2;
  transform: scale(1, 1) rotate(90deg);
}
  .footer .square9 {
    
    width: 40px;
    top: -14px;
}

.footer .triangle8 {
  
  width: 35px;
  top: -14px;
  right: 5px

}

/* Elements About page */


.main-content .about-section .circle3 {
  position: absolute;
  width: 100px;
  top: 0;
  right: 0;
}

.main-content .about-section .circle2 {
  position: absolute;
  width: 45px;
  top: 0;
  left: 260px;
  transform: scale(-1, -1) rotate(20deg);
}

.main-content .about-section .circle4 {
  position: absolute;
  width: 40px;
  bottom: -60px;
  right: 300px;
}
.main-content .about-section .triangle2 {
  position: absolute;
  width: 40px;
  top: -55px;
  right: 500px;
  transform: scale(-1, 1);
}
.main-content .about-section .triangle3 {
  position: absolute;
  width: 40px;
  bottom: 0;
  left: 200px;
}
.main-content .about-section .square6 {
  position: absolute;
  width: 40px;
  top: 50%;
  right: -50px;
  transition: 0.3s ease;
  transform: scale(-1, -1) rotate(16deg);
}

.main-content .about-section .ring {
  position: absolute;
  width: 120px;
  top: -100px;
  left: -110px;
  transform: scale(1, 1) rotate(180deg);
}

.main-content .about-section .circle5 {
  position: absolute;
  width: 130px;
  top: 560px;
  left: -110px;
}

.main-content .about-section .ring3 {
  position: absolute;
  width: 100px;
  top: 1050px;
  right: -120px;
  z-index: -5;
  transform: scale(-1, -1) rotate(180deg);
}



}

@media (max-width: 1199px) {


  .main-content .hero {
    height: calc(100vh - 170px);
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 0;
  }
  


  .header .right .navbar .navbar-nav .nav-item {
    margin-right: 2.5rem;
  /* margin: 0 15px; */
    position: relative;
    transition: 0.3s ease;
  }

  .header .right .navbar .navbar-nav .nav-item::before {
    content: '';
    position: absolute;
    /* left: -15%; */
    left: 0;
    top: 49%;
    transform: translate(-150%, -50%);
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
  }

/* 
  
    left: auto !important;
    top: auto !important;
    
}

div.isotope-container.grid {
  height: auto !important;
}
  */

  
 /* .row.isotope-container {
  
  height: auto !important;
}  */

.floating-element {
  position: fixed;
  transition: 0.3s ease;
  top: 260px;
  width: 450px;
  left: -350px;
  z-index: 20;
}
.floating-element .floating-title {
  width: 45px;
  z-index: -6;
  background: linear-gradient(rgb(136, 86, 175), rgb(115, 14, 163), rgb(41, 101, 156));
  height: 200px;
  cursor: pointer;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1490196078);
  border-radius: 0 10px 10px 0;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
  left: 348px;
  right: auto;
  top: 40px;
}
.floating-element .floating-title p {
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -48px;
  text-transform: capitalize;
  white-space: pre;
  bottom: 92px;
  margin-bottom: 0;
}
.floating-element .floating-form {
  background: linear-gradient(rgb(136, 86, 175), rgb(115, 14, 163), rgb(41, 101, 156));
  padding: 30px 20px 30px;
  position: relative;
  z-index: 9;
  border-radius: 12px;
  margin: 0;
  width: 300px;
  display: inline-block;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1215686275);
  top: -40px;
}
.floating-element .floating-form input {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #f5f7fd;
  background: rgba(255, 255, 255, 0);
  padding: 10px 15px;
  color: #f5f7fd;
  font-size: 9px;
  border-radius: 5px;
  height: 38px;
  font-weight: 400;
  outline: none;
  margin: 0 0 10px 0;
}
.floating-element .floating-form input::-ms-input-placeholder {
  color: #8856af;
  font-size: 9px;
}
.floating-element .floating-form input::placeholder {
  color: #fff;
  font-size: 9px;
}
.floating-element .floating-form h3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-bottom: 10px;
}
.floating-element .floating-form textarea {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #f5f7fd;
  background: rgba(255, 255, 255, 0);
  padding: 10px 15px;
  color: #fff;
  font-size: 9px;
  border-radius: 5px;
  height: 38px;
  font-weight: 400;
  outline: none;
  margin: 0 0 10px 0;
}
.floating-element .floating-form textarea::-ms-input-placeholder {
  color: #8856af;
  font-size: 9px;
}
.floating-element .floating-form textarea::placeholder {
  color: #fff;
  font-size: 9px;
}
.floating-element.show {
  left: -50px;
}

.btn.main-btn-white {
  background: #fff;
  color: #65318d;
  font-size: 10px;
  font-weight: 500;
  padding: 10px 35px 10px 35px;
  border-radius: 5px;
  transition: 0.3s ease;
}


  .main-content .hero .hero-image .ellipse {
    position: absolute;
    width: 550px;
    height: 550px;
}
  
.site-container {
  padding: 0px 150px 0;
}


.main-content .case-study {
  /* padding-top: 150px;
  padding-bottom: 50px; */
}

.pt-top{
  padding-top: 150px;

}
.pb-bottom{

  padding-bottom: 50px;
}

.my-50 {
  padding: 0px 0;
}


.site-container .bg-pattern {
  position: absolute;
  left: -250px;
  right: 0;
  top: 1024px;
  opacity: 0.25;
  transform: rotate(290deg);
}
.my-100{

  padding: 50px 0;
}

.my-150 {
  padding: 100px 0;
}

.my-200 {
  padding: 100px 0;
}
  .main-content .hero .hero-image img{

    width: 430px;
    height: 430px;
  }

  .main-content .hero .hero-image{

    width: 500px;
    height: 500px;
  }

  .main-content .hero .hero-content h5{

    font-size: 13px;
  }

  .main-content .hero .hero-content h1{

    font-size: 2rem;
  }

  .main-content .hero .hero-content p{

    font-size: 10px;
  }


  .main-content .section-title h2{

    margin-top: 0rem;
    font-size: 1.5rem;
    line-height: 1rem;
  }

  /* .main-content .swiper .swiper-button-prev::after, .main-content .swiper .swiper-button-next::after {

    font-size: 0.8rem;
    margin-bottom: 100px;
  } */

  .main-content .services .services-grid .service-box{
    margin-top: 0px;
   
    padding: 2rem;
  }

  .main-content .services .services-grid .service-box img{
    height: 350px;
  }

  .main-content .services .services-grid .service-box .btn{

    width: 200px;
    font-size: 9px;

  }

  .main-content .about .about-content h2{

    font-size: 23px;
    margin-bottom: 1rem;
  }

  .main-content .about .about-content p{

    font-size: 10px;
    line-height: 18px;
    margin-bottom: 1rem;
    padding-right: 70px;
  }
  
  .main-content .about .about-image.rotate1 img{

    width: 80%;
  }

  .btn.main-btn.outline{

    font-size: 9px;
    
  }

  .footer .footer-links .subscribe-input i {
  
  font-size: 12px;
  
  }


  .main-content .case-study .section-title h6{

    font-size: 12px;
  }
  .main-content .case-study .section-title h2{

    font-size: 1.8rem;
    line-height: 2.1rem;
  }

  .main-content .case-study .section-title p {
  
  font-size: 9px;
  margin-bottom: 0.3rem;
  
  }

  .main-content .case-study .section-title .link{


    font-size: 9px;
    
  }

  .main-content .case-study .case-study-box img {
    height: 400px;
    border-radius: 18px;

  }

  .main-content .case-study .case-study-box .portfolio-btn {


    font-size: 15px;
    width: 40px;
    height: 40px;
  }

  .main-content .filter-gallery .services-filters li, .main-content .filter-gallery .portfolio-filters li, .main-content .filter-gallery .isotope-filters li {
  
  font-size: 9px;
  padding: 10px 15px 10px 15px;
  }

  .h3, h3{

    font-size: 1rem;
  }

  .main-content .pricing .pricing-box .package-content ul li:before{

    height: 10px;
    width: 15px;
  }
  .main-content .pricing .pricing-box .package-content ul li{

    font-size: 9px;
    padding: 0 0 10px 30px;
  }

  .main-content .pricing .section-title p {
    margin-top: -10px;
    font-size: 11px;
    line-height: 10px;
  }

  .main-content .pricing .pricing-box h3{
    font-size: 18px;
  }

  .main-content .pricing .pricing-box p{

    font-size: 9px;
  }

  .main-content .pricing .pricing-box .package-content{

    height: 200px;
  }
  .main-content .pricing .pricing-box {

    border-radius: 18px;
    padding: 30px 40px;
  }
  .main-content .pricing .pricing-box::before{

    border-radius: 18px;
  }

  .main-content .pricing .pricing-box ul li{

    font-size: 9px;
    padding: 8px 0;
  }
  .main-content .pricing .pricing-box .price h2{

    font-size: 2rem;
  }

  .main-content .blog .blog-box .image-container img{
    height: 200px;
  }

  .main-content .blog .blog-box .body{

  font-size: 10px;
  padding: 0px;
  margin-top: 20px;


  }

  .main-content .blog .section-title h6{

    font-size: 13px;
  }

  .mt-5 {
    margin-top: 4rem !important;
}
  .testimonials .testimonial-item {
    
    padding: 25px 17px 25px 17px;
    margin-top: 40px;
}

.testimonials .swiper-pagination{

  margin-top: 0px;
}

.testimonials .swiper-pagination .swiper-pagination-bullet{

width: 8px;
height: 8px;

}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px) !important;

}

.main-content .testimonials .section-title p {
  margin-top: 1rem;
  font-size: 11px;
  line-height: 10px;
}

.testimonials .testimonial-item .testimonial-img{

  width: 50px;
  height: 50px;
}

.testimonials .testimonial-item h3{

  font-size: 11px;
}

.testimonials .testimonial-item h4{

  font-size: 9px;
}


.testimonials .testimonial-item p{

  font-size: 8.5px;
  line-height: 17px;
}

.main-content .cta .inner .content h2{

  font-size: 1.5rem;
  padding-right: 150px;
}

.main-content .cta .inner .content p{

  font-size: 10px;
  line-height: 15px;
  padding-right: 100px;
}

.main-content .cta .inner img{
  height: 200px;
}
.main-content .cta .inner .content .cta.btn{

  font-size: 10px;
  margin-left: 70px;
}
  /* .header {
    padding: 20px 60px;
  } */

  .header .left .logo img{

    width: 60%;
  }
  .header .right .navbar .navbar-nav .nav-item .nav-link {
    font-size: 10px;
  }

  .header .right .navbar .navbar-nav .nav-item.dropdown ul li a {

font-size: 10px;

  }

  .header .right .navbar .navbar-nav .nav-item.dropdown ul li {
    min-width: 200px;
    padding: 3px 10px;
}
  .btn.main-btn {
    font-size: 9px;
    padding: 0.65rem 2rem;
  }
  /* .section-page .content {
    padding: 0 60px;
  } */
  /* .site-container {
    padding: 0 60px;
  } */


  .main-content .about-section.services .services-box .inner .head h4{

    font-size: 1.5rem;
  }

  .main-content .about-section.services .services-box .inner .body p{

    font-size: 12px;
    line-height: 25px;
  }

  .main-content .about-section .section-title h2{

    font-size: 2.2rem;
    line-height: 45px;
  }

  .main-content .about-section .section-title p{

    font-size: 13px;
  }

  .main-content .about-section .section-title .link{

    font-size: 12px;
  }

  .main-content .about-section .accordion .accordion-item .accordion-header .accordion-button{

    font-size: 15px;
  }

  .services-container .about-content h2{
    font-size: 1.8rem;
  }

  .services-container .about-content p{
    font-size: 12px;
    margin-bottom: 1rem;
  }

  .services-container .about-image img {
    top: 115px;
    width: 400px;
  
    position: relative;
  }
  .services-container .overview .service-section .cat-item .cat-item-title {
    font-size: 26px;
  }

  .services-container .overview .service-section .cat-item .cat-item-disc{

    font-size: 13px;
    line-height: 20px;
  }
  .services-container .overview .service-section .cat-item:hover .cat-item-title {
    transform: translate(0, 10);
    transition: 500ms cubic-bezier(0.31, -0.105, 0.43, 1.4);
  }

  .section-page .content h1{

    font-size: 28px;
    line-height: 40px;
  }

  .section-page .content p{
    font-size: 14px;
  }

  .main-content .contact-section .section-title h2{
    font-size: 2rem;
  }

  .main-content .service-item h3{
    font-size: 17px;
    margin-bottom: 2px;
  }

  .main-content .service-item p{
    font-size: 11.5px;
    line-height: 22px;
  }

  .main-content .service-item .stretched-link{
    font-size: 13px;
    
  }

  .main-content .service-item{
    padding: 30px 25px;
  }

  .main-content .service-item .icon {
  
  font-size: 28px;
  padding: 15px 15px;

  

  }

  .main-content .website-dev .web-content h2 {
    font-size: 22px;
    line-height: 2rem;

  }

  .main-content .website-dev .web-content p {
    font-size: 12px;
    line-height: 20px;

  }

  
  .stats .stats-item span{

    font-size: 30px;
  }

  .stats .stats-item p{
    font-size: 12px;
  }

  .main-content .section-title p{
margin-top: 1.5rem;
    font-size: 13px;
    line-height: 20px;
  }

  .contact .info-item h3{
    font-size: 15px;
  }
  .contact .info-item p{
    font-size: 12px;
  }


  .input-area .form-control-2{

    font-size: 12px;
  }
  .footer .logo img{

    width: 70%;

  }

  .footer {
    padding: 60px 0 70px 0;
    margin-top: 150px;

  }

  .footer .logo{

    margin-bottom: 1rem;
  }
  .footer p{
    font-size: 9.5px;
  }

  .footer .footer-links ul li a{

    font-size: 9.5px;
  }

  .h5, h5{
    font-size: 13px;
  }

  .footer .footer-links ul li{
    padding: 0px 0px;
  }
  .footer .social-links .social-icon img{

    width: 35px;
    height: 35px;
  }

  .footer .social-links{

    gap: 0.5rem
  }

  .footer .footer-links .subscribe-input input {
    border-radius: 0.5rem;
    padding-right: 2rem;
    font-size: 10px;
    height: 1.7rem;
  }

  .footer .footer-links .subscribe-input input::-ms-input-placeholder {
    
    font-size: 9px;
  }
  .footer .footer-links .subscribe-input input::placeholder {
  
    font-size: 9px;
  }

  .copyright{

    font-size: 9.5px;
  }

  .scroll-top{

    width: 35px;
    height: 35px;
  }

  .scroll-top i{

    font-size: 1.3rem;
  }

  /* Elements */

  .main-content .hero .square1 {
    position: absolute;
    width: 45px;
    top: 10px;
    left: 430px;
  }
  
  .main-content .hero .square2 {
    position: absolute;
    width: 45px;
    bottom: 120px;
    left: 400px;
  }
  .main-content .hero .square3 {
    position: absolute;
    width: 45px;
    bottom: -10px;
    left: 270px;
    transition: 0.3s ease;
  }
  .main-content .hero .square4 {
    position: absolute;
    width: 50px;
    bottom: -10px;
    left: 0;
    transition: 0.3s ease;
    transform: rotate(60deg);
  }
  .main-content .hero .circle1 {
    position: absolute;
    width: 45px;
    top: 0;
    right: 0px;
  }
  .main-content .hero .triangle1 {
    position: absolute;
    width: 45px;
    top: 0px;
    left: 0;
  }

  .main-content .services .square5{
    width: 45px;
    top:-15px;
  }


  .main-content .about .circle3 {
    position: absolute;
    width: 100px;
    top: 0;
    right: 0;
  }
  .main-content .about .circle4 {
    position: absolute;
    width: 45px;
    bottom: -50px;
    right: 300px;
  }
  .main-content .about .triangle2 {
    position: absolute;
    width: 40px;
    top: -20px;
    right: 300px;
    transform: scale(-1, 1);
  }
  .main-content .about .triangle3 {
    position: absolute;
    width: 40px;
    bottom: 0;
    left: 200px;
  }
  .main-content .about .square6 {
    position: absolute;
    width: 45px;
    top: 50%;
    right: 0;
    transition: 0.3s ease;
    transform: scale(-1, -1) rotate(16deg);
  }

  .main-content .about .circle2 {
    position: absolute;
    width: 45px;
    top: -50px;
    left: 160px;
    transform: scale(-1, -1) rotate(20deg);
}

  .main-content .about .ring {
    position: absolute;
    width: 150px;
    top: -100px;
    left: -190px;
    transform: scale(1, 1) rotate(180deg);
}

.main-content .case-study .circle5 {
  position: absolute;
  width: 150px;
  top: 100px;
  left: -160px;
}

.main-content .case-study .triangle4 {
  position: absolute;
  width: 40px;
  top: 500px;
  right: -90px;
  z-index: 1;
}

.main-content .case-study .square7 {
  position: absolute;
  width: 45px;
  bottom: 0;
  top: 790px;
  left: 20px;
  z-index: 1;
  transform: scale(1, 1) rotate(45deg);
}
.main-content .case-study .tri {
  position: absolute;
  width: 45px;
  bottom: 0;
  top: 790px;
  left: 900px;
  z-index: 1;
  transform: scale(1, 1) rotate(90deg);
}

.main-content .pricing .square7 {
  position: absolute;
  width: 45px;
  bottom: 0;
  top: 50px;
  left: 50px;
  z-index: 1;
  transform: scale(1, 1) rotate(75deg);
}

.main-content .pricing .triangle5 {
  position: absolute;
  width: 35px;
  top: -15px;
  right: 350px;
  transform: scale(-1, 1);
}

.main-content .pricing .circle6 {
  position: absolute;
  width: 100px;
  top: 20px;
  right: 0;
}

.main-content .pricing .cir13 {
  position: absolute;
  width: 100px;
  top: 200px;
  left: -29px;
  z-index: 0;
  transform: scale(1, 1) rotate(180deg);
}

.main-content .pricing .poly {
  position: absolute;
  opacity: 60%;
  width: 150px;
  top: 600px;
  left: 250px;
  z-index: 5;
  transform: scale(1, 1) rotate(180deg);
}

video {
  border-radius: 10px;
  margin-top: 30px;
}


.main-content .pricing .cir14 {
  position: absolute;
  width: 100px;
  top: 380px;
  left: 950px;
  z-index: 0;
  transform: scale(1, 1) rotate(180deg);
}

.main-content .blog .circle7 {
  position: absolute;
  width: 40px;
  top: -50px;
  right: 400px;
  transform: scale(1, -1) rotate(8deg);
}

.main-content .blog .ring3 {
  position: absolute;
  width: 150px;
  top: -50px;
  right: -170px;
  z-index: 5;
  transform: scale(-1, -1) rotate(180deg);
}

.main-content .blog .square8 {
  position: absolute;
  width: 40px;
  top: 100px;
  left: -80px;
}

.main-content .blog .triangle6 {
  position: absolute;
  width: 35px;
  top: 275px;
  right: -95px;
  transform: scale(1, -1);
  z-index: 1;
}

.main-content .blog .triangle7 {
  position: absolute;
  width: 35px;
  bottom: -110px;
  left: 223px;
  transform: rotate(353deg);
  z-index: 1;
}

.main-content .blog .circle8 {
  position: absolute;
  width: 40px;
  bottom: -142px;
  right: 114px;
  transform: scale(1, -1) rotate(8deg);
}

.main-content .cta .ring2 {
  position: absolute;
  left: -20px;
  width: 150px;
  top: 2800px;
  z-index: -2;
  transform: scale(1, 1) rotate(90deg);
}
  .footer .square9 {
    
    width: 40px;
    top: -14px;
}

.footer .triangle8 {
  
  width: 35px;
  top: -14px;
  right: 5px

}
}



@media (max-width: 991px) {
  .header {
    padding: 20px 30px;
  }
  .mobile-btn {
    display: inline-block;
    position: fixed;
    top: 26px;
    right: 33px;
    z-index: 5000;
  }
  .section-page .content {
    padding: 0 30px;
    text-align: center;
  }
  .site-container {
    padding: 0 30px;
  }
  .main-content .services .services-grid .service-box img {
    height: 400px;
  }
  .main-content .section-title .services-anim {
    align-items: center;
  }
  .main-content .case-study .case-study-box img {
    height: 500px;
  }
  .main-content .cta .inner img {
    display: none;
  }
  .main-content .cta .inner .content h2 {
    font-size: 1.5rem;
  }
  .main-content .cta .inner .content {
    padding: 50px;
    flex-direction: column;
    height: auto;
    background: linear-gradient(90deg, rgb(136, 86, 175) 0%, rgb(115, 14, 163) 53%, rgb(41, 101, 156) 100%);
    border-radius: 50px;
    position: relative;
    top: 0;
    transform: none;
    text-align: center;
  }
}

@media (max-width: 575px) {

  .hero .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .header .left .logo img {
    width: 90%;
}
.mt-new {
  margin-top: 4rem;
}
.mb-5 {
  margin-bottom: 1rem !important;
}

.main-content .case-study {
  /* padding-top: 150px;
  padding-bottom: 100px; */
}

.pt-top{
  padding-top: 150px;

}
.pb-bottom{

  padding-bottom: 100px;
}
video {
  border-radius: 10px;
margin-top: 0;
}
  .main-content .hero .hero-image .ellipse{



    width: 400px;
    height: 400px;
  }

  .main-content .hero .hero-image {


    margin-top: 80px;
    margin-left: 18px;
    
  }


  .main-content .hero .hero-content {


    margin: 40px 10px;
    
  }

  
  
  .section-page {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-page .content h1 {
    font-size: 1.2rem;
    line-height: 30px;
  }


  .section-page .content p {
    font-size: 12px;
    font-weight: 300;
    margin-top: 0rem;
  }

  .main-content .services .services-grid .service-box img {
    height: 350px;
}

.main-content .case-study .case-study-box{

  border-radius: 15px;
}

  .main-content .website-dev .web-content h2{

      font-size: 1.3rem;
      line-height: 30px;
      margin-bottom: 1rem;
  }

  .main-content .website-dev .web-content p {
    font-size: 13px;
   font-weight: 300;
    line-height: 24px;
}

.main-content .about-section.services .services-box h5{

  font-size: 15px;
}

.main-content .about-section.services .services-box .inner .head h4 {

  font-size: 1.2rem;

}



.main-content .about-section.services .services-box .inner .body p {

font-size: 12px;

}

.main-content .about-section.services .services-box .inner .head .icon{

  width: 46px;
  height: 82px;

}


.main-content .about-section .section-title h6 {

font-size: 14px;

}

.main-content .about-section .section-title h2 {

  font-size: 1.8rem;
  line-height: 2rem;
}

.main-content .about-section .section-title p{
  font-size: 12px;
  padding-top: 10px;
}

.main-content .about-section .section-title .link{
  font-size: 13px;
}

.main-content .about-section .accordion .accordion-item .accordion-header .accordion-button{

font-size: 15px;

}

.main-content .about .about-content p{

font-size: 10px;
line-height: 1.4rem;
padding-left: 0;
padding-right: 0;

}


.main-content .about-section .accordion .accordion-item .accordion-header .accordion-button{

  padding: 25px 40px;
}


.main-content .about-section .accordion .accordion-item .accordion-body {

  padding: 5px 40px;

}

.main-content .about-section.services .services-box .inner .head .icon i{

  font-size: 20px;
}

.services-container .about-content h2{

font-size: 1.5rem;
margin-bottom: 1rem;


}

.services-container .about-content p {


font-size: 13px;
line-height: 1.5rem;

}

.services-container .about-image img{

  width: 350px;
}

.services-container .overview .service-section .cat-item .cat-item-title{

font-size: 20px;

}

.services-container .overview .service-section .cat-item .cat-item-disc{

  font-size: 13px;
  line-height: 25px;
  padding-left: 50px;
  padding-right: 50px;
}


.services-container .overview .service-section .cat-item .cat-item-btn{

width: 50px;
height: 50px;
font-size: 24px;
margin-top: 10px;

}


.services-container .overview .service-section .cat-item {


  border-radius: 15px;
  gap: 6px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}


.main-content .hero .hero-content h1{

  font-size: 1.4rem;
}

.main-content .hero .hero-content h5 {
  
  font-size: 12px;
  margin-bottom: 0.5rem;
}

.main-content .hero .hero-content p{

  font-size: 10px;
}

.btn.main-btn {
  font-size: 9px;
  padding: 10px 18px 10px 18px;
}

.main-content .section-title h2 {
  font-size: 1.5rem;
  line-height: 0rem;
}

.main-content .filter-gallery.pricing .section-title h2{

  font-size: 1.2rem;
  line-height: 2rem;
}

.main-content .services .services-grid .service-box{
  margin-top: -10px;
 
  padding: 2rem;
}

.main-content .services .services-grid .service-box .btn {
  font-size: 13px;
  margin-top: 3rem;
  width: 240px;
}

.main-content .about .about-image img{

  width: 400px;
}


.main-content .case-study .section-title h6 {

font-size: 14px;

}



.main-content .about .about-content h2{
  margin-top: 3rem;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.main-content .case-study .section-title p{

margin-top: 0px;
  font-size: 12px;
  margin-bottom: 1rem;
}

.main-content .case-study .section-title h2{

  font-size: 1.2rem;
  line-height: 2rem;
}


.main-content .case-study .section-title .link{

  font-size: 12px;
}

.clients .swiper{
  padding: 0;
}

.main-content .case-study .case-study-box img {
  height: 450px;
  border-radius: 15px;
}

.main-content .case-study .case-study-box{

  height: 450px;
}

.main-content .pricing .pricing-box {
  margin-top: 30px;

}


.main-content .pricing .pricing-box::before{

  border-radius: 15px;
}

.main-content .pricing .pricing-box{
  padding: 40px 40px;

  border-radius: 15px;
}

.main-content .pricing .pricing-box .price h2{

  font-size: 2rem;
}



.main-content .pricing .pricing-box ul li{

  font-size: 12px;
}

.main-content .pricing .pricing-box p{

  font-size: 12px;
}

.main-content .pricing .pricing-box .package-content ul li {
  
  font-size: 11px;
  padding: 0 0 11px 30px;
}

.main-content .pricing .pricing-box .package-content {
  height: 190px;
}

.main-content .filter-gallery .services-filters li, .main-content .filter-gallery .portfolio-filters li, .main-content .filter-gallery .isotope-filters li {

  font-size: 11px;
  padding: 12px 15px 12px 15px;

}

.main-content .pricing .section-title p {
  margin-top: -20px;
  font-size: 10px;
  line-height: 10px;
}

.main-content .section-title p{

  font-size: 13px;
}


.main-content .blog .blog-box .image-container {
  overflow: hidden;
  border-radius: 15px;
  margin-top: 20px;
}
.main-content .blog .section-title h6{

  font-size: 15px;
}

.testimonials .testimonial-item p{

  font-size: 10px;
  line-height: 20px;
}

.testimonials .testimonial-item h3{

  font-size: 15px;
}

.testimonials .testimonial-item h4{

  font-size: 13px;
}

.testimonials .swiper-pagination{

  margin-top: 20px;
}

.testimonials .testimonial-item .testimonial-img{

  width: 75px;
  height: 75px;
}
  .testimonials .testimonial-item {
    padding: 30px;
  }
  .main-content .cta .inner .content {

    margin-top: 50px;
    border-radius: 15px;
    padding: 50px 30px;
  }

  .testimonials .swiper-pagination .swiper-pagination-bullet {

    width: 10px;
    height: 10px;
  }
  .main-content .cta .inner .content h2{

    font-size: 1.3rem;
    padding: 0;
  }

  .main-content .cta .inner .content p {
    font-size: 13px;
    line-height: 21px;
    padding: 0;

    margin-top: 15px;
    
}

.main-content .cta .inner .content .cta.btn{

  font-size: 12px;
  margin-left: 0;
}
  .testimonials .testimonial-item {
    margin: 15px 0;
  }
  .services-container .overview {
    padding: 0 35px;
  }

  .footer .logo img {

width: 90%;


  }

  .footer .footer-links .subscribe-input input::-ms-input-placeholder {
    color: #8856af;
    font-size: 12px;
  }
  .footer .footer-links .subscribe-input input::placeholder {
    color: #8856af;
    font-size: 12px;
  }

  .footer .footer-links .subscribe-input input {
    border-radius: 0.5rem;
    padding-right: 2rem;
    font-size: 10px;
    height: 2.5rem;
}

  .footer {
    padding: 60px 0 70px 0;
    margin-top: 120px;
}

  .footer p{

    font-size: 13px;
    margin-right: -28px;
  }

  .footer .social-links .social-icon img{

    width: 40px;
    height: 40px;
  }

  .footer .social-links {
    
    gap: 0.7rem;
}

.h5, h5 {
  font-size: 16px;
  margin-top: 20px;
  
}

.footer .footer-links ul li a{

  font-size: 13px;
}

.footer .footer-links ul li {

  padding: 2px 0;

}
.copyright {
font-size: 13px;
}

section{

  padding: 10px 0;
}

.mt-5 {
  margin-top: 5rem !important;
}

.site-container .bg-circle-1 {
  
  top: 350px;
  
  width: 10px;
  height: 10px;
}

.site-container .bg-circle-2 {
  
 
  top: 2500px;
  width: 10px;
  height: 10px;
}

.site-container .bg-circle-4 {
  
 
  bottom: 2300px;
  width: 5px;
  height: 5px;
}

.main-content .hero .hero-image img {
  width: 300px;
  height: 300px;
}
.main-content .hero .hero-image {
  width: 330px;
  height: 330px;
}

.offcanvas .offcanvas-body .nav .nav-link {
  font-size: 12px;
  padding: 5px 20px;


}

.offcanvas .offcanvas-body .nav .dropdown ul .nav-link{
  font-size: 12px;
  padding: 10px;
}

.main-content .services .square5 {
  
  width: 35px;
  right: 302px;
}

.main-content .hero .circle1{
  width: 35px;
}

.main-content .hero .triangle1 {
 
  width: 35px;
  top: -20px;
  
}

.main-content .hero .square1 {
  width: 35px;
  top: 600px;
  left: 335px;

}

.main-content .hero .square3 {
  
  width: 35px;
  bottom: 270px;
  left: 10px;
}

.main-content .hero .square4 {
 
  width: 35px;
  bottom: 250px;
  left: 300px;
}

.main-content .about .triangle2 {
  position: absolute;
  width: 35px;
  top: -20px;
  right: 320px;
  transform: scale(-1, 1);
}

.main-content .about .circle2 {
  position: absolute;
  width: 35px;
  top: -94px;
  left: 180px;
  transform: scale(-1, -1) rotate(20deg);
}

.main-content .about .circle3 {
  position: absolute;
  width: 100px;
  top: 358px;
  right: -17px;
}

.main-content .about .square6 {
  position: absolute;
  width: 45px;
  top: 9px;
  right: 0;
  transition: 0.3s ease;
  transform: scale(-1, -1) rotate(16deg);
}

.site-container .bg-pattern {
  position: absolute;
  left: -250px;
  right: 0;
  top: 2100px;
  opacity: 0.25;
  transform: rotate(290deg);
}

.main-content .about .triangle3 {
  position: absolute;
  width: 30px;
  bottom: 34px;
  left: 250px;
}

.main-content .about .circle4 {
  position: absolute;
  width: 35px;
  bottom: -50px;
  right: 300px;
}

.main-content .case-study .circle5 {
  position: absolute;
  width: 90px;
  top: 130px;
  left: -60px;
}

.main-content .case-study .triangle4 {
  position: absolute;
  width: 40px;
  top: 420px;
  right: 90px;
  z-index: 1;
}

.main-content .case-study .tri {
  position: absolute;
  width: 45px;
  bottom: 0;
  top: 1957px;
  left: 300px;
  z-index: 1;
  transform: scale(1, 1) rotate(90deg);
}

.main-content .case-study .square7 {
  position: absolute;
  width: 45px;
  bottom: 0;
  top: 1957px;
  left: 20px;
  z-index: 1;
  transform: scale(1, 1) rotate(45deg);
}

.main-content .pricing .square7 {
  position: absolute;
  width: 45px;
  bottom: 0;
  top: -60px;
  left: 9px;
  z-index: 1;
  transform: scale(1, 1) rotate(75deg);
}

.main-content .pricing .triangle5 {
  position: absolute;
  width: 35px;
  top: -56px;
  right: 24px;
  transform: scale(-1, 1);
}

.main-content .pricing .circle6 {
  position: absolute;
  width: 100px;
  top: 20px;
  right: -25px;
}
.main-content .pricing .cir13 {
  position: absolute;
  width: 100px;
  top: 350px;
  left: -29px;
  z-index: 0;
  transform: scale(1, 1) rotate(180deg);
}

.main-content .pricing .poly {
  position: absolute;
  opacity: 60%;
  width: 150px;
  top: 815px;
  left: 235px;
  z-index: 5;
  transform: scale(1, 1) rotate(180deg);
}

.main-content .pricing .cir14 {
  position: absolute;
  width: 100px;
  top: 1380px;
  left: 250px;
  z-index: 5;
  transform: scale(1, 1) rotate(180deg);
}
.main-content .blog .square8 {
  position: absolute;
  width: 40px;
  top: 60px;
  left: 10px;
}
.main-content .blog .ring3 {
  position: absolute;
  width: 120px;
  top: -46px;
  right: -44px;
  z-index: 5;
  transform: scale(-1, -1) rotate(180deg);
}
.main-content .blog .circle7 {
  position: absolute;
  width: 40px;
  top: -50px;
  right: 108px;
  transform: scale(1, -1) rotate(8deg);
}
.main-content .cta .ring2 {
  position: absolute;
  left: -20px;
  width: 120px;
  top: 4640px;
  z-index: -2;
  transform: scale(1, 1) rotate(90deg);
}

.main-content .blog .triangle7 {
  position: absolute;
  width: 35px;
  bottom: -49px;
  left: 285px;
  transform: rotate(353deg);
  z-index: 1;
}

.main-content .blog .circle8 {
  position: absolute;
  width: 40px;
  bottom: -94px;
  right: 321px;
  transform: scale(1, -1) rotate(8deg);
}
}




  


/*# sourceMappingURL=styles.css.map */
