@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #202020;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #202020;
  margin-top: 0;
  line-height: 1.3;
  font-family: "Advent Pro", sans-serif;
}

p {
  margin-bottom: 15px;
  color: #202020;
}

/* Navbar */
.header nav .container {
  border-bottom: 1px solid #F5F5F520;
  padding-bottom: 15px;
}

.header.sticky nav .container {
  border-bottom: none;
  padding-bottom: 0;
}

.navbar-nav li {
  padding: 0px 10px;
  border-left: 1px solid #F5F5F520;
}

header .navbar-brand {
  margin-right: 72px;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.header.sticky li a {
  color: white !important;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #ffffff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #000001 !important;
}

.navbar-brand img {
  width: 160px;
  transition: 0.6s;
}

.navbar-nav li a {
  font-weight: 400;
  font-size: 14px;
}

.dropdown-menu li.active {
  background: white;
}

.dropdown-menu li.active>a {
  color: #000001 !important
}

.offcanvas {
  background-color: #000001;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header a>img {
  width: 160px;
}

.dropdown-menu {
  background: linear-gradient(91.13deg, #614ED9 -7.9%, #33B1AD 126.16%);
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-sec {
  display: flex;
  gap: 12px;
}

.section-title {
  margin-bottom: 50px;
  text-align: center;
}

.section-title h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
}

.section-title h3 {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
}

.section-title p {
  font-weight: 400;
  font-size: 16px;
}

.sec-four .right-col .sec-four-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
  margin-top: 70px;
}

.sec-four .right-col .sec-four-list .list {
  width: 48.333%;
  display: flex;
  align-items: start;
  gap: 12px;
}

.sec-four .right-col .sec-four-list .list h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
}

.sec-four .btn-sec .btn-theme-outline {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) border-box;
  color: #202020;
}

.sec-four .btn-sec .btn-theme-outline:hover {
  border: 2px solid #202020;
}

.sec-four .btn-sec {
  margin-top: 25px;
}

/* header */
.header {
  position: absolute;
  width: 100%;
  padding: 0;
  background: transparent;
  z-index: 999;
  transition: 0.6s;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #202020;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: 160px;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background-image: url(../images/top-banner.png);
  background-color: #f7f8f8;
  background-repeat: no-repeat;
  background-position: 50% 96%;
  position: relative;
  padding: 200px 0 0px;

}

.top-banner .left-col h1,
.top-banner .right-col h2 {
  color: #F5F5F5;
  font-weight: 400;
  font-size: 72px;
  line-height: 87px;
  letter-spacing: -2.50703px;
}

.top-banner .left-col h1 {
  margin-bottom: 66px;
}

.top-banner .right-col h2 {
  margin-bottom: 65px;
}

.top-banner .left-col p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  color: #B8B8B8;
}

.top-banner .right-col .btn-sec {
  margin-bottom: 100px;
}

.top-banner .left-col p span {
  font-size: 12px;
}

.top-banner .left-col p i {
  color: #00E984;
}

.top-banner .left-col .rating-sec {
  margin-top: 73px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-banner .center-col img {
  z-index: 2;
  position: relative;
}

.top-banner .center-col {
  position: relative;
}

.top-banner .center-col:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background: url(../images/top-gif.gif);
  z-index: 1;
  mix-blend-mode: lighten;
  filter: blur(10.0281px);
}

.top-banner .center-col>a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-38%, 50%);
  z-index: 2;
}

/* End */

/* about-one */
.about-one {
  padding-top: 15px;
  padding-bottom: 30px;
}

.about-one .right p,
.about-one .bottom-left p {
  font-size: 16px;
  font-weight: 400;
}

.about-one .bottom-left h3 {
  line-height: 53px;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 45.9px;
}

.about-one .bottom-right {
  display: flex;
  gap: 15px;
}

.about-one .bottom-right .box {
  padding: 25px 20px;
  background: #E8FDFF;
  text-align: center;
  width: 49.333%;
}

.about-one .bottom-right .box span {
  color: #02121D;
  font-weight: 500;
  font-size: 38px;
  display: block;
}

.about-one .bottom-right .box span:nth-child(2) {
  color: #02121D;
  font-weight: 500;
  font-size: 15.8979px;
}

.about-one .bottom-right .box p {
  font-size: 15px;
  font-weight: 500;
}

/* end */

/* about-two */
.about-two {
  padding-top: 30px;
}

.about-two .right h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 8px;
}

.about-two .right p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.about-two .right .btn-theme-outline {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) border-box;
  color: #202020;
}

.about-two .right .btn-theme-outline:hover {
  border: 2px solid #202020;
}

/* end */

/* top form */
.top-form {
  padding: 100px 0 60px;
  background: url(../images/top-form-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.top-form form label {
  font-weight: 500;
  font-size: 16px;
  color: #00191D;
  margin-bottom: 10px;
}

.top-form form input,
.top-form form select,
.top-form form textarea {
  border-radius: 8px;
  padding: 12px 15px;
  width: 100%;
  color: #00191D !important;
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #A9A9A9;
  border-radius: 4px;
  height: 50px;
}

/*.top-form form .btn-theme:hover {*/
/*  border: 2px solid transparent;*/
/*  background:*/
/*    linear-gradient(#ffffff, #ffffff) padding-box,*/
/*    linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) border-box;*/
/*  color: #000000;*/
/*}*/

.top-form>img:nth-child(1) {
  position: absolute;
  top: 15%;
  left: 0;
  animation: up 3s ease-in-out infinite;
  z-index: 1;
}

.top-form>img:nth-child(2) {
  position: absolute;
  top: 15%;
  right: 0;
  animation: up 3s ease-in-out infinite;
  z-index: 1;
}

/* end */

/* partner */
.client {
  padding-top: 40px;
  padding-bottom: 25px;
}

.client img {
  margin: auto;
}

/* end */

/* sec-four */
.sec-four {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-four .right-col h3 {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
}

.sec-four .right-col p {
  font-weight: 400;
  font-size: 16px;
}

/* end */

/* banner sec */
.banner-sec {
  padding-top: 0px;
  padding-bottom: 0px;
  background: url("../images/banner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-sec .banner-title h3 {
  font-weight: 700;
  font-size: 34px;
  color: white;
}

.banner-sec .banner-title p {
  font-weight: 400;
  font-size: 16px;
  color: white;
}

.banner-sec .btn-theme-outline {
  background: linear-gradient(#4f75c8, #5074c9) padding-box, linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) border-box;
}

.banner-sec .banner-img>img {
  transform: scale(1.4);
}

/* end */

/* .center-banner  */
.center-banner {
  background: url(../images/center-banner.png) no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

.center-banner .section-title h3 {
  font-weight: 500;
  font-size: 46px;
  line-height: 47px;
}

.center-banner .section-title .btn-sec {
  justify-self: center;
  margin-top: 25px;
}

.center-banner>img:nth-child(1) {
  position: absolute;
  top: 50px;
  left: 0;
  width: 325px;
  animation: up 3s ease-in-out infinite;
}

.center-banner>img:nth-child(2) {
  position: absolute;
  top: 40px;
  right: 0;
  width: 230px;
  animation: up 3s ease-in-out infinite;
}

.center-banner .section-title .btn-theme-outline {
  background: linear-gradient(#4786c1, #4786c0) padding-box, linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) border-box;
}

/* end */

/* faqs */
.faqs .right-col .accordion-button:not(.collapsed) {
  color: #ffffff !important;
  /* border: 2px solid #222222; */
  background: linear-gradient(#3acfd5, #3a4ed5) padding-box, linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) border-box;
}

.faqs .right-col .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus-white.png) !important;
}

/* end */

/* sec-six */
.sec-six .right-col .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: #fbfbfb;
  box-shadow: none;
  /* border: 2px solid #222222; */
}

.sec-six .right-col .accordion-button:focus {
  border-color: #fbfbfb;
  box-shadow: none;
  /* border: 2px solid #222222; */
}

.sec-six .right-col h4 button {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  border-radius: 20px !important;
  background: #fbfbfb;
  border: 2px solid #fbfbfb;
  color: #222222;
}

.sec-six .right-col .accordion-item {
  border: none;
  border-radius: 20px !important;
  margin-bottom: 20px;
  background-color: #fbfbfb;
}

.sec-six .right-col .accordion-item .accordion-body p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0px;
}

.sec-six .right-col .accordion-button:not(.collapsed) span {
  background: #222222;
  color: white;
}

.sec-six .right-col h4 button span {
  font-size: 22px;
  margin-right: 12px;
  background: #ECE7FE;
  color: #222222;
  /* padding: 12px 14px; */
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-six .right-col .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
}

.sec-six .right-col .accordion-button::after {
  background-image: url(../images/plus.png);
  transform: scale(1.3) !important;
}

/* end */

/* portfolio sec */
.portfolio-sec {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../images/portfolio-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px -115px;
  overflow: hidden;
}

.portfolio-sec .section-title h3 {
  color: #FFFFFF;
}

.portfolio-sec .section-title p {
  color: #FFFFFF;
}

.portfolio-sec .top-book-slider .slick-slide {
  margin-top: 100px;
}

.portfolio-sec .top-book-slider .slick-slide img {
  margin: auto;
  padding: 85px 0 0;
  transform: scale(.9);
}

.portfolio-sec .top-book-slider .slick-center {
  transform: scale(1.5);
  margin: 0;
  transition: .5s;
}

.portfolio-sec .top-book-slider .slick-center img {
  border: 1px solid white;
  padding: 10px;
  margin-top: 40px;
}

.portfolio-sec .arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 80px;
}

.portfolio-sec .arrow-btn img {
  cursor: pointer;
}

/* end */

/* author-websites */
.author-websites {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F8F8F8;
  overflow: hidden;
}

.author-websites .author-sec {
  display: flex !important;
  justify-content: space-between;
  align-items: end;
  gap: 90px;
  background: #FFFFFF;
  border: 1.18085px solid #E9E9E9;
  border-radius: 16.5319px;
  padding: 78px 46px 27px;
  transform: scale(0.8);
}

.author-websites .author-sec.slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1);
  transition: .5s;
}

.author-websites .author-sec .author-sec-left {
  width: 55.333%;
}

.author-websites .author-sec .author-sec-left>span {
  font-size: 17px;
  font-weight: 500;
  font-family: "Advent Pro", sans-serif;
}

.author-websites .author-sec .author-sec-left>h4 {
  margin-bottom: 20px;
  margin-top: 6px;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 40.29px;
}

.author-websites .author-sec .author-sec-left>p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 26px;
}

.author-websites .author-sec .author-sec-left .author-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 45px;
}

.author-websites .author-sec .author-sec-left .author-counter .counter-col {
  width: 31.333%;
}

.author-websites .author-sec .author-sec-left .author-counter .counter-col span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24.3346px;
  line-height: 34px;
}

.author-websites .author-sec .author-sec-left .author-counter .counter-col p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}

.author-websites .author-sec .author-sec-right {
  width: 43.333%;
}

.author-websites .arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 55px;
}

.author-websites .arrow-btn img {
  cursor: pointer;
}

/* end */

/* tabs banner */
.tabs-sec {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../images/tabs-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.tabs-sec .tabs-body .nav {
  justify-content: center;
  gap: 15px;
  width: 75%;
  margin: auto;
}

.tabs-sec .tabs-body .nav li {
  width: 23.333%;
}

.tabs-sec .tabs-body .nav li button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 12.2806px;
  padding: 15px 20px;
  color: #050505;
  font-weight: 700;
  font-size: 18.421px;
  font-family: "Advent Pro", sans-serif;
}

.tabs-sec .tabs-body .nav-pills .nav-link.active,
.tabs-sec .tabs-body .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd;
  background: linear-gradient(93.84deg, #614ED9 -50.73%, #33B1AD 170.84%);
  border-radius: 12.2806px;
  padding: 15px 20px;
}

.tabs-sec .tabs-body .nav-pills .nav-link.active svg path {
  fill: white;
}

.tabs-sec .tabs-body .tabs-info {
  text-align: center;
  background: linear-gradient(179.98deg, rgba(0, 0, 0, 0.29) -37.61%, #999999 215.5%);
  padding: 30px;
  margin-bottom: 200px;
}

.tabs-sec .tabs-body .tabs-info h3 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 38.08px;
}

.tabs-sec .tabs-body .tabs-info p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 17px;
  width: 55%;
  margin: auto;
}

/* end */

/* testimonials sec */
.testimonials-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonials-sec .testimonial-body {
  background: linear-gradient(89.62deg, #614ED9 -83.36%, #33B1AD 153.97%);
  border-radius: 16px;
  padding: 67px 85px;
}

.testimonials-sec .testimonial-slider .testimonial-items h4 {
  letter-spacing: -0.507758px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 29.45px;
}

.testimonials-sec .testimonial-slider .testimonial-items p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
}

.testimonials-sec .testimonial-slider .testimonial-items .client-info {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.testimonials-sec .testimonial-slider .testimonial-items .client-info .client-info-inner {
  width: 100%;
  position: relative;
}

/* .testimonials-sec .testimonial-slider .testimonial-items .client-info .client-info-inner:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  background: white;
  height: 100%;
  width: 2px;
} */

.testimonials-sec .testimonial-slider .testimonial-items .client-info .client-info-inner span {
  display: block;
  color: #FFFFFF;
  font-family: "Advent Pro", sans-serif;
}

.testimonials-sec .testimonial-slider .testimonial-items .client-info .client-info-inner span:nth-child(1) {
  font-weight: 700;
  font-size: 19.4065px;
  /* border-bottom: 1px solid white; */
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.testimonials-sec .testimonial-slider .testimonial-items .client-info .client-info-inner span:nth-child(2) {
  font-weight: 400;
  font-size: 17.7106px;
}

.testimonials-sec .arrow-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  margin-top: 72px;
}

.testimonials-sec .arrow-btn img {
  cursor: pointer;
}

/* end */

/* sec twelve */
.sec-twelve {
  padding-top: 60px;
  padding-bottom: 0;
}

/* end */

/* sec-five */
.sec-five {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-five .sec-five-col {
  border: 2px solid #878787;
  padding: 32px;
}

.sec-five .sec-five-col h4 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.03em;
  margin-top: 15px;
}

.sec-five .sec-five-col p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}

/* end */

/* Get A Quote */
.get-quote {
  padding-top: 60px;
  padding-bottom: 60px;
}

.get-quote .left-col {
  padding: 30px 25px;
  background: linear-gradient(91.4deg, #614ED9 -103.48%, #33B1AD 162.15%);
  border-radius: 16px;
}

.get-quote .left-col h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: white;
}

.get-quote .left-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 25px;
  color: white;
}

.get-quote .left-col .info-innner {
  background: #ffffff1a;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.get-quote .left-col .info-innner span {
  color: white;
  font-size: 16px;
  font-weight: 500;
}

.get-quote .left-col .info-innner span>a {
  color: white;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
  -webkit-line-clamp: 1;
}

.get-quote .get-quote-bg {
  padding: 30px 30px;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 16px;
}

.get-quote .right-col {
  margin-bottom: 0;
}

.get-quote .right-col h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.get-quote .right-col form label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.get-quote .right-col form .form-group {
  margin-top: 40px;
}

.get-quote .right-col form input,
.get-quote .right-col form select,
.get-quote .right-col form textarea {
  border-bottom: 2px solid #292f36 !important;
  border: none;
  border-radius: 0;
}

/* end */


/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  border: 1px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) border-box;
  color: #F5F5F5;
  font-weight: 500;
  font-size: 1rem;
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme {
  background: linear-gradient(#3acfd5, #3a4ed5) padding-box, linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) border-box;
  border-radius: 80.6978px;
  border: 2px solid transparent;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  color: #F5F5F5;
  font-size: 1rem;
  transition: all 0.5s ease-in-out;
}

.btn-theme:hover {
  background: linear-gradient(#3a4ed5, #3acfd5) padding-box, linear-gradient(to right, #3a4ed5 0%, #3acfd5 100%) border-box;
  
  color: #ffffff;
  border:2px solid transparent;
}

/*.btn-theme:hover {*/
/*  background: transparent;*/
/*  color: #ffffff;*/
/*  border-color:#fff;*/
/*}*/

.btn-theme-outline {
  border: 2px solid transparent;
  border-radius: 80.6978px;
  background:
    linear-gradient(#181818, #181818) padding-box,
    linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) border-box;
  color: #F5F5F5;
  padding: 10px 35px;
  font-weight: 500;
  font-size: 1rem;
}

.btn-theme-outline:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* footer */
.footer {
  padding-top: 50px;
  padding-bottom: 20px;
  background: url(../images/footer-bg.png) no-repeat;
  background-size: cover;
}

.footer .footer-left a>img {
  width: 180px;
}

.footer .social-media {
  display: flex;
  gap: 12px;
  justify-content: end;
}

.footer .footer-content>p {
  color: #DDDDDD;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.footer .social-media a {
  padding: 10px 16px;
  transition: all ease 0.3s;
  text-decoration: none;
  font-size: 16px;
  background: linear-gradient(93.84deg, #614ED9 -50.73%, #33B1AD 170.84%);
  border-radius: 9.39819px;
}

.footer .social-media a:hover {
  background-color: white;
}

.footer .social-media a:hover i {
  color: #0d1f2d;
}

.footer .social-media a i {
  color: white;
}

.footer .footer-right ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer .footer-right ul>li {
  color: white;
  font-size: 16px;
}

.footer .footer-right ul>li a {
  color: white;
  text-decoration: none;
}

.footer .footer-links {
  margin-top: 30px;
}

.footer .footer-links h5 {
  font-size: 22px;
  font-weight: 600;
  color: white;
}

.footer .footer-links ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer .footer-links ul>li {
  color: white;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .footer-links ul>li a {
  color: #DDDDDD;
  text-decoration: none;
  transition: all ease 0.5s;
}

.footer .footer-links ul>li a:hover {
  color: #3aa4d5;
}

.footer hr {
  background: #FFFFFF10;
  opacity: 1;
  height: 4px;
}

footer .footer-bootom>p {
  color: #DDDDDD;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}

footer .other-pages {
  display: flex;
  gap: 12px;
  justify-content: end;
}

footer .other-pages>a {
  color: #DDDDDD;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: all ease 0.3s;
  border-right: 1px solid #DDDDDD;
  padding-right: 15px;
}

footer .other-pages>a:last-child {
  border-right: none;
  padding: 0;
}

footer .other-pages>a:hover {
  color: #3aa4d5;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

/*scroll*/
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(91.13deg, #614ED9 -7.9%, #33B1AD 126.16%);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000001;
}

/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}

.model-discount label {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: #ffffff;
  border-radius: 30px;
}

.model-input {
  border-color: #0D1F2D;
  padding: 10px 15px;
  color: #0D1F2D !important;
  border: 2px solid;
}

.model-input:focus {
  border-color: #4786c0 !important;
  border: 2px solid;
}

.model-input::placeholder {
  color: #0D1F2D !important;
  font-weight: 500;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.model-discount hr {
  background-color: #0D1F2D;
  opacity: 1;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

/* end */

/* sec-four */
.thank-you {
  padding-top: 170px;
  padding-bottom: 60px;
  background: #202020;
  height: 100vh;
  display: flex;
  align-items: center;
}

.thank-you .right-col h1 {
  color: #DDDDDD;
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
}

.thank-you .right-col p {
  color: #DDDDDD;
  font-weight: 400;
  font-size: 16px;
}



/* end */


/*content pages*/
.content-pages {
    background-position: 50% 20%;
}
/*end*/

.btn-theme-outline{
    display: none;
}