@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Spartan', sans-serif;
}

h1 {
    font-size: 50px;
    line-height: 64px;
    color: #222;
}

h2 {
    font-size: 46px;
    line-height: 54px;
    color: #222;
}

h4 {
    font-size: 20px;
    color: #222;
}

h6 {
    font-weight: 700;
    font-size: 12px;
}

h3 {
    color: #5e5e5e;
}
p {
    font-size: 12px;
    color: #d7d7d7;
    text-align: center;
}

.section-p1 {
    padding: 40px 80px;
}

.section-m1 {
    margin: 40px 0;
}

body {
    width: 100%;
    background-color: #293040b9;
}

/* Header start*/
#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background: linear-gradient(163deg, #474f5f 0%, #171e2e 100%);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.06);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

.logo {
    width: 300px;
}

#navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2222;
}

#navbar li {
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #C9AD8B;
    transition: 0.3s ease;
}

#navbar li a:hover,
#navbar li a.active {
    color: #D5B263;
}

#navbar li a.active::after,
#navbar li a:hover::after {
    content: "";
    width: 30%;
    height: 2px;
    background: #bb963f;
    position: absolute;
    bottom: -4px;
    left: 20px;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 3333;
}

.hamburger span {
    height: 2px;
    width: 25px;
    background: #C9AD8B;
    margin: 4px 0;
    transition: all 0.3s ease;
}
#navbar ul {
    display: flex;
}

#navbar ul li {
    list-style: none;
}


#hero {
    /* background-image: url("img/afsolBackground2.jpg"); */
    position: relative;
    overflow: hidden;
    height: 84vh; /* was 79 for narga */
    width: 100%;
    background-size: cover;
    background-position: top 100% right 0;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#heroVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100vh;
    width: 100%;
    
    z-index: -1; /* Send the video behind the content */
    transform: translate(-50%, -50%);
    object-fit: cover; /* Ensure video covers entire background */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Adjustable darkness */
  z-index: -1;
}

.hero-content {
    
    position: relative;  /* Position the content absolutely */
    top: 70px;  /* Align the content 50px from the bottom */
    left: 190px;    /* Align the content 50px from the left */
    text-align: right;  /* Align the text to the left */
    color: #fff;  /* Ensure the text color is readable */
    z-index: 1;  /* Ensure content stays above the video */
}

#hero h4 {
    padding-bottom: 15px;
    color: rgba(255, 255, 255, 0.5);
}

#hero h2 {
    color: rgba(255, 255, 255, 0.5);
}

#hero h1 {
    color: rgba(201, 173, 139, 0.7);
}

#hero button {
    --green: #C9AD8B;
    font-size: 15px;
    font-weight: 700;
    padding: 0.7em 2.7em;
    letter-spacing: 0.06em;
    position: relative;
    font-family: inherit;
    border-radius: 0.6em;
    overflow: hidden;
    transition: all 0.3s;
    line-height: 1.4em;
    border: 2px solid var(--green);
    background: linear-gradient(to right, rgba(27, 253, 156, 0.1) 1%, transparent 40%,transparent 60% , rgba(27, 253, 156, 0.1) 100%);
    color: var(--green);
    box-shadow: inset 0 0 10px rgba(201, 173, 139, 0.4), 0 0 9px 3px rgba(27, 253, 156, 0.1);
    margin-top: 10px;
}

#hero button::before {
    content: "";
    position: absolute;
    left: -4em;
    width: 4em;
    height: 100%;
    top: 0;
    transition: transform .4s ease-in-out;
    background: linear-gradient(to right, transparent 1%, rgba(27, 253, 156, 0.1) 40%,rgba(27, 253, 156, 0.1) 60% , transparent 100%);
}

#hero button:hover {
    color: #82ffc9;
    cursor: pointer;
    box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.6), 0 0 9px 3px rgba(27, 253, 156, 0.2);
}

#hero button:hover::before {
    transform: translateX(15em);
}

#varietyOfPackages {
    background-color: #293040b9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification {
    display: flex;
    flex-direction: column;
    isolation: isolate;
    position: relative;
    width: 50%;
    height: auto;
    background: #29292c;
    border-radius: 1rem;
    padding: 40px 80px;
    overflow: hidden;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    --gradient: linear-gradient(to bottom, #C9AD8B, rgba(201, 173, 139, 0.7), #D5B263);
    --color: #C9AD8B
  }
  
  .notification:before {
    position: absolute;
    content: "";
    inset: 0.0625rem;
    border-radius: 0.9375rem;
    background: #18181b;
    z-index: 2
  }
  
  .notification:after {
    position: absolute;
    content: "";
    width: 0.25rem;
    inset: 0.65rem auto 0.65rem 0.5rem;
    border-radius: 0.125rem;
    background: var(--gradient);
    transition: transform 300ms ease;
    z-index: 4;
  }
  
  .notification:hover:after {
    transform: translateX(0.15rem)
  }
  
  .notititle {
    color: var(--color);
    padding: 0.65rem 0.25rem 0.4rem 1.25rem;
    font-weight: 600;
    font-size: 44px;
    transition: transform 300ms ease;
    z-index: 5;
    padding-bottom: 20px;
  }
  
  .notification:hover .notititle {
    transform: translateX(0.15rem)
  }
  
  .notibody {
    color: #99999d;
    padding: 0 1.25rem;
    transition: transform 300ms ease;
    z-index: 5;
    font-size: 24px;
  }
  
  .notification:hover .notibody {
    transform: translateX(0.25rem)
  }
  
  .notiglow,
  .notiborderglow {
    position: absolute;
    width: 20rem;
    height: 20rem;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle closest-side at center, white, transparent);
    opacity: 0;
    transition: opacity 300ms ease;
  }
  
  .notiglow {
    z-index: 3;
  }
  
  .notiborderglow {
    z-index: 1;
  }
  
  .notification:hover .notiglow {
    opacity: 0.1
  }
  
  .notification:hover .notiborderglow {
    opacity: 0.1
  }
  
  .note {
    color: var(--color);
    position: fixed;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 0.9rem;
    width: 75%;
  }

#varietyOfPackages h2 {
    color: #C9AD8B;
}

#varietyOfPackages p {
    color: lightgray;
    font-size: large;
    line-height: 2em;
}

#packages {
    text-align: center;
    background-color: #293040b9;
    padding-top: 120px;
}

#packagesH2 {
    color: #C9AD8B;
    margin-bottom: 40px;
}

#buttonsDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 80px;
}

#buttonsDiv button {
    position: relative;
    font-family: inherit;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    border-radius: 0.8em;
    cursor: pointer;
    border: none;
    background: linear-gradient(to right, rgba(27, 253, 156, 0.2), #C9AD8B);
    color: ghostwhite;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgb(25, 25, 25),
                -5px -5px 15px rgb(112, 112, 112);
  }
  
  #buttonsDiv button span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: inline-flex;
    align-items: center;
    padding: 0.8em 1.2em 0.8em 1.05em;
  }
  
  #buttonsDiv button::before,
  #buttonsDiv button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  
  #buttonsDiv button::before {
    content: "";
    background: #000;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }
  
  #buttonsDiv button:hover::before {
    transform: translate3d(100%, 0, 0);
  }
  
  #buttonsDiv button:active {
    transform: scale(0.95);
  }
  #buttonsDiv a {
    text-decoration: none;
    color: inherit;
  }

.package {
    width: 100%;
    height: 140vh;
    border-radius: 30px;
    background: #212121;
    box-shadow: 15px 15px 30px rgb(25, 25, 25),
                -15px -15px 30px rgb(112, 112, 112);
    padding: 40px 200px;
    text-align: center;
    margin-bottom: 120px;
    padding-top: 160px;
}

.needMoreSpace {
    height: 220vh;
}

.needLessSpace {
    height: 80vh;
}

.package h2 {
    color: #C9AD8B;
    margin-bottom: 60px;
}

.bigP {
    color: lightgray;
    font-size: large;
    line-height: 2em;
    padding-bottom: 120px;
}



.pro-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.card3 {
    position: relative;
    width: 350px;
    height: 550px;
    border-radius: 14px;
    z-index: 3;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 10px 30px #bebebeb0, -10px -10px 30px #ffffff38;
    margin-bottom: 120px;
    margin-left: 80px;
    margin-right: 80px;
}
  
.bg {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 340px;
    height: 540px;
    z-index: 2;
    background: rgba(30, 30, 30, .95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    outline: 2px solid #1bfd9b67;
}
  
.blob {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 450px;
    border-radius: 50%;
    background-color: #1BFD9C;
    opacity: 1;
    filter: blur(12px);
    animation: blob-bounce 5s infinite ease;
}
  
@keyframes blob-bounce {
    0% {
      transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }
  
    25% {
      transform: translate(-100%, -100%) translate3d(100%, 0, 0);
    }
  
    50% {
      transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
    }
  
    75% {
      transform: translate(-100%, -100%) translate3d(0, 100%, 0);
    }
  
    100% {
      transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }
}
.bg h2 {
    color: #bb963f;
    margin-bottom: 0px;
}
.bg h3 {
    padding-top: 20px;
}


.packageButton {
    position: relative;
    padding: 12px 35px;
    background: #fec195;
    font-size: 17px;
    font-weight: 500;
    color: #181818;
    border: 3px solid #fec195;
    border-radius: 8px;
    box-shadow: 0 0 0 #fec1958c;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .star-1 {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
  }
  
  .star-2 {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-3 {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-4 {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-5 {
    position: absolute;
    top: 25%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-6 {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.8s ease;
  }
  
  .packageButton:hover {
    background: transparent;
    color: #fec195;
    box-shadow: 0 0 25px #fec1958c;
  }
  
  .packageButton:hover .star-1 {
    position: absolute;
    top: -80%;
    left: -30%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  .packageButton:hover .star-2 {
    position: absolute;
    top: -25%;
    left: 10%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  .packageButton:hover .star-3 {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  .packageButton:hover .star-4 {
    position: absolute;
    top: 30%;
    left: 80%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  .packageButton:hover .star-5 {
    position: absolute;
    top: 25%;
    left: 115%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  .packageButton:hover .star-6 {
    position: absolute;
    top: 5%;
    left: 60%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  .fil0 {
    fill: #fffdef;
  }
  


.spiderDiv {
    width: 100%;
    height: 100%;
    background: #212121;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.spiderDiv p {
    padding-bottom: 60px;
}

#spider {
    width: 40%; /* Adjust size */
    height: 60%; /* Adjust size */
    pointer-events: auto;
    margin-bottom: 20px;
}

model-viewer:focus {
    color: #ffffff;
    background: rgba(27, 253, 156, 0.4);
    border: 1px solid rgba(27, 253, 156, 0.4);
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff;
    box-shadow: 0 0 5px rgba(27, 253, 156, 0.4), 0 0 20px rgba(27, 253, 156, 0.4), 0 0 50px rgba(27, 253, 156, 0.4),
      0 0 100px rgba(27, 253, 156, 0.4);
  }

  #contact {
    background-color: #293040b9;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#contact h2 {
    color: #C9AD8B;
    margin-bottom: 40px;
}

#contact p {
    color: lightgray;
    font-size: large;
    line-height: 2em;
    margin-bottom: 40px;
}

#socialsOuterContainer {
    width: 60%;
    height: auto;
    padding: 40px 10px;
    background: black;
    border-radius: 20px;
    box-shadow: 0 0 20px black;
}

.socialButtonContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  
  .socialButton {
    width: 110px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
    box-shadow: 0 10px 15px rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: all 0.3s ease-out;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
  }
  
  .socialButton:hover {
    transform: scale(1.1) rotate(3deg);
    border-color: rgba(255, 255, 255, 0.3);
    background: linear-gradient(to top right, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.4));
    box-shadow: 0 15px 30px rgba(255, 255, 255, 0.1);
  }
  
  .socialButton:active {
    transform: scale(0.95) rotate(0deg);
  }
  
  .glow {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.7s ease-out;
  }
  
  .socialButton:hover .glow {
    transform: translateX(100%);
  }
  
  .socialIcon {
    position: relative;
    z-index: 1;
  }
  
  .socialIcon svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
    color: white;
    transition: color 0.3s ease;
  }
  
  .socialButton:hover .icon svg {
    color: rgba(255, 255, 255, 0.9);
  }
  
  .socialButton-multi {
    border-color: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  }
  
  .socialButton-multi:hover {
    border-color: rgba(241, 99, 158, 0.1);
    background: linear-gradient(to top right, rgba(241, 99, 158, 0.1), rgba(0, 0, 0, 0.4));
    box-shadow: 0 15px 30px rgba(241, 99, 158, 0.1);
  }
  
  .socialButton-blue {
    border-color: #0072b133;
  }
  
  .socialButton-blue:hover {
    border-color: #0072b180;
    background: linear-gradient(to top right, #0072b11a, rgba(0, 0, 0, 0.4));
    box-shadow: 0 15px 30px #0072b14d;
  }
  
  .socialButton-blue svg {
    color: #0072b1;
  }
  
  .socialButton-blue:hover svg {
    color: #2288be;
  }
  
  .socialButton-red {
    border-color: rgba(239, 68, 68, 0.2);
  }
  
  .socialButton-red:hover {
    border-color: rgba(239, 68, 68, 0.5);
    background: linear-gradient(to top right, rgba(239, 68, 68, 0.1), rgba(0, 0, 0, 0.4));
    box-shadow: 0 15px 30px rgba(239, 68, 68, 0.3);
  }
  
  .socialButton-red svg {
    color: #ef4444;
  }
  
  .socialButton-red:hover svg {
    color: #f87171;
  }

#footer {
    background-color: #293040b9;
}

#footer .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#footer .column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.column .logo {
    width: 600px;
    margin-bottom: 30px;
}

.column h4 {
    font-size: 24px;
    padding-bottom: 20px;
    color: #fff;
}

.column p {
    font-size: 16px;
    margin: 15px 15px 8px 0;
    color: white;
}

.copyright {
    text-align: center;
}

html {
    scroll-behavior: smooth;
}
@media (max-width: 280px) {
  #header {
      padding: 10px 20px;
  }
 
  #navbar {
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      width: 450px;
      background-color: #293040;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: space-evenly;
      transform: translateX(100%);
      transition: transform 0.3s ease-in-out;
  }

  #navbar ul {
      
      width: 100%;
  }

  #navbar ul li {
      width: 100%;
      text-align: left;
      padding: 15px 30px;
  }

  #navbar ul li a {
      display: block;
      width: 100%;
  }

  .hamburger {
      display: flex;
  }

  #navbar button {
      display: flex ;
  }

  #navbar.active {
      transform: translateX(0);
  }


  .hamburger.active span:nth-child(1) {
      transform: rotate(-45deg) translate(-5px, 6px);
  }

  .hamburger.active span:nth-child(2) {
      opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
      transform: rotate(45deg) translate(-5px, -6px);
  }

  .logo {
      width: 100px;
  }

  .column .logo {
      width: 150px;
  }

  h1 {
      font-size: 28px;
      line-height: 36px;
  }
  h2 {
      font-size: 24px;
      line-height: 30px;
  }
  h4 {
      font-size: 12px;
  }
  h6 {
      font-size: 8px;
  }
  p {
      font-size: 8px;
  }
  .section-p1 {
      padding: 5px;
  }
  .contact-form-container {
      padding: 5px;
      height: auto;
  }
  #hero {
      height: 50vh;
      background-position: top 30% right 58%;
      padding: 0 10px;
  }
  #hero h1 {
      font-size: 14px;
      line-height: 18px;
      padding-top: 0px;
      padding-bottom: 0px;
  }
  #hero h2 {
      font-size: 12px;
      line-height: 18px;
      padding-bottom: 0px;
  }
  #hero h4 {
      font-size: 8px;
      padding-bottom: 0px;
  }
  #hero p {
      font-size: 4px;
  }
  #hero button {
      font-size: 10px;
      padding: 0.5em 1em;
  }
  .card {
      margin-bottom: 30px;
  }
  .pro-container {
     flex-wrap: wrap;
      justify-content: space-evenly;
  }

 .card3, .card4{
  margin-bottom: 30px;
 }
 
 .contact-form-container button{
      margin-top: 10px; /* Adjust the margin as needed */
      left:200px;
      margin-bottom: 10px;
  }

  .contact-form-container{
      height: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  .contact-form-container h1 {
      font-size: 24px;
     }

  .contact-form-container button {
      margin-top: 0px; /* Adjust the margin as needed */
      left: 0px;
  }

  .column .logo {
      width: 100px;
      margin-bottom: 20px;
  }
  h1 {
      font-size: 36px;
      line-height: 48px;
  }
 
  h4 {
      font-size: 16px;
  }
  h6 {
      font-size: 10px;
  }
  p {
      font-size: small;
  }
  .notification {
    width: 100%;
    padding: 40px 40px;
  }
  .notititle {
    font-size: 24px;
  }
  
  .notibody {
    font-size: 16px;
  }
  .card3 {
    width: 250px;
    height: 650px;
    margin-left: 0px;
    margin-right: 0px;
}
  
.bg {
    width: 240px;
    height: 640px;
}
  
.blob {
    width: 200px;
    height: 550px;
}
  .package {
      height: auto;
      padding: 40px 10px;
      padding-top: 160px;
  }
  .needMoreSpace {
    height: auto;
    min-height: 180vh;
}

.needLessSpace {
    height: auto;
    min-height: 60vh;
}

#spiderPackage {
  height: 140vh;
}
#socialsOuterContainer {
  width: 100%;
}
}


/* media query */
@media (min-width:281px) and (max-width:399px) {

  #header {
      padding: 20px 40px;
  }
 
  #navbar {
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      width: 250px;
      background-color: #293040;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: space-evenly;
      transform: translateX(100%);
      transition: transform 0.3s ease-in-out;
  }

  #navbar ul {
      
      width: 100%;
  }

  #navbar ul li {
      width: 100%;
      text-align: left;
      padding: 15px 30px;
  }

  #navbar ul li a {
      display: block;
      width: 100%;
  }

  .hamburger {
      display: flex;
  }

  #navbar button {
      display: flex ;
  }

  #navbar.active {
      transform: translateX(0);
  }


  .hamburger.active span:nth-child(1) {
      transform: rotate(-45deg) translate(-5px, 6px);
  }

  .hamburger.active span:nth-child(2) {
      opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
      transform: rotate(45deg) translate(-5px, -6px);
  }
  .card {
      margin-bottom: 30px;
  }
  .pro-container {
     flex-wrap: wrap;
      justify-content: space-evenly;
  }

 .card3, .card4{
  margin-bottom: 30px;
 }
 
 
 .contact-form-container button{
      margin-top: 10px; /* Adjust the margin as needed */
      left:200px;
  }

  .logo {
      width: 150px;
  }
      
  h1 {
      font-size: 36px;
      line-height: 48px;
  }
  h2 {
      font-size: 32px;
      line-height: 40px;
  }
  h4 {
      font-size: 16px;
  }
  h6 {
      font-size: 10px;
  }
  p {
      font-size: 10px;
  }
  .section-p1 {
      padding: 10px;
  }
  .contact-form-container {
      padding: 10px;
      height: auto;
  }
  .contact-form-container h2{
      font-size: small;
  }
  #hero {
      height: 60vh;
      background-position: top 30% right 58%;
      padding: 0 20px;
  }
  #hero h1 {
      font-size: 18px;
      line-height: 24px;
      padding-top: 0px;
      padding-bottom: 0px;
  }
  #hero h2 {
      font-size: 16px;
      line-height: 24px;
      padding-bottom: 0px;
  }
  #hero h4 {
      font-size: 10px;
      padding-bottom: 0px;
  }
  #hero p {
      font-size: 6px;
  }
  #hero button {
      font-size: 12px;
      padding: 0.5em 1.5em;
  }

  .contact-form-container{
      height: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  .contact-form-container h1 {
      font-size: 24px;
     }
     
     .contact-form-container button{
          margin-top: 0px; /* Adjust the margin as needed */
          left:0px;
      }
  
      .column .logo {
          width: 200px;
          margin-bottom: 30px;
      }
      .notification {
        width: 100%;
        padding: 40px 40px;
      }
      .notititle {
        font-size: 24px;
      }
      
      .notibody {
        font-size: 16px;
      }
      .card3 {
        width: 250px;
        margin-left: 0px;
        margin-right: 0px;
    }
      
    .bg {
        width: 240px;
    }
      
    .blob {
        width: 200px;
    }
      .package {
          height: auto;
          padding: 40px 40px;
          padding-top: 160px;
      }
      .needMoreSpace {
        height: auto;
        min-height: 180vh;
    }
    
    .needLessSpace {
        height: auto;
        min-height: 60vh;
    }
    
    #spiderPackage {
      height: 180vh;
    }
    #socialsOuterContainer {
      width: 100%;
    }

}
@media (min-width:400px) and (max-width:639px) {

  #header {
      padding: 20px 40px;
  }
 
  #navbar {
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      width: 250px;
      background-color: #293040;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: space-evenly;
      transform: translateX(100%);
      transition: transform 0.3s ease-in-out;
  }

  #navbar ul {
      
      width: 100%;
  }

  #navbar ul li {
      width: 100%;
      text-align: left;
      padding: 15px 30px;
  }

  #navbar ul li a {
      display: block;
      width: 100%;
  }

  .hamburger {
      display: flex;
  }

  #navbar button {
      display: flex ;
  }

  #navbar.active {
      transform: translateX(0);
  }


  .hamburger.active span:nth-child(1) {
      transform: rotate(-45deg) translate(-5px, 6px);
  }

  .hamburger.active span:nth-child(2) {
      opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
      transform: rotate(45deg) translate(-5px, -6px);
  }
  .card {
      margin-bottom: 30px;
  }
  .pro-container {
     flex-wrap: wrap;
      justify-content: space-evenly;
  }

 .card3, .card4{
  margin-bottom: 30px;
 }
 
 .contact-form-container{
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
 }
 
 .contact-form-container button{
      margin-top: 10px; /* Adjust the margin as needed */
      left:200px;
  }

  .logo {
      width: 150px;
  }
      
  
  .column .logo {
      width: 500px;
      margin-bottom: 30px;
  }
  h1 {
      font-size: 36px;
      line-height: 48px;
  }
  h2 {
      font-size: 32px;
      line-height: 40px;
  }
  h4 {
      font-size: 16px;
  }
  h6 {
      font-size: 10px;
  }
  p {
      font-size: 10px;
  }
  .section-p1 {
      padding: 10px;
  }
  .contact-form-container {
      padding: 10px;
      height: auto;
  }
  #hero {
      height: 60vh;
      background-position: top 30% right 52%;
      padding: 0 20px;
  }
  #hero h1 {
      font-size: 18px;
      line-height: 24px;
      padding-top: 0px;
      padding-bottom: 0px;
  }
  #hero h2 {
      font-size: 16px;
      line-height: 24px;
      padding-bottom: 0px;
  }
  #hero h4 {
      font-size: 10px;
      padding-bottom: 0px;
  }
  #hero p {
      font-size: 6px;
  }
  #hero button {
      font-size: 12px;
      padding: 0.5em 1.5em;
  }
  .notification {
    width: 100%;
    padding: 40px 40px;
  }
  .notititle {
    font-size: 24px;
  }
  
  .notibody {
    font-size: 16px;
  }
  .card3 {
    width: 250px;
    margin-left: 0px;
    margin-right: 0px;
}
  
.bg {
    width: 240px;
}
  
.blob {
    width: 200px;
}
  .package {
      height: auto;
      padding: 40px 40px;
      padding-top: 160px;
  }
  .needMoreSpace {
    height: auto;
    min-height: 180vh;
}

.needLessSpace {
    height: auto;
    min-height: 60vh;
}

#spiderPackage {
  height: 140vh;
}
#socialsOuterContainer {
  width: 100%;
}
  
      .column .logo {
          width: 300px;
          margin-bottom: 30px;
      }
      

}

@media (min-width:640px) and (max-width:950px) {
  /* #navbar {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      z-index: 2222;
      position: fixed;
      top: 0;
      right: 0px;
      height: 100vh;
      width: 300px;
  } */
  #header {
      padding: 20px 40px;
  }
  .logo {
      width: 200px;
  }
  #navbar li {
      padding: 0 10px;
  }
  
  #navbar li a {
      font-size: 14px;
      font-weight: 600;
  }
  #hero {
      height: 80vh;
      background-position: top 30% right 50%;
      padding: 0 30px;
  }
  
  .notification {
    width: 80%;
  }
  .package {
      height: auto;
      padding: 40px 40px;
      padding-top: 160px;
  }
  .needMoreSpace {
    height: auto;
    min-height: 180vh;
}

.needLessSpace {
    height: auto;
    min-height: 60vh;
}

#spiderPackage {
  height: 100vh;
}
#socialsOuterContainer {
  width: 100%;
}
  .card {
      margin-bottom: 30px;
  }
  .pro-container {
     flex-wrap: wrap;
      justify-content: space-evenly;
  }

 .card3, .card4{
  margin-bottom: 30px;
 }

 
 
 .contact-form-container{
      height: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
 }
 
 .contact-form-container button{
      margin-top: 10px; /* Adjust the margin as needed */
      left:200px;
  }

  .column .logo {
      width: 500px;
      margin-bottom: 30px;
  }
  
  

}
@media (min-width:640px) and (max-width:950px) and (min-height:280px) and (max-height:500px) {
  h1 {
      font-size: 36px;
      line-height: 48px;
  }
  h2 {
      font-size: 32px;
      line-height: 40px;
  }
  h4 {
      font-size: 16px;
  }
  h6 {
      font-size: 10px;
  }
  p {
      font-size: 10px;
  }
  .section-p1 {
      padding: 10px;
  }
  .contact-form-container {
      padding: 10px;
      height: auto;
  }
  #hero {
      height: 80vh;
      background-position: top 30% right 52%;
      padding: 0 20px;
  }
  #hero h1 {
      font-size: 18px;
      line-height: 24px;
      padding-top: 0px;
      padding-bottom: 0px;
  }
  #hero h2 {
      font-size: 16px;
      line-height: 24px;
      padding-bottom: 0px;
  }
  #hero h4 {
      font-size: 10px;
      padding-bottom: 0px;
  }
  #hero p {
      font-size: 6px;
  }
  #hero button {
      font-size: 12px;
      padding: 0.5em 1.5em;
  }
  .notification {
    width: 80%;
  }
  .notititle {
    font-size: 24px;
  }
  
  .notibody {
    font-size: 16px;
  }
  .package {
      height: auto;
      padding: 40px 40px;
      padding-top: 160px;
  }
  .needMoreSpace {
    height: auto;
    min-height: 180vh;
}

.needLessSpace {
    height: auto;
    min-height: 60vh;
}

#spiderPackage {
  height: 220vh;
}
#socialsOuterContainer {
  width: 100%;
}
}
@media (min-width:951px) and (max-width:1440px) {
  #header {
    padding: 20px 40px;
  }
  .logo {
      width: 200px;
  }
  #navbar li {
      padding: 0 10px;
  }

  #navbar li a {
      font-size: 14px;
      font-weight: 600;
  }
  #hero {
      height: 80vh;
      background-position: top 30% right 50%;
      padding: 0 40px;
  }
  .notification {
    width: 80%;
  }
  .package {
      height: auto;
      padding: 40px 100px;
      padding-top: 160px;
  }

  .needMoreSpace {
      height: auto;
      min-height: 180vh;
  }

  .needLessSpace {
      height: auto;
      min-height: 60vh;
  }

  #spiderPackage {
    height: 100vh;
  }
  .column .logo {
    width: 500px;
    margin-bottom: 30px;
  }
}




