@import url("../css/bootstrap.css");
/* @import url('../css/animate.css'); */
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");

/* NEW__FONT__ */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,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');
/* NEW__FONT__ */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
}

:root {
    --color-one:#55FED3;
    --color-two: #B9EDEF;
    --color-three: darkgrey;
    --color-four: #e50914;
}

a {
    text-decoration: none;
    font-family: "Inter Tight", sans-serif;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
    font-family: "Inter Tight", sans-serif;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: "Inter Tight", sans-serif;
}



/* HEADER__TOP___ */

.header-top-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.top-text p {
    font-size: 15px;
    font-weight: 500;
}

.arrow-one a {
    color: black;
}

.arrow-two a {
    color: black;
}

section.header-top {
    background: var(--color-one);
    padding: 10px 0 10px;
}

.sub-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav ul {
    display: flex;
    align-items: center;
    gap: 0px 25px;
    margin: 0;
}

section.sub-header {
    background: black;
    padding: 20px 0 20px;
}

.logo img {
    width: 100%;
    max-width: 190px;
}

.nav a {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.nav a:hover {
    color: var(--color-one);
    transition: .2s all;
}

.nav-btn a {
    background: var(--color-one);
    color: black;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 35px 10px;
    border-radius: 20px;
}

.nav-btn a:hover {
    background: black;
    color: var(--color-one);
    transition: .2s all;
}

/* HEADER__TOP___ */




/* BANNER__ */

.banner-text {
    text-align: center;
}

.banner-text h1 {
    font-size: 65px;
    font-weight: 500;
    color: white;
    padding: 0 0 5px;
}

.banner-text span {
    color: var(--color-one);
    font-weight: 700;
}

.banner-text h5 {
    font-weight: 500;
    font-size: 25px;
    color: var(--color-one);
    padding: 0 0 15px;
    margin: 0;
}

.banner-text p {
    font-size: 18px;
    color: white;
}

.banner-btns {
    display: flex;
    justify-content: center;
    gap: 0px 40px;
    padding: 30px 0 0;
}

.btn-one a {
    background: aquamarine;
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px 10px;
    border-radius: 20px;
}

section.banner {
    background: black;
    padding: 40px 0 115px;
}

.btn-two a {
    border: 1px solid white;
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 25px 10px;
    border-radius: 20px;
}

.btn-one a:hover {
    background: transparent;
    transition: .2s all;
    color: var(--color-one);
}

.btn-two a:hover {
    border: transparent;
    transition: .2s all;
    color: var(--color-one);
}

.btn-align-set {
    position: relative;
    padding: 30px 0 0px;
}

.star-one {
    position: absolute;
    top: -7%;
    left: 27%;
}

.star-two {
    position: absolute;
    top: -15%;
    left: 64%;
}

.star-one img {
    width: 100%;
    max-width: 155px;
}

.star-two img {
    width: 100%;
    max-width: 200px;
}

.star-two img {
    width: 100%;
    max-width: 155px;
}

.video-play img {
    width: 100%;
    padding: 0 60px 0;
    margin: -160px 0 0px !important;
    z-index: 99999;
    position: relative !important;
}

/* BANNER__ */



/* FOOTER___ */

section.footer-main {
    padding: 70px 0 70px;
    background: black;
}

.nav-link-one h4 {
    font-size: 30px;
    font-weight: 500;
    color: white;
}

.nav-link-one span {
    font-weight: 700;
    color: var(--color-one);
}

.nav-link-one p {
    font-size: 15px;
    width: 67%;
    padding: 20px 0 20px;
    color: white;
}

.search-footer {
    position: relative;
}

.search-find a {
    position: absolute;
    top: 3% !important;
    left: 55%;
    background: var(--color-one);
    color: black;
    padding: 9px 20px 9px;
    border-radius: 30px;
    font-weight: 500;
}

input#exampleFormControlInput1 {
    padding: 10px 15px 10px;
    border-radius: 30px;
    font-size: 14px;
    width: 80%;
    background: #1E1E1F;
    border: transparent;
}

.footer-heading-flex {
    display: flex;
    align-items: center;
    gap: 0px 15px;
    position: relative;
    padding: 15px 0 15px;
}

.txt p {
    font-size: 14px;
    color: white;
}

.txt span {
    font-weight: 500;
}

.footer-heading-flex::before {
    content: '';
    width: 66%;
    height: 1px;
    background: dimgrey;
    position: absolute;
    top: 100%;
}

.icn i {
    border: 1px solid var(--color-one);
    color: var(--color-one);
    padding: 8px 8px 8px;
    border-radius: 17px;
}

.last-link .icn i {
    padding: 8px 10px 8px;
}

.last-link {
    display: flex;
    align-items: center;
    gap: 0px 15px;
    padding: 20px 0 0;
}

.footer-link-two h4 {
    position: relative;
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: white;
}

.footer-link-two h4::before {
    content: '';
    position: absolute;
    width: 10%;
    height: 3px;
    background: var(--color-one);
    top: 85%;
    border-radius: 20px;
}

.footer-link-three h4 {
    padding: 0 0 13px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: white;
}

.footer-link-three h4::before {
    content: '';
    position: absolute;
    width: 14%;
    height: 3px;
    background: var(--color-one);
    top: 80%;
    border-radius: 20px;
}

.footer-link-three a {
    font-size: 14px;
    color: white;
    font-weight: 400;
}

.footer-link-three li {
    padding: 4px 0px 4px;
}



.footer-link-four h4 {
    position: relative;
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: white;
}

.footer-link-four h4::before {
    content: '';
    position: absolute;
    width: 10%;
    height: 3px;
    background: var(--color-one);
    top: 85%;
    border-radius: 20px;
}

.footer-link-four a {
    font-size: 14px;
    color: white;
    font-weight: 400;
}

.footer-link-four li {
    padding: 4px 0px 4px;
}

.footer-txt-bottom p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.footer-txt-bottom {
    background: var(--color-one);
    padding: 10px 0 10px;
}

/* FOOTER___ */

section.video-adds {
    background-image: url(../images/rainbow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    padding: 95px 0 0;
}

.labeling {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 95px;
    padding: 60px 0 0;
}

.labeling img {
    width: 100%;
    max-width: 330px;
}

.video-play-btn {
    position: absolute !important;
    top: 23%;
    left: 40%;
}

.video-play-btn img {
    width: 80%;
    display: inline-block;
    border-radius: 60px;
}

.business-txt {
    text-align: center;
    padding: 90px 0 0;
}

.business-txt h2 {
    color: white;
    font-size: 65px;
    font-weight: 600;
}

.business-txt h2 span {
    color: var(--color-one);
}

.business-txt p {
    color: white;
    font-size: 20px;
    font-weight: 200;
    padding: 20px 0 20px;
    /* background: linear-gradient(#4AB5FC  #0127E0 #021A9B); */
}

.business-box-placement h4 {
    color: white;
    font-size: 25px;
    padding: 0 0 10px;
}

.business-box-placement p {
    color: white;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 0 10px;
}

.business-box-placement a {
    color: white;
}

.business-box-placement {
    text-align: center;
    background: linear-gradient(185deg, #4AB5FC, #0127E0, #021A9B, transparent);
     /* background-image: radial-gradient(circle,  #4AB5FC, #0127E0, #021A9B, black, transparent); */
    padding: 50px 0 50px;
    border-radius: 10px;
}

.business-boxes {
    padding: 25px 0 25px;
}

.btn-one i {
    rotate: -45deg;
}

.btn-two i {
    rotate: -45deg;
}

.learn-more {
    text-align: center;
    padding: 50px 0 0;
}

.learn-more a {
    background: #55fed3;
    color: black;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px 10px;
    border-radius: 25px;
}

.learn-more i {
    rotate: -45deg;
}

.learn-more a:hover {
    background: transparent;
    color: var(--color-one);
    transition: .2s all;
}

section.feature-packages {
    padding: 70px 0 70px;
    background: black;
}

.feature-heading {
    text-align: center;
}

.feature-heading h1 {
    color: white;
    font-size: 50px;
    font-weight: 500;
}

.feature-heading span {
    color: var(--color-one);
}

.feature-heading p {
    color: white;
}

.packages-box {
    background: linear-gradient(180deg, #4AB5FC, #0127E0, #021A9B, transparent);
    padding: 30px 30px 30px;
    border-radius: 15px;
    border: 2px solid #2A806A !important;
}

.packages-box h4 {
    color: white;
    font-size: 15px;
    background: #55A3FE;
    display: inline;
    padding: 5px 15px 5px;
    border-radius: 25px;
}

.packages-box h2 {
    color: white;
    font-size: 25px;
    position: relative;
}

.packages-box h2 {
    padding: 20px 0 20px;
    font-size: 30px;
}

.packages-box h2::before {
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(-35deg, white, transparent);
    position: absolute;
    top: 90%;
    left: -3%;
}

.pricing-txt span {
    font-weight: 300;
    color: darkgrey;
    font-size: 20px;
}

.local-seo h4 {
    background: transparent;
    font-size: 20px;
    padding: 0 0 0px;
}

.local-seo {
    padding: 20px 0 0;
}

.local-seo li {
    color: white;
    font-size: 14px;
    padding: 7px 0 7px;
}

.local-seo i {
    color: var(--color-one);
    font-size: 10px;
    padding-right: 5px;
}

.choose-btn {
    text-align: center;
    padding: 35px 0 20px;
}

.choose-btn a {
    background: var(--color-one);
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px 10px;
    border-radius: 25px;
    position: relative;
}

.choose-btn i {
    rotate: -45deg;
}

.choose-btn a::before {
    content: '';
    width: 150%;
    height: 2px;
    position: absolute;
    background: linear-gradient(-35deg, white, transparent);
    top: -50%;
    left: -27%;
}

.packages-boxes-main {
    padding: 60px 0 60px;
}

.packages-box:hover {
    background: linear-gradient(185deg, #0127E0, #021A97, #040C31, transparent);
    transition: .2s all;
}

.packages-box:hover .choose-btn a {
    background: transparent;
    transition: .2s all;
    color: white;
    border: 1px solid;
}

.view-all {
    text-align: center;
    padding: 55px 0 0;
}

.view-all a {
    background: var(--color-one);
    color: black;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 35px 10px;
    border-radius: 21px;
}

.view-all a i {
    rotate: -45deg;
}

.view-all a:hover {
    background: transparent;
    color: var(--color-one);
    transition: .2s all;
}

.additional-head h1 {
    font-size: 45px;
    font-weight: 500;
    color: white;
}

.additional-head span {
    color: var(--color-one);
}

.additional-head {
    text-align: center;
}

section.additional-content {
    background: black;
    padding: 0 0 70px;
}

.additional-head p {
    color: white;
}

.seo-box {
    text-align: center;
    background: linear-gradient(185deg, #4AB5FC, #0127E0, #021A9B, transparent);
    padding: 30px 0 30px;
    border-radius: 20px;
}

.seo-img img {
    width: 100%;
    max-width: 60px;
}

.seo-img {
    background: #5a85fb78;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 11px 10px;
}

.seo-box h4 {
    color: white;
    font-size: 20px;
    padding: 20px 0 0;
}

.seo-box p {
    color: white;
    font-size: 14px;
    font-weight: 200;
    padding: 10px 0 10px;
}

.seo-pricing h4 {
    padding: 15px 0 0;
    font-weight: 600;
}

.seo-pricing a {
    color: white;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

.seo-pricing span {
    font-size: 13px;
}

.seo-session {
    padding: 50px 0 0;
}

.seo-view {
    text-align: center;
    padding: 60px 0 0;
}

.seo-view a {
    background: var(--color-one);
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 40px 12px;
    border-radius: 25px;
}

.seo-view a:hover {
    background: transparent;
    color: var(--color-one);
    transition: .2s all;
}

.project-head {
    text-align: center;
}

section.request-projects {
    background: black;
    padding: 215px 0 70px;
    background-image: url(../images/footer-curve.png);
    background-position: bottom;
    background-size: cover;
}

.project-head h1 {
    color: white;
    font-size: 50px;
    font-weight: 600;
}

.project-head span {
    color: var(--color-one);
}

.project-head p {
    color: white;
    font-weight: 200;
}

.request-btn {
    padding: 40px 0 0;
}

.request-btn a {
    background: var(--color-one);
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px 10px;
    border-radius: 25px;
}

.request-btn a:hover {
    background: transparent;
    color: var(--color-one);
    transition: .2s all;
}

.footer-link-three a:hover {
    color: var(--color-one);
    transition: .2s all;
}

.footer-link-four a:hover {
    color: var(--color-one);
    transition: .2s all;
}

.business-box-placement {
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


.business-box-placement:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2); 
}

.seo-box {
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center; 
}

.seo-box:hover {
  transform: translateY(-10px); 
  box-shadow: 0 6px 15px rgba(0,0,0,0.2); 
}

.seo-box:hover .seo-img img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

a.active {
    color: var(--color-one);
}

.seo-pricing a:hover {
    color: var(--color-one);
    transition: .2s all;
}

.banner-txt-inner h1 {
    text-align: center;
    font-size: 70px;
    font-weight: 500;
    color: white;
}

section.services-banner {
    background: linear-gradient(180deg, #4AB5FC, #0127e0, #021a9b, black);
    padding: 70px 0 70px;
}

section.additional-content.inner {
    padding: 70px 0 70px;
}

.seo-box.inner {
    margin: 0 0 50px;
}

.packages-box.inner {
    margin: 0 0 50px;
}

section.contact-us {
    padding: 70px 0 70px;
}

section.contact-us {
    padding: 70px 0 70px;
    background: black;
}

.contact-field {margin: 0 auto !important;}

input#exampleFormControlInput001 {
    margin: 10px 0 10px;
    padding: 10px 15px 10px;
}

.contact-field {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.send-message a {
    background: #55fed3;
    color: black;
    font-size: 18px;
    padding: 10px 20px 10px;
    border-radius: 20px;
}

.send-message {
    padding: 20px 0 0;
}

.send-message a:hover {
    background: transparent;
    transition: .2s all;
}

.about-us-cover img {
    width: 100%;
    border-radius: 20px;
}

section.about-us {
    background: black;
    padding: 80px 0 80px;
}

.about-us-content p {
    color: white;
    line-height: 35px;
}

.about-us-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 40px 0 0;
}

.about-us-cover img {
  display: block;
  max-width: 100%;
  height: auto;
  will-change: transform;
  animation: floatY 4s ease-in-out infinite;
  animation-direction: alternate;
  pointer-events: none;
}

@keyframes floatY {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-18px); } 
  100% { transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .about-us-cover img {
    animation: none;
    transform: none;
  }
}

.packages-box p {
    color: white;
    text-align: center;
}

.cont-form {
    width: 50%;
    padding: 40px 20px 40px;
    margin: 0 auto;
    border-radius: 10px;
    background: linear-gradient(180deg, #4AB5FC, #0127e0, #021a9b, black);
}

.packages-boxes-main .row {
    justify-content: center;
}

.services-new-box {
    background: white;
    padding: 30px 20px 20px;
}

.add-pack {
    text-align: center;
}

.add-pack i {
    color: white;
    font-size: 35px;
    background: #2563eb;
    padding: 20px 25px 20px;
    border-radius: 10px;
}

.add-pack h4 {
    font-size: 25px;
    font-weight: 600;
    padding: 15px 0 15px;
    font-family: "Inter", sans-serif;
}

.add-pack p {
    color: #545b64;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}
