@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Urbanist', sans-serif;
}

body {
    font-size: 14px;
}

html {
    scroll-behavior: smooth;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.navbar{
    background: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;    
}

.navbar-light .navbar-brand {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link{
    padding-top: 22px;
    padding-bottom: 22px;
    transition: 0.3s;
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 8%;
    text-transform: uppercase;
}

.new-circle {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.new-circle :hover::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ED3237;
    border-radius: 50%;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}

/* .nav-link:hover::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #ED3237;
    transition: .3s all;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3px;
    bottom: 10px;
} */

.feature a {
    text-decoration: none; /* Removes underline */
    color: #ffffff; /* Replace with your preferred link color */
  }
  
  /* Optional: Change link color on hover */
  a:hover {
    color: #ED3237;
  }
  

.linkHova:hover::after {
    content: '';
    display: none;
}

.sm-menu{
   border-radius: 0px;
   border: 0px;
   top: 97%;
   background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
   border-radius: 0px 0px 40px 40px;
}

.navbar-toggler{
   outline: none !important;
   border: none;
}

.megamenu-li {
   position: static;
}

.megamenu {
   position: absolute;
   width: 100%;
   left: 0;
   right: 0;
   padding: 15px;
}

.megamenu h6{
    margin-left: 21px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
}




.megamenu a {
    text-decoration: none;
}

.megamenu p {
    color: #FFFFFF;
    padding-top: -10px;
    padding-bottom: -20px;
    transition: 0.3s;
    padding-left: 24px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-decoration: underline;
}

.megamenu h6:hover {
    color: #FFFFFF;
}

/* .megamenu i{
   width: 20px;
} */

.navbar-light .navbar-toggler-icon {
    background-image: url(./images/burger.png);
}

#nav-modal {
    margin-left: 100px;
}

#nav-modal button {
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url(./images/menu-icon1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 35.8px;
    height: 23px;
    transition: 0.3s;
}

#nav-modal button:hover {
    background-image: url(./images/menu-icon2.png);
    transition: 0.3s;
}

.menu_drop-row {
    position: relative;
}

.menu_drop-row-bg {
    position: absolute;
    left: 20px;
}

.menu_drop-left {
    padding-left: 50px;
    padding-top: 70px;
    padding-right: 70px;
}

.modal-content {
    background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
    border-radius: 0px 0px 40px 40px;
}

.modal-body-right-contents {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.modal-body-right-contents-head {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.modal-body-right-contacts {
    margin-bottom: 20px;
}

.modal-body-right-contacts-head {
    font-weight: 400;
    font-size: 20px;
    color: #ED3237;
    margin-bottom: 0px;
}

.modal-body-right-contacts p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.modal-body-right-contacts-icons a {
    margin-right: 20px;
    text-decoration: none;
    color: #FFFFFF;
}

.home_banner-head {
    font-weight: 400;
    font-size: 60px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 60px;
}

.home_banner {
    padding-top: 120px;
    padding-bottom: 82px;
    width: 90%;
    margin: auto;
}

.home_banner p {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.body-bg {
    position: fixed;
    top: 0;
    z-index: -1;
    width: 100%;
}

.body-bg img {
    width: 100%;
    max-width: 100%;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    /* width: 70%; */
    aspect-ratio: 3/2;
    object-fit: contain;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.home-clients-slider {
    margin-bottom: 50px;
}

.start-project-btn {
    text-align: right;
    margin-bottom: 47px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1;
}

.start-project-btn button {
    border: none;
    outline: none;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 10px;
}

.start-project-btn button:hover {
    background: linear-gradient(90deg, #ED3237 0%, #000000 132.82%);
}

.what_we_do_home {
    background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
    padding: 80px;
    border-radius: 50px;
    margin-bottom: 130px;
}

.what_we_do_home-sub {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    color: #ED3237;
}

.what_we_do_home-head {
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 50px;
    line-height: 45px;
}

.what_we_do_home .image-slider {
  position: relative;
  width: 100%; 
  height: 500px; 
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 50px;
}

.what_we_do_home .image-slider img {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  transition: transform 0.5s ease;
}

.what_we_do_home .hover-image {
  transform: translateX(100%);
}

.what_we_do_home .image-slider:hover .default-image {
  transform: translateX(-100%);
}

.what_we_do_home .image-slider:hover .hover-image {
  transform: translateX(0);
}

.what_we_do_home-box p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 50px;
    color: #FFFFFF;
}

.what_we_do_home-box-btns {
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;
}

.what_we_do_home-box-btN {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px;
}

.what_we_do_home-box-btN:hover {
    background-color: #FFFFFF;
    border: 1px solid #ED3237;
    color: #000000;
    cursor: pointer;
}

.what_we_do_home-right {
    margin-top: 50px;
}

.what_we_do_home-box {
    margin-bottom: 130px;
}

.home-full_case {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.home-full_case-btn button {
    border: none;
    outline: none;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 10px;
}

.home-full_case-btn button:hover {
    background: linear-gradient(90deg, #ED3237 0%, #000000 132.82%);
    border: none;
}

.home-Services {
    margin-bottom: 144px;
}

.home-Services-head {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 50px;
}


.scroll-container {
    width: 100%;
    height: 550px;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    border-radius: 10px;
    background: transparent;
    scrollbar-width: none;
    -ms-overflow-style: none; 
    box-shadow: 0px 0px 30px 0px #F2F2F2;
    border-radius: 40px;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.home-Services .card {
    width: 100%;
    height: 100%;
    scroll-snap-align: start;
    border: none;
    background-color: transparent;
}

.scroll-container-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.scroll-container .image-slider {
  position: relative;
  width: 100%; 
  height: 550px; 
  overflow: hidden;
}

.scroll-container .image-slider img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.scroll-container .hover-image {
  transform: translateX(100%);
}

.scroll-container .image-slider:hover .default-image {
  transform: translateX(-100%);
}

.scroll-container .image-slider:hover .hover-image {
  transform: translateX(0);
}

.scroll-container-left {
    padding: 30px;
}

.scroll-container-head {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 30px;
}

.scroll-container-btN {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #F2EBE1;
    width: fit-content;
}

.scroll-container-btns {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.scroll-container button {
    border: none;
    outline: none;
    background-color: #000000;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 20px;
}

.scroll-container button:hover {
    background: linear-gradient(90deg, #ED3237 0%, #000000 132.82%);
}

.testimonial_section-head {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 60px;
}

.testimonial_section {
    margin-bottom: 130px;
}

.testimonial-slide {
    border: 1px solid #F3F3F3;
    border-radius: 20px;
    padding: 45px 30px;
}



.testimonial-slide-logo {
    background-color: #FFFFFF;
    width: fit-content;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 14px;
    height: 58px;
}

.testimonial-slide:hover {
    background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
    color: #FFFFFF;
}

.testimonial-slide p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}

.testimonial-slide-icon {
    color: #ED3237;
    margin-bottom: 20px;
}

.testimonial-slide-name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.testimonial-slide-sub {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.home-Insight-head {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 60px;
}

.insights_rowA {
    position: relative;
}

.insights_rowA-content-box {
    position: absolute;
    bottom: 0px;
    /* left: 30px; */
    /* right: 50px; */
    padding: 30px;
}

.insights_rowA-content {
    position: relative;
}

.insights_rowA-contentR {
    position: absolute;
    right: 0px;
    bottom: 20px;
}

.insights_rowA-contentL-sub {
    font-weight: 400;
    font-size: 16px;
    color: #ED3237;
    margin-bottom: 10px;
}

.insights_rowA-contentL-head {
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 35px;
    width: 70%;
}

.carder{
    overflow:hidden;
    cursor:pointer;
    border-radius: 50px;
}

.img_carder{
    width:100%;
    transition:all 0.3s ease-in-out;
    border-radius: 50px;
}

.carder:hover .img_carder{
    transform:scale(1.1);
    filter:brightness(0.7);
    border-radius: 50px;
}

.insights_rowB-img {
    margin-bottom: 0px;
}

.insights_rowB-contentsL-sub {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
    color: #ED3237;
}

.insights_rowB-contentsL-head {
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    width: 85%;
}

.insights_rowB-contents {
    position: relative;
    padding: 20px;
}

.insights_rowB-contentsR {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#insight-new-row {
    margin-bottom: 60px;
}

.faq-section {
    margin-bottom: 130px;
}

.faq-section-head {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 20px;
}

.accordion-item {
    background-color: transparent;
    color: #000000;
    border-top: 1px solid #D9D9D9E5;
}

.accordion-item-header {
    padding: 2.5rem 3rem 2.5rem 2rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-size: 30px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion-item-header span {
    margin-right: 100px;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    top: 30px;
    background-color: #ED3237;
    color: #FFFFFF;
    height: 30px;
    width: 30px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-item-header.active::after {
  content: "\2212";
  background-color: #000000;
  color: #FFFFFF;
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
    padding-left: 160px;
    padding-right: 100px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 30px;
}

.discuss-section {
    background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
    padding: 60px 92px;
    border-radius: 50px;
}

.discuss-section-head {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 50px;
    color: #FFFFFF;
    line-height: 100%;
}

.discuss-section {
    margin-bottom: 130px;
}

.discuss-section-row input {
    outline: none;
    border: none;
    background-color: #FFFFFF0D;
    padding: 20px 30px;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 30px;
    color: #FFFFFF; 
}

.discuss-section-row .form-select {
    outline: none;
    border: none;
    background-color: #FFFFFF0D;
    padding: 20px 30px;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 30px;
    color: #FFFFFF; 
}

.discuss-section-row .form-select option {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}

.discuss-section-row input::placeholder {
    font-weight: 400;
    font-size: 20px;
}

.discuss-section-row textarea {
    outline: none;
    border: none;
    background-color: #FFFFFF0D;
    padding: 20px 30px;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 30px;
    color: #FFFFFF; 
}

.discuss-section-row textarea::placeholder {
    font-weight: 400;
    font-size: 20px;
}

.file-upload-container {
  margin-bottom: 20px;
}

.file-upload-label {
    display: inline-block;
    padding: 20px 30px;
    background: transparent;
    border: 3px dashed #2C2E2E;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.file-upload-label:hover {
  background: #FFFFFF0D;
  border-color: #999;
}

.file-upload-placeholder {
  color: #777;
  font-size: 18px;
}

.file-upload-input {
  display: none;
}

.file-upload-placeholder i {
    margin-right: 5px;
}

.discuss-section button {
    border: none;
    outline: none;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
}

.discuss-section button:hover {
    background: linear-gradient(90deg, #ED3237 0%, #000000 132.82%);
    border: none;
}

.footer {
    padding-bottom: 10px;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9E5;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.footer-nav-right {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
}

.footer-head {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ED3237;
    margin-bottom: 22px;
}

.footer ul li {
    list-style: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
}

.footer ul li a {
    text-decoration: none;
    color: #000000;
}

.footer ul li a:hover::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #ED3237;
    transition: .3s all;
    border-radius: 50%;
    position: absolute;
    transform: translate(5px, -50%);
}

.footer-copy {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.footer-copyright, .footer-terms {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #201E1E;
}

.footer-copy-icon a {
    color: #ED3237;
    margin-right: 10px;
}

.footer-terms span {
    margin-right: 10px;
}

.case-Studies-page {
    background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
    padding-top: 143px;
    margin-bottom: 130px;
    border-radius: 0px 0px 50px 50px;
    padding-bottom: 88px;
}

.case-Studies-page-banner {
    color: #FFFFFF;
    width: 70%;
    margin: auto;
}

.case-Studies-page-banner-head {
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.case-Studies-page-banner p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 40px;
}

.case-Studies-page .tab {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}

.case-Studies-page .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    transition: 0.3s;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 10px;
}

.case-Studies-page .tab button:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.case-Studies-page .tab button.active {
    background-color: #FFFFFF;
    border: 1px solid #ED3237;
    color: #000000;
}

.case-Studies-page .tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.inner_pages-banner {
    background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
    padding-top: 143px;
    padding-bottom: 295px;
    color: #FFFFFF;
}

.inner_pages-banner-box {
    width: 75%;
    margin: auto;
}

.inner_pages-banner-head {
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.inner_pages-banner-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 40px;
}

.inner_pages-banner-box button {
    border: none;
    outline: none;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 10px;
}

.inner_pages-banner-box button:hover {
    background: linear-gradient(90deg, #ED3237 0%, #000000 132.82%);
    border: none;
}

.inner_pages-banner-box-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.build-stun {
    box-shadow: 0px 0px 50px 0px #0000001A;
    padding: 40px 50px;
    border-radius: 50px;
    position: relative;
    top: -120px;
    background-color: #FFFFFF;
}

.build-stun-right-head {
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
}

.build-stun-right p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.build-stun-right {
    padding-left: 50px;
}

.disovery-head {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 50px;
}

.key-web {
    background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
    padding: 76px;
    border-radius: 50px;
    margin-bottom: 130px;
}

.key-web-head {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 72px;
}

.key-web-row .box {
    width: 100%;
    height: 316px;
    border: 1px solid #FFFFFF;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.key-web-row2 {
    width: 100%;
    height: 316px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 100px 26px;
}

.key-web-row2 p {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 30px;
}

.key-web-row2-head {
    font-weight: 400;
    font-size: 24px;
}
        
.key-web-row .box:hover {
    cursor: pointer;
    border: 3px solid #ED3237;
}
        
.key-web-row .top-header {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    transition: opacity 0.3s ease;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    color: #FFFFFF;
}
        
.key-web-row .main-header {
    position: absolute;
    bottom: 40px;
    left: 20px;
    width: 100%;
    margin: 0;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
}
        
.key-web-row .content {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}
        
.key-web-row .box:hover .top-header {
    opacity: 0;
}
        
.key-web-row .box:hover .main-header {
     bottom: 200px; 
}
        
.key-web-row .box:hover .content {
    bottom: 20px; 
}

.key-web-row {
    margin-bottom: 30px;
}

.ultimate-goal {
    box-shadow: 0px 0px 50px 0px #0000001A;
    padding: 40px 50px;
    border-radius: 50px;
    margin-bottom: 170px;
}

.ultimate-goal-left {
    padding-top: 150px;
}

.ultimate-goal-left-head {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 30px;
}

.ultimate-goal-left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.inner-overview-row {
    box-shadow: 0px 0px 30px 0px #F2F2F2;
    padding: 52px 50px;
    border-radius: 50px;
    color: #000000;
    position: relative;
    padding-top: 200px;
    transition: transform 0.5s ease;
    height: 500px;
}

.inner-overview-row:hover {
    background: linear-gradient(180deg, #ED3237 -104.4%, #000000 100%);
    color: #FFFFFF;
    cursor: pointer;
}

.inner-overview-row:hover .inner-overview-row-img {
    transform: rotate(30deg);
    transition: transform 0.5s ease;
    cursor: pointer;
}

.inner-overview-row-img {
    position: absolute;
    right: 40px;
    top: 40px;
}

.inner-overview {
    margin-bottom: 130px;
}

.inner-overview-row-head {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 30px;
}

.inner-overview-row p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.insight_page-banner {
    background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
    border-radius: 50px;
    padding-top: 132px;
    padding-bottom: 152px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 130px;
}

.insight_page-banner-head {
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.insight_page-banner p {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
}

.insight_details-banner-left-head {
    font-weight: 500;
    font-size: 45px;
    line-height: 45px;
}

.insight_details-banner {
    padding-top: 100px;
    margin-bottom: 98px;
}

.insight_details-banner-right-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 12px;
    color: #ED3237;
}

.insight_details-banner-right-info-head {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}

.insight_details-banner-right-info {
    margin-bottom: 20px;
}

.insight-body-banner {
    margin-bottom: 100px;
}

.insight-body-details-content {
    width: 70%;
    margin: auto;
}

.insight-body-details-content-box {
    display: flex;
    gap: 20px;
    margin-bottom: 130px;
}

.insight-body-details-content-box-left-head {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 24px;
}

.insight-body-details-content-box-left-icon {
    margin-bottom: 10px;
}

.insight-body-details-content-box-right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.other-posts {
    background-color: #F7F4ED;
    padding-top: 76px;
    padding-bottom: 36px;
    margin-bottom: 130px;
}

.other-posts-head {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 50px;
}

.about_page-banner {
    background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
    padding-top: 370px;
    color: #FFFFFF;
    padding-bottom: 100px;
    margin-bottom: 200px;
    position: relative;
}

.about_page-banner-right button {
    border: none;
    outline: none;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 10px;
}

.about_page-banner-right button:hover {
    background: linear-gradient(90deg, #ED3237 0%, #000000 132.82%);
    border: none;
}

.about_page-banner-right-head {
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 20px;
}

.about_page-banner-right p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
}

.about_page-banner-left {
    position: absolute;
    top: -200px;
}

.about_page-banner-right {
    padding-left: 50px;
}

.working_together-left {
    padding-top: 100px;
}

.working_together-left-head {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}

.working_together-left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;    
}

.working_together {
    margin-bottom: 160px;
}

.our_journey {
    background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 130px;
}

.our_journey-head {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.our_journey-box {
    width: 70%;
    margin: auto;
}

.our_journey-box .tab {
    overflow: hidden;
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 50px;
}

.our_journey-box .tab button {
    background-color: transparent;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 10px;
    transition: 0.3s;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    
}

.our_journey-box .tab button:hover {
  background-color: #FFFFFF;
    color: #000000;
}

.our_journey-box .tab button.active {
    background-color: #FFFFFF;
    border: 1px solid #ED3237;
    color: #000000;
}

.our_journey-box .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    color: #FFFFFF;
}

.our_journey-box-bg {
    background-image: url(./images/j-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 50px;
    padding-bottom: 76px;
    padding-left: 50px;
    padding-right: 50px;
}

.our_journey-box-content-date {
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 10px;
    width: fit-content;
    margin-bottom: 20px;
}

.our_journey-box-content-date:hover {
    background: linear-gradient(90deg, #ED3237 0%, #000000 132.82%);
}

.our_journey-box-content-head {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 10px;
    color: #000000;
}

.our_journey-box-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.our_progress {
    position: relative;
}

.our_progress2 {
    margin-bottom: 130px;
    position: relative;
}

.our_progress-nav {
    margin-bottom: 100px;
}

.our_progress-nav-head {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 20px;
}

.our_progress-nav p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.our_progress2-row1-count {
    display: flex;
    font-weight: 400;
    font-size: 80px;
    margin-bottom: 30px;
}

.our_progress2-row1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.our_progress2-row1 {
    position: relative;
    background-color: #00000099;
    color: #FFFFFF;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    height: 200px;
}

.our_progress2-row1-img {
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.our_progress2-row2-count {
    display: flex;
    font-weight: 400;
    font-size: 80px;
    margin-bottom: 30px;
}

.our_progress2-row2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.our_progress2-row2 {
    position: relative;
    background-color: #000000CC;
    color: #FFFFFF;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    height: 300px;
    margin-top: -100px;
}

.our_progress2-row2-img {
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.our_progress2-row3-count {
    display: flex;
    font-weight: 400;
    font-size: 80px;
    margin-bottom: 30px;
}

.our_progress2-row3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.our_progress2-row3 {
    position: relative;
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    height: 400px;
    margin-top: -200px;
}

.our_progress2-row3-img {
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.meet-the-team1-row-head {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 20px;
}

.meet-the-team1-row p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.meet-the-team1-row {
    margin-bottom: 57px;
}

.meet-the-team1-row button {
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 10px;
    border: none;
    outline: none;
}

.meet-the-team1-row button:hover {
    background: linear-gradient(90deg, #ED3237 0%, #000000 132.82%);
}

.ourFacility-row-top {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.ourFacility-row-top .overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ourFacility-row-top:hover .overlay {
    opacity: 1;
}

.social-icons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.social-icons a {
    color: #ED3237;
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 17.5px;
    font-size: 16px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0px 4px 4px 0px #ED323726;
}

.social-icons a:hover {
    color: #000000; 
}

.team-card-name-head {
    font-weight: 500;
    font-size: 32px;
    color: #201E1E;
    text-align: left;
    margin-bottom: 10px;
}

.team-card-name-sub {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #201E1E;
    margin-bottom: 5px;
}

.ourFacility-row {
    margin-bottom: 100px;
}

.meet-the-team2-row1 {
    margin-top: -200px;
    margin-bottom: 30px;
}

.meet-the-team2-row2 {
    margin-top: -100px;
    margin-bottom: 30px;
}

.meet-the-team {
    margin-bottom: 196px;
}

.team_banner {
    background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
    padding-top: 143px;
    padding-bottom: 107px;
    color: #FFFFFF;
    margin-bottom: 300px;
}

.team_banner-left-head {
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 30px;
}

.team_banner-right p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.team_banner-right button {
    border: none;
    outline: none;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 10px;
}

.team_banner-right button:hover {
    background: linear-gradient(90deg, #ED3237 0%, #000000 132.82%);
    border: none;
}

.meet-the-team2-row3 {
    margin-bottom: 30px;
}

.team-join {
    margin-bottom: 130px;
}

.team-join_top {
    background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
    color: #FFFFFF;
    padding: 37px;
    border-radius: 50px 50px 0px 0px;
}

.team-join_topL-head {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 10px;
}

.team-join_topL button {
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.team-join_topL button:hover {
    background-color: #FFFFFF;
    border: 1px solid #ED3237;
    color: #000000;
}

.team-join_topR-head {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.team-join_topR p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.solutions_page {
    background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
    color: #FFFFFF;
    padding-top: 143px;
    padding-bottom: 317px;
}

.solutions_page-box {
    width: 79%;
    margin: auto;
}

.solutions_page-box-head {
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.solutions_page-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.solutions_body-row {
    box-shadow: 0px 0px 50px 0px #0000001A;
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 50px;
    margin-bottom: 70px;
}

.solutions_body-row-left-head {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 30px;
}

.solutions_body-row-left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.solutions_body-row-left button {
    border: none;
    outline: none;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 10px;
}

.solutions_body-row-left button:hover {
    background: linear-gradient(90deg, #ED3237 0%, #000000 132.82%);
}

.solutions_body {
    position: relative;
    top: -150px;
}

.start-aP {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.contact_page_right-box {
    background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
    padding: 58px;
    border-radius: 50px;
}

.contact_page_right-box input {
    width: 100%;
    border: none;
    outline: none;
    background-color: #FFFFFF0D;
    padding: 30px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
}

.contact_page_right-box input::placeholder {
    color: #FFFFFF;
    opacity: 30%;
}

.contact_page_right-box textarea {
    width: 100%;
    border: none;
    outline: none;
    background-color: #FFFFFF0D;
    padding: 30px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
}

.contact_page_right-box textarea::placeholder {
    color: #FFFFFF;
    opacity: 30%;
}

.contact_page {
    margin-bottom: 150px;
}

.contact_page_right button {
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 15px 20px;
    border-radius: 10px;
    width: 100%;
}

.contact_page_right button:hover {
    background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
    color: #FFFFFF;
}

.contact_page_left-box-head {
    font-weight: 400;
    font-size: 18px;
    color: #ED3237;
    margin-bottom: 10px;
}

.contact_page_left-box p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
}

.contact_page_left-box {
    margin-bottom: 50px;
}

.contact_page_left-box-icons a {
    text-decoration: none;
    color: #000000;
    margin-right: 20px;
    font-size: 30px;
}

.contact_page_left {
    padding-right: 70px;
    padding-top: 100px;
}
        
.menu_drop-row .menu-item {
    cursor: pointer;
    transition: background-color 0.3s;
}
        
        
.menu_drop-row .image-display {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
        
.menu_drop-row .image-container {
    position: relative;
    width: 100%;
    height: 450px;
}
        
.menu_drop-row .image {
     position: absolute;
     width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
     transition: opacity 0.5s ease;
}
        
.menu_drop-row .image.active {
    opacity: 1;
}
        
.menu_drop-row #image1 {
    opacity: 1;
}









/* MEDIA */

@media (max-width: 768px) {

    .contact_page_left {
        padding-right: 0px;
        padding-top: 0px;
    }

    .build-stun-right {
        padding-left: 0px;
    }

    .menu_drop-row .image-container {
        position: relative;
        width: 100%;
        height: 300px;
    }

    .contact_page_right-box {
        background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
        padding: 20px;
        border-radius: 50px;
    }

    .solutions_body-row {
        box-shadow: 0px 0px 50px 0px #0000001A;
        background-color: #FFFFFF;
        padding: 20px;
        border-radius: 50px;
        margin-bottom: 70px;
    }

    .solutions_body-row-left {
        margin-bottom: 30px;
    }

    .solutions_page-box {
        width: 100%;
        margin: auto;
    }

    .team_banner {
        background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
        padding-top: 143px;
        padding-bottom: 107px;
        color: #FFFFFF;
        margin-bottom: 100px;
    }

    .meet-the-team2-row1 {
        margin-top: 0px;
    }

    .meet-the-team2-row2 {
        margin-top: 0px;
    }

    .our_progress2-row3 {
        position: relative;
        background-color: #000000;
        color: #FFFFFF;
        padding-top: 60px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px;
        height: 400px;
        margin-top: 30px;
    }

    .our_progress2-row2 {
        position: relative;
        background-color: #000000CC;
        color: #FFFFFF;
        padding-top: 60px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px;
        height: 300px;
        margin-top: 30px;
    }

    .our_journey-box-bg {
        background-image: url(./images/j-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 76px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .our_journey-box .tab {
        overflow: hidden;
        background-color: #000000;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 30px;
        border-radius: 30px;
        margin-bottom: 50px;
    }

    .our_journey-box {
        width: 100%;
        margin: auto;
    }

    .about_page-banner-right {
        padding-left: 0px;
    }

    .about_page-banner {
        background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
        padding-top: 50px;
        color: #FFFFFF;
        padding-bottom: 100px;
        margin-bottom: 100px;
        position: relative;
    }

    .about_page-banner-left {
        position: relative;
        top: 0px;
        margin-bottom: 30px;
    }

    .insight-body-details-content {
        width: 100%;
        margin: auto;
    }

    .insight_details-banner-left-head {
        font-weight: 500;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .inner-overview-row {
        margin-bottom: 30px;
    }

    .inner-overview-row {
    box-shadow: 0px 0px 30px 0px #F2F2F2;
    padding: 52px 50px;
    border-radius: 50px;
    color: #000000;
    position: relative;
    padding-top: 100px;
    transition: transform 0.5s ease;
    height: 500px;
}

    .ultimate-goal-left {
        padding-top: 40px;
        margin-bottom: 20px;
    }

    .ultimate-goal {
        box-shadow: 0px 0px 50px 0px #0000001A;
        padding: 30px;
        border-radius: 50px;
        margin-bottom: 170px;
    }

    .key-web {
        background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
        padding: 30px;
        border-radius: 50px;
        margin-bottom: 130px;
    }

    .build-stun-right-head {
        font-weight: 400;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .build-stun-left {
        margin-bottom: 30px;
    }

    .build-stun {
        box-shadow: 0px 0px 50px 0px #0000001A;
        padding: 20px;
        border-radius: 50px;
        position: relative;
        top: -120px;
        background-color: #FFFFFF;
    }

    .inner_pages-banner-box {
        width: 100%;
        margin: auto;
    }

    .case-Studies-page-banner {
        color: #FFFFFF;
        width: 100%;
        margin: auto;
    }

    .case-Studies-page .tab {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 150px;
    }

    .footer-copy {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }

    .footer-nav {
        display: flex;
        flex-direction: column;
        gap: 60px;
        border-bottom: 1px solid #D9D9D9E5;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    .discuss-section-head {
        font-weight: 400;
        font-size: 30px;
        margin-bottom: 50px;
        color: #FFFFFF;
        line-height: 100%;
    }

    .discuss-section {
        background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
        padding: 20px;
        border-radius: 50px;
    }

    .accordion-item-header {
        padding: 1.5rem 3rem 1.5rem 2rem;
        line-height: 1.25rem;
        font-weight: 400;
        font-size: 20px;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
    }

    .accordion-item-body-content {
        padding-left: 40px;
        padding-right: 20px;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
    }

    .accordion-item-header span {
        margin-right: 20px;
    }

    .insights_rowA {
        margin-bottom: 30px;
    }

    .insights_rowB-contentsL-head {
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        width: 85%;
    }

    .insights_rowA-contentR {
        position: absolute;
        right: 0px;
        bottom: 10px;
    }

    .insights_rowA-contentL-head {
        font-weight: 400;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 25px;
        width: 80%;
    }

    .scroll-container-btns {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .home-Services .card {
        width: 100%;
        height: auto;
        scroll-snap-align: start;
        border: none;
        background-color: transparent;
    }

    .scroll-container .image-slider {
        position: relative;
        width: 100%; 
        height: auto; 
        overflow: hidden;
    }

    .scroll-container .image-slider img {
        position: absolute;
        width: 100%;
        height: auto;
        transition: transform 0.5s ease;
    }

    .scroll-container .hover-image {
        transform: translateX(100%);
    }

    .scroll-container .image-slider:hover .default-image {
        transform: translateX(-100%);
    }

    .scroll-container .image-slider:hover .hover-image {
        transform: translateX(0);
    }

    .scroll-container-left {
        padding: 20px;
    }

    .scroll-container-right {
        display: none;
    }

    .scroll-container {
        width: 100%;
        height: auto;
        overflow-x: hidden;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
        border-radius: 10px;
        background: white;
        scrollbar-width: none;
        -ms-overflow-style: none; 
        box-shadow: 0px 0px 30px 0px #F2F2F2;
    }

    .what_we_do_home-box-btN {
        font-weight: 600;
        font-size: 16px;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 10px;
        padding: 10px 20px;
        width: fit-content;
    }

    .what_we_do_home-box-btns {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .what_we_do_home {
        background: linear-gradient(360deg, #000000 0%, #ED3237 466.37%);
        padding: 20px;
        border-radius: 50px;
        margin-bottom: 130px;
    }

    .home_banner-head {
        font-weight: 400;
        font-size: 35px;
        text-align: center;
        margin-bottom: 20px;
        line-height: 50px;
    }

    .modal-body-left {
        margin-bottom: 20px;
    }

    .modal-body-right-contents {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-link:hover::after {
        content: '';
        display: none;
    }

    .navbar-light .navbar-nav .nav-link{
        padding-top: 12px;
        padding-bottom: 12px;
        transition: 0.3s;
        padding-left: 24px;
        padding-right: 24px;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 8%;
        text-transform: uppercase;
    }

    #nav-modal {
        margin-left: 0px;
    }
    
	.menu_drop-left {
        padding-left: 30px;
        padding-top: 30px;
        padding-right: 30px;
    }
}


@media (min-width: 1200px) { 
    
}

@media (min-width: 1400px) { 
    
}

@media (min-width: 1600px) { 
    
}

@media (min-width: 2560px) { 
    
}




@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */


	

}



@media (min-device-width : 737px)
and	(max-device-width : 991px){
	
	 
    
	
}


@media only screen 
and (min-device-width : 737px) 
and (max-device-width : 767px) { /* STYLES GO HERE */



}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
	
	
	
  
}




@media (min-width:320px) and (max-width: 480px) { 
	
    
    
}


