/* :root{
    --Main-background:#041d33;
    --SecondBackground-background:#062744;
    --Header-Coloer:#ff9f1c;
    --service-Coloer:#db8104;
} */
:root {
  --Main-background: #2c2c2c; /* Dark gray for the main background */
  --SecondBackground-background: #1a1a1a; /* Darker shade for contrast */
  --Header-Coloer: #b22222; /* Red for header */
  --service-Coloer: #b22222; /* Yellowish-orange for service */
}



/* general */

body{
    background-color: var(--Main-background);
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
html{
  overflow-x: hidden !important;
}
nav{
    background-color: var(--Main-background);
}

.bg-secBackground{
  background-color: var(--SecondBackground-background);
}

.text-title{
    color: var(--Header-Coloer);
}

.shadow-title{
    text-shadow: 4px 4px 4px #3a0101 !important;
  }
.shadow-white{
text-shadow: 2px 2px 2px #005799 !important;
}

a{
  color: #fff;
  transition: 0.4s;
}

a:hover{
  color: var(--Header-Coloer) !important;
}

/* header */
#background{
    height: 100vh;
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/about.jpeg);
    background-size: cover;
    background-position: center center; */
}

.explore-btn {
    padding: 17px 40px;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    background-color: white;
    box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.5s ease;
    }

.explore-btn:hover {
    letter-spacing: 3px;
    /* background-color: hsl(261deg 80% 48%); */
    background-color: #4f0000;
    color: hsl(0, 0%, 100%);
    box-shadow: #ff1f1f 0px 7px 29px 0px;
    }
    
    .explore-btn:active {
    letter-spacing: 3px;
    background-color:#4f0000;
    color: hsl(0, 0%, 100%);
    box-shadow:#ff1f1f 0px 0px 0px 0px;
    transform: translateY(10px);
    transition: 100ms;
    }


    /* projects */

    .macbook {
        padding: 4% 6%;
        margin: 0 auto;
        max-width: 800px;
      }
      
      .screen {
        background: #000;
        border-radius: 3% 3% 0.5% 0.5% / 5%;
        margin: 0 auto;
        /* for aspect ratio */
        position: relative;
        width: 80%;
      }
      
      .screen:before {
        border: 2px solid #cacacc;
        border-radius: 3% 3% 0.5% 0.5% / 5%;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
        content: "";
        display: block;
        /* for aspect ratio ~67:100 */
        padding-top: 67%;
      }
      
      .screen:after {
        content: "";
        border-top: 2px solid rgba(255, 255, 255, 0.15);
        position: absolute;
        bottom: 0.75%;
        left: 0.5%;
        padding-top: 1%;
        width: 99%;
      }
      
      .viewport {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: 4.3% 3.2%;
        background: #333;
      }
      
      .base {
        /* for aspect ratio */
        position: relative;
        width: 100%;
      }
      
      .base:before {
        content: "";
        display: block;
        /* for aspect ratio ~33:1000*/
        padding-top: 3.3%;
        /* stylin */
        background: linear-gradient(#eaeced, #edeef0 55%, #fff 55%, #8a8b8f 56%, #999ba0 61%, #4B4B4F 84%, #262627 89%, rgba(0, 0, 0, .01) 98%);
        border-radius: 0 0 10% 10%/ 0 0 50% 50%;
      }
      
      .base::after {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.8) 0.5%, rgba(0, 0, 0, 0.4) 3.3%, transparent 15%, rgba(255, 255, 255, 0.8) 50%, transparent 85%, rgba(0, 0, 0, 0.4) 96.7%, rgba(255, 255, 255, 0.8) 99.5%, rgba(0, 0, 0, 0.5) 100%);
        content: "";
        height: 53%;
        position: absolute;
        top: 0;
        width: 100%;
      }
      
      .notch {
        background: #ddd;
        border-radius: 0 0 7% 7% / 0 0 95% 95%;
        box-shadow: -5px -1px 3px rgba(0, 0, 0, 0.2) inset, 5px -1px 3px rgba(0, 0, 0, 0.2) inset;
        margin-left: auto;
        margin-right: auto;
        margin-top: -3.5%;
        z-index: 2;
        /* for aspect ratio */
        position: relative;
        width: 14%;
      }
      
      .notch:before {
        content: "";
        display: block;
        /* for aspect ratio ~1:10 */
        padding-top: 10%;
      }
      
      
      /* Screenshot Hover Scroll Additions
      -------------------------------------------------------------- */
      
      .macbook .viewport {
        transition: background-position 3s ease;
        background-position: 0 0;
        background-size: 100% auto;
        overflow: hidden;
        cursor: pointer;
      }
      
      .macbook:hover .viewport {
        background-position: 0 100%;
      }
      
      .macbook .viewport:after {
        background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
      }


      /* whatsapp */
      .whatsapp-button {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 1000;
      }
      
      .whatsapp-link {
        display: block;
        width: 60px;
        height: 60px;
        font-size: 30px;
        line-height: 60px;
        text-align: center;
        background: #25d366;
        color: #fff;
        border-radius: 50%;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
      }

      .whatsapp-link:hover {
        background: #128c7e;
      }

      /* Scroll to top button styles */
#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 80px;
  background: #b22222;
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
}

#scrollToTopBtn i {
  font-size: 24px;
}

#scrollToTopBtn:hover {
  background-color: rgb(255, 244, 244); /* Darker background on hover */
  color: #4f0000;
  transition: .5s;
}

/* service */
.section-Services {
 
  background: 
  linear-gradient(
      rgba(0, 0, 0, 0.842), /* Semi-transparent black overlay */
      rgba(0, 0, 0, 0.76) /* Semi-transparent black overlay */
  ),
  url(../images/3.png);  background-position: center center;
  background-size: cover;
 
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}.bg-gray {
  background-color: #f9f9f9;
}

.site-heading h2 {
display: block;
font-weight: 700;
margin-bottom: 10px;
text-transform: uppercase;
}

.site-heading h2 span {
color: var(--service-Coloer);
}

.site-heading h4 {
display: inline-block;
padding-bottom: 20px;
position: relative;
text-transform: capitalize;
z-index: 1;
}

.site-heading h4::before {
background: var(--service-Coloer) none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-left: -25px;
position: absolute;
width: 50px;
}

.site-heading {
margin-bottom: 60px;
overflow: hidden;
margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
margin: -15px -15px 0;
padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
background: #ffffff none repeat scroll 0 0;
border: 2px solid;
height: 15px;
margin: 0 5px;
width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
background: var(--service-Coloer) none repeat scroll 0 0;
border-color: var(--service-Coloer);
}

.we-offer-area .item {
background: #ffffff none repeat scroll 0 0;
border-left: 2px solid var(--service-Coloer);
-moz-box-shadow: 0 0 10px #cccccc;
-webkit-box-shadow: 0 0 10px #cccccc;
-o-box-shadow: 0 0 10px #cccccc;
box-shadow: 0 0 10px #cccccc;
overflow: hidden;
padding: 30px;
position: relative;
z-index: 1;
}

.we-offer-area.text-center .item {
background: #ffffff none repeat scroll 0 0;
border: medium none;
padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
background: var(--service-Coloer) none repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #ffffff;
font-size: 40px;
height: 80px;
line-height: 80px;
position: relative;
text-align: center;
width: 80px;
z-index: 1;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
border: 2px solid var(--service-Coloer);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: "";
height: 90px;
left: -5px;
position: absolute;
top: -5px;
width: 90px;
z-index: -1;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
font-family: "Poppins",sans-serif;
font-size: 50px;
font-weight: 900;
opacity: 0.1;
position: absolute;
right: 30px;
top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
background: var(--service-Coloer) none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
color: #ffffff;
}

.we-offer-area .item i {
color: var(--service-Coloer);
display: inline-block;
font-size: 60px;
margin-bottom: 20px;
}

.we-offer-area .item h4 {
font-weight: 600;
text-transform: capitalize;
}

.we-offer-area .item p {
margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
background: var(--service-Coloer) none repeat scroll 0 0;
content: "";
height: 100%;
left: -100%;
position: absolute;
top: 0;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
width: 100%;
z-index: -1;
}

.we-offer-area .item:hover::after {
left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
background-color: #ffffff !important;
color: var(--service-Coloer) !important;
}

.we-offer-area.text-left .item i {
background: var(--service-Coloer) none repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #ffffff;
display: inline-block;
font-size: 60px;
height: 100px;
line-height: 100px;
margin-bottom: 30px;
position: relative;
width: 100px;
z-index: 1;
text-align: center;
}

.we-offer-area.text-left .item i::after {
border: 2px solid var(--service-Coloer);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: "";
height: 120px;
left: -10px;
position: absolute;
top: -10px;
width: 120px;
}

/* packge */

.border-bronze{
  border: 5px solid #CD7F32;
}
.border-silver{
  border: 5px solid #C0C0C0;
}
.border-gold{
  border: 5px solid #FFD700;
}
.card-card{
  box-shadow: 0px 4px 8px rgb(255, 255, 255); /* Shadow effect */
}

.bronze{
  color: 	#CD7F32;
}
.silver{
  color: 	#C0C0C0;
}
.gold{
  color: 	#FFD700;
}



/* ask for us */
.askFor {
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.589), rgba(0, 0, 0, 0.534)),
    url(../images/1.png);
  background-size: cover;
  background-position: center center;
  padding: 170px 0 !important;
}

/* From Uiverse.io by NelsonDJCR */ 
.button2 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  padding: 0.7em 3.3em 0.7em 0.5em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 4px 4px 10px #c5c5c5,
             -4px -4px 10px #ffffff;
}

.button2 > svg {
  height: 30px;
  position: absolute;
  padding: 0px 5px;
  margin-top: -4px;
}

.button2:active {
  color: #666;
  /* box-shadow: inset 2px 2px 10px #c5c5c5,
             inset -2px -2px 10px #ffffff; */
}

.button2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #009087;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:hover {
  color: #ffffff;
  border: 1px solid #009087;
}

.button2:hover:before {
  top: -35%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2:hover:after {
  top: -45%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}


/* footer */
#bg-footer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  }


  @media only screen and (max-width: 992px) {
   .navbar-nav{
    background-color: #022d4e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
   }

   .social-icon{
    display: flex;
    flex-direction: row !important;
    
   }


  }

  @media only screen and (max-width: 600px) {
   .navbar-nav{
    background-color: #022d4e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
   }

   .social-icon{
    display: flex;
    flex-direction: row !important;
    
   }

   .projectSection{
    padding: 15px 25px !important;
   }

   .priceSection{
    padding: 0 10px !important;

   }

   .section-Services{
    padding: 15px 0px !important;
   }

   .WhatServ{
    padding: 25px 0 0 0 !important;
   }


  }

  /* nav btn */

  /* From Uiverse.io by vinodjangid07 */ 
#checkbox {
  display: none;
}

.toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition-duration: .5s;
}

.bars {
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

#bar2 {
  transition-duration: .8s;
}

#bar1,#bar3 {
  width: 70%;
}

#checkbox:checked + .toggle .bars {
  position: absolute;
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar2 {
  transform: scaleX(0);
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: .5s;
}

#checkbox:checked + .toggle {
  transition-duration: .5s;
  transform: rotate(180deg);
}

.navbar-toggler{
  border: none !important;
  box-shadow: none !important;
}