@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: system-ui;
}

p {
  font-family: Poppins;
}

html {
  overflow-x: hidden;
}

:root {
  --tpurple: linear-gradient(270deg, #4F20DC 29%, #A22AE4 82%);
  --twhite: #ffffff;
  --tblack: #000000;
  --tpink: #F32C6A;
  --tblue: #5120DC;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.thanks {
 text-align: center;
}
.thanks i {
    color: #0ea400;
    text-align: center;
    font-size: 130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #9A29E3;
  border: 1px solid #9A29E3;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: white;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--tpink);
  border-color: var(--tpink);
  color: white;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: var(--tdark);
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #000000;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  padding-right: 10px;
  color: #000000;
}

.mysc h4 {
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  color: var(--tblack);
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: var(--twhite);
  text-decoration: underline;
}

#topbar .social-links a {
  color: var(--tdark);
  background-color: var(--tlblck);
  padding: 5px;
  border-radius: 100px;
  line-height: 0;
  transition: 0.3s;
  margin-left: 10px;
}

#topbar .social-links a:hover {
  color: white;
  background-color: var(--torg);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 80px;
  border-top: 7px solid var(--tpurple);
  box-shadow: 0px 2px 15px var(--tblue);
  margin: 30px 100px;}

.d-md-flex {
  margin-left: 90px;
}

#header:before {
  content: "";
  position: absolute;
  width: 84%;
  height: 9px;
  top: 24px;
  left: 99px;
  background-image: url(../images/hborder.png);
}

.fixed-top {
  position: initial;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}


#header .logo img {
  width: 180px;
}

/* .scrolled-offset {
  margin-top: 70px;
} */
.navbar {
  padding: 0;
  margin-left: auto;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 25px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 13px;
  line-height: 0;
  margin-left: 7px;
  background-color: var(--tblue);
  color: white;
  padding: 5px;
}

.navbar a i:hover {
  color: white;
  background-color: var(--tpink);
  cursor: pointer;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: var(--tblue);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--tblue);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  color: white;
  font-size: 23px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background-color: #9A29E3;
  padding: 10px;
  border-radius: 100px;
}

.mobile-nav-toggle.bi-x {
  color: #9A29E3;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #9A29E3;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: white;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 22px;
  color: white;
  font-weight: 500;
  justify-content: center;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--tpink);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #9a29e3;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--tpink);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/* HEADER END */


/* BUTTON SECTION START */
.btn_black {
  display: flex;
  background: transparent !important;
  border: 2px solid var(--tblack) !important;
  font-size: 15px !important;
  padding: 12px 30px !important;
  color: var(--tblue) !important;
  border-radius: 100px !important;
  transition: 0.3s ease-in-out !important;
}

.btn_black:hover {
  background: var(--tblue) !important;
  color: white !important;
  border-color: var(--tblue) !important;
  transform: scale(1.1);
}

.btn_pink {
 
  width: 36%;
  background: var(--tpink) !important;
  border: 2px solid var(--tpink) !important;
  font-size: 15px !important;
  padding: 12px 30px !important;
  color: var(--twhite) !important;
  border-radius: 100px !important;
  transition: 0.3s ease-in-out !important;
}

.btn_pink:hover {
  background: var(--twhite) !important;
  color: var(--tpink) !important;
  border-color: var(--tpink) !important;
  transform: scale(1.1);
}
.submit{
  display: flex;
  width: 47%;
  background: var(--tpink) !important;
  border: 2px solid var(--tpink) !important;
  font-size: 15px !important;
  padding: 9px 30px !important;
  color: var(--twhite) !important;
  border-radius: 100px !important;
  transition: 0.3s ease-in-out !important;
  margin-top: 12px;
}
.submit:hover {
  background: var(--twhite) !important;
  color: var(--tpink) !important;
  border-color: var(--tpink) !important;
  transform: scale(1.1);
}
/* BUTTON SECTION END */

/* HERO SECTION START */
.hero {
  background-image: url(../images/hero.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 2px 0px;
  background-size: 100%;
  position: relative;
  /* margin-bottom: 150px; */
}

.hero-cl1 {
  padding: 100px 0px;
  position: relative;
}

.hero-box {
  position: relative;
}

.hero-box h1 {
  font-family: system-ui;
  font-size: 50px;
  padding-right: 43px;
  font-weight: bold;
  line-height: 62px;
}

.hero-box p {
  font-size: 17px;
  line-height: 28px;
  padding-top: 50px;
}

/*.hero-cl1::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 45%;*/
/*  height: 28px;*/
/*  top: 252px;*/
/*  left: -1px;*/
/*  z-index: -1;*/
/*  background-image: url(../images/rec.png);*/
/*}*/

.hero-cl1::after {
  content: "";
  position: absolute;
  width: 36%;
  height: 169px;
  top: -43px;
  left: -212px;
  z-index: -1;
  background-image: url(../images/gcirlcle.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: spin 10s linear infinite;
}

.hero-box::after {
  content: "";
  position: absolute;
  width: 36%;
  height: 169px;
  bottom: -60px;
  left: 579px;
  z-index: -1;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: spin 10s linear infinite;
}

.hero-box::before {
  content: "";
  position: absolute;
  width: 14%;
  height: 17px;
  left: 130px;
  top: -108px;
  z-index: -1;
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.herobox {
  position: relative;
  text-align:center;
}
.herobox img{
  width:70%;
  margin-top: 120px;
}
.herobox::before {
  content: "";
  position: absolute;
  width: 9%;
  height: 25px;
  left: 275px;
  top: -245px;
  z-index: -1;
  background-image: url(../images/sq.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.herobox::after {
  content: "";
  position: absolute;
  width: 9%;
  height: 25px;
  left: 492px;
  top: -297px;
  z-index: -1;
  background-image: url(../images/tr.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.hero-rw {
  position: relative;
  align-items: center;
}

.hero-rw::before {
  content: "";
  position: absolute;
  width: 9%;
  height: 25px;
  left: 95px;
  top: 69px;
  z-index: -1;
  background-image: url(../images/sq.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.hero-rw::after {
  content: "";
  position: absolute;
  width: 9%;
  height: 25px;
  left: 369px;
  top: 50px;
  z-index: -1;
  background-image: url(../images/tr.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.hero::before {
  content: "";
  position: absolute;
  width: 14%;
  height: 17px;
  left: 419px;
  bottom: 299px;
  z-index: -1;
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.hero::after {
  content: "";
  position: absolute;
  width: 14%;
  height: 26px;
  right: 254px;
  bottom: 19px;
  background-image: url(../images/plus1.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.8);
    transition: all 0.7s ease-in-out;
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.floating {
  animation: floating 5s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

/* HEADER FORM END */
/* MIDDLE SECTION START */
.middle {
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 30px;
  margin-bottom: 30px;
}

.midd-rw {
  align-items: center;
  /* margin-top: -140px; */
  position: relative;
}

.midd-box {
  position: relative;
}

.midd-box::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 57px;
  left: 49px;
  top: 43px;
  z-index: -1;
  background-image: url(../images/dot3.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.midd-box::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 30px;
  bottom: 269px;
  left: -53px;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.midd-box2::before {
  content: "";
  position: absolute;
  width: 14%;
  height: 17px;
  left: 403px;
  top: 242px;
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.midd-rw::before {
  content: "";
  position: absolute;
  width: 9%;
  height: 25px;
  right: 96px;
  top: 501px;
  background-image: url(../images/sq.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.midd-box2::after {
  content: "";
  position: absolute;
  width: 9%;
  height: 25px;
  left: 531px;
  top: 325px;
  background-image: url(../images/tr.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.midd-box img {
  width: 100%;
  animation: floating 3s ease-in-out infinite;
}

.midd-box2 h6 {
  font-weight: 600;
  font-size: 20px;
}

.midd-box2 h2 {
  font-size: 45px;
  font-weight: 650;
  /* text-transform: uppercase; */
}

.midd-box2 p {
  font-size: 15px;
  line-height: 30px;
  padding-top: 25px;
}
.midd-box2 li{list-style: disc;}

.midd-box2 {
  margin-left: 100px;
  position: relative;
}

.service-sec .row {
  align-items: center;
}

.service-sec .container {
  padding: 40px;
  border-radius: 20px;
  backdrop-filter: blur(30px);
}

.service-image img {
  width: 100%;
}

.rw {
  margin-top: 30px;
}

.service-text h2 {
  font-size: 40px;
  font-weight: 700;
}

.service-text a {
  background: #F32C6A;
  padding: 10px 25px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.service-box {
  padding: 20px;
  min-height: 318px;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align:center;
}

/*.service-box:hover{*/
/*  background: #c67eed;*/
/*  transform: scale(1.1);*/
/*  color: white;*/
/*}*/

.service-box h4 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 9px;
}

.service-box h6 {
  font-size: 18px;
  font-weight: 400;
}

.service-box p {
  font-size: 14px;

  padding-top: 10px;
  line-height: 23px;
  font-weight: 300;
}

.service-box a {
  text-decoration: none;
  color: #F78859;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 0px;
}
.service-box3 {
  padding: 20px;
  min-height: 318px;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align:center;
}
.service-box3 h3{font-size: 24px;}
.service-box3 img{width:100%;}
.service-box3 p {
    font-size: 13px;
}

/*.service-box:hover{*/
/*  background: #c67eed;*/
/*  transform: scale(1.1);*/
/*  color: white;*/
/*}*/

.service-box h4 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 9px;
}

.service-box h6 {
  font-size: 18px;
  font-weight: 400;
}

.service-box p {
  font-size: 14px;

  padding-top: 10px;
  line-height: 23px;
  font-weight: 300;
}

.service-box a {
  text-decoration: none;
  color: #F78859;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 0px;
}
.clr {
  color: #9A29E3 !important;
}

.clr2 {
  color: #F32C6A !important;
}

.clr3 {
  color: #F8DD1B !important;
}

/* MIDDLE SECTION END */
/* CONTENT SECTION START */
.content {
  padding-top: 30px;
  margin-bottom: 30px;
}

.con-rw::before {
  content: "";
  position: absolute;
  width: 36%;
  height: 169px;
  top: -89px;
  right: -442px;
  z-index: -1;
  background-image: url(../images/gcirlcle.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: floating 3s ease-in-out infinite;
}

.con-rw {
  align-items: center;
  position: relative;
}

.con-box {
  position: relative;
}

.con-box img {
  width: 100%;
  animation: floating 3s ease-in-out infinite;
}

.con-box::before {
  content: "";
  position: absolute;
  width: 9%;
  height: 52px;
  left: 514px;
  top: 323px;
  background-image: url(../images/path.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}



.con-box2 h3 {
  font-size: 36px;
  font-weight: 700;
}

.con-box2 h2 {
  font-size: 40px;
  font-weight: 400;
  /* text-transform: uppercase; */
}

.con-box2 p {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  padding-top: 10px;
}

.con-box3 h2 {
  font-size: 37px;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.con-box3 p {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  padding-top: 10px;
}
.con{
  position: relative;
  align-items: center;
}
.con::before{
  content: "";
    position: absolute;
    width: 103%;
    height: 270px;
    left: 0px;
    top: 0px;
    background-image: url(../images/3.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.con-box4 {
  text-align: center;
}
.con-box4 img {
  width: 50px;
    padding-top: 36px;
    padding-right: 5px;
}
.con-box4 h4{
  padding-right: 12px;
  font-size: 17px;
  line-height: 9px;
  font-weight: 700;
}
.con-box4 p{
  font-size: 12px;
    padding-left: 14px;
    padding-right: 32px;
    color: #929292;
}
.con-box5 h3{
  font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 48px;
    text-align: center;
    padding-left: 27px;
}
.con-box5 p{
  font-size: 13px;
  padding-left: 33px;
  text-align: center;
  padding-top: 9px;
  color: #929292;
}
.con-box6{
  text-align: center;
  padding-left: 74px;
  margin-top: -14px;
} 
.con-box6 img{
width: 50px;
    padding-top: 47px;
    padding-left: 6px;
}
.con-box6 h4{
  font-size: 17px;
  line-height: 9px;
  font-weight: 700;
}
.con-box6 p{
  font-size: 12px;
  color: #929292;
}
@keyframes floating2 {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-16px);
  }

  100% {
    transform: translateX(0);
  }
}

/* CONTENT SECTION END */
/* BANNER SECTOION START */
.banner {
  padding-top: 100px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  background-image: url(../images/b-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.ban-rw {
  align-items: center;
}

.ban-box {
  margin-left: -18px;
  margin-right: 21px;
}

.ban-box h3 {
  color: white;
  font-size: 35px;
  font-weight: 700;
}

.ban-box h3>span {
  color: white;
  font-size: 22px;
  font-weight: 400;
}

.ban-box p {
  color: white;
  font-size: 14px;
  line-height: 28px;
}

.ban-box2 img {
  width: 100%;
  margin-top: -106px;
  animation: floating 3s ease-in-out infinite;
}
.ban-box4{
  margin-top: -106px;
}
.binner h3{
  color: #F78859;
  text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}
.binner p{
  color: white;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 20px;
}
.b1{
  color: #00A2FF !important;
}
.b2{
  color: #9A29E3 !important;
}
.b3{
  color: #F32C6A !important;
}
/* BANNER SECTOION END */
/* THIRD SECTION START  */
.third {
  padding-top: 30px;
  margin-bottom: 30px;
}

.third-rw {
  align-items: center;
  position: relative;
}

.third-box2 {
  margin-left: 50px;
  position: relative;
}

.third-box2 h3 {
  font-size: 50px;
  font-weight: 700;
}

.third-box2 h2 {
  font-size: 46px;
  font-weight: 400;
  /* text-transform: uppercase; */
}

.third-box2 p {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  padding-top: 10px;
}

.third-box {
  position: relative;
}

.third-box img {
  width: 100%;
  animation: floating 3s ease-in-out infinite;
}

.third-rw::before {
  content: "";
  position: absolute;
  width: 9%;
  height: 38px;
  left: 514px;
  top: 403px;
  background-image: url(../images/p.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.third-rw::after {
  content: "";
  position: absolute;
  width: 9%;
  height: 40px;
  left: 410px;
  top: 15px;
  background-image: url(../images/y.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.third-box::before {
  content: "";
  position: absolute;
  width: 9%;
  height: 43px;
  left: 98px;
  top: 363px;
  background-image: url(../images/ci.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.third-box::after {
  content: "";
  position: absolute;
  width: 9%;
  height: 35px;
  left: 13px;
  top: -64px;
  background-image: url(../images/dot4.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

/* THIRD SECTION END  */
/* QUALITY SECTION START */
.quality {
  padding-top: 30px;
  margin-bottom: 30px;
  position:relative;
}

.qua-rw {
  align-items: center;
  position: relative;
}
.pic{
  align-items: center;
}
.pic1 img{
  width: 86% !important;
}
.pic2 img{
  width: 100%;
  margin-left: -39px;
}
.pic3 img{
  margin-left: -64px;
    width: 95%;
}
.qua-rw::before {
  content: "";
  position: absolute;
  width: 46%;
  height: 644px;
  left: 626px;
  top: 116px;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: floating 3s ease-in-out infinite;
}

.quality::after {
  content: "";
  position: absolute;
  width: 11%;
  height: 229px;
  left: -0px;
  bottom: 8px;
  background-image: url(../images/pa.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: floating 3s ease-in-out infinite;
}



.qua-box h6 {
  font-size: 20px;
  font-weight: 700;
}

.qua-box h2 {
  color: #9A29E3;
  font-size: 38px;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.qua-box p {
  font-size: 15px;
  line-height: 30px;
  padding-top: 10px;
}




.qua-box2 {
  margin-left: 45px;
  margin-top: -35px;
}

.qua-box3 {
  margin-left: 45px;
  margin-top: 90px;
}

.qinner {
    margin-bottom: 70px;
    text-align: center;
}
.qinner img {
  width: 45%;
}
.qinner h3 {
    font-size: 50px;
    font-weight: 700;
}
.qinner h4 {
  /* text-transform: uppercase; */
  font-weight: 650;
  font-size: 21px;
}

.qinner p {
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}

/* QUALITY SECTION END */
.pkgbtn2 a {
    margin: inherit;
}
/* PACKAGES SECTION START */
.packages{
  padding-top: 50px;
  margin-bottom: 30px;
  background-image: url(../images/bgg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pkg-rw{
  align-items: center;
}
.pbox{
  text-align: center;
}
.pbox h5{
  font-size: 20px;
  font-weight: 600;
}
.pbox h2{
  font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
}
.pkg-box{
  box-shadow: 0px 2px 9px grey;
  border-radius: 20px;
  padding-bottom: 20px;

    background-repeat: no-repeat;

    transition: 0.5s ease-in-out !important;
}
.pkg-box:hover{
  transform: scale(1.1);
  box-shadow: 0px 2px 10px #9A29E3;

  background-repeat: no-repeat;

  cursor: pointer;
}
.pkginner1 {
    color: white;
    text-align: center;
    background-image: url(../images/g.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0px 100px 0px;
}
.pkginner2 ul li {
    position: relative;
    line-height: 2;
}
.pkginner2 ul li:before {
    content: '\f05d';
    font-family: 'Font Awesome 6 Free';
    left: -22px;
    position: absolute;
    color: #7d25e0;
}
.pkginner1 h4{
  border-bottom: 2px solid white;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
}
.pkginner1 h3{
  font-size: 35px;
  font-weight: 700;
  line-height: 28px;
}
.pkg{
  display: flex;
}
.pkg img{
  width: 30px;
  height: 20px;
    padding-right: 10px;
}
.pkg p{
font-size: 12px;
}
.pkginner2 h6{
  font-weight: 350;
    font-size: 13px;
    padding-bottom: 15px;
    padding-top: 51px;
}
.pkg_b {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
    width: 200px;
    display: block;
}
.pkginner2 ul {
    height: 225px;
    overflow: scroll;
}
/* PACKAGES SECTION END */
/* FORM SECTION START */
.form{
  margin-top: 60px;
  padding-top: 44px;
  padding-bottom: 46px;
  margin-bottom: 41px;
  background: linear-gradient(200deg, rgba(79,32,220,1) 0%, rgba(162,42,228,1) 92%);
}
.form-box2{}
.form-box2 img{
  width: 100%;
}
.form-box{}
.form-box h2{
  line-height: 58px;
    color: white;
    font-weight: 400;
    /* text-transform: uppercase; */
    font-size: 57px;
    margin-right: 30px;
    margin-bottom: 24px;
}
.form-box input{
  background: #f7f0f0;
    width: 45%;
    margin-right: 24px;
    height: 42px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: none;
    padding: 10px;
}
.form-box input::placeholder{
  font-weight: 300;
  font-size: 12px;
  padding-left: 10px;
  color: black;
}
.form-box .bb{
  width: 95%;
}
.form-box .cc{
  width: 95%;
  padding-bottom: 98px;
  padding-top: 20px;
}
.submit2{
 
    text-align:center;
    width: 200px;
    background: var(--tpink) !important;
    border: 2px solid var(--tpink) !important;
    font-size: 15px !important;
    padding: 10px !important;
    color: var(--twhite) !important;
    border-radius: 100px !important;
    transition: 0.3s ease-in-out !important;
}
.submit2:hover {
  background: var(--twhite) !important;
  color: var(--tpink) !important;
  border-color: var(--tpink) !important;
  transform: scale(1.1);
}
.finner{
  display: flex;
  background: var(--tpink);
  color: white;
  padding: 17px 15px;
 
}
.finner2{
  display: flex;
  background: white;
  color: black;
  padding: 17px 15px;
  margin-left: -24px;
}

.f2{
  margin-top: 10px;
  margin-left: -13px;
}
.f1 img{
  width: 70%;
}
.f2 p{
  font-size: 13px;
  font-weight: 300;
}
.f2 h6{
  font-size: 15px;
  font-weight: 600;
  line-height: 0px;
}
.frw{
  align-items: center;
    margin-right: -51px;
    margin-left: 33px;
    margin-top: -38px;
}
/* FORM SECTION END */
/* FEATURES SECTION START */
.features {
  padding-top: 30px;
  text-align: center;
}

.fea-box h2{

    font-size: 52px;
    font-weight: 700;

}
.fea-box p{
  font-size: 15px;
  line-height: 29px;
  padding-top: 20px;
}

.fea-box {
  text-align: center;
  position: relative;
}

.fea-box::after {
  content: "";
  position: absolute;
  width: 11%;
  height: 229px;
 right: -156px;
  bottom: -611px;
  background-image: url(../images/paa.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: floating 3s ease-in-out infinite;
  z-index: -1;
}
/* FEATURES SECTION END */
/* PAYMENT SECTION START */
.payment {
  padding-top: 30px;
  margin-bottom: 30px;
}

.pay-rw {
  align-items: center;
}


.pay-box h6 {
  color: var(--tblue);
  font-weight: 600;
}

.pay-box h3 {
  font-size: 43px;
    font-weight: 700;
}

.pay-box p {
  font-size: 15px;
    padding-top: 10px;
    line-height: 30px;
    margin-right: 100px;
}

.pay-box2 img {
  width: 100%;
  animation: floating 3s ease-in-out infinite;
}
.pink{
  width: 29%;
}
/* PAYMENT SECTION END  */
/* TESTIMONIALS START */
.testimonials{
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  background-image: url(../images/tes.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.test_row{
  align-items: center;
}
.test_col1 h6{
  color: #9A29E3;
  text-align: center;
    font-size: 19px;
}
.test_col1 h2{
  font-size: 52px;
  font-weight: 700;
  color: black;
  text-align: center;
}
.test_col1 p{
    font-size: 16px;
    font-weight: 400;
    color: var(--tblack);
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 40px;
    line-height: 30px;
    padding-right: 50px;
    text-align: center;
}
.item{
  display: flex !important;
  align-items: center;
  background: white;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding:10px;
  margin-top: 39px;
  box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;;
}
.testimonials .slick-initialized .slick-slide {
  display: block;
  margin-inline: 30px;
  margin-bottom: 20px;
  margin-top: 25px;
}
.item img {
  width: 101px;
  margin-left: -21px;
  margin-top: -135px;
}
.tdf2{
  padding-left: 9px;
}
.tdf2 p{
  font-size: 14px;
  line-height: 22px;
  color: black;
}
.tdf2 h3{
  font-size: 17px;
  font-family: poppins;
  font-weight: 600;
  color: #9A29E3;
}
.ratings {
  margin-top: -7px;
}
.ratings i {
  font-size: 15px;
  font-weight: 700;
  color: #007c00;
}
.ratings .nofill{
    color:#e9ebe9;
}
.main_items .slick-dots li.slick-active button:before {
  color: #9A29E3;
}
.main_items .slick-dots li button:before{
  color: rgb(136, 136, 136);
  font-size: 12px;
  margin-top: 30px;
}
.main_items ul.slick-dots {
  position: absolute;
  right: 0;
}
.main_items .slick-dots li{
  margin: 7px 5px;
}
/* TESTIMONIALS END */
/* TOOLS SECTION START */
.tools{
  padding-top: 30px;
  margin-bottom: 30px;
}
.tool-rw{
  align-items: center;
}

.tool-box h4{
  color: #9A29E3;
  /* text-transform: uppercase; */
  font-size: 25px;
    font-weight: 700;
}
/* TOOLS SECTION END  */
/* POPUP FORM START */
.modal-header {
  border-bottom: 0px;
}

.modal-title {
  display: none;
}

.popupfrm .modal-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 800px !important;
  background-color: var(--tlblck);
}

.popcl1 {
  position: relative;
}

.popcl1 img {
  margin-top: 37px;
  margin-left: 17px;
  width: 90%;
  margin-right: auto;
  display: block;
  transform: scale(1.2);
}


.modal-dialog {
  max-width: 800px;
}

.modal-header {
  position: relative;
}
.prw{
  background-color: #9A29E3;
}
button.close {
  background: var(--tdark);
  border-radius: 100px;
  opacity: 1;
  width: 38px;
  height: 37px;
  position: absolute;
  top: 24px;
  padding: 5px 11px !important;
  right: 25px;
  font-size: 30px;
  color: #fff;
  font-weight: 200;
}

.btn-close {
  z-index: 999;
  background-color: var(--twhite);
  border-radius: 100px;
  opacity: 1;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 15px;
  font-weight: 200;
}

.popcol2 form {
  position: relative;
  z-index: 2;
}

.col-lg-6.col-md-6.popcol2 {
  position: relative;
}

.popcol2 {
  background-color: #9A29E3;
  border-radius: 10px;
  border: 1px solid #9A29E3;
  padding: 30px;
}

.popcol2 h3 {
  color: white;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Poppins';
  text-align: center;
}

.popfrm input {
  width: 100%;
  background-color: var(--twhite);
  border-radius: 5px;
  border: 1px solid #CFCFCF;
  height: 48px;
  margin-top: 15px;
  color: var(--tblack);
  font-size: 15px;
}

.popfrm input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid black;
  background-color: #e8f0fe;
}

.popfrm input::placeholder {
  color: black;
}

.popfrm button {
  margin-top: 15px;
  background-color:var(--tpink);
  color: white;
  font-size: 16px;
  border: 1px solid var(--tpink);
  padding: 13px 30px;
  transition: 0.5S ease-in-out;
}

.popfrm button:hover {
  background-color: var(--tblue);
  cursor: pointer;
  border-color: var(--tblue);
}

/* POPUP FORM END */

/* DISCLAIMER POPUP START */
.disclaimer_pop .modal-content {
  width: 465px !important;
  margin-left: auto;
  margin-right: auto;
}

.disclaimer_pop h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Poppins';
  color: var(--tred);
}

.disclaimer_pop p {
  font-size: 15px;
  line-height: 30px;
  color: var(--tblck);
}

.disc_bdy {
  padding: 25px 20px;
  box-shadow: 5px 4px 5px 0px #efa12194;
}

/* DISCLAIMER POPUP END */

/* TERMS AND PRIVACY START */
.terms_priv {
  padding-top: 50px;
  padding-bottom: 30px;
}

.terms_priv h2 {
  font-size: 35px;
  font-weight: 600;
  color: var(--tblck);
  font-family: 'Poppins';
}

.terms_priv h4 {
  font-size: 25px;
  font-weight: 500;
  color: var(--tblck);
  font-family: 'Poppins';
}

.terms_priv ul li {
  margin-top: 5px;
  list-style-type: disclosure-closed;
}

.terms_priv ul li::marker {
  color: var(--tred);
}

.terms_priv p {
  font-size: 15px;
  line-height: 28px;
}

.terms_priv ul li {
  font-size: 15px;
}

.terms_priv a {
  color: var(--tred);
}

.terms_priv a:hover {
  color: var(--tblck);
}

/* TERMS AND PRIVACY END */

/* THANKYOU CODE START */
.thankyou {
  padding-top: 100px;
  text-align: center;
  padding-bottom: 150px;
}

.thankyou img {
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.thankyou h2 {
  font-family: 'Poppins';
  font-size: 40px;
  font-weight: 600;
}

.thankyou h2 span {
  color: var(--tred);
}

.thankyou p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.thankyou .secbtn {
  margin-top: 40px;
}

.thankyou .btn_trans {
  border-radius: 5px !important;
  padding: 0px 30px;
}

/* THANKYOU CODE END */

/* FOOTER SECTION START */
/* .footer {
  padding-top: 50px;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.footre_rw {
  align-items: flex-start;
  display: flex;
}

.fcol1 img {
  width: 55%;
  margin-right: auto;
  display: block;
}

.fcol1 p {
  font-size: 14px;
  color: grey;
  margin-right: 44px;
  line-height: 26px;
  font-weight: 300;
  margin-top: 20px;
  font-family: 'Poppins';
}

.fcol2 h3 {
  color: black;
  font-family: 'Poppins';
  font-size: 25px;
  font-weight: 600;
}

.fcol3 h3 {
  color: black;
  font-family: 'Poppins';
  font-size: 25px;
  font-weight: 600;
}

.fcol2 ul {
  padding-left: 2px;
  margin-top: 44px;
}

.fcol3 ul {
  padding-left: 10px;
  margin-top: 20px;
}

.fcol2 ul li {
  margin-top: 10px;
  color: grey;
}

.fcol3 ul li {
  margin-top: 10px;
  color: grey;
}

.fcol2 ul li:hover {
  color: var(--tblue);
}

.fcol3 ul li:hover {
  color:var(--tblue);
}

.fcol2{
  margin-left: -50px;
  position: relative;
}
.fcol2 ul li a {
  color: grey;
  font-size: 15px;
}

.fcol2 ul li a:hover {
  color: var(--tblue);
}

.fcol3 ul li a {
  color: var(--tblue);
}

.fcol3 ul li a:hover {
  color: var(--tblue);
}
.fcol3 p {
  font-size: 15px;
  color: grey;
  line-height: 28px;
  padding-top: 29px;
}
.fcol3 {
  position: relative;
}
.fcol4{
  position: relative;
}
.fcol4 p {
  font-size: 15px;
  color: grey;
  line-height: 23px;
  padding-top: 23px;
}
.sociallinks input{
  border: none;
    height: 42px;
    width: 100%;
    border-radius: 50px;
}
.sociallinks input::placeholder{
  font-size: 13px;
color: black;
padding-left: 10px;
font-weight: 300;
}

.sociallinks h3 {
  font-family: poppins;
  color: black;
  font-family: poppins;
}
.fcol2::before {
  content: "";
  position: absolute;
  width: 32%;
  height: 40px;
  top: 34px;
  background-image: url(../images/re.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.fcol3::before  {
  content: "";
  position: absolute;
  width: 25%;
    height: 25px;
    top: 32px;
  background-image: url(../images/re.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.fcol4::before  {
  content: "";
  position: absolute;
  width: 25%;
  height: 25px;
  top: 32px;
  background-image: url(../images/re.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.copr1{
  text-align: center;
}
.copr1 p{
  font-size: 14px;
  color: grey;
  padding-top: 30px;
} */

.copr1 li {
    display: inline-block;
}
.copr1 li a{
    color:#fff;
}

/* FOOTER SECTION END */

/* FOOTER SECTION START */
.footer{
  padding-top: 50px;
  background: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.footre_rw{
  align-items: flex-start;
  display: flex;
}
.fcol1 img{
  width: 65%;
  margin-right: auto;
  display: block;
}
.fcol1 p{
  font-size: 15px;
  color: #fff;;
  line-height: 30px;
  font-weight: 400;
  margin-top: 20px;
  font-family: 'Poppins';
}
.fcol2 h3{
  color:#fff;
  font-family: 'Poppins';
  font-size: 25px;
  font-weight: 600;
}
.fcol3 h3{
  color: #fff;
  font-family: 'Poppins';
  font-size: 25px;
  font-weight: 600;
}
.fcol2 {
  position: relative;
}
.fcol3 {
  position: relative;
}
.fcol4 {
  position: relative;
}
.fcol2 ul{
  padding-left: 10px;
  margin-top: 28px;
}
.fcol3 ul{
  padding-left: 10px;
  margin-top: 28px;
}
.fcol2 ul li {
  margin-top: 10px;
  list-style-type: disclosure-closed;
  color: grey;
}
.fcol3 ul li {
  margin-top: 10px;
  list-style-type: disclosure-closed;
  color: grey;
}
.fcol2 ul li:hover{
  color: var(--tblue)
}
.fcol3 ul li:hover{
  color: var(--tblue)
}
.fcol2 ul li a{
  color: #fff;
}
.fcol2 ul li a:hover{
  color: var(--tblue)
}
.fcol3 ul li a{
  color: #fff;
}
.fcol3 ul li a:hover{
  color: var(--tblue)
}

.fcol4 p{
  color: grey;;
  font-size: 15px;
}
.sociallinks h3{
  color: #fff;
  font-family: 'Poppins';
  font-size: 25px;
  font-weight: 600;
}
.sociallinks i {
  margin-top: 18px;
  color: var(--twhite);
  background: #9A29E3;
  padding: 10px 12px;
  border-radius: 100px;
  font-size: 20px;
  width: 40px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.sociallinks i:hover{
  background: var(--tpink);
}
.fcol1 img {
  width: 45%;
}
.fcol2::before {
  content: "";
  position: absolute;
  width: 38%;
  height: 40px;
  top: 34px;
  background-image: url(../images/re.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.fcol3::before  {
  content: "";
  position: absolute;
  width: 36%;
    height: 25px;
    top: 32px;
  background-image: url(../images/re.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.fcol4::before  {
  content: "";
  position: absolute;
  width: 25%;
  height: 25px;
  top: 32px;
  background-image: url(../images/re.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/* FOOTER SECTION END */

/* COPYWRITE SECTION START */
.copr1{
  text-align: center;
}
.copr1 p{
  font-size: 14px;
  color: #fff;
}
.copr1 a {
  color: #fff;
}
.copr1 a:hover {
  color: #9b2ce3;
}
/* COPYWRITE SECTION end */


/* Window Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--tlight);
  border-color: var(--tlight);
  border-radius: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--tlight);
}
.seo {
  background-image: url(../images/seo.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 2px 0px;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 150px;
}
.seo-box2 h2 {
  font-size: 35px;
  font-weight: 650;
  text-transform: uppercase;
}
.seo-box2 p {
  font-size: 15px;
  line-height: 26px;
  padding-top: 10px;
}
.seo-box img{
  width: 100%;
  animation: floating 3s ease-in-out infinite;
}
.midd-rw1{
  align-items: center;
}
.middle1{
  padding-top: 30px;
  margin-bottom: 0px;
}
.logo-page{
  background-image: url(../images/logo-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 2px 0px;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 150px;
}
.web {
  background-image: url(../images/web.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 2px 0px;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 150px;
}
.about-page{
  background-image: url(../images/about-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 2px 0px;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 150px;
}
.port-page{
  background-image: url(../images/portfolio-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 2px 0px;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 150px;
}
.contact-page{
  background-image: url(../images/contact-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 2px 0px;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 150px;
}
/* COUNTER SECTION START */
.countrw{
  margin-top: 50px;
}
.mycounter{
  padding-top: 50px;
    padding-bottom: 30px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.mycout{
  display: flex;
 justify-content: space-between;
 align-items: flex-end;
 text-align: left;
}
.timer{
  color: var(--tblack);
  font-size: 50px;
  font-weight: 600;
}
.counter p{
  color: var(--tdark);
  font-size: 15px;
  font-weight: 500;
}
/* COUNTER SECTION END */
.th{
  /* margin-top: -145px; */
  padding-top: 0px;
}
.middle1 {
  padding-top: 30px;
  margin-bottom: 30px;
}

.midd1-rw {
  align-items: center;
}


.midd1-box img {
  width: 100%;
  animation: floating 3s ease-in-out infinite;
}

.midd1-box2 h6 {
  font-weight: 600;
  font-size: 20px;
}

.midd1-box2 h2 {
  font-size: 45px;
  font-weight: 650;
  text-transform: uppercase;
}

.midd1-box2 p {
  font-size: 15px;
  line-height: 30px;
  padding-top: 25px;
}

.midd1-box2 {
  margin-left: 20px;
  margin-right:5px;
}
.j {
  padding-top: 0px !important;
}
.ban2 {
background-image: url(../images/banner2.png);
background-position: center;
background-size: 100% 100%;
background-repeat: no-repeat;
padding-top: 30px;
padding-bottom: 50px;
}
.ban2-box img{
  width: 100%;
}
.ban1-box h2{
  color: white;
    font-size: 47px;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 45px;
    font-weight: 700;
}
.ban1-box {
  padding-top: 57px;
}
.ban1-box h3{
  margin-top: 16px;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}
.ban1-box h3>span{
  font-size: 19px;
}
.ban2-rw{
  align-items: center;
}
.digi {
  background-image: url(../images/digi.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 2px 0px;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 41px;
}
.ban3 {
  background-image: url(../images/banner3.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 30px;
 
  }
  .ban3-box img{
    width: 100%;
  }
  .ban3-box2 h2{
    color: white;
    font-size: 52px;
    padding-top: 36px;
    padding-left: 70px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .ban3-box2 {
    padding-top: 57px;
  }
  .ban3-box2 p{
    font-size: 15px;
    color: white;
    margin-top: 60px;
    padding-left: 76px;
  }


  .ban3-rw{
    align-items: center;
  }
  .app {
    background-image: url(../images/app.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 2px 0px;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 41px;
  }
  /* SLIDER SECTION START */
.slidersec{
  background-image: url(../images/testbac.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
.mainslider{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.mainslider img{
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.slideup{
  padding-bottom: 150px;
}
.slidersec .slick-dots li.slick-active button:before {
  color: var(--tpink);
  opacity: 1;
  font-size: 15px;
}
.slidersec .slick-dots li button:before{
  color: rgb(200, 191, 191);
  opacity: 1;
  font-size: 15px;
}
.slidersec ul.slick-dots {
  position: absolute;
  right: 0;
}
.slidersec .slick-dots li{
  margin: 7px 5px;
  width: 15px;
}
/* SLIDER SECTION END */
.pul {
    justify-content: center;
}
 .myimgtab {
     display: block;
     padding-top: 80%;
     position: relative;
     width: 100%;
     margin-bottom: 20px;
 }

 .myimgtab img {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 7px;
     box-shadow: 0 0 27px rgb(117 116 128 / 40%);
 }
 .port_gallery .nav-link {
     color: #000;
     text-transform: uppercase;
     font-size: 16px;
     padding: 14px 30px;
     background: #fff;
     border-radius: 100px;
     margin-left: 5px;
     margin-right: 5px;
     box-shadow: 0px 2px 8px -1px #68686873;
 }

 .port_gallery .nav-pills .nav-link.active,
 .nav-pills .show>.nav-link {
     background:linear-gradient(87deg, rgb(240 8 195) 0%, rgb(98 32 182) 100%);;
     border-radius: 100px;
     padding: 14px 30px;
 }
 /* CHECKOUT PAGE  */
.checkoutpage {
    padding: 30px 0px;
}

.checkout_left img {
    width: 40%;
    margin-right: auto;
    display: block;
    margin-bottom: 40px;
}

.flag-icon {
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f1f1f1;
    padding: 20px;
    z-index: 9999;
}

.checkout_left h2 {
    color: #565656;
    font-size: 19px;
    font-weight: 600;
    margin-top: 30px;
}

.checkout_left p {
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.dfchecks1 {
    display: flex;
   align-items: self-end;
    justify-content: space-between;
    margin-top: 0px;
    padding-right: 50px;
}
.cardflex .btn_grad {
    font-size: 17px !important;
    height: 55px;
    border-radius: 5px;
}

.dfchecks h5 {
    color: #565656;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
}

.dfchecks p {
    font-size: 16px;
    color: #565656;
}

.dfchecks h3 {
    font-size: 16px;
    color: #565656;
}

.checkoutpage label {
    font-size: 15px;
}

.checkoutpage .btn_red {
    /*margin-top: 20px;*/
    font-size: 15px;
}

.checkout_right h3 {
    color: var(--tblack);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.checkout_right input {
    height: 50px;
}

.checkout_right select {
    height: 50px;
}

.checkout_right input:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: 1px solid #F32C6A;
}

.checkout_right select:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: 1px solid var(--tdark);
}

.cardflex {
    display: flex;
}

.cardflex input {
    width: 99%;
    margin-left: 3px;
    margin-right: 3px;
}

#save-info-checkbox {
    height: auto;
}

.checkoutpage .form-label {
    margin-bottom: 5px;
}

.mylabels {
    font-size: 14px;
    color: #626262;
    margin-bottom: 20px;
}

.mylabels strong {
    font-size: 17px;
    color: #000;
}

.mylabels input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 10px;
}

.pnf input {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mylaps {
    font-size: 15px;
    color: #a3a3a3;
    margin-top: 20px;
}

.crdsafter {
    position: relative;
}

.crdsafter::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    top: 32px;
    left: 132px;
    background-repeat: no-repeat;
    background-size: 42%;
    background-position: top;
    background-image: url(../images/cards.webp);
}

.mycvcs {
    position: relative;
}

.mycvcs::after {
    content: '';
    position: absolute;
    width: 54%;
    height: 50px;
    top: 10px;
    left: 139px;
    background-repeat: no-repeat;
    background-size: 42%;
    background-position: top;
    background-image: url(../images/cvc.webp);
}

.crdsafter input {
    position: relative;
}

.paymbtn {
    text-align: left;
}

.checkout_left .quantity-field {
    display: flex;
}

.myquant input {
    width: 40%;
    border-radius: 0px;
    text-align: center;
}

.cardflex .btn_grad {
    font-size: 17px !important;
    height: 55px;
    border-radius: 5px;
    background: #F32C6A;
    color: #fff;
    border: none !important;
}

.myquant button:hover {
    background: #AAC12D;
}

.myquant button:focus {
    background-color: #000;
    border-color: #000;
}

.myquant button {
    width: 15%;
    border-radius: 0px;
    text-align: center;
    background: #6f42c1;
}

.myquant a:button {
    background: #F32C6A;
}

.badge-number {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    border-radius: 20px;
    padding: 0px 5px;
    vertical-align: top;
    position: relative;
    top: -10px;
    left: -5px;
}
.btn-quantity {
    background: #f32c6a;
    color: white;
    border-radius: 0;
    border:1px solid #f32c6a;
}
.btn-quantity:hover {
    background: white;
    color: #f32c6a;
    border-color:#f32c6a;
}