/*
Theme Name: Boostly 
Author: Gramentheme
Author URI: https://themeforest.net/user/Gramentheme/portfolio
Description: Boostly - SaaS & Tech Startup HTML Template
Service Html Template 
Version: 1.0.0
*/
/* -------------------------------------------------------------------------- */
/*                               TABLE OF CONTENTS                            */
/* -------------------------------------------------------------------------- */
/* >> Utilities << */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
:root {
  --gt-body: #fff;
  --gt-black: #000;
  --gt-white: #fff;
  --gt-theme: #6B41FF;
  --gt-theme2: #A0EA71;
  --gt-theme3: #124AFF;
  --gt-theme4: #7444FD;
  --gt-theme5: #6A47ED;
  --gt-header: #fff;
  --gt-header2: #0E0E0C;
  --gt-header3: #05111A;
  --gt-text: #9BA0A3;
  --gt-text2: #686866;
  --gt-border: #FCFCFC;
  --gt-bg: #05111A;
  --gt-bg2: #F8F8F8;
  --gt-bg3: #F7F3EE;
  --gt-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}
.bg-theme-2 {
    --bs-bg-opacity: 1;
    background-color: rgb(160 234 114) !important;
}
.btn-3 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #286400;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bcff9d;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #40ad00;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #286400;
    --bs-btn-disabled-border-color: #286400
}
.btn-4 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #640000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d60000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #913636;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #640000;
    --bs-btn-disabled-border-color: #640000
}

.gt-theme-btn {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 800;
    padding: 20px 22px;
    line-height: 1;
    border-radius: 10px;
    border: 2px solid #FEBC5F;
    background: #05111A;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "DM Sans", sans-serif;
  }
  @media (max-width: 575px) {
    .gt-theme-btn {
      font-size: 13px;
      padding: 16px;
    }
  }
  .gt-theme-btn::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 100%;
    content: "";
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    background: linear-gradient(90deg, #6B41FF 0%, #EA4BFF 52.98%, #FEBC5F 100%);
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
  }
  .gt-theme-btn:hover {
    border: 2px solid transparent;
  }
  .gt-theme-btn:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  .gt-theme-btn.style-2 {
    border-radius: 100px;
    background: #173401;
    font-size: 16px;
    font-weight: 700;
    color: var(--gt-theme2);
    padding: 20px 42px;
    border: none;
  }
  .gt-theme-btn.style-2::before {
    background: var(--gt-theme2);
  }
  .gt-theme-btn.style-2:hover {
    color: var(--gt-header2);
  }
  .gt-theme-btn.style-3 {
    border-radius: 6px;
    background: var(--gt-theme3);
    font-size: 16px;
    font-weight: 700;
    color: var(--gt-white);
    padding: 20px 42px;
    text-transform: capitalize;
    border: none;
  }
  .gt-theme-btn.style-3::before {
    background: var(--gt-white);
  }
  .gt-theme-btn.style-3:hover {
    color: var(--gt-header2);
  }
  .gt-theme-btn.style-4 {
    border-radius: 6px;
    background: var(--gt-theme4);
    font-size: 16px;
    font-weight: 700;
    color: var(--gt-white);
    padding: 18px 34px;
    text-transform: capitalize;
    border: none;
  }
  .gt-theme-btn.style-4::before {
    background: var(--gt-white);
  }
  .gt-theme-btn.style-4:hover {
    color: var(--gt-header3);
  }
  .gt-theme-btn.style-5 {
    border-radius: 6px;
    background: var(--gt-theme5);
    font-size: 16px;
    font-weight: 700;
    color: var(--gt-white);
    padding: 18px 34px;
    text-transform: capitalize;
    border: none;
  }
  .gt-theme-btn.style-5::before {
    background: var(--gt-header3);
  }
  .gt-theme-btn.style-5:hover {
    color: var(--gt-white);
  }
  
  .link-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    font-family: "Barlow", sans-serif;
    text-transform: capitalize;
    color: var(--gt-white);
    position: relative;
  }
  .link-btn:hover {
    color: var(--gt-theme);
  }
  
  @keyframes slideRight {
    49% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    50% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    51% {
      opacity: 1;
    }
  }
  @keyframes slideUp {
    49% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
    51% {
      opacity: 1;
    }
  }
  /* --------------------------------------------
      Template Default Fonts & Fonts Styles
   ---------------------------------------------- */
  body {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    background-color: var(--gt-white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
  }
  
  ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  button {
    border: none;
    background-color: transparent;
    padding: 0;
  }
  
  input:focus {
    color: var(--gt-white);
    outline: none;
  }
  
  input {
    color: var(--gt-white);
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "TestTiemposFine-Regular-BF66457a50e8bc9", serif;
    margin: 0px;
    padding: 0;
    color: #000000;
    transition: all 0.4s ease-in-out;
  }
  
  h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 117%;
  }
  @media (max-width: 1399px) {
    h1 {
      font-size: 56px;
    }
  }
  @media (max-width: 767px) {
    h1 {
      font-size: 55px;
    }
  }
  @media (max-width: 575px) {
    h1 {
      font-size: 43px;
    }
  }
  @media (max-width: 470px) {
    h1 {
      font-size: 32px;
    }
  }
  
  h2 {
    font-size: 45px;
    font-weight: 400;
    line-height: 134%;
  }
  @media (max-width: 767px) {
    h2 {
      font-size: 40px;
    }
  }
  @media (max-width: 575px) {
    h2 {
      font-size: 37px;
    }
  }
  @media (max-width: 470px) {
    h2 {
      font-size: 32px;
    }
  }
  
  h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 134%;
  }
  @media (max-width: 575px) {
    h3 {
      font-size: 20px;
    }
  }
  
  h4 {
    font-size: 18px;
    font-weight: 400;
  }
  
  h5 {
    font-size: 18px;
    font-weight: 700;
  }
  
  h6 {
    font-size: 16px;
    font-weight: 700;
  }
  
  a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--gt-header);
    transition: all 0.4s ease-in-out;
  }
  
  p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
  }
  
  span {
    margin: 0px;
  }
  
  @font-face {
    font-family: "TestTiemposFine-Black-BF66457a508fe8f";
    src: url("../fonts/TestTiemposFine-Black-BF66457a508fe8f.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "TestTiemposFine-BlackItalic-BF66457a510424a";
    src: url("../fonts/TestTiemposFine-BlackItalic-BF66457a510424a.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "TestTiemposFine-Bold-BF66457a510211b";
    src: url("../fonts/TestTiemposFine-Bold-BF66457a510211b.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "TestTiemposFine-BoldItalic-BF66457a50b8568";
    src: url("../fonts/TestTiemposFine-BoldItalic-BF66457a50b8568.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "TestTiemposFine-Light-BF66457a5102792";
    src: url("../fonts/TestTiemposFine-Light-BF66457a5102792.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "TestTiemposFine-LightItalic-BF66457a50eb132";
    src: url("../fonts/TestTiemposFine-LightItalic-BF66457a50eb132.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "TestTiemposFine-Medium-BF66457a50e62cd";
    src: url("../fonts/TestTiemposFine-Medium-BF66457a50e62cd.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "TestTiemposFine-MediumItalic-BF66457a511be83";
    src: url("../fonts/TestTiemposFine-MediumItalic-BF66457a511be83.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "TestTiemposFine-Regular-BF66457a50e8bc9";
    src: url("../fonts/TestTiemposFine-Regular-BF66457a50e8bc9.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "TestTiemposFine-RegularItalic-BF66457a50e36f9";
    src: url("../fonts/TestTiemposFine-RegularItalic-BF66457a50e36f9.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "TestTiemposFine-Semibold-BF66457a50f016a";
    src: url("../fonts/TestTiemposFine-Semibold-BF66457a50f016a.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "TestTiemposFine-SemiboldItalic-BF66457a50b0e18";
    src: url("../fonts/TestTiemposFine-SemiboldItalic-BF66457a50b0e18.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  /* >> Base << */
  .gt-section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
  }
  @media (max-width: 767px) {
    .gt-section-title {
      margin-bottom: 0;
    }
  }
  .gt-section-title h6 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    color: #FEBC5F;
    font-family: "TestTiemposFine-Regular-BF66457a50e8bc9", serif;
    position: relative;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 10px;
  }
  .gt-section-title .title-text {
    font-weight: 500;
  }
  .gt-section-title h2 span {
    background: linear-gradient(90deg, #6B41FF 32.8%, #EA4BFF 57.18%, #FEBC5F 82.28%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "TestTiemposFine-Regular-BF66457a50e8bc9", serif;
    font-style: italic;
    font-weight: 400;
    padding-right: 8px;
  }
  .gt-section-title.style-2 h6 {
    color: #173401;
    font-family: "Sen", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
  .gt-section-title.style-2 h2 {
    color: var(--gt-header2);
    font-size: 50px;
    font-weight: 700;
    font-family: "Sen", sans-serif;
    line-height: 110%;
  }
  @media (max-width: 767px) {
    .gt-section-title.style-2 h2 {
      font-size: 43px;
    }
  }
  @media (max-width: 470px) {
    .gt-section-title.style-2 h2 {
      font-size: 32px;
    }
  }
  .gt-section-title.style-3 h6 {
    color: var(--gt-theme3);
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
  }
  .gt-section-title.style-3 h2 {
    color: var(--gt-header2);
    font-size: 50px;
    font-weight: 800;
    font-family: "Manrope", sans-serif;
    line-height: 120%;
  }
  @media (max-width: 767px) {
    .gt-section-title.style-3 h2 {
      font-size: 43px;
    }
  }
  @media (max-width: 470px) {
    .gt-section-title.style-3 h2 {
      font-size: 32px;
    }
  }
  .gt-section-title.style-4 h6 {
    color: #E77096;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
  }
  .gt-section-title.style-4 h2 {
    color: var(--gt-header2);
    font-size: 50px;
    font-weight: 800;
    font-family: "Manrope", sans-serif;
    line-height: 120%;
  }
  @media (max-width: 767px) {
    .gt-section-title.style-4 h2 {
      font-size: 43px;
    }
  }
  @media (max-width: 470px) {
    .gt-section-title.style-4 h2 {
      font-size: 32px;
    }
  }
  .gt-section-title.style-5 h6 {
    color: var(--gt-theme5);
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
  }
  .gt-section-title.style-5 h2 {
    color: var(--gt-header3);
    font-size: 50px;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 120%;
  }
  @media (max-width: 767px) {
    .gt-section-title.style-5 h2 {
      font-size: 43px;
    }
  }
  @media (max-width: 470px) {
    .gt-section-title.style-5 h2 {
      font-size: 32px;
    }
  }
  
  .gt-section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
  }
  @media (max-width: 991px) {
    .gt-section-title-area {
      flex-wrap: wrap;
      gap: 30px;
    }
  }
  .gt-section-title-area .gt-theme-btn.style-3 {
    height: 49px;
    line-height: 49px;
    padding: 0 25px;
  }
  @media (max-width: 767px) {
    .gt-section-title-area {
      margin-bottom: 0;
    }
  }
  .gt-section-title-area .gt-section-title {
    margin-bottom: 0;
  }
  .gt-section-title-area.border-bottom-add {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 35px;
  }
  @media (max-width: 1199px) {
    .gt-section-title-area.border-bottom-add {
      flex-wrap: wrap;
      gap: 20px;
    }
  }
  .gt-section-title-area .gt-section-info .client-image {
    display: flex;
    align-items: center;
    gap: 0;
  }
  .gt-section-title-area .gt-section-info .client-image img {
    margin-right: -20px;
    border: 3px solid #05111A;
    border-radius: 50%;
  }
  .gt-section-title-area .gt-section-info .client-image .icon {
    width: 48px;
    height: 48px;
    line-height: 45px;
    background-color: var(--gt-white);
    border-radius: 50%;
    text-align: center;
    color: var(--gt-header3);
    border: 3px solid #05111A;
  }
  
  .center {
    text-align: center;
    margin: 0 auto;
  }
  
  .section-bg {
    background-color: var(--gt-bg);
  }
  
  .section-bg-2 {
    background-color: var(--gt-header);
  }
  
  .section-bg-3 {
    background-color: var(--gt-bg3);
  }
  
  .section-bg-4 {
    background: #EDF1FF;
  }
  
  .section-padding {
    padding: 120px 0;
  }
  @media (max-width: 1199px) {
    .section-padding {
      padding: 50px 0;
    }
  }
  @media (max-width: 991px) {
    .section-padding {
      padding: 50px 0;
    }
  }
  .gt-hero-1 {
    padding: 180px 0 0;
    position: relative;
    overflow: hidden;
  }
  .gt-hero-1 .top-shape {
    position: absolute;
    top: -29px;
    left: -36px;
  }
  @media (max-width: 1399px) {
    .gt-hero-1 .top-shape {
      display: none;
    }
  }
  .gt-hero-1 .robot-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
  @media (max-width: 1600px) {
    .gt-hero-1 .robot-shape {
      max-width: 450px;
    }
    .gt-hero-1 .robot-shape img {
      width: 100%;
      height: 100%;
    }
  }
  @media (max-width: 1399px) {
    .gt-hero-1 .robot-shape {
      display: none;
    }
  }
  .gt-hero-1 .left-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  @media (max-width: 1399px) {
    .gt-hero-1 .left-shape {
      display: none;
    }
  }
  .gt-hero-1 .right-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
  }
  .gt-hero-1 .gt-hero-items {
    position: relative;
    z-index: 99;
  }
  .gt-hero-1 .gt-hero-items .shape2 {
    position: absolute;
    top: -50px;
    right: -55px;
  }
  @media (max-width: 1399px) {
    .gt-hero-1 .gt-hero-items .shape2 {
      display: none;
    }
  }
  .gt-hero-1 .gt-hero-items .border-shape {
    position: absolute;
    top: -17px;
    right: -17px;
    bottom: 0;
  }
  @media (max-width: 1399px) {
    .gt-hero-1 .gt-hero-items .border-shape {
      display: none;
    }
  }
  .gt-hero-1 .gt-hero-items .border-shape img {
    border-radius: 20px 20px 0 0;
  }
  .gt-hero-1 .gt-hero-items .box-shape {
    position: absolute;
    top: -15%;
    left: 21%;
    z-index: -1;
    opacity: 0.4;
  }
  .gt-hero-1 .gt-hero-items .gt-hero-content {
    max-width: 895px;
    margin: 0 auto 70px;
    text-align: center;
    z-index: 99;
  }
  .gt-hero-1 .gt-hero-items .gt-hero-content p {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .gt-hero-1 .gt-hero-items .gt-hero-content h1 {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 60px;
    font-style: italic;
    font-weight: 400;
  }
  @media (max-width: 1199px) {
    .gt-hero-1 .gt-hero-items .gt-hero-content h1 {
      font-size: 58px;
    }
  }
  @media (max-width: 767px) {
    .gt-hero-1 .gt-hero-items .gt-hero-content h1 {
      font-size: 52px;
    }
  }
  @media (max-width: 575px) {
    .gt-hero-1 .gt-hero-items .gt-hero-content h1 {
      font-size: 45px;
    }
  }
  @media (max-width: 470px) {
    .gt-hero-1 .gt-hero-items .gt-hero-content h1 {
      font-size: 38px;
    }
  }
  .gt-hero-1 .gt-hero-items .gt-hero-content h1 span {
    background: linear-gradient(90deg, #6B41FF 32.8%, #EA4BFF 57.18%, #FEBC5F 82.28%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "TestTiemposFine-Regular-BF66457a50e8bc9", serif;
    font-style: italic;
    font-weight: 400;
  }
  .gt-hero-1 .gt-hero-items .gt-hero-content h1 b {
    font-weight: 400;
  }
  .gt-hero-1 .gt-hero-items .gt-hero-content .gt-theme-btn {
    padding: 18px 22px;
  }
  .gt-hero-1 .gt-hero-items .gt-hero-image {
    max-width: 1170px;
    text-align: center;
    margin: 0 auto;
    padding: 17px;
    position: relative;
    margin-bottom: -20px;
    border-radius: 10px 10px 0 0;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(250px);
  }
  .gt-hero-1 .gt-hero-items .gt-hero-image .bg-gradient-color {
    position: absolute;
    top: -60%;
    left: 0;
  }
  @media (max-width: 1399px) {
    .gt-hero-1 .gt-hero-items .gt-hero-image .bg-gradient-color {
      display: none;
    }
  }
  .gt-hero-1 .gt-hero-items .gt-hero-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
  }
  
  .gt-hero-2 {
    padding: 250px 0 115px;
    position: relative;
    z-index: 9;
  }
  .gt-hero-2 .hero-left {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: -1;
  }
  @media (max-width: 1399px) {
    .gt-hero-2 .hero-left {
      display: none;
    }
  }
  .gt-hero-2 .gradient-left {
    position: absolute;
    bottom: -20%;
    left: 0;
    z-index: -1;
  }
  @media (max-width: 1399px) {
    .gt-hero-2 .gradient-left {
      display: none;
    }
  }
  @media (max-width: 1399px) {
    .gt-hero-2 {
      padding: 140px 0;
    }
  }
  @media (max-width: 991px) {
    .gt-hero-2 {
      padding-bottom: 0;
    }
  }
  .gt-hero-2 .gt-hero-content {
    position: relative;
  }
  .gt-hero-2 .gt-hero-content .shape4 {
    position: absolute;
    top: 40px;
    right: 4px;
  }
  @media (max-width: 1600px) {
    .gt-hero-2 .gt-hero-content .shape4 {
      display: none;
    }
  }
  .gt-hero-2 .gt-hero-content .arrow-left {
    position: absolute;
    left: -150px;
    bottom: 0;
  }
  .gt-hero-2 .gt-hero-content h6 {
    font-size: 14px;
    color: var(--gt-white);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
  }
  @media (max-width: 575px) {
    .gt-hero-2 .gt-hero-content h6 {
      font-size: 14px;
    }
  }
  .gt-hero-2 .gt-hero-content h6 b {
    font-weight: 700;
    font-style: italic;
    color: var(--gt-theme2);
  }
  .gt-hero-2 .gt-hero-content h1 {
    font-size: 80px;
    font-weight: 700;
    font-family: "Sen", sans-serif;
    position: relative;
    z-index: 99;
  }
  @media (max-width: 1199px) {
    .gt-hero-2 .gt-hero-content h1 {
      font-size: 62px;
    }
  }
  @media (max-width: 767px) {
    .gt-hero-2 .gt-hero-content h1 {
      font-size: 55px;
    }
  }
  @media (max-width: 575px) {
    .gt-hero-2 .gt-hero-content h1 {
      font-size: 40px;
    }
  }
  .gt-hero-2 .gt-hero-content p {
    max-width: 655px;
    color: #ECEDEA;
    margin-top: 20px;
    position: relative;
    z-index: 99;
  }
  .gt-hero-2 .gt-hero-content .gt-hero-button {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
  }
  @media (max-width: 1199px) {
    .gt-hero-2 .gt-hero-content .gt-hero-button {
      flex-wrap: wrap;
      margin-top: 30px;
    }
  }
  .gt-hero-2 .gt-hero-content .gt-hero-button .gt-theme-btn {
    border: 1px solid transparent;
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
  }
  .gt-hero-2 .gt-hero-content .gt-hero-button .gt-theme-btn.border-style {
    border: 1px solid var(--gt-theme2);
    background-color: transparent;
  }
  .gt-hero-2 .gt-hero-content .gt-hero-button .gt-theme-btn.border-style i {
    margin-left: 8px;
  }
  .gt-hero-2 .gt-hero-content .gt-counter-items {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 150px;
    position: relative;
    z-index: 99;
  }
  @media (max-width: 1399px) {
    .gt-hero-2 .gt-hero-content .gt-counter-items {
      padding-top: 60px;
    }
  }
  @media (max-width: 767px) {
    .gt-hero-2 .gt-hero-content .gt-counter-items {
      padding-top: 30px;
      flex-wrap: wrap;
      gap: 15px;
    }
  }
  .gt-hero-2 .gt-hero-content .gt-counter-items .gt-counter {
    border-right: 1px solid rgba(236, 237, 234, 0.25);
    padding-right: 30px;
  }
  .gt-hero-2 .gt-hero-content .gt-counter-items .gt-counter h3 {
    font-size: 24px;
    font-weight: 800;
    font-family: "DM Sans", sans-serif;
  }
  .gt-hero-2 .gt-hero-content .gt-counter-items .gt-counter h5 {
    font-size: 16px;
    color: var(--gt-white);
    text-transform: capitalize;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    color: var(--gt-theme2);
    margin-top: 8px;
  }
  .gt-hero-2 .gt-hero-content .gt-counter-items .gt-counter.border-right-none {
    border-right: none;
    padding-right: 0;
  }
  .gt-hero-2 .gt-hero-image {
    z-index: 99;
    position: absolute;
    bottom: 0;
    right: 148px;
  }
  @media (max-width: 1399px) {
    .gt-hero-2 .gt-hero-image {
      position: static;
    }
    .gt-hero-2 .gt-hero-image img {
      width: 100%;
      height: 100%;
    }
  }
  .gt-hero-2 .hero-animated-bg {
    display: block;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    height: 100%;
    z-index: 0;
  }
  .gt-hero-2 .hero-animated-bg canvas {
    display: block;
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
  }
  .gt-hero-2 .hero-animated-bg.active canvas {
    opacity: 1;
  }
  
  .gt-hero-3 {
    position: relative;
    padding: 120px 0 0;
    z-index: 9;
    margin: 0 60px;
    overflow: hidden;
  }
  .gt-hero-3::after {
    width: 1350px;
    height: 1350px;
    content: "";
    top: 69%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 30%);
    z-index: 1;
    position: absolute;
  }
  @media (max-width: 1399px) {
    .gt-hero-3::after {
      display: none;
    }
  }
  @media (max-width: 1600px) {
    .gt-hero-3 {
      margin: 0 40px;
    }
  }
  @media (max-width: 1399px) {
    .gt-hero-3 {
      margin: 0 30px;
    }
  }
  @media (max-width: 1199px) {
    .gt-hero-3 {
      margin: 0 20px;
    }
  }
  .gt-hero-3 .hero-circle-shape {
    position: absolute;
    left: 10.5%;
    z-index: -1;
    top: 50px;
    animation: cir36 30s linear infinite;
  }
  @media (max-width: 1600px) {
    .gt-hero-3 .hero-circle-shape {
      display: none;
    }
  }
  .gt-hero-3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 20px;
    background: linear-gradient(101deg, #124AFF 0%, #05111A 100%);
    height: calc(100% - 300px);
    z-index: -1;
  }
  @media (max-width: 1199px) {
    .gt-hero-3::before {
      height: 100%;
    }
  }
  .gt-hero-3 .gt-hero-content {
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 99;
  }
  .gt-hero-3 .gt-hero-content h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 117%;
    font-family: "Manrope", sans-serif;
  }
  @media (max-width: 1199px) {
    .gt-hero-3 .gt-hero-content h1 {
      font-size: 52px;
    }
  }
  @media (max-width: 767px) {
    .gt-hero-3 .gt-hero-content h1 {
      font-size: 48px;
    }
  }
  @media (max-width: 575px) {
    .gt-hero-3 .gt-hero-content h1 {
      font-size: 40px;
    }
  }
  @media (max-width: 470px) {
    .gt-hero-3 .gt-hero-content h1 {
      font-size: 34px;
    }
  }
  .gt-hero-3 .gt-hero-content p {
    color: var(--gt-white);
    margin-top: 15px;
  }
  .gt-hero-3 .gt-hero-content form {
    max-width: 550px;
    width: 100%;
    margin: 50px auto 0;
    position: relative;
  }
  .gt-hero-3 .gt-hero-content form input {
    border: none;
    outline: none;
    width: 100%;
    border-radius: 6px;
    background: #F4F4F4;
    padding: 22px 30px;
    line-height: 1;
    color: var(--gt-text);
    height: 55px;
  }
  .gt-hero-3 .gt-hero-content form button {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
  }
  .gt-hero-3 .gt-hero-content form .gt-theme-btn {
    border: none;
    color: var(--gt-white);
    text-transform: capitalize;
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    border-radius: 6px;
  }
  .gt-hero-3 .gt-hero-content form .gt-theme-btn::after {
    display: none;
  }
  .gt-hero-3 .gt-hero-content form .gt-theme-btn::before {
    background: var(--gt-theme3);
  }
  .gt-hero-3 .gt-hero-content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
  }
  @media (max-width: 1199px) {
    .gt-hero-3 .gt-hero-content ul {
      flex-wrap: wrap;
      justify-content: start;
    }
  }
  .gt-hero-3 .gt-hero-content ul li {
    color: var(--gt-white);
    font-weight: 500;
    font-size: 14px;
  }
  .gt-hero-3 .gt-hero-content ul li i {
    margin-right: 5px;
  }
  .gt-hero-3 .gt-hero-image {
    max-width: 1010px;
    margin: 30px auto 0;
    position: relative;
    z-index: 9;
  }
  .gt-hero-3 .gt-hero-image img {
    width: 100%;
    height: 100%;
  }
  .gt-hero-3 .gt-hero-image .gt-hero-left {
    position: absolute;
    max-width: 210px;
    position: absolute;
    top: 65px;
    left: -95px;
    transform: rotate(0deg);
    transition: transform 0.5s ease;
    z-index: -1;
  }
  @media (max-width: 1399px) {
    .gt-hero-3 .gt-hero-image .gt-hero-left {
      left: -20px;
    }
  }
  @media (max-width: 1199px) {
    .gt-hero-3 .gt-hero-image .gt-hero-left {
      display: none;
    }
  }
  .gt-hero-3 .gt-hero-image .gt-hero-right {
    position: absolute;
    max-width: 210px;
    position: absolute;
    top: 65px;
    right: -95px;
    transform: rotate(0deg);
    z-index: -1;
    transition: transform 0.5s ease;
  }
  @media (max-width: 1399px) {
    .gt-hero-3 .gt-hero-image .gt-hero-right {
      right: -20px;
    }
  }
  @media (max-width: 1199px) {
    .gt-hero-3 .gt-hero-image .gt-hero-right {
      display: none;
    }
  }
  
  .gt-hero-4 {
    padding: 280px 0 0;
    position: relative;
    z-index: 9;
  }
  @media (max-width: 1399px) {
    .gt-hero-4 {
      padding: 180px 0 0;
    }
  }
  @media (max-width: 991px) {
    .gt-hero-4 {
      padding: 150px 0 0;
    }
  }
  .gt-hero-4 .linear-color-1 {
    border-radius: 504px;
    background: rgba(68, 219, 253, 0.75);
    filter: blur(162px);
    width: 504px;
    height: 504px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  @media (max-width: 1399px) {
    .gt-hero-4 .linear-color-1 {
      display: none;
    }
  }
  .gt-hero-4 .star1 {
    position: absolute;
    left: 120px;
    top: 42%;
  }
  .gt-hero-4 .star2 {
    position: absolute;
    left: 65%;
    bottom: 40px;
  }
  .gt-hero-4 .star3 {
    position: absolute;
    left: 70%;
    top: 50%;
  }
  .gt-hero-4 .linear-color-2 {
    border-radius: 512px;
    background: #E77096;
    filter: blur(212px);
    width: 504px;
    height: 504px;
    position: absolute;
    top: 200px;
    right: 0;
    z-index: -1;
    width: 512px;
    height: 512px;
  }
  @media (max-width: 1399px) {
    .gt-hero-4 .linear-color-2 {
      display: none;
    }
  }
  .gt-hero-4 .gt-boy-image {
    position: absolute;
    bottom: 60px;
    left: 60px;
  }
  @media (max-width: 1199px) {
    .gt-hero-4 .gt-boy-image {
      display: none;
    }
  }
  .gt-hero-4 .gt-girl-image {
    position: absolute;
    top: 170px;
    right: 60px;
  }
  @media (max-width: 1199px) {
    .gt-hero-4 .gt-girl-image {
      display: none;
    }
  }
  .gt-hero-4 .circle-hero {
    position: absolute;
    top: 15%;
    left: 30%;
  }
  @media (max-width: 1399px) {
    .gt-hero-4 .circle-hero {
      display: none;
    }
  }
  .gt-hero-4 .hero-vec {
    position: absolute;
    bottom: 20%;
    left: 45%;
  }
  @media (max-width: 1399px) {
    .gt-hero-4 .hero-vec {
      display: none;
    }
  }
  .gt-hero-4 .gt-app-image {
    text-align: center;
    margin-top: -140px;
    position: relative;
  }
  @media (max-width: 1199px) {
    .gt-hero-4 .gt-app-image {
      margin-top: 0;
    }
    .gt-hero-4 .gt-app-image img {
      width: 100%;
      height: 100%;
    }
  }
  .gt-hero-4 .gt-hero-content {
    position: relative;
    z-index: 99;
  }
  .gt-hero-4 .gt-hero-content h1 {
    color: var(--gt-header3);
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    line-height: 118%;
  }
  .gt-hero-4 .gt-hero-content h1 span {
    color: var(--gt-theme4);
    font-family: "Pacifico", cursive;
  }
  .gt-hero-4 .gt-hero-content p {
    color: var(--gt-header3);
    max-width: 550px;
    margin-top: 30px;
  }
  @media (max-width: 991px) {
    .gt-hero-4 .gt-hero-content p {
      margin-top: 15px;
    }
  }
  .gt-hero-4 .gt-hero-content .gt-hero-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
  }
  @media (max-width: 991px) {
    .gt-hero-4 .gt-hero-content .gt-hero-btn {
      margin-top: 25px;
      flex-wrap: wrap;
    }
  }
  .gt-hero-4 .gt-hero-content .gt-hero-btn .gt-theme-btn.bg-white {
    color: var(--gt-header3);
  }
  .gt-hero-4 .gt-hero-content .gt-hero-btn .gt-theme-btn.bg-white::before {
    background-color: var(--gt-theme4);
  }
  .gt-hero-4 .gt-hero-content .gt-hero-btn .gt-theme-btn.bg-white:hover {
    color: var(--gt-white);
  }
  .gt-hero-4 .gt-hero-info {
    position: absolute;
    right: 255px;
    bottom: 100px;
  }
  @media (max-width: 1899px) {
    .gt-hero-4 .gt-hero-info {
      right: 40px;
    }
  }
  @media (max-width: 1399px) {
    .gt-hero-4 .gt-hero-info {
      right: 0;
    }
  }
  @media (max-width: 1199px) {
    .gt-hero-4 .gt-hero-info {
      display: none;
    }
  }
  .gt-hero-4 .gt-hero-info .client-image {
    display: flex;
    align-items: center;
    gap: 0;
  }
  .gt-hero-4 .gt-hero-info .client-image img {
    margin-right: -20px;
    border: 3px solid #fff;
    border-radius: 50%;
  }
  .gt-hero-4 .gt-hero-info .client-image .icon {
    width: 48px;
    height: 48px;
    line-height: 45px;
    background-color: #F4F4F4;
    border-radius: 50%;
    text-align: center;
    color: var(--gt-theme4);
    border: 3px solid #fff;
  }
  .gt-hero-4 .gt-hero-info .gt-info-img {
    border-radius: 70px;
    background: #FFF;
    display: inline-flex;
    padding: 12px;
    line-height: 1;
    align-items: center;
    gap: 12px;
  }
  .gt-hero-4 .gt-hero-info p {
    color: var(--gt-header3);
    max-width: 345px;
    margin-top: 30px;
  }
  
  .gt-hero-5 {
    padding: 250px 0 150px;
    position: relative;
    z-index: 99;
  }
  @media (max-width: 1199px) {
    .gt-hero-5 {
      padding: 160px 0 140px;
    }
  }
  @media (max-width: 767px) {
    .gt-hero-5 {
      padding: 140px 0 100px;
    }
  }
  .gt-hero-5 .power-shape {
    position: absolute;
    top: 100px;
    left: 70px;
    z-index: -1;
  }
  @media (max-width: 1199px) {
    .gt-hero-5 .power-shape {
      display: none;
    }
  }
  .gt-hero-5 .mike-shape {
    position: absolute;
    bottom: 135px;
    right: 0;
    z-index: -1;
  }
  @media (max-width: 1600px) {
    .gt-hero-5 .mike-shape {
      max-width: 500px;
    }
    .gt-hero-5 .mike-shape img {
      width: 100%;
      height: 100%;
    }
  }
  @media (max-width: 1199px) {
    .gt-hero-5 .mike-shape {
      display: none;
    }
  }
  .gt-hero-5 .tophy-shape {
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: -1;
  }
  @media (max-width: 1199px) {
    .gt-hero-5 .tophy-shape {
      display: none;
    }
  }
  .gt-hero-5 .mike-shape2 {
    position: absolute;
    bottom: 100px;
    left: 50%;
  }
  @media (max-width: 1199px) {
    .gt-hero-5 .mike-shape2 {
      display: none;
    }
  }
  .gt-hero-5 .marketing-shape {
    position: absolute;
    right: 25%;
    bottom: 30%;
  }
  @media (max-width: 1199px) {
    .gt-hero-5 .marketing-shape {
      display: none;
    }
  }
  .gt-hero-5 .gt-hero-content h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--gt-white);
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: 3.2px;
    line-height: 1;
    border: 1px solid var(--gt-white);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 30px;
  }
  .gt-hero-5 .gt-hero-content h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 100%;
  }
  @media (max-width: 1600px) {
    .gt-hero-5 .gt-hero-content h1 {
      font-size: 81px;
    }
  }
  @media (max-width: 1399px) {
    .gt-hero-5 .gt-hero-content h1 {
      font-size: 81px;
    }
  }
  @media (max-width: 1199px) {
    .gt-hero-5 .gt-hero-content h1 {
      font-size: 72px;
    }
  }
  @media (max-width: 991px) {
    .gt-hero-5 .gt-hero-content h1 {
      font-size: 60px;
    }
  }
  @media (max-width: 767px) {
    .gt-hero-5 .gt-hero-content h1 {
      font-size: 48px;
    }
  }
  @media (max-width: 575px) {
    .gt-hero-5 .gt-hero-content h1 {
      font-size: 38px;
    }
  }
  .gt-hero-5 .gt-hero-content h1 span {
    color: #A0EA71;
  }
  .gt-hero-5 .gt-hero-content p {
    color: var(--gt-white);
    max-width: 500px;
    margin-top: 40px;
  }
  .gt-hero-5 .gt-hero-content .gt-hero-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
  }
  @media (max-width: 991px) {
    .gt-hero-5 .gt-hero-content .gt-hero-btn {
      margin-top: 25px;
      flex-wrap: wrap;
    }
  }
  .gt-hero-5 .gt-hero-content .gt-hero-btn .gt-theme-btn {
    background-color: #A0EA71;
    color: var(--gt-header3);
  }
  .gt-hero-5 .gt-hero-content .gt-hero-btn .gt-theme-btn.bg-white {
    color: var(--gt-header3);
  }
  .gt-hero-5 .gt-hero-content .gt-hero-btn .gt-theme-btn.bg-white::before {
    background-color: #A0EA71;
  }
  .gt-hero-5 .gt-hero-content .gt-hero-btn .gt-theme-btn.bg-white:hover {
    color: var(--gt-header3);
  }
  .gt-back-to-top {
    background-color: var(--gt-theme);
    width: 50px;
    height: 50px;
    line-height: 40px;
    color: var(--gt-white);
    font-size: 16px;
    position: fixed;
    display: inline-block;
    z-index: 999;
    right: 30px;
    bottom: 30px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    border-radius: 4px;
  }
  .gt-back-to-top.color-2 {
    background-color: var(--gt-theme2);
    color: var(--gt-header3);
  }
  .gt-back-to-top.color-3 {
    background-color: var(--gt-theme3);
    color: var(--gt-white);
  }
  .gt-back-to-top.color-4 {
    background-color: var(--gt-theme4);
    color: var(--gt-white);
  }
  .gt-back-to-top.color-5 {
    background-color: var(--gt-theme5);
    color: var(--gt-white);
  }
  .gt-back-to-top:hover {
    background-color: var(--gt-header3);
    color: var(--gt-white);
  }
  .gt-back-to-top:hover img {
    animation: slideUp 600ms;
  }
  .gt-back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }
  
  .cursor-outer {
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--gt-theme);
    background-color: var(--gt-theme);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.34;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
  }
  .cursor-outer.color-2 {
    border: 1px solid var(--gt-theme2);
    background-color: var(--gt-theme2);
  }
  .cursor-outer.color-3 {
    border: 1px solid var(--gt-theme3);
    background-color: var(--gt-theme3);
  }
  .cursor-outer.color-3 {
    border: 1px solid var(--gt-theme4);
    background-color: var(--gt-theme4);
  }
  .cursor-outer.color-3 {
    border: 1px solid var(--gt-theme5);
    background-color: var(--gt-theme5);
  }
  
  .cursor-outer.cursor-hover {
    opacity: 0.14;
  }
  
  .cursor-outer.cursor-big {
    opacity: 0;
  }
  
  .mouseCursor {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
  }
  
  .mouseCursor.cursor-big {
    width: 20px;
    height: 20px;
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px;
  }
  
  .cursor-inner {
    -webkit-margin-start: -3px;
    margin-inline-start: -3px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--gt-theme);
    opacity: 1;
    -webkit-transition: all 0.24s ease-out 0s;
    transition: all 0.24s ease-out 0s;
  }
  .cursor-inner.color-2 {
    background-color: var(--gt-theme2);
  }
  .cursor-inner.color-3 {
    background-color: var(--gt-theme3);
  }
  .cursor-inner.color-4 {
    background-color: var(--gt-theme4);
  }
  .cursor-inner.color-5 {
    background-color: var(--gt-theme5);
  }
  .cursor-inner span {
    color: var(--gt-text);
    line-height: 60px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
  }
  
  .cursor-inner.cursor-big span {
    opacity: 1;
  }
  
  .cursor-inner.cursor-hover {
    -webkit-margin-start: -10px;
    margin-inline-start: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--gt-theme);
    border: 1px solid #686363;
    opacity: 0;
  }
  .gt-brand-section {
    position: relative;
    z-index: 9;
  }
  .gt-brand-section .dot-circle-1 {
    position: absolute;
    top: 200px;
    left: 50px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    display: inline-block;
    background-color: #FEBC5F;
    z-index: -1;
  }
  .gt-brand-section .dot-circle-2 {
    position: absolute;
    top: 300px;
    left: 150px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    background-color: #EA4BFF;
    z-index: -1;
  }
  .gt-brand-section .dot-circle-3 {
    position: absolute;
    bottom: 7%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    background-color: #A0EA71;
    z-index: -1;
  }
  .gt-brand-section .dot-circle-4 {
    position: absolute;
    top: 65px;
    right: 85px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    background-color: #A0EA71;
    z-index: -1;
  }
  .gt-brand-section .dot-circle-5 {
    position: absolute;
    bottom: 5%;
    right: 10%;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    background-color: #EA4BFF;
    z-index: -1;
  }
  .float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  
  @-webkit-keyframes float-bob-y {
    0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
  }
  @keyframes float-bob-y {
    0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
  }
  .float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  
  @-webkit-keyframes float-bob-x {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(30px);
    }
    50% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
    100% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
    }
  }
  @keyframes float-bob-x {
    0% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
    }
    50% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
    100% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
    }
  }
  @keyframes bounce-x {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
  }
  
  @keyframes criss-cross-left {
    0% {
      left: -20px;
    }
    50% {
      left: 50%;
      width: 20px;
      height: 20px;
    }
    100% {
      left: 50%;
      width: 375px;
      height: 375px;
    }
  }
  @keyframes criss-cross-right {
    0% {
      right: -20px;
    }
    50% {
      right: 50%;
      width: 20px;
      height: 20px;
    }
    100% {
      right: 50%;
      width: 375px;
      height: 375px;
    }
  }
  @keyframes rotated2 {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  @keyframes wave {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-25%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  @keyframes zoom {
    0% {
      transform: scale(0.5);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.5);
    }
  }
  @keyframes translateY2 {
    0% {
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    100% {
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -o-transform: translateY(20px);
      transform: translateY(20px);
    }
  }
  @keyframes translateX2 {
    0% {
      -webkit-transform: translateX(-30px);
      -moz-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      -o-transform: translateX(-30px);
      transform: translateX(-30px);
    }
    100% {
      -webkit-transform: translatXY(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
    }
  }
  @keyframes moving {
    0% {
      transform: translatey(0px);
    }
    20% {
      transform: translateX(-50px);
    }
    50% {
      transform: translatey(-40px);
    }
    100% {
      transform: translatey(0px);
    }
  }   




/* Modern popup style */
.modal-content {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  border: none;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}



/*popup*/

/* popup styles */
.popup45 {
  display: none;
  position: fixed;
  padding: 10px;
  width: 280px;
  left: 50%;
  margin-left: -150px;
  height: 180px;
  top: 50%;
  margin-top: -100px;
  background: #FFF;
  border: 3px solid #F04A49;
  z-index: 20;
}

#popup45:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}

#popup45:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}

/* Styling buttons & webpage */





.popupk45 {
  display: none;
  position: absolute;
  padding: 10px;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -100px;
  z-index: 20;
  max-width: 70%;
  height: auto;
}

#popupk45:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}

#popupk45:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}

