/*
Theme Name: SEOZ
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: SEO & Digital Marketing Agency Html Template
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap");

:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme-color: #6C57D2;
  --theme-color-2: #FF792E;
  --header: #003566;
  --text: #656565;
  --border: #E6EFFF;
  --ratting: #F8BC26;
  --bg: #FFF9ED;
  --bg-2: #6C57D21A;
  ---box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}


.theme-btn {
  background: var(--theme-color);
  color: var(--white);
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
 padding: 2px 15px;
  padding-right: 5px;
  border-radius: 0;
  line-height: 1;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  font-family: "DM Sans", sans-serif;
  overflow: hidden;
}

.theme-btn i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--white);
  color: var(--theme-color);
  margin-left: 7px;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
}

.theme-btn::before {
  content: "";
  background-color: var(--header);
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.theme-btn::after {
  content: "";
  background-color: var(--header);
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.theme-btn:hover::before,
.theme-btn:hover::after {
  width: 100%;
}

.theme-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white);
}

.theme-btn.bg-header {
  background-color: var(--header);
}

.theme-btn.bg-header::before,
.theme-btn.bg-header::after {
  background-color: var(--white);
}

.theme-btn.bg-header i {
  background-color: var(--theme-color);
  color: var(--white);
}

.theme-btn.bg-header:hover {
  color: var(--header);
}

.link-btn {
  font-size: 15px;
  font-weight: 900;
  color: var(--theme-color);
  text-transform: capitalize;
  display: inline-block;
  font-family: "DM Sans";
  margin-top: 10px;
}

.link-btn:hover {
  color: var(--theme-color-2);
}

.link-btn i {
  margin-left: 10px;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-weight: 400;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  font-weight: 400;
}

h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 110%;
  
}

@media (max-width: 1399px) {
  h1 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 38px;
  }
}

@media (max-width: 470px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 470px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

h6 {
  font-size: 14px;
  font-weight: 600;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}


.back-to-top {
  border-radius: 10px;
  background-color: var(--theme-color-2);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 9999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

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

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -7px;
}
.section-title span{
  font-weight: bold;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .section-title {
    text-align: center;
    margin-bottom: 0;
  }
}

.section-title span {
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-color-2);
  display: inline-block;
  position: relative;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 0;
    justify-content: center;
  }
}

.section-title-area .section-title {
  margin-bottom: 0;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg) !important;
}

.section-bg-2 {
  background-color: var(--bg-2) !important;
}

.footer-bg {
  background-color: #2F304C;
}

.section-padding {
  padding: 60px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.body-bg-4 {
  background-color: #040A3D;
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes arryUpDown {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(10px);
  }
}

.animation__arryUpDown {
  animation: arryUpDown 2s ease infinite alternate;
}


.hero-1 {
  padding: 50px 0 10px !important;
  padding-bottom: 90px;
  position: relative;
}

.hero-1 .hero-content {
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  .hero-1 .hero-content {
    text-align: center;
  }
}

.hero-1 .hero-content h1 {
  margin-bottom: 15px;
  
}

.hero-1 .hero-content p {
  margin-bottom: 32px;
}

.hero-1 .hero-content .client-info {
  display: flex;
  gap: 20px;
}

@media (max-width: 1199px) {
  .hero-1 .hero-content .client-info {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-content .client-info {
    justify-content: center;
  }
}

.hero-1 .hero-content .hero-btn {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1199px) {
  .hero-1 .hero-content .hero-btn {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-content .hero-btn {
    justify-content: center;
    margin-top: 30px;
  }
}

.hero-1 .hero-content .hero-btn .theme-btn {
  border: 1px solid transparent;
}

.hero-1 .hero-content .hero-btn .theme-btn.style-2 {
  border: 1px solid var(--theme-color-2);
  background-color: transparent;
  color: var(--theme-color-2);
}

.hero-1 .hero-content .hero-btn .theme-btn.style-2 i {
  background-color: var(--theme-color-2);
  color: var(--white);
}

.hero-1 .hero-content .hero-btn .theme-btn.style-2::after,
.hero-1 .hero-content .hero-btn .theme-btn.style-2::before {
  background-color: var(--theme-color-2);
}

.hero-1 .hero-content .hero-btn .theme-btn.style-2:hover {
  color: var(--white);
}

.hero-1 .hero-content .hero-btn .theme-btn.style-2:hover i {
  background-color: var(--white);
  color: var(--header);
}

.hero-1 .hero-img {
  text-align: right;
  position: relative;
}

@media (max-width: 1399px) {
  .hero-1 .hero-img img {
    width: 100%;
    height: 100%;
  }
}

.hero-1 .hero-img .box-shape {
  position: absolute;
  left: -100px;
  bottom: 4%;
}

@media (max-width: 1399px) {
  .hero-1 .hero-img .box-shape {
    display: none;
  }
}

.hero-1 .hero-img .box-shape-2 {
  position: absolute;
  right: -210px;
  top: 20%;
}

@media (max-width: 1600px) {
  .hero-1 .hero-img .box-shape-2 {
    right: -85px;
  }
}

@media (max-width: 1399px) {
  .hero-1 .hero-img .box-shape-2 {
    display: none;
  }
}

.hero-1 .left-shape {
  position: absolute;
  top: 10%;
  left: 100px;
}

@media (max-width: 1199px) {
  .hero-1 .left-shape {
    display: none;
  }
}

.hero-1 .plane-shape {
  position: absolute;
  left: 43%;
  bottom: 45%;
}

@media (max-width: 1199px) {
  .hero-1 .plane-shape {
    display: none;
  }
}






.registration-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  max-width: 600px;
  margin: 20px auto;
}

.card-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 30px;
  text-align: center;
}

.card-header h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.highlight-box {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
}



.highlight-box i {
  margin-right: 10px;
  color: #fffdfb;
}

.card-body {
  padding: 40px;
}

.tagline {
  text-align: center;

}

.tagline-sub {
  text-align: center;
  margin-bottom: 30px;
}

.form-label {
  font-weight: 600;
}

.form-control {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 6px 12px;
  transition: all 0.3s;
}

.form-control:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.btn-register {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 10px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin-top: 5px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.btn-register:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(102, 126, 234, 0.4);
}




.pricing-section .nav {
  border: none;
  margin-top: 30px;
}

.pricing-section .nav .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: center;
}

.pricing-section .nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  border: 0;
  border-radius: 0;
  padding: 7px 56px;
  position: relative;
  background: transparent;
  z-index: 2;
  color: var(--text);
  margin-bottom: 0;
}

.pricing-section .nav .nav-link::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  background: var(--theme-color);
  width: 75px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid var(--theme-color);
}

.pricing-section .nav .nav-link::after {
  position: absolute;
  content: "";
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--theme-color-2);
  z-index: 1;
}

.pricing-section .nav .nav-link:first-child {
  padding-left: 0;
}

.pricing-section .nav .nav-link:last-child {
  padding-right: 0;
}

.pricing-section .nav .nav-link:last-child::after {
  display: none;
}

.pricing-section .nav .nav-link:last-child::before {
  display: none;
}

.pricing-section .nav .nav-link.active {
  color: var(--theme-color);
}

.pricing-section .nav .nav-link.active::after {
  right: 8px;
}


.about-wrapper .about-img img {
  width: 100%;
  height: 100%;
}

.about-wrapper .about-content {
  margin-left: 45px;
}

@media (max-width: 1199px) {
  .about-wrapper .about-content {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .about-wrapper .about-content .section-title {
    text-align: left;
  }
}

.about-wrapper .about-content .about-text {
  margin-top: 20px;
  max-width: 545px;
}

.about-wrapper .about-content .icon-items {
  display: flex;
  gap: 27px;
  margin-top: 40px;
}

.about-wrapper .about-content .icon-items .icon {
  font-size: 48px;
  color: var(--theme-color);
}

.about-wrapper .about-content .icon-items .content p {
  margin-top: 10px;
}

.about-wrapper .about-content .list-items {
  margin-top: 20px;
}

.about-wrapper .about-content .list-items li i {
  color: #49DCA2;
  font-size: 26px;
}

.about-wrapper .about-content .list-items li:not(:last-child) {
  margin-bottom: 15px;
}

.about-wrapper .about-content .theme-btn {
  margin-top: 40px;
}


@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 90%;
  }
}

@keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 70%;
  }
}

@keyframes load3 {
  0% {
    width: 0;
  }

  100% {
    width: 55%;
  }
}


.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0;
  margin-bottom: -20px;
  margin-top: -20px;
}


.marquee .marquee-group {
  flex-shrink: 0;
  background-color: rgb(220, 53, 69);
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0;
  padding: 20px;
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

.marquee .text {
  font-size: 35px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0;
  position: relative;
  color: rgb(255, 255, 255);
  font-family: "Outfit", sans-serif;
  position: relative;
  padding-left: 40px;
}



@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-group {
    animation-play-state: play;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}


::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-color);
  border-radius: 5px;
}

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


.fix {
  overflow: hidden;
}




/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.box-shadow {
  box-shadow: var(---box-shadow);
}

.custom-container {
  max-width: 1560px;
  margin: 0 auto;
}

.custom-container-33 {
  max-width: 1319px;
  margin: 0 auto;
}

.custom-container-2 {
  max-width: 1568px;
  margin: 0 auto;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.brand-slide-element {
  width: auto;
  display: inline-block;
}


@media (max-width: 991px) {
  .lg-center {
    justify-content: center;
    text-align: center;
  }
}


.custom-container-3 {
  max-width: 1768px;
  margin: 0 auto;
}

.text-color {
  color: var(--text) !important;
}

.sec-bg-4 {
  background-color: #0E1445;
}

.swiper-dot3 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  transition: 0.6s;
  background-color: transparent;
  border: 1px solid var(--theme-color-2);
  border-radius: 14px;
  opacity: 1;
  position: relative;
}


.cta-support-wrapper {
  padding: 50px;
  padding-bottom: 0;
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .cta-support-wrapper {
    padding: 60px;
  }
}

@media (max-width: 1199px) {
  .cta-support-wrapper {
    padding: 40px;
  }
}

.cta-support-wrapper .cta-support-img img {
  width: 100%;
  height: 100%;
}

.cta-support-wrapper .cta-support-content .cta-support-text {
  color: var(--white);
  margin-top: 30px;
}

.cta-support-wrapper .cta-support-content .cta-support-box {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 40px;
}

@media (max-width: 1399px) {
  .cta-support-wrapper .cta-support-content .cta-support-box {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.cta-support-wrapper .cta-support-content .cta-support-box .theme-btn {
  background-color: var(--white);
  color: #6C57D2;
}

.cta-support-wrapper .cta-support-content .cta-support-box .theme-btn i {
  background-color: #6C57D2;
  color: var(--white);
}

.cta-support-wrapper .cta-support-content .cta-support-box .phone-box {
  display: flex;
  gap: 20px;
  align-items: center;
}

.cta-support-wrapper .cta-support-content .cta-support-box .phone-box .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #FF792E;
  text-align: center;
  border-radius: 50%;
}

.cta-support-wrapper .cta-support-content .cta-support-box .phone-box .content p {
  color: var(--white);
}

.cta-support-wrapper .cta-support-content .cta-support-box .phone-box .content h5 {
  color: var(--white);
}

.cta-call-wrapper {
  position: relative;
}

.cta-call-wrapper.style-padding {
  margin-bottom: 120px;
}

@media (max-width: 1199px) {
  .cta-call-wrapper.style-padding {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .cta-call-wrapper.style-padding {
    margin-bottom: 80px;
  }
}

.cta-call-wrapper .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .cta-call-wrapper .cta-button {
    flex-wrap: wrap;
  }
}

.cta-call-wrapper .cta-button .theme-btn {
  border-radius: 55px;
  background: #FF792E;
}

.cta-call-wrapper .cta-button .theme-btn i {
  border-radius: 50%;
  color: var(--theme-color-2);
}

.cta-call-wrapper .cta-button .theme-btn::before,
.cta-call-wrapper .cta-button .theme-btn::after {
  border-radius: 55px;
}

.cta-call-wrapper .cta-button .theme-btn::before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.cta-call-wrapper .cta-button .theme-btn::after {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cta-call-wrapper .cta-button .theme-btn:hover i {
  background-color: var(--white);
  color: var(--theme-color-2);
}

.cta-call-wrapper .cta-button .pricing-text {
  color: var(--white);
  font-family: "DM Sans";
  font-size: 15px;
  display: inline-block;
  font-weight: 900;
}

.cta-call-wrapper .cta-button .pricing-text i {
  margin-left: 10px;
}

.cta-call-wrapper .carton-shape {
  position: absolute;
  bottom: -50px;
  right: 0;
}

@media (max-width: 1199px) {
  .cta-call-wrapper .carton-shape {
    display: none;
  }
}

.cta-call-wrapper .book-shape {
  position: absolute;
  top: 40%;
  left: 0;
}

@media (max-width: 1199px) {
  .cta-call-wrapper .book-shape {
    display: none;
  }
}

.cta-support-bg-style {
  position: relative;
  z-index: 9;
}

.cta-support-bg-style::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #FFF9ED;
  z-index: -1;
  height: 50%;
}

.cta-section-4 {
  background-attachment: fixed;
}

.brand-section .section-title {
  margin-bottom: 30px;
}

.brand-section .section-title p {
  color: var(--white);
}

.brand-section .brand-img {
  min-width: 180px;
  height: auto;
  line-height: 68px;
  background-color: var(--white);
  border-radius: 4px;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  text-align: center;
}

.brand-section .brand-img.style-2 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
}

.brand-img {
  min-width: 180px;
  height: 61px;
  line-height: 61px;
  background-color: var(--white);
  border-radius: 4px;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  text-align: center;
}















#webinar-footer .marquee .marquee-group {
  padding: 10vh 0;
  background-color: #FFF9ED;
}

#webinar-footer .marquee .marquee-box {

  height: 220px;
  width: 290px;
  margin: 0 1.5rem;
}

#webinar-footer .marquee img {

  margin: 0 0;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}




.why-image img {
  width: 320px;
  border-radius: 22px;
  object-fit: cover;
}






.footer img{
  width: 100px;
  margin-right: 10px;
  display: block;
}


@media (max-width: 500px) {
    .footer img{
        display: none;
    }
}










