
@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://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700&display=swap');

@font-face {
  font-family: 'X7DesignFont'; /* Name you want to use */
  src: url('/fonts/x7design-Regular.woff2') format('woff2'),
       url('/fonts/x7design-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Optional but recommended */
}
  html {
    scroll-behavior: smooth;
  }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}




  /* Chrome, Safari, Edge (WebKit) */
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: transparent;
  }

  ::-webkit-scrollbar-track {
    background: #181818; /* Fully transparent track */
  }

  ::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #ff0022, #ff3e4e); /* Blue gradient */
    border-radius: 10px;
    border: 2px solid transparent; /* Creates a gap from track edge */
    background-clip: content-box; /* Prevents background from bleeding into border */
    
  }

  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom,#ff0022, #ff3e4e);
  }






body{
  scrollbar-width: thin; /* Makes it slimmer */
  scrollbar-color: #ff0022 transparent; /* Thumb + transparent track */
  background: #000 !important;
  /*font-family: poppins;*/
  font-family: Poppins ,sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  place-items: center;
    
}





   .cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #0d0d0d;
      color: #fff;
      padding: 1rem;
      display: none;
      justify-content: space-between;
      align-items: center;
      z-index: 9999;
      font-family: sans-serif;
    }

    .cookie-banner.show {
      display: flex;
    }
    .cookie-banner p a{
      color: rgb(255, 80, 80) !important;
    }
    .cookie-banner button {
      background-color: #b50000;
      color: white;
      border: none;
      padding: 0.5rem 1rem;
      font-size: 0.9rem !important;
      cursor: pointer;
      border-radius: 5px;
    }



#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000; /* or any background color */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Spinner animation */
.spinner {
  border: 6px solid #490000;
  border-top: 6px solid #cc0000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}
#loader p{
  color: white;
  font-family: 'poppins';
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
::selection {
  background: #000000;  /* Selection background color */
  color: white;         /* Selection text color */
}
img{
  user-select: none;         /* Disable text selection */
  pointer-events: none;      /* Disable interaction (like dragging) */
  -webkit-user-drag: none;   /* Prevent dragging in WebKit browsers */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.menu{
    position: relative !important;
    left: 50%;
    flex-wrap: wrap;
    max-width: 1200px;
    border-radius: 10px;
    background: none !important;
    width: 90%;
    /*height: 10% !important;*/
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: slideDown 0.5s ease-in-out forwards;
}
.mobile-sidebar.open{
    position: absolute;
}
.mobile-sidebar{
  background-color: #090202b2 !important;
}
.mobile-nav .menu-item{
  background-color: #1c1515 !important;
}
.mobile-submenu #menu-item1:hover, .mobile-submenu #menu-item3:hover, .mobile-submenu #menu-item4:hover{
  background-color: #2e2424 !important;
}
.mobile-submenu #menu-item2:hover{
  background-color: transparent !important;
}

.mobile-nav .menu-item:hover{
  background-color: #2e2424 !important;
}
#ServicesContainer:hover{
  background-color: #1c1515 !important;
}


.mobile-header, .menu-icon p{
    color: white;
}
.cover-sec1-gr{
    width: 100%;
    max-width: inherit;
    background: black;
    display: flex;
    place-content: center;
}


.cover-sec1-gr header{
    width: 100%;
    height: 100vh;
    min-height: 120px;
    position: relative;
    place-content: center;
    align-items: center;
    display: flex;
}
.media-behind-texts-sec1-gr{
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to top, #050003 5%, rgba(0, 0, 0, 0) 40%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; /* Adjust as needed */
    top: 0;
    left: 0;
}

.texts-on-media-sec1-gr{
    position: relative;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    max-width: 1200px;
    display: flex;

}
.texts-container-sec1-gr{
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;
    place-content: space-between;
    color: white;
    padding: 0% 5%;
}
.sec1-title-container{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: center;
}
.sec1-first-line-title-container{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  place-content: center;
}
.O-behind-container{
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
  position: relative;
  align-items: center;
  display: flex;
  place-content: center;
}
.O-container{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  place-self: center;
  align-self: center;
  align-self: center;
  position: absolute;
  overflow: hidden;
  place-content: center;
  align-items: center;
  box-shadow: 0px 0px 0px 2px white, inset 0px 0px 5px 1px white;
}
.O-container-absolute{
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  place-self: center;
  align-self: center;
  align-self: center;
  place-content: center;
  align-items: center;
}
.O-main-container{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: inset 0px 7px 14px 5px #4f0000;
  z-index: 3;
  overflow: visible;
  mix-blend-mode: multiply;
}
.contact-button:hover, .get-started-button:hover{
  background-color:rgba(255, 0, 0, 0.034) !important;
}
nav a:hover{
  color: rgb(255, 168, 168) !important;
}
.get-started-button{
  border: 1px solid #ff505026 !important;
}
.texts-container-sec1-gr div h1{
    text-align: center;
}

.title1-sec1-gr{
    width: fit-content;
    height: auto;
    text-align: left;
    font-size: 4.5rem !important;
    align-items: center;
    font-weight: 500;
    user-select: none;
    z-index: 10;

    display: none;
    opacity: 0;
    transition: opacity 2s ease-in-out; /* fade in effect */
}
.real-red-circle-container{
  display: flex;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 52%, rgba(0,0,0,0) 92%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 52%, rgba(0,0,0,0) 92%);
  place-content: center;
  align-items: center;
  z-index: 10;
  width: auto;
  opacity: 0;
    transition: opacity 2s ease-in-out; /* fade in effect */
}
.mask-the-circle-class{
  width: 80px;
  height: 80px;
}
.texts-container-sec1-gr button{
    width: 13rem;
    height: 2.5rem;
    border: none;
    cursor: pointer;
    background: #e9e9ed;
    color: black;
    transition: background 0.3s ease;
}
.texts-container-sec1-gr button:hover{
    background: rgb(184, 184, 184);
}

.button-container-sec1-gr{
    width: 100%;
    height: auto;
    place-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.button-container-sec1-gr p{
    width: 30%;
    height: fit-content;
    text-align: center;
}
.button-container-sec1-gr button h2{
  width: 100%;
  font-weight: 500;
  height: fit-content;
  text-align: center;
}


@media screen and (orientation: portrait) and (min-width: 1201px){
  .title1-sec1-gr{
    font-size: 6rem !important;
    align-items: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }
  .sec1-title-container{
    flex-direction: row;
    align-items: start;
    justify-content: center;
    height: fit-content;
    padding: 6rem;
  }
  .sec1-first-line-title-container{
    width: fit-content;
  }
  .cover-sec1-gr header{
    height: 30vh;
    max-height: 30vh;
  }
  .media-behind-texts-sec1-gr video{
    object-fit: cover;
    height: fit-content;
    object-position: center;
    max-height: 30vh;
  }
  .O-container-absolute, .O-main-container{
    height: 85px;
    width: 85px;
  } 
  .O-container{
    width: 80px;
    height: 80px;
  }
  .button-container-sec1-gr p{
    width: 60%;
  }
  .texts-container-sec1-gr button{
    width: 18rem;
    height: 3.8rem;
  }

}

@media screen and (orientation: portrait) and (max-width: 1200px){
  .title1-sec1-gr{
    font-size: 4rem !important;
    align-items: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }
  .sec1-title-container{
    flex-direction: row;
    align-items: start;
    justify-content: center;
    height: fit-content;
    padding: 5rem;
  }
  .sec1-first-line-title-container{
    width: fit-content;
  }
  .cover-sec1-gr header{
    height: 20vh;
    max-height: 20vh;
  }
  .media-behind-texts-sec1-gr video{
    object-fit: cover;
    height: fit-content;
    object-position: center;
    max-height: 30vh;
  }
  .O-container-absolute, .O-main-container{
    height: 65px;
    width: 65px;
  } 
  .O-container{
    width: 60px;
    height: 60px;
  }
  .button-container-sec1-gr p{
    width: 60%;
  }
  .texts-container-sec1-gr button{
    width: 18rem;
    height: 3.8rem;
  }
}

@media screen and (orientation: portrait) and (max-width: 992px){
  .title1-sec1-gr{
    font-size: 4rem !important;
    align-items: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }
  .sec1-title-container{
    flex-direction: row;
    align-items: start;
    justify-content: center;
    height: fit-content;
    padding: 3rem;
  }
  .sec1-first-line-title-container{
    width: fit-content;
  }
  .cover-sec1-gr header{
    height: 20vh;
    max-height: 20vh;
  }
  .media-behind-texts-sec1-gr video{
    object-fit: cover;
    height: fit-content;
    object-position: center;
    max-height: 30vh;
  }
  .O-container-absolute, .O-main-container{
    height: 55px;
    width: 55px;
  } 
  .O-container{
    width: 50px;
    height: 50px;
  }
  .button-container-sec1-gr p{
    width: 50%;
  }
  .texts-container-sec1-gr button{
    width: 15rem;
    height: 3.8rem;
  } 
}

@media screen and (orientation: portrait) and (max-width: 768px){
  .title1-sec1-gr{
    font-size: 3rem !important;
    align-items: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }
  .sec1-title-container{
    flex-direction: row;
    align-items: start;
    justify-content: center;
    height: fit-content;
    padding: 2rem;
  }
  .sec1-first-line-title-container{
    width: fit-content;
  }
  .cover-sec1-gr header{
    height: 25vh;
    max-height: 25vh;
  }
  .media-behind-texts-sec1-gr video{
    object-fit: cover;
    height: fit-content;
    object-position: center;
    max-height: 45vh;
  }
  .O-container-absolute, .O-main-container{
    height: 45px;
    width: 45px;
  } 
  .O-container{
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 0px 2px white, inset 0px 0px 5px 1px white;
  }
  .button-container-sec1-gr p{
    width: 70%;
  }
  .texts-container-sec1-gr button{
    width: 13rem;
    height: 2.7rem;
  } 
}

@media screen and (orientation: portrait) and (max-width: 600px){
  .title1-sec1-gr{
    font-size: 2.5rem !important;
    align-items: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
  }
  .sec1-title-container{
    flex-direction: row;
    align-items: start;
    justify-content: center;
    height: fit-content;
    padding: 0rem;
  }
  .sec1-first-line-title-container{
    width: fit-content;
  }
  .cover-sec1-gr header{
    height: 25vh;
    max-height: 25vh;
  }
  .media-behind-texts-sec1-gr video{
    object-fit: cover;
    height: fit-content;
    object-position: center;
    max-height: 30vh;
  }
  .O-container-absolute, .O-main-container{
    height: 50px;
    width: 50px;
  } 
  .O-container{
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 0px 1px white, inset 0px 0px 5px 1px white;
  }
  .button-container-sec1-gr p{
    width: 90%;
  }
  .texts-container-sec1-gr button{
    width: 12rem;
    height: 2.5rem;
  }

}

@media screen and (orientation: portrait) and (max-width: 450px){
  .title1-sec1-gr{
    font-size: 1.7rem !important;
    align-items: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
  }
  .sec1-title-container{
    flex-direction: row;
    align-items: start;
    justify-content: center;
    height: fit-content;
    padding: 1rem;
  }
  .sec1-first-line-title-container{
    width: fit-content;
  }
  .cover-sec1-gr header{
    height: 17vh;
    max-height: 17vh;
  }
  .media-behind-texts-sec1-gr video{
    object-fit: cover;
    height: fit-content;
    object-position: center;
    max-height: 30vh;
  }
  .O-container-absolute, .O-main-container{
    height: 30px;
    width: 30px;
  } 
  .O-container{
    width: 25px;
    height: 25px;
    box-shadow: 0px 0px 0px 1px white, inset 0px 0px 5px 1px white;
  }
  .button-container-sec1-gr p{
    width: 90%;
  }
  .texts-container-sec1-gr button{
    width: 10rem;
    height: 2.3rem;
  }

}


















@media screen and (orientation: landscape) and (min-width: 1201px){
  .menu {
    height: 4.5rem !important;
  }
  .title1-sec1-gr{
    font-size: 7.5rem !important;
  }
  .O-container-absolute, .O-main-container{
    height: 90px;
    width: 90px;
  } 
  .O-container{
    width: 85px;
    height: 85px;
  }
  .texts-container-sec1-gr button{
    width: 13rem;
    height: 2.5rem;
  }
  .button-container-sec1-gr p{
    width: 30%;
  }
  .sec1-title-container{
    line-height: 0.8;
    justify-content: start;
    padding: 7rem;
  }
}

@media screen and (orientation: landscape) and (max-width: 1200px){
  .menu {
    height: 4.5rem !important;
  }
  .title1-sec1-gr{
    font-size: 5.5rem !important;
    line-height: 0.9;
  }
  .O-container-absolute, .O-main-container{
    height: 80px;
    width: 80px;
  } 
  .O-container{
    width: 75px;
    height: 75px;
    box-shadow: 0px 0px 0px 2px white, inset 0px 0px 5px 1px white;
  }
  .sec1-title-container{
    justify-content: start;
    padding: 3rem;
  }
  .texts-container-sec1-gr button{
    width: 13rem;
    height: 2.5rem;
  }
  .button-container-sec1-gr p{
    width: 30%;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px){
  .menu {
    height: 3.5rem !important;
  }
  .title1-sec1-gr{
    font-size: 3.5rem !important;
  }
  .O-container-absolute, .O-main-container{
    height: 50px;
    width: 50px;
  } 
  .O-container{
    width: 45px;
    height: 45px;
      box-shadow: 0px 0px 0px 1px white, inset 0px 0px 5px 1px white;
  }
  .sec1-title-container{
    justify-content: start;
    padding: 3rem;
  }
  .texts-container-sec1-gr button{
    width: 11rem;
    height: 2.5rem;
  }
  .button-container-sec1-gr p{
    width: 45%;
  }
}
@media screen and (orientation: landscape) and (max-width: 768px){
  .menu {
    height: 3rem !important;
    width: 100%;
  }
  .title1-sec1-gr{
    font-size: 3rem !important;
  }
  .O-container-absolute, .O-main-container{
    height: 40px;
    width: 40px;
  } 
  .O-container{
    width: 35px;
    height: 35px;
    box-shadow: 0px 0px 0px 1px white, inset 0px 0px 5px 1px white;
  }
  .sec1-title-container{
    justify-content: start;
    padding: 2rem;
  }
  .texts-container-sec1-gr button{
    width: 8rem;
    height: 2rem;
  }
  .button-container-sec1-gr p{
    width: 65%;
  }
}































/*--------------------------------Section 2---------------------------------*/
.cover-sec2-gr{
    width: 100%;
    max-width: inherit;
    background: linear-gradient(to top, #000 0%, #000 50%);
    display: flex;
    place-content: center;

}
.section2-gr{
    width: 100%;
    height: fit-content;
    position: relative;
    padding: 4rem 2rem;
    flex-wrap: wrap;
    max-width: 1200px;
    display: flex;
    overflow: visible;
}
video::-webkit-media-controls {
  display: none !important;
}
.rect-texts-container-sec2-gr{
    width: 100%;
    height: 70vh;
    overflow: visible;
    display: flex;
    flex-direction: row-reverse;
    z-index: 3;
}
.texts-container-sec2-gr{
    color: white;
    z-index: 5;
    position: relative;
    padding: 0% 0% 1.5rem 0%;
    line-height: 1;
}
.texts-container-sec2-gr h1{
    text-align: left;
    font-weight: 400;
    line-height: 1;
    margin-top: 10px;
}
.texts-container-sec2-gr h4{
    margin-left: 0.2rem;
}

.texts-timelines-container-sec2-gr{
    width: 40%;
    height: 100%;
    z-index: 2;
    place-content: end;
    display: flex;
}
    .timeline-container {
      display: flex;
      max-width: 700px;
      width: 90%;
      position: relative;
    }

    /* Timeline moved to the right */
    .timeline-items {
      flex: 1;
      display: flex;
      flex-direction: column;
      user-select: none;
      margin-right: 20px;
    }
    .timeline-line-container {
      position: relative;
      width: 5px;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      cursor: pointer;
      user-select: none;
    }

    .segment-fill {
      position: relative;
      width: 3px;
      background: #300;
      overflow: visible;
      transition: width 0.3s ease;
    }
    .segment-fill.active {
      width: 5px;
      transition: width 0.3s ease;
      z-index: 2;
      color: white;
    }
    .segment-fill.completed {
      background: #888;
      width: 3px;
      transition: background-color 0.3s ease;
      z-index: 1;
    }

    .progress-fill-green {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0%;
      background: #300;
      transition: height linear;
      z-index: 3;
    }
    .progress-fill-red {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ff4c4c;
      
      transition: height linear;
      z-index: 2;
    }
    .segment-fill:hover, .segment-fill.completed:hover{
        width: 5px;
    }
    .timeline-item {
      background: transparent; /* dark sky blue */
      padding: 0.5rem;
      overflow: hidden;
      cursor: pointer;
      color: rgb(66, 66, 66);
      transition: background-color 0.3s ease, background 0.3s ease;
    }

    .timeline-item.active {
        color: white;
      background-color: transparent;
    }
    .timeline-item .content {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 0.6s ease, opacity 0.6s ease;
      user-select: text;
    }
    .timeline-item.active .content {
      max-height: 500px;
      opacity: 1;
    }
    #item-0{
        border-radius: 6px 6px 0px 0px;
    }
    #item-1{
        border-radius: 0px 0px 0px 0px;
    }
    #item-2{
        border-radius: 0px 0px 0px 0px;
    }
    #item-3{
        border-radius: 0px 0px 6px 6px;
    }
    @media (max-width: 600px) {
      .timeline-container {
        flex-direction: column;
        align-items: stretch;
      }
      .timeline-items {
        margin-right: 0;
      }
    }


    .icon-title-container{
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        align-items: center;
    }
    .title-icon{
        width: 1.5rem;
        height: 1.5rem;
    }
    .title-icon img{
        width: 100%;
        height: auto;
    }








.glow-around-rect-sec2-gr{
    width: 100%;
    height: 100%;
    background: linear-gradient(10deg,white 0%,transparent 20%,transparent 80%,white 100%);
    display: flex;
    overflow: hidden;
    padding: 0.12rem;
    border-radius: 6px;
    z-index: 4;
    position: relative;
}
.rect-container-sec2-gr {
    width: 60%;
    height: fit-content;
    overflow: visible;
    display: flex;
    z-index: 3;
    padding: 0.5rem;
    position: relative;

}

.rect-container-sec2-gr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    overflow: hidden;
    border-radius: 6px;
    background: black;
}
.shadow-0-around-rect-sec2-gr{
    width: 99%;
    height: 98%;
    filter: blur(5px);
    background: linear-gradient(10deg,rgb(226, 21, 21) 0%,transparent 20%,transparent 80%,rgb(189, 192, 143) 100%);
    border-radius: 6px;
    z-index: 4;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    place-self: center;
    align-self: center;
    right: 0;
    bottom: 0;
}
.shadow-1-around-rect-sec2-gr{
    width: 100%;
    height: 100%;
    filter: blur(15px);
    background: linear-gradient(10deg,rgb(226, 21, 21) 0%,transparent 20%,transparent 80%,rgb(189, 192, 143) 100%);
    border-radius: 6px;
    z-index: 4;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.shadow-2-around-rect-sec2-gr{
    width: 100%;
    height: 100%;
    filter: blur(50px);
    background: linear-gradient(10deg,rgb(226, 21, 21) 0%,transparent 20%,transparent 80%,rgb(189, 192, 143) 100%);
    border-radius: 6px;
    z-index: 4;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.pattern-1-around-rect-sec2-gr{
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: visible;
    padding: 0.4rem;
    position: absolute;
    border-radius: 10px;
}
.pattern-1-around-rect-sec2-gr::before{
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0px 0px 10px 7px #000, inset 0px 0px 16px 9px #000;
  z-index: 0;
  border-radius: 13px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(var(--dynamic-gradient-angle, 25deg), #000 0%, #000 15%, #000 80%, transparent 100%), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='3' height='3'><circle cx='2.5' cy='2.5' r='.6' fill='rgba(255,255,255,1)' /></svg>");
  transform: translate(var(--glow-translate-x, 0%), var(--glow-translate-y, 0%));
}
.pattern-2-around-rect-sec2-gr{
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: visible;
    padding: 0.4rem;
    position: absolute;
    border-radius: 10px;
}
.pattern-2-around-rect-sec2-gr::before {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0px 0px 10px 7px #000, inset 0px 0px 16px 9px #000;
  z-index: 0;
  border-radius: 13px;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--dynamic-gradient-angle-2, 25deg), #000 0%, #000 15%, #000 80%, transparent 100%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='3' height='3'><circle cx='2.5' cy='2.5' r='.6' fill='rgba(255,255,255,1)' /></svg>");
  transform: translate(var(--glow-translate-x, 0%), var(--glow-translate-y, 0%));
}
.glow-blurred-rect-sec2-gr{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.5rem;
    overflow: visible;
    z-index: 4;

}
.blurred-glow{
    width: 100%;
    height: 100%;
    background: linear-gradient(10deg,white 0%,transparent 20%,transparent 80%,white 100%);
    z-index: 6;
    border-radius: 6px;
    filter: blur(5px);
}


.bottom-part-sec2-web{
    padding: 3rem 0rem 3rem 0rem !important;
}
.card-one-inside-bottom-part-sec2-web h2{
  color: #ddd !important;
}
.card-one-inside-bottom-part-sec2-web h2, .title h2{
    place-self: start;
    color: white;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-align: left;
    line-height: 2rem;
}
.card-one-inside-bottom-part-sec2-web{
    align-items: start !important; 
    gap: 0.1rem;

}
.card-one-inside-bottom-part-sec2-web h4{
    text-align: left;
}
.bottom-part-details-container-sec2-web{
    row-gap: 3rem;
    
}
.card-one-inside-bottom-part-sec2-web img{
    width: 3rem !important;
    z-index: 3;
    filter: hue-rotate(145deg)
}
.glow-pic-sec2-icons{
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    background: rgba(255, 76, 76, 0.603);
    filter: blur(29px);
    z-index: 2;
    opacity: 0.5;
    transform-origin: center center;
    transition: transform 0.7s ease, opacity 0.7s ease; /* smooth both */
}

.content h4{
    color: #868686;
}













.blurred-glow,
.glow-around-rect-sec2-gr,
.shadow-0-around-rect-sec2-gr,
.shadow-1-around-rect-sec2-gr,
.shadow-2-around-rect-sec2-gr,
.pattern-1-around-rect-sec2-gr,
.pattern-2-around-rect-sec2-gr {
  will-change: transform, background-image;
  backface-visibility: hidden; /* Sometimes helps */
}

/* Initial state */
#glow-behind-icon-1,
#glow-behind-icon-2,
#glow-behind-icon-3,
#glow-behind-icon-4,
#glow-behind-icon-5,
#glow-behind-icon-6 {
  transform: scale(1);
  opacity: 0.5;
  transition: transform 0.7s ease, opacity 0.7s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-origin: center center;
}

/* Active animation state */
#glow-behind-icon-1.active,
#glow-behind-icon-2.active,
#glow-behind-icon-3.active,
#glow-behind-icon-4.active,
#glow-behind-icon-5.active,
#glow-behind-icon-6.active {
  transform: scale(1.1);
  opacity: 1;
}
































.cover-sec-2-3-vd{
    width: 100%;
    max-width: inherit;
    background: #000;
    display: flex;
    place-content: center;

}
.section2-3-vd{
    width: 100%;
    height: fit-content;
    position: relative;
    flex-wrap: wrap;
    max-width: 1200px;
    display: flex;
    z-index: 1;
    overflow: hidden;
}

.scroll-image-container {
width: 100%;
  height: 5rem;
  overflow: hidden;
  background: black;
   /* fade mask from left→center→right */
  -webkit-mask-image: linear-gradient(to right, transparent, black 30%, black 70%, transparent);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;

  mask-image: linear-gradient(to right, transparent, black 30%, black 70%, transparent);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
#scroll-image{
  display: flex;
  gap: 5rem;
}
.scroll-image-container img {
    position: relative;
    top: 0;
    left: 0;
    height: 15vh;
    width: auto;
    will-change: transform;
}
.video-services{
  /* remove the fixed width */
  width: auto;
  height: 4rem; /* or keep fixed height if you want */
  transition: scale 0.3s ease-in-out;
  display: flex;
  scale: 1 !important;
  flex-direction: column;
  cursor: default;
  align-items: start;
  justify-content: center;
  color: #bababa;
  white-space: nowrap; /* prevents text wrapping to multiple lines */
  padding: 0 1rem; /* optional: spacing around items */
}
.video-services:hover{
  scale: 1.1 !important;
}
.video-services img{
  width: 2rem;
  height: 2rem;
  display: flex;
  place-content: start;
  align-items: start;
}
.video-services h3{
  color: #bababa;
  font-weight: 300;
  width: 100%;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Scroll half the content (because it's duplicated) */
    }
}































/*--------------------------------Section 3---------------------------------*/

.cover-sec3-gr {
  width: 100%;
  background: #000;
  display: flex;
  justify-content: center;
}

.section3-gr {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 4rem 2rem;
  gap: 2rem;
  height: fit-content;
  overflow: hidden;
}

.container {
      width: 100%;
      max-width: 1200px;
      display: flex;
      gap: 2rem;
      align-items: center;
    }

    /* Slider 70% */
    .swiper {
      width: 70%;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 5px 25px rgba(0,0,0,0.5);
      position: relative;
    }
    .swiper-slide {
      display: flex !important;
      justify-content: center;
      align-items: center;
    }
    .swiper-slide img {
      width: 100%;
      height: 400px;
      object-fit: cover;
    }


    /* Text area 30% */
    .slide-text {
      width: 30%;
    }
    .slide-text h2 {
      margin: 0 0 1rem;
      font-size: 1.8rem !important;
      color: #f8f8f8;
    }
    .slide-text p {
      color: #ccc;
      line-height: 1.5;
    }

    /* Custom arrow buttons */
    .swiper-button-next,
    .swiper-button-prev {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: rgba(0,0,0,0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background 0.3s ease;
    }
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
      background: rgba(0,0,0,0.8);
    }

    .swiper-button-next svg,
    .swiper-button-prev svg {
      width: 20px;
      height: 20px;
      fill: white;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
      display: none;
    }
    .swiper-button-prev svg {
      transform: rotate(180deg);
    }
.swiper-button-next, 
.swiper-button-prev {
  outline: none;        /* remove focus outline */
}

.swiper-button-next:focus, 
.swiper-button-prev:focus {
  outline: none;        /* extra safety */
}
    /* Responsive */
    @media (max-width: 900px) {
      .container {
        flex-direction: column;
      }
      .swiper {
        width: 100%;
      }
      .slide-text {
        width: 100%;
      }
    }


/* Target bullets inside pagination container */
.swiper-pagination .swiper-pagination-bullet {
  background-color: #000000 !important; /* inactive bullets */
  opacity: 1;         /* make fully visible */
  transition: background 0.3s ease, opacity 0.3s ease;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important; /* active bullet */
  opacity: 1;         /* make fully visible */
  transition: background 0.3s ease, opacity 0.3s ease;
}


.swiper-button-next, .swiper-button-prev{
  width: 2rem !important;
  height: 2rem !important;
}



label p{
  color: rgb(187, 187, 187);
}








/*--------------------------------Section 4---------------------------------*/
.cover-sec4-gr{
    width: 100%;
    max-width: inherit;
    background: #212121; 
    display: flex;
    place-content: center;

}
.section4-gr{
    width: 100%;
    height: fit-content;
    position: relative;
    padding: 4rem 2rem;
    flex-wrap: wrap;
    max-width: 1200px;
    display: flex;
    overflow: hidden;
}
#myForm{
  width: 100%;
  height: fit-content;
  margin: 1rem 0rem 0rem 0rem;
}

.user-info-row {
  display: flex;
  gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.input-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.input-field input, .desc1-style, .desc2-style , #custom-type-input{
width: 100%;
  height: 3rem;
  background: #303030;
  color: #4b4b4b;
  border-radius: 10px;
  border: 1px solid #444 !important;
  padding: 0.5rem;
  font-family: 'poppins';
  outline: none;
  transition: border 0.3s ease;
  color: white;
  box-shadow: none !important;
}

.input-field input:hover {
  border: 1px solid rgb(100, 100, 100);
}

#banner-where-use, #width, #height {
width: 100%;
  height: 3rem;
  background: #303030;
  color: #4b4b4b;
  border-radius: 10px;
  border: 1px solid #444 !important;
  padding: 0.5rem;
  font-family: 'poppins';
  outline: none;
  transition: border 0.3s ease;
  color: white;
  box-shadow: none !important;
}

.banner-text-shape-container {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.banner-where-use-and-shape-size-container {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

#add-color-btn {
  display: flex;
  align-items: center;
  place-content: center;
width: 100%;
cursor: pointer;
  height: 3rem;
  background: #303030;
  color: #4b4b4b;
  border-radius: 10px;
  border: 1px solid #444 !important;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  font-family: 'poppins';
  outline: none;
  transition: border 0.3s ease;
  color: white;
  box-shadow: none !important;
  transition: background 0.3s ease, border 0.3s ease;
}

#add-color-btn:hover{
  background: #383838;
  border: 1px solid rgb(247, 247, 247);
}
.input-title-lable-container {
  display: flex;
  flex-direction: column;
  width: 60%;
  height: fit-content;
  overflow: hidden;
}

.input-width-lable-container, .input-height-lable-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
}

.dimention-color-container {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dimention-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

#shape-preview {
  margin: 1rem 1rem 1rem 0rem;
  max-height: 10rem;
  background: #00afec !important;
}

.color-button-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 49%;
}

.add-color-btn-and-remove-color-container {
  width: 2rem;
  height: auto;
  display: flex;
  flex-direction: column;
}

.color-editable-btn {
  border: none;
  padding: 0.5rem;
  border-radius: 10px;
  color: white;
  font-weight: 300;
  cursor: text;
  background: #555;
  background-color: rgb(85, 85, 85);
  width: 100%;
  height: 2.5rem;
  display: flex;
  place-content: start;
  align-items: center;
  outline: none;
  overflow: hidden;
}

.color-picker {
  width: 1.5rem !important;
  height: 1.5rem !important;
  cursor: pointer;
  border-radius: 50%;
  border: none;
}

.remove-color-btn {
  background: white !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  display: flex !important;
  place-content: center !important;
  align-items: center !important;
  border: 1px solid white !important;
  cursor: pointer !important;
  border-radius: 50% !important;
  transition: border 0.5s ease !important;
}

.remove-color-btn:hover {
  border: 1px solid rgb(100, 100, 100) !important;
}


#color-buttons-container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
}

.color-editable-btn:empty:before {
  content: attr(data-placeholder);
  color: #aaa;
  pointer-events: none;
  display: flex;
  place-content: start;
  text-align: left;
  width: 100%;
}

.color-tools-wrapper {
  width: 2rem;
  height: auto;
  display: flex;
  flex-direction: column;
}

.both-description-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.desc1-container, .desc2-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin: 2rem 0rem;
}

.desc1-style, .desc2-style {
  height: 10rem;
  transition: border 0.3s ease;
}

.desc1-style:hover, .desc2-style:hover {
  border: 1px solid rgb(100, 100, 100) !important;
}

#logo_image {
  width: 100%;
  height: 15rem;
  display: flex;
  place-content: center;
  align-items: center;
  position: relative;
  opacity: 0;
  border-radius: 10px;
}

.logo-uploader-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  place-content: center;
  align-items: center;
}

.img-label-container {
  width: 50%;
  height: fit-content;
}

.image-uploader-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-uploader {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.above-image-uploader {
width: 100%;
  height: 100%;
  place-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  transition: background 0.3s ease;
  cursor: pointer;
  background: #2d2d2d;
}

.above-image-uploader:hover {
  background: rgba(128, 128, 128, 0.082);
}

.above-image-uploader img {
  width: 6rem;
  height: auto;
  padding: 0.6rem;
}
.above-image-uploader p{
  color: #848484;
  font-family: 'poppins';
  margin-top: 2rem;
}
.click-to-upload-btn{
  width: 10rem;
  place-content: space-around !important;
  align-items: center !important;
  height: 2.5rem;
  background: #222222 !important;
  color: white !important;
  padding: 0.5rem !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  border: none !important;
  display: flex !important;
  transition: background 0.3s ease !important;
}
.click-to-upload-btn:hover{
  background: #131313 !important;
}
.click-to-upload-btn img{
  height: auto;
  width: 1rem;
  padding: 0;
}
.click-to-upload-btn p{
  font-family: 'poppins';
  color: white;
  margin-top: 0;
}
#remove-logo-btn {
display: flex;
  flex-direction: row;
  margin-bottom: 0rem;
  background: #ff3737;
  color: white;
  width: auto;
  border-radius: 10px;
  border: none;
  transition: background 0.3s ease,opacity 0.3s ease;
  font-family: 'poppins';
  padding: 0rem 0rem;
  text-align: center;
  place-content: center;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}

#remove-logo-btn:hover {
  background: #d32c2c;
}
#remove-logo-btn img{
  width: auto;
  height: 1.3rem;
  border: none !important;
}
.button-and-logo-preview-container {
  position: relative;
}

#logo-preview {
  z-index: 3;
  position: relative;
  display: none;
  max-width: 8rem;
  border-radius: 10px;
}

#form-message {
  display: none;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 1rem;
  color: #fff;
  opacity: 1;
  transition: opacity 0.5s ease;
}

#form-message.hide {
  opacity: 0;
}

.multi-preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
  place-content: center;
}

.multi-preview-container img {
  width: 6rem;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  border: 1px solid #ccc;
  padding: 2px;

}
.form-submit-container{
  width: 100%;
  height: auto;
  display: flex;
  place-content: center;
  align-items: center;
}
.form-submit-container button {
  width: 10rem;
  height: 2.5rem;
  color: white;
  background: rgb(167 13 13);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease, opacity 0.3s ease;
}
.form-submit-container button:hover{
  background: rgb(128, 0, 0);
}


.form-submit-container button h2{
  color: white;
  font-family: 'poppins';
  font-weight: 400;
}


.title-container-above-form{
  width: 100%;
  height: 2.5rem;
  display: flex;
  flex-direction: row;
  place-content: center;
  align-items: center;
}

.centerize-the-title-container{
  width: fit-content;
  height: 100%;
  border-radius: 150px;
  background: rgb(45, 45, 45);
  display: flex;
  flex-direction: row;
  gap: 0.3rem;
  padding: 0.2rem;
}
.centerize-the-title-container button{
  width: fit-content !important;
  height: 100%;
  background: rgb(63, 63, 63);
  color: white;
  border: none;
  display: flex;
  border-radius: 150px;
  cursor: pointer;
  padding: 0.4rem 1rem;
  transition: background 0.3s ease, padding 0.3s ease, width 0.3s ease;
  gap: 0.3rem;
  align-items: center;
  place-content: center;
}
.centerize-the-title-container button:hover{
  background: rgb(31, 31, 31);
  width: fit-content;
  padding: 0.4rem 1.2rem;
}
.centerize-the-title-container button p{
  color: white;
  font-family: 'poppins';
  display: flex;
  place-content: center;
  align-items: center;
}
.centerize-the-title-container button img{
  width: auto;
  height: 70%;
}
#poster-btn img{
  rotate: 90deg;
}

.centerize-the-title-container button.active-type-btn {
  border: 2px solid #c9c9c9;
  background-color: #757575;
}

#custom-type-input{
width: 100%;
  height: 3rem;

}

#custom-type-container{
  width: 50%;
  height: 100%;
  margin: 0rem 0rem 1rem 0rem;
  flex-direction: column;
}

#remove_btn_images{
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  background: rgba(255, 51, 51, 0.9);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  width: 1.3rem;
  height: 1.3rem;
  padding: 0.2rem;
  color: white;
  font-size: 1.2rem !important;
  display: flex;
  place-content: center;
  align-items: center;
  transition: background 0.3s ease;
}
#remove_btn_images:hover{
  background: rgba(182, 25, 25, 0.9);
}


#image-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

#lightbox-image, #lightbox-video {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  z-index: 1;
}

#lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px !important;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}

#full_btn_images{
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  padding: 0.2rem;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  place-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  font-size: 1rem !important;
  font-family: 'poppins';
  transition: background 0.3s ease, opacity 0.3s ease;
}
#full_btn_images:hover{
  background: rgba(0, 0, 0, 0.808) ;
}

#preview-image-details, .preview-video-details{
  width: 10rem;
  border-radius: 8px;
  display: block;
  height: 10rem;
  object-fit: cover;
  object-position: top;
  border: 1px solid #ccc;
  padding: 2px;
}




@media screen and (orientation: portrait) and (min-width: 1201px){
      .color-editable-btn{
    height: 3.5rem;
  }
      .input-field input, #custom-type-input, #banner-where-use, #width, #height{
    height: 4rem;
  }
.input-field{
    flex: none;
    display: flex;
    flex-direction: column;
    width: 49%;
  }
  
  .user-info-row{
    flex-direction: row;
    width: 100%;
  }
  .banner-where-use-and-shape-size-container{
    flex-direction: column;
  }
  #custom-type-container{
    width: 100%;
  }
  .input-title-lable-container{
    width: 100%;
  }
  .dimention-color-container{
    width: 100%;
  }
  #add-color-btn{
    width: 20%;
    padding: 1rem 0rem;
  }
  #color-buttons-container{
    flex-direction: row;
  }
  .color-button-wrapper{
    width: 49%;
  }
  .desc1-container, .desc2-container{
    width: 100%;
  }
  .both-description-container{
    flex-direction: column;
    gap: 0rem;
  }
  .img-label-container{
    width: 100%;
  }
  .above-image-uploader p{
    padding: 0rem 1rem;
    text-align: center;
  }
  .click-to-upload-btn{
    width: 19rem !important;
  }
  .centerize-the-title-container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1,1fr);
    border-radius: 20px;
  }
  .title-container-above-form{
    height: 100%;
    flex-wrap: wrap;
    position: relative;
  }
  .centerize-the-title-container button{
    width: 100% !important;
    height: 3.5rem;
  }
  .form-submit-container button, .click-to-upload-btn{
    width: 13rem;
  height: 3.5rem;
  }
}


@media screen and (orientation: portrait) and (max-width: 1200px){
    .color-editable-btn{
    height: 3.5rem;
  }
    .input-field input, #custom-type-input, #banner-where-use, #width, #height{
    height: 4rem;
  }
  .input-field{
    flex: none;
    display: flex;
    flex-direction: column;
    width: 49%;
  }
  
  .user-info-row{
    flex-direction: row;
    width: 100%;
  }
  .banner-where-use-and-shape-size-container{
    flex-direction: column;
  }
  #custom-type-container{
    width: 100%;
  }
  .input-title-lable-container{
    width: 100%;
  }
  .dimention-color-container{
    width: 100%;
  }
  #add-color-btn{
    width: 20%;
    padding: 1rem 0rem;
  }
  #color-buttons-container{
    flex-direction: row;
  }
  .color-button-wrapper{
    width: 49%;
  }
  .desc1-container, .desc2-container{
    width: 100%;
  }
  .both-description-container{
    flex-direction: column;
    gap: 0rem;
  }
  .img-label-container{
    width: 100%;
  }
  .above-image-uploader p{
    padding: 0rem 1rem;
    text-align: center;
  }
  .click-to-upload-btn{
    width: 18rem !important;
  }
  .centerize-the-title-container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1,1fr);
    border-radius: 20px;
  }
  .title-container-above-form{
    height: 100%;
    flex-wrap: wrap;
    position: relative;
  }
  .centerize-the-title-container button{
    width: 100% !important;
    height: 3.5rem;
  }
  .form-submit-container button, .click-to-upload-btn{
    width: 13rem;
  height: 3.5rem;
  }
}


@media screen and (orientation: portrait) and (max-width: 992px){
    .color-editable-btn{
    height: 3rem;
  }
  .input-field input, #custom-type-input, #banner-where-use, #width, #height{
    
    height: 3rem;
  }
  .input-field{
    flex: none;
    display: flex;
    flex-direction: column;
    width: 48%;
  }
  
  .user-info-row{
    flex-direction: row;
    width: 100%;
  }
  .banner-where-use-and-shape-size-container{
    flex-direction: column;
  }
  #custom-type-container{
    width: 100%;
  }
  .input-title-lable-container{
    width: 100%;
  }
  .dimention-color-container{
    width: 100%;
  }
  #add-color-btn{
    width: 20%;
  }
  #color-buttons-container{
    flex-direction: row;
  }
  .color-button-wrapper{
    width: 49%;
  }
  .desc1-container, .desc2-container{
    width: 100%;
  }
  .both-description-container{
    flex-direction: column;
    gap: 0rem;
  }
  .img-label-container{
    width: 100%;
  }
  .above-image-uploader p{
    padding: 0rem 1rem;
    text-align: center;
  }
  .click-to-upload-btn{
    width: 13rem !important;
  }
  .centerize-the-title-container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1,1fr);
    border-radius: 20px;
  }
  .title-container-above-form{
    height: 100%;
    flex-wrap: wrap;
    position: relative;
  }
  .centerize-the-title-container button{
    width: 100% !important;
    height: 2.5rem;
  }
  .form-submit-container button, .click-to-upload-btn{
    width: 10rem;
  height: 2.5rem;
  }
}


@media screen and (orientation: portrait) and (max-width: 768px){
  .color-editable-btn{
    height: 2.5rem;
  }
  .user-info-row{
    flex-direction: column;
  }
    .input-field{
    flex: none;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .banner-where-use-and-shape-size-container{
    flex-direction: column;
  }
  #custom-type-container{
    width: 100%;
  }
  .input-title-lable-container{
    width: 100%;
  }
  .dimention-color-container{
    width: 100%;
  }
  #add-color-btn{
    width: 100%;
  }
  #color-buttons-container{
    flex-direction: row;
  }
  .color-button-wrapper{
    width: 100%;
  }
  .desc1-container, .desc2-container{
    width: 100%;
  }
  .both-description-container{
    flex-direction: column;
    gap: 0rem;
  }
  .img-label-container{
    width: 100%;
  }
  .above-image-uploader p{
    padding: 0rem 1rem;
    text-align: center;
  }
  .click-to-upload-btn{
    width: 13rem !important;
  }
  .centerize-the-title-container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,1fr);
    border-radius: 20px;
  }
  .title-container-above-form{
    height: 100%;
    flex-wrap: wrap;
    position: relative;
  }
  .centerize-the-title-container button{
    width: 100% !important;
    height: 2.5rem;
  }
}


@media screen and (orientation: portrait) and (max-width: 600px){
  .user-info-row{
    flex-direction: column;
  }
  .banner-where-use-and-shape-size-container{
    flex-direction: column;
  }
  #custom-type-container{
    width: 100%;
  }
  .input-title-lable-container{
    width: 100%;
  }
  .dimention-color-container{
    width: 100%;
  }
  #add-color-btn{
    width: 100%;
  }
  #color-buttons-container{
    flex-direction: row;
  }
  .color-button-wrapper{
    width: 100%;
  }
  .desc1-container, .desc2-container{
    width: 100%;
  }
  .both-description-container{
    flex-direction: column;
    gap: 0rem;
  }
  .img-label-container{
    width: 100%;
  }
  .above-image-uploader p{
    padding: 0rem 1rem;
    text-align: center;
  }
  .click-to-upload-btn{
    width: 13rem !important;
  }
  .centerize-the-title-container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,1fr);
    border-radius: 20px;
  }
  .title-container-above-form{
    height: 100%;
    flex-wrap: wrap;
    position: relative;
  }
  .centerize-the-title-container button{
    width: 100% !important;
    height: 2.5rem;
  }
}


@media screen and (orientation: portrait) and (max-width: 450px){
  .user-info-row{
    flex-direction: column;
  }
  .banner-where-use-and-shape-size-container{
    flex-direction: column;
  }
  #custom-type-container{
    width: 100%;
  }
  .input-title-lable-container{
    width: 100%;
  }
  .dimention-color-container{
    width: 100%;
  }
  #add-color-btn{
    width: 100%;
  }
  #color-buttons-container{
    flex-direction: row;
  }
  .color-button-wrapper{
    width: 100%;
  }
  .desc1-container, .desc2-container{
    width: 100%;
  }
  .both-description-container{
    flex-direction: column;
    gap: 0rem;
  }
  .img-label-container{
    width: 100%;
  }
  .above-image-uploader p{
    padding: 0rem 1rem;
    text-align: center;
  }
  .click-to-upload-btn{
    width: 13rem !important;
  }
  .centerize-the-title-container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(3,1fr);
    border-radius: 20px;
  }
  .title-container-above-form{
    height: 100%;
    flex-wrap: wrap;
    position: relative;
  }
  .centerize-the-title-container button{
    width: 100% !important;
    height: 2.5rem;
  }
}







@media screen and (orientation: landscape) and (min-width: 1201px){
  .color-button-wrapper{
    width: 49%;
  }
  .color-editable-btn{
    height: 3rem;
  }
  #add-color-btn{
    width: 15%;
    height: 2rem;
  }
  .title-container-above-form{
    height: 3rem;
  }
  .user-info-row{
    flex-direction: row;
  }
  #custom-type-container{
    width: 50%
  }
}

@media screen and (orientation: landscape) and (max-width: 1200px){
  .color-button-wrapper{
    width: 49%;
  } 
  .color-editable-btn{
    height: 3rem;
  }
  #add-color-btn{
    width: 15%;
    height: 2rem;
  }
  .title-container-above-form{
    height: 3rem;
  }
  .user-info-row{
    flex-direction: row;
  }
  #custom-type-container{
    width: 50%
  }
}

@media screen and (orientation: landscape) and (max-width: 992px){
  .color-button-wrapper{
    width: 49%;
  }
  .color-editable-btn{
    height: 2.5rem;
  }
  #add-color-btn{
    width: 20%;
    height: 2rem;
  }
  .title-container-above-form{
    height: 2.5rem;
  }
  .user-info-row{
    flex-direction: column;
  }
  #custom-type-container{
    width: 100%
  }
  .input-title-lable-container{
    width: 60%;
  }
  .dimention-color-container{
    width: 40%;
  }
  .banner-where-use-and-shape-size-container{
    flex-direction: row;
  }
  .both-description-container{
    flex-direction: row;
  }
  .desc1-container, .desc2-container{
    width: 50%;
  }
}

@media screen and (orientation: landscape) and (max-width: 768px){
  .input-title-lable-container{
    width: 100%;
  }
  .dimention-color-container{
    width: 100%;
  }
  .banner-where-use-and-shape-size-container{
    flex-direction: column;
  }
  .both-description-container{
    flex-direction: column;
  }
  .desc1-container, .desc2-container{
    width: 100%;
  }
}
@media screen and (orientation: landscape) and (max-width: 600px){

}
















































/*--------------------------------Section 5---------------------------------*/
.cover-sec5-gr{
    width: 100%;
    max-width: inherit;
    background: linear-gradient(0deg, #eeeeee, #eeeeee);
    display: flex;
    place-content: center;

}
.section5-gr{
    width: 100%;
    height: fit-content;
    position: relative;
    padding: 4rem 2rem;
    flex-wrap: wrap;
    max-width: 1200px;
    display: flex;
    overflow: hidden;
}

.section5-gr .texts-container-sec2-gr h4, .section5-gr .texts-container-sec2-gr h1{
  color: rgb(46, 46, 46);
}

.price-video-container{
  width: 100%;
  display: grid;
  height: fit-content;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: repeat(2,1fr);
  gap: 1rem;
}
.card-price-video{
  width: 100%;
  height: 37rem;
  background: white;
  border-radius: 7px 40px 7px 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: scale 0.3s ease;

}
.card-price-video:hover{
  scale: 1.02;
}
.card-title-1-video, .card-title-1-video, .card-title-3-video, .card-title-n-video{
  width: 100%;
  height: fit-content;
  place-content: center;
  align-items: center;
}
.card-title-1-video h1{
  background: linear-gradient(to right, #5d7af2 , #d843ff);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent; /* For Safari/Chrome */
  background-clip: text; /* For Firefox (with prefix-less support in newer versions) */
  color: transparent;
  font-size: 1.5rem !important;
  font-family: 'poppins';
  font-weight: 600;
  padding:2rem 2rem 0.5rem 2rem;
  place-content: center;
  align-items: center;
  display: flex;
}
.card-title-2-video h1{
  background: linear-gradient(to right, #ff714c , #f12bc8);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent; /* For Safari/Chrome */
  background-clip: text; /* For Firefox (with prefix-less support in newer versions) */
  color: transparent;
  font-size: 1.5rem !important;
  font-family: 'poppins';
  font-weight: 600;
  padding:2rem 2rem 0.5rem 2rem;
  place-content: center;
  align-items: center;
  display: flex;
}
.card-title-3-video h1{
  background: linear-gradient(to right, #2aa4fa , #3ae0b2);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent; /* For Safari/Chrome */
  background-clip: text; /* For Firefox (with prefix-less support in newer versions) */
  color: transparent;
  font-size: 1.5rem !important;
  font-family: 'poppins';
  font-weight: 600;
  padding:2rem 2rem 0.5rem 2rem;
  place-content: center;
  align-items: center;
  display: flex;
}
.card-title-n-video h1{
  color: white;
  font-size: 1.5rem !important;
  font-family: 'poppins';
  font-weight: 600;
  padding:2rem 2rem 0.5rem 2rem;
  place-content: center;
  align-items: center;
  display: flex;
}
.card-paragraph-video{
  width: 100%;
  height: fit-content;
  display: flex;
  place-content: center;
  align-items: center;
}
.card-paragraph-video h5{
  width: 70%;
  color: #555;
  text-align: center;
  place-content: center;
  align-items: center;
}
.card-price-section-container{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  padding: 2rem 0rem 0rem 0rem;
  place-content: center;
  align-items: center;
}
.dollar-icon{
  width: fit-content;
  height: 100%;
  display: flex;
  place-self: start;
  align-items: start;
}
.dollar-icon img{
  width: 1rem;
  height: auto;
}
.main-price-1-text, .main-price-2-text, .main-price-3-text, main-price-n-text{
  width: fit-content;
  height: fit-content;
  display: flex;
  place-content: center;
  align-items: center;
}
.main-price-1-text h1{
  background: linear-gradient(135deg, #5676fd 40% , #e742ff 70%);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent; /* For Safari/Chrome */
  background-clip: text; /* For Firefox (with prefix-less support in newer versions) */
  color: transparent;
  font-size: 7rem !important;
  font-family: 'poppins';
  font-weight: 600;
  place-content: center;
  align-items: center;
  display: flex;
  line-height: 1;
  margin: 0;
}
.main-price-2-text h1{
  background: linear-gradient(135deg, #ff714c 40% , #f12bc8 70%);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent; /* For Safari/Chrome */
  background-clip: text; /* For Firefox (with prefix-less support in newer versions) */
  color: transparent;
  font-size: 7rem !important;
  font-family: 'poppins';
  font-weight: 600;
  place-content: center;
  align-items: center;
  display: flex;
  line-height: 1;
  margin: 0;
}
.main-price-3-text h1{
  background: linear-gradient(135deg, #2aa4fa 20% , #3ae0b2 80%);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent; /* For Safari/Chrome */
  background-clip: text; /* For Firefox (with prefix-less support in newer versions) */
  color: transparent;
  font-size: 7rem !important;
  font-family: 'poppins';
  font-weight: 600;
  place-content: center;
  align-items: center;
  display: flex;
  line-height: 1;
  margin: 0;
}
.main-price-n-text h1{
  color: white;
  font-size: 7rem !important;
  font-family: 'poppins';
  font-weight: 600;
  place-content: center;
  align-items: center;
  display: flex;
  line-height: 1;
  margin: 0;
}
.dot-after-main-price{
  width: fit-content;
  height: fit-content;
  display: flex;
  place-self: end;
  align-items: center;
  position: relative;
}
.dot-after-main-price h2{
  color: #262626;
  font-family: 'poppins';
  font-weight: bold;
  font-size: 3rem !important;
}
.cent-text{
  width: fit-content;
  height: fit-content;
  display: flex;
  place-self: start;
  align-items: center;
  position: relative;
}
.cent-text h2{
  font-family: 'poppins';
  font-weight: 400;
  font-size: 2rem !important;
  color: #262626;
  position: relative;
  line-height: 1;
}
.card-price-video ul{
  list-style-type: none;
  padding: 1.5em;
  gap: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-price-video ul li{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
}
.card-price-video button h2{
  font-weight: 400;
}
.card-price-video ul li .option-img-container{
  width: 10%;
  height: auto;
  place-content: center;
}
.card-price-video ul li .option-text-container{
  width: 90%;
  height: fit-content;
}
.card-price-video ul li .option-text-container h5{
  width: 100%;
  height: fit-content;
}
.card-price-video ul li div img{
  width: 1.5rem;
  height: auto;
  display: flex;
  flex-direction: row;
  flex: 1;
}
.card-price-video button{
  width: 40% !important;
  height: fit-content ;
  color: white !important;
  font-family: 'poppins' !important;
  border: none !important;
  background: rgb(41, 41, 41) !important;
  border-radius: 5px !important;
  transition: background 0.3s ease !important;
  cursor: pointer !important;
}
.card-price-video button:hover{
  background: rgb(63, 63, 63) !important;
}
.card-price-video .premium-btn-1{
  width: 40% ;
  height: fit-content;
  font-family: 'poppins' !important;
  border: none !important;
  background: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  transition: background 0.3s ease !important;
  cursor: pointer !important;
}
.card-price-video .premium-btn-1:hover{
  background: rgba(255, 255, 255,0.0) !important;
}
.card-price-video .premium-btn-1:hover h2{
    background: linear-gradient(to right, #fff , #fff);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent; /* For Safari/Chrome */
  background-clip: text; /* For Firefox (with prefix-less support in newer versions) */
  color: transparent;
}
.premium-btn-1 h2{
  background: linear-gradient(to right, #5d7af2 , #d843ff);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent; /* For Safari/Chrome */
  background-clip: text; /* For Firefox (with prefix-less support in newer versions) */
  color: transparent;
  font-weight: 400;
}

.c4-v{
  background: linear-gradient(135deg, #5d7af2, #d843ff);
}
.c5-v{
  background: linear-gradient(135deg, #ff714c, #f12bc8);
}
.c6-v{
  background: linear-gradient(135deg, #2aa4fa, #3ae0b2);
}

.card-price-video .premium-btn-2{
  width: 40% ;
  height: fit-content;
  font-family: 'poppins' !important;
  border: none !important;
  background: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  transition: background 0.3s ease !important;
  cursor: pointer !important;
}
.card-price-video .premium-btn-2:hover{
  background: rgba(255, 255, 255,0.0) !important;
}
.card-price-video .premium-btn-2:hover h2{
    background: linear-gradient(to right, #fff , #fff);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent; /* For Safari/Chrome */
  background-clip: text; /* For Firefox (with prefix-less support in newer versions) */
  color: transparent;
  
}
.premium-btn-2 h2{
  background: linear-gradient(to right, #ff714c , #f12bc8);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent; /* For Safari/Chrome */
  background-clip: text; /* For Firefox (with prefix-less support in newer versions) */
  color: transparent;
  font-weight: 400;
}

.card-price-video .premium-btn-3{
  width: 40% ;
  height: fit-content;
  font-family: 'poppins' !important;
  border: none !important;
  background: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  transition: background 0.3s ease !important;
  cursor: pointer !important;
}
.card-price-video .premium-btn-3:hover{
  background: rgba(255, 255, 255,0.0) !important;
}
.card-price-video .premium-btn-3:hover h2{
    background: linear-gradient(to right, #fff , #fff);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent; /* For Safari/Chrome */
  background-clip: text; /* For Firefox (with prefix-less support in newer versions) */
  color: transparent;
}
.premium-btn-3 h2{
  background: linear-gradient(to right, #2aa4fa , #3ae0b2);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent; /* For Safari/Chrome */
  background-clip: text; /* For Firefox (with prefix-less support in newer versions) */
  color: transparent;
  font-weight: 400;
}

























#upload-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.5);
  display: none;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#upload-overlay .upload-content {
  text-align: center;
}

#upload-overlay img {
width: 250px;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  object-fit: cover;
  clip-path: circle(37.10% at 50% 50%);
}
.type-loop {
  font-family: 'poppins';
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid black;
  margin-bottom: 1rem;
  animation: typing-loop 5s steps(33) infinite, blink 0.7s step-end infinite;
  text-align: center;
}

/* Typing + Pause + Backspace loop */
@keyframes typing-loop {
  0% {
    width: 0;
  }
  30% {
    width: 10ch; /* fully typed in 1.5s (30% of 5s) */
  }
  70% {
    width: 10ch; /* hold for 2s (40% of 5s) */
  }
  100% {
    width: 0; /* delete in 1.5s (30% of 5s) */
  }
}

/* Blinking cursor */
@keyframes blink {
  50% {
    border-color: transparent;
  }
}


#section7{
  overflow: hidden !important;
}
.cover-section7{
  background: black !important;
}
.x7-description-logo-footer p{
  color: rgb(159, 159, 159) !important;
}

.sec7-div-down ul li{
  color: rgb(159, 159, 159) !important;
  transition: color 0.3s ease;
}
.sec7-div-down ul li:hover{
  color: rgb(255, 255, 255) !important;
}
.div-up-right-div h3{
  color: rgb(159, 159, 159) !important;
}
.footer-sec7 h6 a{
  color: rgb(213, 94, 94) !important;
}
#logo-previews{
  color: white !important;
}
.div-up-right-div{
  background: transparent !important;
}
#color-section-wrapper{
  margin-top: 1rem !important;
}



@media only screen and (max-width: 812px) and (orientation: portrait) {
  /* Good for responsive layout */
}

@media only screen and (max-width: 812px) and (orientation: landscape) {
  /* Good for responsive layout */
}





































@media screen and (orientation: portrait) and (min-width: 1201px){
  .rect-texts-container-sec2-gr{
    height: 35vh;
  }
  .card-one-inside-bottom-part-sec2-web h2, .title h2{
    font-size: 1rem !important;
  }
  .texts-timelines-container-sec2-gr{
    width: 50%;
  }
  .rect-container-sec2-gr{
    width: 50%;
  }
  .texts-container-sec2-gr{
    line-height: 1.5;
  }
  .price-video-container{
    grid-template-columns: repeat(3,1fr) !important;
    grid-template-rows: auto !important;
  }
  .card-price-video{
    height: auto !important;
    padding: 2rem 0rem !important;
  }
  .card-title-1-video h1, .card-title-2-video h1, .card-title-3-video h1, .card-title-n-video h1{
    padding: 0rem 2rem 0.5rem 2rem !important;
  }
  .main-price-1-text h1, .main-price-2-text h1, .main-price-3-text h1, .main-price-n-text h1{
    font-size: 7rem !important;
  }
  .card-paragraph-video h5{
    width: 90% !important;
  }
  .card-price-video ul{
    padding: 1rem !important;
    gap: 1rem !important;
  }
  .card-price-video ul li{
    gap: 0.2rem !important; 
  }
  .card-price-video ul li div img{
    width: 1.2rem !important; 
  }
  .cent-text h2{
    font-size: 2rem !important;
  }
  .dot-after-main-price h2{
    font-size: 3rem !important;
  }
  .card-price-video button, .premium-btn-1, .premium-btn-2, .premium-btn-3{
    width: 50% !important;
  }
  .card-price-video button h2{
    padding: 0.5rem !important;
  }
  .dollar-icon img{
    width: 1.5rem !important;
  }
  .card-title-n-video h1, .card-title-1-video h1, .card-title-2-video h1, .card-title-3-video h1{
    font-size: 2.5rem !important;
  }
  .texts-container-sec2-gr{
    line-height: 1.5;
  }
  .card-price-video button, .premium-btn-1, .premium-btn-2, .premium-btn-3{
    height: 3.5rem !important;
  }
}
@media screen and (orientation: portrait) and (max-width: 1200px){
  .rect-texts-container-sec2-gr{
    height: 35vh;
  }
  .card-one-inside-bottom-part-sec2-web h2, .title h2{
    font-size: 1rem !important;
  }
  .texts-timelines-container-sec2-gr{
    width: 50%;
  }
  .rect-container-sec2-gr{
    width: 50%;
  }
  .price-video-container{
    grid-template-columns: repeat(2,1fr) !important;
    grid-template-rows: auto !important;
  }
  .card-price-video{
    height: auto !important;
    padding: 2rem 0rem !important;
  }
  .card-title-1-video h1, .card-title-2-video h1, .card-title-3-video h1, .card-title-n-video h1{
    padding: 0rem 2rem 0.5rem 2rem !important;
  }
  .main-price-1-text h1, .main-price-2-text h1, .main-price-3-text h1, .main-price-n-text h1{
    font-size: 9rem !important;
  }
  .card-paragraph-video h5{
    width: 90% !important;
  }
  .card-price-video ul{
    padding: 1.3rem !important;
    gap: 1rem !important;
  }
  .card-price-video ul li{
    gap: 0.2rem !important; 
  }
  .card-price-video ul li div img{
    width: 1.5rem !important; 
  }
  .cent-text h2{
    font-size: 3rem !important;
  }
  .dot-after-main-price h2{
    font-size: 4rem !important;
  }
  .card-price-video button, .premium-btn-1, .premium-btn-2, .premium-btn-3{
    width: 50% !important;
  }
  .card-price-video button h2{
    padding: 0.2rem !important;
  }
  .dollar-icon img{
    width: 1.5rem !important;
  }
  .card-title-n-video h1, .card-title-1-video h1, .card-title-2-video h1, .card-title-3-video h1{
    font-size: 2.5rem !important;
  }
  .texts-container-sec2-gr{
    line-height: 1.5;
  }
  .card-price-video button, .premium-btn-1, .premium-btn-2, .premium-btn-3{
    height: 3.5rem !important;
  }
}
@media screen and (orientation: portrait) and (max-width: 992px){
  .dollar-icon img{
    width: 1rem !important;
  }
  .card-title-n-video h1, .card-title-1-video h1, .card-title-2-video h1, .card-title-3-video h1{
    font-size: 1.5rem !important;
  }
  .rect-texts-container-sec2-gr{
    height: fit-content;
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .rect-container-sec2-gr{
    width: 100%;
  }
  .timeline-container{
    max-width: none;
    width: 100%;
  }
  .card-one-inside-bottom-part-sec2-web h2, .title h2{
    font-size: 0.9rem !important;
  }
  .texts-timelines-container-sec2-gr{
    width: 100%;
    height: 25rem;
  }
  #scroll-image{
    gap: 2rem !important;
  }
  .video-services img{
    width: 2rem !important;
    height: 2rem !important;
  }
  .price-video-container{
    grid-template-columns: repeat(2,1fr) !important;
    grid-template-rows: auto !important;
  }
  .card-price-video{
    height: auto !important;
    padding: 2rem 0rem !important;
  }
  .card-title-1-video h1, .card-title-2-video h1, .card-title-3-video h1, .card-title-n-video h1{
    padding: 0rem 2rem 0.5rem 2rem !important;
  }
  .main-price-1-text h1, .main-price-2-text h1, .main-price-3-text h1, .main-price-n-text h1{
    font-size: 7rem !important;
  }
  .card-paragraph-video h5{
    width: 90% !important;
  }
  .card-price-video ul{
    padding: 0.8rem !important;
    gap: 0.5rem !important;
  }
  .card-price-video ul li{
    gap: 0.2rem !important; 
  }
  .card-price-video ul li div img{
    width: 1rem !important; 
  }
  .cent-text h2{
    font-size: 2rem !important;
  }
  .dot-after-main-price h2{
    font-size: 3rem !important;
  }
  .card-price-video button, .premium-btn-1, .premium-btn-2, .premium-btn-3{
    width: 50% !important;
  }
  .card-price-video button h2{
    padding: 0.2rem !important;
  }
  .texts-container-sec2-gr{
    line-height: 1.5;
  }
  .card-price-video button, .premium-btn-1, .premium-btn-2, .premium-btn-3{
    height: 3rem !important;
  }
}
@media screen and (orientation: portrait) and (max-width: 768px){
  .rect-texts-container-sec2-gr{
    height: fit-content;
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .rect-container-sec2-gr{
    width: 100%;
  }
  .timeline-container{
    max-width: none;
    width: 100%;
  }
  .card-one-inside-bottom-part-sec2-web h2, .title h2{
    font-size: 0.9rem !important;
  }
  .texts-timelines-container-sec2-gr{
    width: 100%;
    height: 25rem;
  }
  .texts-container-sec2-gr{
    line-height: 1.5;
  }
  #scroll-image{
    gap: 1rem !important;
  }
  .card-price-video button h2{
    padding: 0rem !important;
  }
  .video-services img{
    width: 2rem !important;
    height: 2rem !important;
  }
  .price-video-container{
    grid-template-columns: repeat(2,1fr) !important;
    grid-template-rows: auto !important;
  }
  .card-price-video{
    height: auto !important;
    padding: 2rem 0rem !important;
  }
  .card-title-1-video h1, .card-title-2-video h1, .card-title-3-video h1, .card-title-n-video h1{
    padding: 0rem 2rem 0.5rem 2rem !important;
  }
  .main-price-1-text h1, .main-price-2-text h1, .main-price-3-text h1, .main-price-n-text h1{
    font-size: 5rem !important;
  }
  .card-paragraph-video h5{
    width: 90% !important;
  }
  .card-price-video ul{
    padding: 0.8rem !important;
    gap: 0.5rem !important;
  }
  .card-price-video ul li{
    gap: 0.2rem !important; 
  }
  .card-price-video ul li div img{
    width: 1rem !important; 
  }
  .cent-text h2{
    font-size: 1.5rem !important;
  }
  .dot-after-main-price h2{
    font-size: 2rem !important;
  }
  .card-price-video button, .premium-btn-1, .premium-btn-2, .premium-btn-3{
    width: 50% !important;
  }
  .card-price-video button, .premium-btn-1, .premium-btn-2, .premium-btn-3{
    height: 2.5rem !important;
  }
}

@media screen and (orientation: portrait) and (max-width: 600px){
  .rect-texts-container-sec2-gr{
    height: fit-content;
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .rect-container-sec2-gr{
    width: 100%;
  }
  .timeline-container{
    max-width: none;
    flex-direction: row-reverse;
    width: 100%;
  }
  .card-one-inside-bottom-part-sec2-web h2, .title h2{
    font-size: 0.85rem !important;
  }
  .texts-timelines-container-sec2-gr{
    width: 100%;
    height: 25rem;
  }
  .texts-container-sec2-gr{
    line-height: 1.5;
  }
  .card-one-inside-bottom-part-sec2-web{
    gap: 0.5rem;
  }
  #scroll-image{
    gap: 0.3rem !important;
  }
  .video-services img{
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
  .price-video-container{
    grid-template-columns: repeat(2,1fr) !important;
    grid-template-rows: auto !important;
  }
  .card-price-video{
    height: auto !important;
    padding: 2rem 0rem !important;
  }
  .card-title-1-video h1, .card-title-2-video h1, .card-title-3-video h1, .card-title-n-video h1{
    padding: 0rem 2rem 0.5rem 2rem !important;
  }
  .main-price-1-text h1, .main-price-2-text h1, .main-price-3-text h1, .main-price-n-text h1{
    font-size: 5rem !important;
  }
  .card-paragraph-video h5{
    width: 90% !important;
  }
  .card-price-video ul{
    padding: 0.5rem !important;
    gap: 0.5rem !important;
  }
  .card-price-video ul li{
    gap: 0.2rem !important; 
  }
  .card-price-video ul li div img{
    width: 1rem !important; 
  }
  .cent-text h2{
    font-size: 1.5rem !important;
  }
  .dot-after-main-price h2{
    font-size: 2rem !important;
  }
  .card-price-video button, .premium-btn-1, .premium-btn-2, .premium-btn-3{
    width: 50% !important;
  }
    .card-price-video button, .premium-btn-1, .premium-btn-2, .premium-btn-3{
    height: 2.5rem !important;
  }
}

@media screen and (orientation: portrait) and (max-width: 450px){
  .rect-texts-container-sec2-gr{
    height: fit-content;
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .rect-container-sec2-gr{
    width: 100%;
  }
  .timeline-container{
    max-width: none;
    flex-direction: row-reverse;
    width: 100%;
  }
  .card-one-inside-bottom-part-sec2-web h2, .title h2{
    font-size: 0.8rem !important;
    line-height: 1;
  }
  .texts-timelines-container-sec2-gr{
    width: 100%;
    height: 25rem;
  }
  .texts-container-sec2-gr{
    line-height: 1.5;
  }
  .card-one-inside-bottom-part-sec2-web{
    gap: 0.5rem;
  }

  .glow-around-rect-sec2-gr{
    padding: 0.06rem;
  }
  #scroll-image{
    gap: 0rem !important;
  }
  .video-services img{
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
  .price-video-container{
    grid-template-columns: repeat(1,1fr) !important;
    grid-template-rows: auto !important;
  }
  .card-price-video{
    height: auto !important;
    padding: 2rem 0rem !important;
  }
  .card-title-1-video h1, .card-title-2-video h1, .card-title-3-video h1, .card-title-n-video h1{
    padding: 0rem 2rem 0.5rem 2rem !important;
  }
  .main-price-1-text h1, .main-price-2-text h1, .main-price-3-text h1, .main-price-n-text h1{
    font-size: 4rem !important;
  }
  .card-paragraph-video h5{
    width: 90% !important;
  }
  .card-price-video ul{
    padding: 1rem !important;
    gap: 0.5rem !important;
  }
  .card-price-video ul li{
    gap: 0.2rem !important; 
  }
  .card-price-video ul li div img{
    width: 1rem !important; 
  }
  .cent-text h2{
    font-size: 1.5rem !important;
  }
  .dot-after-main-price h2{
    font-size: 2rem !important;
  }
  .card-price-video button{
    width: 40% !important;
  }


  .card-price-video button, .premium-btn-1, .premium-btn-2, .premium-btn-3{
    height: 2.5rem !important;
  }
}







@media screen and (orientation: landscape) and (min-width: 1201px){
  .texts-container-sec2-gr h1{
    font-size: 2.5rem !important;
  }
  .texts-container-sec2-gr{
    line-height: 1.2;
  }
  .texts-container-sec2-gr h4{
    margin-left: 0.1rem;
  }
  .rect-texts-container-sec2-gr{
    height: 60vh;
  }
  #scroll-image{
    gap: 2rem !important;
  }
  .video-services img{
    width: 2rem !important;
    height: 2rem !important;
  }
  .card-price-video ul li div img{
    width: 1rem !important;
  }
  .card-price-video ul{
    padding: 1rem !important;
  }
  .card-price-video{
    height: fit-content !important;
  }
  .card-title-n-video h1, .card-title-1-video h1, .card-title-2-video h1, .card-title-3-video h1{
    padding: 0rem 2rem 0.5rem 2rem;
  }
  .card-price-video{
    height: fit-content !important;
    padding: 1.5rem 0rem !important;
  }
  .card-paragraph-video h5{
    width: 90% !important;
  }
  .card-price-video button, .premium-btn-1, .premium-btn-2, .premium-btn-3{
    height: 2.5rem !important;
  }
}

@media screen and (orientation: landscape) and (max-width: 1200px){
  .texts-container-sec2-gr h1{
    font-size: 2.5rem !important;
  }
  .texts-container-sec2-gr{
    line-height: 1.2;
  }
  .texts-container-sec2-gr h4{
    margin-left: 0.1rem;
  }
  .rect-texts-container-sec2-gr{
    height: 60vh;
  }
  #scroll-image{
    gap: 2rem !important;
  }
  .video-services img{
    width: 2rem !important;
    height: 2rem !important;
  }
  .card-price-video ul li div img{
    width: 1rem !important;
  }
  .card-price-video ul{
    padding: 1rem !important;
  }
  .card-price-video{
    height: fit-content !important;
  }
  .card-title-n-video h1, .card-title-1-video h1, .card-title-2-video h1, .card-title-3-video h1{
    padding: 0rem 2rem 0.5rem 2rem;
  }
  .card-price-video{
    height: fit-content !important;
    padding: 1.5rem 0rem !important;
  }
  .card-paragraph-video h5{
    width: 90% !important;
  }
  .card-price-video button, .premium-btn-1, .premium-btn-2, .premium-btn-3{
    height: 2.5rem !important;
  }
}

@media screen and (orientation: landscape) and (max-width: 992px){
  .card-price-video ul{
    padding: 1rem 0.5rem !important;
  }
  .card-price-video ul li div img{
    width: 1.1rem !important;
  }
  .card-price-video ul{
    gap: 1rem !important;
  }
  .card-price-video{
    height: fit-content !important;
    padding: 2rem 0rem !important;
  }
  .card-title-n-video h1, .card-title-1-video h1, .card-title-2-video h1, .card-title-3-video h1{
    padding: 0rem 2rem 0.5rem 2rem !important;
  }
  .card-price-video .premium-btn-1, .card-price-video .premium-btn-2, .card-price-video .premium-btn-3, .card-price-video button{
    padding: 0.6rem !important;
  }
  .card-price-video button, .premium-btn-1, .premium-btn-2, .premium-btn-3{
    height: 2rem !important;
  }
  .main-price-1-text h1, .main-price-2-text h1, .main-price-3-text h1, .main-price-n-text h1{
    font-size: 5rem !important;
  }
  .cent-text h2{
    font-size: 2rem !important;
  }
  .texts-container-sec2-gr h1{
    font-size: 2.2rem !important;
  }
  .timeline-item .content {
  margin-top: 0rem;
  }
  .rect-texts-container-sec2-gr{
    height: fit-content;
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .rect-container-sec2-gr{
    width: 100%;
  }
  .timeline-container{
    max-width: none;
    flex-direction: row-reverse;
    width: 100%;
  }
  .card-one-inside-bottom-part-sec2-web h2, .title h2{
    font-size: 1rem !important;
    line-height: 1;
  }
  .texts-timelines-container-sec2-gr{
    width: 100%;
    height: 25rem;
  }
  .texts-container-sec2-gr{
    line-height: 1.5;
  }
  .card-one-inside-bottom-part-sec2-web{
    gap: 0.6rem;
  }
  .title{
    align-self: center;
  }
  .bottom-part-details-container-sec2-web{
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(3,1fr);
  }
  #scroll-image{
    gap: 2rem !important;
  }
  .video-services img{
    width: 1.8rem !important;
    height: 1.8rem !important;
  }
  .card-paragraph-video h5{
    width: 90% !important;
  }
}
@media screen and (orientation: landscape) and (max-width: 768px){
 .card-price-video ul{
    padding: 1rem 0.5rem !important;
  }
  .card-price-video ul li div img{
    width: 0.7rem !important;
  }
  .card-price-video ul{
    gap: 1rem !important;
  }
  .card-paragraph-video h5{
    width: 90% !important;
  }
  .card-price-video{
    height: fit-content !important;
    padding: 1rem 0rem !important;
  }
  .card-title-n-video h1, .card-title-1-video h1, .card-title-2-video h1, .card-title-3-video h1{
    padding: 0rem 2rem 0.5rem 2rem !important;
  }
  .cent-text h2{
    font-size: 1.5rem !important;
  }
  .card-price-video .premium-btn-1, .card-price-video .premium-btn-2, .card-price-video .premium-btn-3, .card-price-video button{
    padding: 0.5rem !important;
    width: 55% !important;
  }
  .main-price-1-text h1, .main-price-2-text h1, .main-price-3-text h1, .main-price-n-text h1{
    font-size: 4rem !important;
  }

  .texts-container-sec2-gr h1{
    font-size: 1.8rem !important;
  }
  .rect-texts-container-sec2-gr{
    height: fit-content;
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .rect-container-sec2-gr{
    width: 100%;
  }
  .timeline-container{
    max-width: none;
    flex-direction: row-reverse;
    width: 100%;
  }
  .card-one-inside-bottom-part-sec2-web h2, .title h2{
    font-size: 1rem !important;
    line-height: 1;
  }
  .texts-timelines-container-sec2-gr{
    width: 100%;
    height: 25rem;
  }
  .texts-container-sec2-gr{
    line-height: 1.5;
  }
  .card-one-inside-bottom-part-sec2-web{
    gap: 0.5rem;
  }
  .title{
    align-self: center;
  }
  .bottom-part-details-container-sec2-web{
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(3,1fr);
  }
  #scroll-image{
    gap: 1.5rem !important;
  }
  .video-services img{
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
    .card-price-video button, .premium-btn-1, .premium-btn-2, .premium-btn-3{
    height: 1.7rem !important;
  }
}
  .fade-up-delay1, .fade-left-delay1, .fade-right-delay1, .zoom-delay1 { opacity: 0; will-change: transform, opacity; }






















.media-container-sec7 a:hover{
  background: #420101 !important;
}



.not-allowed-yet:hover .not-allowed-link{
  background: #420101 !important;
}
.not-allowed-yet li{
  color: rgba(159, 159, 159, 0.336) !important;
}








































.support-icon-container{
  background: #2e0606;
}
.support-icon-container:hover{
  background: #501111;
}
.chat-back{
  background: #111111c9;
}
#start-chat{
  background: #1a1824;
  color: white;
}
#user-form p{
  color: white;
}
.button-title-cb-container{
  color: white;
}
.header-containers-container{
  background: #501111;
}
.live-chat-box{
  background: orange;
}
#chat-header{
  color: rgb(230, 230, 230);
}

.bubble-wrapper{
  background: #5e1a1a;
  color: white;
}
.bubble-wrapper::after{
  border-right-color: #5e1a1a;
}

.bubble-wrapper2{
  background: black;
  color: white;
}
.bubble-wrapper2::after{
  border-left-color: black;
}

#new-chat-btn{
  background: white;
}
#new-chat-btn:hover{
  background: rgb(201, 201, 201);
}





































.portfolio-links {
  display: none;
  margin-top: 10px;
  gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2,1fr);
}

.portfolio-links button {
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  color: white;
  font-family: 'poppins';
  cursor: pointer;
}
.web-btn-port, .graph-btn-port, .vid-btn-port, .app-btn-port{
  transition: transform 0.5s ease, opacity 0.5s ease, background 0.3s ease;
  background: rgb(80, 5, 5);
}

.web-btn-port:hover, .graph-btn-port:hover, .vid-btn-port:hover, .app-btn-port:hover{
  background: rgb(129, 31, 31);
}





#start-chat{
  background: rgb(80, 5, 5);
  color: white;
  text-shadow: 1px 1px 0px rgb(129, 31, 31);
}
#start-chat:hover{
  background: rgb(129, 31, 31);
}



























.dsk-buttons{
  filter: saturate(0%);
}
#close-sidebar{
  font-size: 1.5rem !important;
}













/* iOS only */
@supports (-webkit-touch-callout: none) and (-webkit-overflow-scrolling: touch) {
  .pattern-1-around-rect-sec2-gr::before, .pattern-2-around-rect-sec2-gr::before{
    box-shadow: none;
    background-image: none;
  }
}

/* macOS Safari */
@supports (-webkit-touch-callout: none) and (not (-webkit-overflow-scrolling: touch)) {
  .pattern-1-around-rect-sec2-gr::before, .pattern-2-around-rect-sec2-gr::before{
    box-shadow: none;
    background-image: none;
  }
}