body, html {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  overflow-x: hidden;
}

.video_div {
    position: absolute;
    height: 700px;
    width: 100%;
    z-index: -2;
}

.overlay {
    width: 100%;
    position: absolute;
    height: 100%;
    background:#ff8d0014;
    z-index: -1;
}


.hero-text.container-fluid {
    height: 700px;
    z-index: 9999999999 !IMPORTANT;
    position: relative;
}

.video_div video {
    object-fit: cover;
}

.hero-title span {
  display: block;
  font-size: 4rem;
  font-weight: 800;
  opacity: 0;
}

.scroll-hint {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-hint span {
  display: block;
  width: 8px;
  height: 30px;
  border: 2px solid white;
  border-radius: 4px;
  animation: scroll-down 1.5s infinite;
}

@keyframes scroll-down {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(15px); }
}

/* .banner_row {
    padding-top: 150px;
    text-align: left;
} */

a.reqQuoteBtn
 {
background: #ec5c27;
    text-decoration: none;
    padding: 13px 26px;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    border-radius: 6px;
    filter: drop-shadow(2px 4px 6px black);
}

.herocontent h1{
  font-size: 45px;
  line-height: 50px;
      text-shadow: 1px 1px 3px black;
}

.herocontent p {
    font-size: 18px;
        text-shadow: 1px 1px 3px black;
}

.herocontent h3 {
    font-size: 36px;
        text-shadow: 1px 1px 3px black;
            margin: 25px 0;
}

.herocontent h1 span {
    color: #ee5d2b;
}

.herocontent a {
    padding: 13px 40px;
    display: block;
    max-width: max-content;
    font-weight: bold;
    font-family: 'Lato';
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 40px;
    border-radius: 6px;
    filter: drop-shadow(2px 4px 6px black);
    background-color: white;
    text-decoration: none;
    color: #ee5d2b ! IMPORTANT;
}


.about_banner a {
    padding: 13px 40px;
    display: block;
    max-width: max-content;
    font-weight: bold;
    font-family: 'Lato';
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 40px;
    border-radius: 6px;
    filter: drop-shadow(2px 4px 6px black);
    background-color: white;
    text-decoration: none;
    color: #ee5d2b ! IMPORTANT;
}

.hero-section {
    position: relative;
    z-index: 1;
    text-align: left;
}

.herocontent{
     text-align: left;
}

.row.banner_row {
    padding: 80px 0px;
}


header {
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 9999999999 !important;
        background: linear-gradient(282deg, #ffffff .6%, #ffffff 53.72%, #ffffff 123.97%);
}

header .nav-item  .nav-link {
    color: rgb(0, 0, 0) !important;
        font-size: 18px;
    margin-right: 20px;
}

header .nav-link {
    color: white !important;
}


/* FORM */



 .form-section {
      background: #181818;
      border-radius: 16px;
      padding: 32px;
      box-shadow: 0 2px 16px rgba(0,0,0,0.15);
    }


.form-control::placeholder {
    color: rgb(0, 0, 0);
}

.checkbox_div label {
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.checkbox_div p label {
    font-size: 18px;
}
p.badge {
    background: linear-gradient(282deg, #ff7a09 .6%, #442900 53.72%, #05000a 123.97%);
    max-width: max-content;
    border-radius: 100px;
    width: 72px;
    height: 72px;
    padding: 13px;
    position: absolute;
    right: -10px;
    top: -10px;
}

p.badge span {
    display: block;
    font-size: 25px;
}

.form_div h3 {
    margin-bottom: 25px;
}

.form_div {
    background: #ffffff;
    padding: 30px 20px;
    border-left: 5px solid #ee5d2b;
        position: relative;
        text-align: left;
        color: #ee5d2b;
}
.form_div .btn {
    /* background: linear-gradient(282deg, #000000 .6%, #ab5f00 53.72%, #ff8d00 123.97%); */
    background-color: #ee5d2b;
    color: white;
    font-size: 20px;
    margin-top: 10px;
}


.form_div .btn {
    /* background: linear-gradient(282deg, #041a38 .6%, #20074c 53.72%, #552293 123.97%);
    color: white;
    font-size: 20px;
    margin-top: 10px; */
}

.form_div .form-control::placeholder {
    color: black;
}

.form_div textarea {height: 90px;}

.contactsection_heading h5 {
    color: #ee5d2b;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}

.contactsection_heading h2 {
    font-size: 60px;
    font-weight: bold;
}
/* ABOUT */

.about_sec{
  background: #ffffff;
  padding: 0px 0 70px;
}

.about_sec
 .marquee {
        /* background: linear-gradient(282deg, #154485 .6%, #20074c 53.72%, #552293 123.97%); */
        background-color: black;
    padding: 25px;
    margin-bottom: 70px;
}

.about_row{
display: flex;
align-items: center;
}

.aboutcontent_div h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}

.aboutcontent_div {
    color: #000000;
        font-weight: 500;
}

.aboutcontent_div h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}

.aboutcontent_div ul li {
     font-size: 16px;
    font-weight: 500;
    color: #ad2d00;
}

.aboutcontent_div ul {
    padding-left: 16px;
}

.aboutcontent_div ul li b {
    color: #ee5d2b;
}

.aboutcontent_div p {
    font-size: 16px;
        font-weight: 500;
}

.aboutcontent_div ul {
    margin-bottom: 25px;
}

.about-section {
  background-color: #111;
  color: #fff;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-description {
  font-size: 1.1rem;
  line-height: 1.8;
}

    swiper-slide {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    swiper-slide img {
      display: block;
    }

    /* WORK SECTION */

    .work_section {
      background: #ffffff;
      padding:60px 0;
    }


    
   .serviceSec_serbox swiper-container {
      width: 100%;
      height: 500px;
    }


    .serviceSec_serbox {
    box-shadow: 7px 7px 5px #9f9f9f;
    border-radius: 6px;
}

 .serviceSec_serbox swiper-slide {
    font-size: 18px;
    background: url(../images/NEOWeb-banner1.jpg);
  background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
   color:white;
   padding: 30px;
       border-radius: 6px;
}


.serviceSec_headingbox h5 {
    color: #ee5d2b;
    font-size: 24px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.serviceSec_headingbox h2 {
    color: white;
    font-size: 30px;
    line-height:36px;;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.serviceSec_headingbox p {
    color: white;
    font-size: 20px;
    line-height: 24px;
}


   .serviceSec_serbox swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin: 0 auto;
    }
    .customwebdesign img {
    width: 100px ! IMPORTANT;
    }

    .serviceSec_serbox h3{
      margin: 20px 0px;
    }

    .customwebdesign p{
    color: white;
    font-size: 16px;
    line-height: 20px;
    }

    .customwebdesign{
       border: 1px solid #ee5d2b52;
    text-align: center;
    padding: 15px;
    background: #ee5d2b52;
    }


.service_section {
    background: #ffffff;
    padding: 60px 0;;
}


section.work_section {
    text-align: center;
}

.work_section h5 {
    color: #ee5d2b;
    font-size: 24px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.work_section h2 {
    color: #000000;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
}


.work_section p {
      color: #000000;
    font-size: 20px;
    margin: 0 auto 50px;
    max-width: 500px;
}


.work_section nav{
  margin-bottom: 50px;
  border: none;
}
ul#myTab {
    border: none;
}


ul#myTab .nav-item .nav-link {
     color: #000000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    margin: 10px;
    margin-bottom: 40px;
}


ul#myTab .nav-item .nav-link:hover {
    border: 1px solid #ee5d2b;
    color: #ee5d2b;
    border-radius: 6px;
}


ul#myTab .nav-item .nav-link.active {
    color: black;
    border-radius: 6px;
     border: 1px solid #000000;
}


    /* CLIENT SECTION */

  .client_section {
    background: radial-gradient(#ee5d2b, #000000);
        text-align: center;
    padding: 50px 0;

}
.marquee span {
    margin-right: 120px;
}


.client_section h5 {
    color: #ee5d2b;
    font-size: 24px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.client_section h2 {
    color: white;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

.client_section p {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
}

.client_section h6 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}
.client_section marquee.marquee span img {
    border: 1px solid gainsboro;
    padding: 25px;
    width: 200px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}


/* CTA section */

.ctaSection {
    /* background: linear-gradient(282deg, #154485 .6%, #20074c 53.72%, #552293 123.97%); */
  background: url(../images/NEOWeb-banner3.jpg);
  background-size: cover;
    background-repeat: no-repeat;   
  border-bottom: 10px solid #ee5d2b;
border-top: 10px solid #ee5d2b;
padding: 30px 0;

}

.ctaSection .row {
    align-items: center;
}

section.ctaSection {
    color: white;
}

section.ctaSection h2 {
    font-size: 45px;
    font-weight: bold;
}

section.ctaSection p {
    font-size: 20px;
}

section.ctaSection a {
      padding: 13px 40px;
    display: block;
    max-width: max-content;
    font-weight: bold;
    font-family: 'Lato';
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 40px;
    border-radius: 6px;
    filter: drop-shadow(2px 4px 6px black);
    background-color: white;
    text-decoration: none;
    color: #ee5d2b ! IMPORTANT;
}

/* SERVICES SLIDER section */

  .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--swiper-theme-color);
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--swiper-theme-color);
      fill: none;
      stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }


    ul.dropdown-menu {
    border-radius: 0;
}

ul.dropdown-menu li a {
    padding: 10px;
}

ul.dropdown-menu li a:hover {
    background: #ee5d2b;
    color: white;
}


    /* PROFESSIONAL WEB DESIGN */

    section.professionalWebDesign {
    padding: 70px 0;
}

section.professionalWebDesign h1 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 50px;
    font-weight: bold;
    color: #000428;
}

section.professionalWebDesign span {
    color: #ee5d2b;
}

span.number_span {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    box-shadow: 1px 1px 5px #a7a7a7;
    color: #ee5d2b !important;
    font-weight: bold;
}

span.number_span {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    box-shadow: 1px 1px 5px #a7a7a7;
    color: #ee5d2b !important;
    font-weight: bold;
}

.professionaldesign_innerdiv h3 {
    color: #ee5d2b;
    font-weight: bold;
}

.professionaldesign_innerdiv p {
    color: black;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.professionaldesign_innerdiv {
    padding: 20px;
        transition: 0.3s ease-in all;
            background: #f5f5f5;
            margin-bottom: 20px;
}

.professionaldesign_innerdiv:hover {
    background: #fff;
    border-radius: 6px;
    /* box-shadow: 1px 1px 5px; */
    transition: 0.3s ease-in all;
}

/* TESTIMONIAL */


section.testimonial_div {
    /* background: linear-gradient(282deg, #154485 .6%, #20074c 53.72%, #552293 123.97%); */
  background: url(../images/NEOWeb-banner5.jpg);
background-size: cover;
    background-repeat: no-repeat;
        padding: 70px 0;
    color: white;
    text-align: center;
}


.testimonial_div h5 {
    color: #ee5d2b;
    font-size: 24px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial_div h2 {
    color: white;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.testimonial_innerdiv{
  border: 1px solid #ee5d2b;
  padding: 15px 30px;
}

.testimonial_innerdiv img{
  margin: 0 auto;
  display: block;
}
.testimonial_innerdiv ul{
  display: flex;
  padding: 0;
  justify-content: center;
  list-style-type: none;
}

/* CONTACT SECtion */

.contact_div {
background: url(../images/NEOWeb-banner6.jpg);
background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    color: white;
    margin: 70px 0;
    
    position: relative;
}


.opacity_cnt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000000c5;
}

.contact_div .container{
    z-index: 99;
    position: relative;
}

/* FOOTER CSS  */

.bg-footer{
  background:linear-gradient(2deg, #000000 .1%, #a12900 100.72%, #000000 123.97%);
  padding: 70px 0 30px !important;
  color: white;
}

.footer_div ul {
    text-align: left;
    list-style-type: none;
}

.footer_div {
    text-align: left;
}

.footer_div p {
    font-size: 14px;
    margin-top: 16px;
}

.footer_div ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footer_div ul {
    padding: 0;
}

.footer_div h4 {
    margin-bottom: 25px;
}

/* CURSOR CSS */

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 2.3rem;
  height: 2.3rem;
  z-index: 99999999999;
  pointer-events: none;
}
.cursor div {
  position: absolute;
  display: grid;
  place-items: center;
}
.cursor div div {
  border: 1px solid #ee5d2b;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
  box-shadow: 0 0 50px 3px #ee5d2b;
}
.cursor div:nth-child(1),
.cursor div:nth-child(2) {
  width: 100%;
  height: 100%;
}
.cursor div:nth-child(1) {
  transition: transform 0.2s ease-out;
}
.cursor div:nth-child(2) {
  transition: transform 0.1s ease-out;
}
.cursor div:nth-child(2) div {
  background: #ee5d2b;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

html {
  cursor: none;
  --text: #FFF;
  background: #001220;
  scroll-behavior: smooth;
}


/* ABOUT PAGE  */

.about_banner {
     background: url(../images/NEOWeb-banner4.jpg);
  background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
}

section.about_banner h6 {
    background: linear-gradient(90deg, #230950 0%, #ee5d2b 100%);
    max-width: max-content;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 100px;
    font-size: 20px;
}

section.about_banner h2 {
    font-size: 45px;
    margin: 20px 0px;
    text-transform: capitalize;
}

section.about_banner span {
    color: #ee5d2b;
        font-family: cursive;
}

section.about_banner p {
    font-size: 20px;
    color: white;
}

.about_boxes_section{
        background: url(../images/Global-Bg.webp);
    padding: 70px 0;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
}


/* .about_box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(269.12deg,#7900FF,#FF2377);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
} */

.about_box {
 background:linear-gradient(269.12deg, #000000, #ee5d2b);
    border-radius: 16px;
    margin: 0 5px;
        padding: 30px;
    position: relative;
}

.aboutHeading {
    text-align: center;
}

.aboutHeading h6 {
    color: #ee5d2b;
    font-weight: bold;
    font-size: 24px;
}

.aboutHeading h2 {
    color: rgb(0, 0, 0);
    font-size: 45px;
    font-weight: bold;
    text-transform: capitalize;
}

.about_box h3 {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.about_box h3 span {
    color: #ffffff;
    display: block;
}

.about_box p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
}

.about_buttons {
    text-align: center;
}

.about_buttons a {

    border: 2px dashed #000000;
    color: black;
    padding: 10px 20px;
    text-decoration: none !important;
    margin: 5px;
    width: 300px ! IMPORTANT;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}

.about_buttons {
    margin-top: 35px;
}


/* SERVICES PAGES  */


.about_banner2{
      background: url(../images/NEOWeb-banner2.jpg);
background-size: cover;
    background-repeat: no-repeat;
     background-position:bottom;

     
}

.paddingtop-70{
    padding-top: 70px;
}
.paddingtop-0{
    padding-top: 0px;
}

.process_sec{
      background: url(../images/Web-Design-Process.webp);
     background-position:top;
         padding: 70px 0;  
}

.aboutHeading p {
    font-size: 20px;
    margin-bottom: 35px;
    color: black;
}

.about_box2 {
 background:linear-gradient(269.12deg, #ffffff, #e2e2e2);
    border-radius: 16px;
    margin: 0 5px;
        padding: 30px;
    position: relative;
}

.about_box2 h3 {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.about_box2 p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
}

.about_box2 h2 {
 font-size: 75px !important;
  text-stroke: 1px #ee5d2b;
      -webkit-text-stroke:1px #ee5d2b !important;
      color:white;
}
.about_box2{
    text-align: left !important;
}

.footer_div ul li {
    margin-bottom: 5px;
}