* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
}

.navbar {
  background-image: linear-gradient(to bottom, black, transparent);
  min-height: 12%;
}

.navbar .container-fluid {
  gap: 3%;
}

.navbar-nav {
  width: 95%;
  display: flex;
  justify-content: space-between;
  padding-right: 5%;
}

.nav-item {
  font-size: 1.5vw;
}

.nav-link {
  color: #fff;
}

.navbar-brand {
  margin-left: 3%;
  width: max(13vw, 60px);
  height: max(3.5vw, 40px);
  background-image: url("../src/images/home/logo-w.webp");
  background-size: contain;
  background-repeat: no-repeat;
}


.navbar.fixed-top {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}

.navbar.hide-nav {
  transform: translateY(-100%);
}

.navbar.transparent {
  background-color: transparent;
}

.navbar.transparent .navbar-brand {
  width: max(13vw, 60px);
  height: max(3.5vw, 40px);
  background-image: url("../src/images/home/logo-w.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar .container-fluid button {
  border: none;
  outline: none;
  transition: border-color 0.3s ease;
}

.nav-link:hover {
  transform: scale(1.3);
  transform-origin: center;
  transition: transform 0.2s ease;
  white-space: normal;
  word-break: break-word;
}

.nav-item:hover .nav-link {
  color: #fff;
}

.navbar.with-background .nav-link {
  color: #000;
}

.nav-item.dropdown:hover .nav-link {
  transform: scale(1.3);
  transform-origin: center;
  transition: transform 0.2s ease;
  white-space: normal;
  word-break: break-word;
}

.navbar .container-fluid button span i {
  color: #fff;
}

.navbar.with-background .container-fluid button i {
  color: #000;
}

.navbar.transparent .container-fluid button span i {
  color: #fff;
}

.navbar.with-background {
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), white);
}

.menu-button {
  background-color: transparent;
  width: 60px;
  height: 75px;
}

@media screen and (min-width: 992px) {
  .menu-button {
    display: none;
  }
}

.navbar.with-background .navbar-brand {
  width: max(13vw, 60px);
  height: max(3.5vw, 40px);
  background-image: url("../src/images/home/logo-b.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-menu {
  font-size: 16px;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  width: max-content;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar.with-background .nav-item:hover .nav-link {
  color: #000;
}

.dropdown-item {
  color: #000;
  position: relative;
  padding: 8px 20px;
}

.dropdown-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.dropdown-item:last-child::after {
  display: none;
}

.dropdown-item:hover {
  background-color: #000;
  color: #fff;
  transform: scale(1.1);
  transform-origin: center;
  transition: transform 0.2s ease;
  white-space: normal;
  word-break: break-word;
}

@media screen and (max-width: 992px) {
  .navbar-brand {
    width: max(13vw, 60px);
  height: max(3.5vw, 40px);
    background-image: url("../src/images/home/logo-b.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .navbar .navbar-brand {
    width: max(13vw, 60px);
  height: max(3.5vw, 40px);
    background-image: url("../src/images/home/logo-w.webp");
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .nav-item {
    color: #000;
  }

  .nav-item:hover .nav-link {
    color: #000;
  }

  .dropdown-menu {
    position: absolute;
    top: 10%;
    left: 76%;
    min-width: 160px;
    background-color: #fff;
    border: 1px solid #000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    display: none;
    padding: 0;
    margin: 0;
  }

  .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
  }
}
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item.dropdown.active .nav-link {
  color: #0370dd;
  font-weight: bold;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #000;
  color: #fff;
}












.responsive-div {
  width: 100%;
  height: 100vh; /* Set the height to 100% of the viewport height */
  background-color: #ffffff; /* Change the background color to your preference */
  font-size: 2rem;
  color: #333;
  background-repeat: no-repeat ;
  background-blend-mode: multiply;
  color: rgb(0, 0, 0);
  background-size: 150% 150%;
  background-position-x: -500px;
  background-position-y: -300px;
  transition: background-size 2s ease, background-position-x 2s ease, background-position-y 2s ease;
}

.animation-res{
  background-size: 100% 100%;
  background-position-x: 0px;
  background-position-y: 0px;
}



.responsive-div::before {

  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to right, black, transparent);
  z-index: 1;
  }



  #for-center-data{

    height: 100vh;
    display: flex;
    align-items: center ;

  }



  .contact-us-text{

    color: white;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-top: 100px;
    z-index: 2;
    opacity: 0;
    transition: opacity 2s ease-in-out;
  }

  .contact-us-main-heading{

    color: white;
    z-index: 2;
    font-size: 4vw;
    font-weight: 1000;
    padding-bottom: 25px;
    padding-top: 20px;
    line-height: 1.2;
    opacity: 0;
    transition: opacity 2s ease-in-out;
  }

  .contact-us-description{

    color: white;
    font-size: max(1.5vw,12px);
    z-index: 2;
    opacity: 0;
    transition: opacity 2s ease-in-out;
  }

  

#container-cover-for-description{

    width: 70%;
    margin-left: 5%;

  }

  .cover-button a {


    font-size: 15px;
    color:rgb(255, 255, 255);
    text-decoration: none;
    padding: 10px 18px;
    border: 1px solid rgb(255, 255, 255);
    background-color: none;
    letter-spacing: 3px;
    font-weight: 600;
    opacity: 1;

  }

  .text-appear {
    opacity: 1;
  }

  #cover-button  i{
    padding-left: 10px;


    transition: padding 0.5s ease;

  }
  #cover-button a:hover i{

    padding-left: 20px;

  }



  #cover-button {

    padding-top: 60px;
    z-index: 2;
    left: -300px;
    transition: transform 2s ease-in-out;
  }

  .transform {
    transform: translateX(300px);
  }




@media (max-width: 767px) {


      .responsive-div {
      font-size: 1.5rem;

      }
  .contact-us-main-heading{

      font-size: 5vw;
      font-weight: 1000;
      padding-bottom: 25px;

      }

      .contact-us-description{

      font-size: 18px;

        }

        #container-cover-for-description{

          width: 90%;
          margin-left: 5%;

        }

    

  }

  .col-12 .navbar{

      width: 85px;

  }






    #alteryx-section{
        min-height: 100vh;
        padding: 0;
        margin: 0;
    }

    #alteryx-section .container-fluid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #alteryx-section .container-fluid .row1 h2 {
        padding-top: 2%;
        font-size: max(3vw, 20px);
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
    }

    #alteryx-section .container-fluid .row2 {
        padding-top: 2%;
        width: 90%;
    }

    #alteryx-section .container-fluid .row2 div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #alteryx-section .container-fluid .row2 div img {
        width: 25vw;
    }

    #alteryx-section .container-fluid .row2 div h3 {
        font-size: max(1.5vw, 18px);
        font-weight: 600;
        margin-top: 5%;
        width: 90%;
        text-align: center;
        letter-spacing: 1.5px;
        color: #2a89fc;
    }

    #alteryx-section .container-fluid .row2 div p {
        font-size: max(1.1vw, 16px);
        font-weight: 500;
        margin-top: 5%;
        width: 90%;
        text-align: center;
        letter-spacing: 1px;
    }


    @keyframes shift-up {
      from {
        opacity: 0;
        transform: translateY(100px);
      }
      to {
        opacity: 1;
        transform: translateY(0px)
      }
    }

    .shift-up {
      animation: shift-up 1s ease-in-out;
    }



#sectionx,
#sectionx .row,
#sectionx .row .col-md-6,
#sectionx .row .col-md-6 .row,
#sectionx .row .col-md-6 .row .col-md-6 {
  margin: 0;
  padding: 0;
}

#sectionx {
  max-width: 100vw;
  cursor: pointer;
}

#sectionx .row1 {
  height: 100vh;
}

#sectionx .row1 .col11{
  position: relative;
  overflow: hidden;
}

#sectionx #bk-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: 0.3s ease;
}

#sectionx .bk-image-small {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
  transition: 0.3s ease;
}

#sectionx .white-square {
  position: absolute;
  width: 5%;
  height: 10%;
  background-color: rgb(253, 253, 253);
  transform: rotate(45deg);
  top: 45%;
  left: 46%;
  z-index: 1;
  transition: transform 0.3s ease;
}

#sectionx .row121:hover .white-square,
#sectionx .row122:hover .white-square{
  transform: rotate(45deg) scale(1.1);
}

#sectionx .row1 .col12 .row121,
#sectionx .row1 .col12 .row122{
  height: 50vh;
  position: relative;
}

#sectionx .row1 .col11 h3{
  color: #fff;
  font-size: 1vw;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
}

#sectionx .row1 .col11 div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
}

#sectionx .row1 .col11 p{
  width: 80%;
  color: #fff;
  font-size: 1.5vw;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
}

#sectionx .col1211,
#sectionx .col1212,
#sectionx .col1221,
.col1222{
  overflow: hidden;
}

#sectionx .row1 .col12 .row121 .col1211,
#sectionx .row1 .col12 .row122 .col1222{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sectionx .row1 .col12 .row121 .col1211 div,
#sectionx .row1 .col12 .row122 .col1222 div{
  height: 100%;
  display: flex;
  transform: translateY(20px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #2a89fc;
  text-align: center;
}

#sectionx .row1 .col12 .row121 .col1211 div h3,
#sectionx .row1 .col12 .row122 .col1222 div h3{
  transform: translateY(80px);
  font-size: 0.9vw;
  letter-spacing: 1.6px;
  font-weight: 700;
}

#sectionx .row1 .col12 .row121 .col1211 div div,
#sectionx .row1 .col12 .row122 .col1222 div div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#sectionx .row1 .col12 .row121 .col1211 p,
#sectionx .row1 .col12 .row122 .col1222 p{
  color: #000;
  width: 80%;
  font-size: 1.25vw;
  font-weight: 500;
}

#sectionx .row1 .col11:hover #bk-image{
  transform: scale(1.1);
}

#sectionx .row1 .col12 .row122 .white-square{
  left: 49%;
}

.big-img-content {
  margin-top: 3vw;
}

#sectionx .row1 .col12 .row121:hover .bk-image-small,
#sectionx .row1 .col12 .row122:hover .bk-image-small{
  transform: scale(1.1);
}

#sectionx .mb-screen-text {
  display: none;
}

@keyframes scroll-up {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(43px);
  }
}

.sectionx-animation {
  animation: scroll-up 2s forwards ease;
}

.sectionx-animation1 {
  animation: scroll-up 3s forwards ease;
}

@media (max-width: 767px) {
  #sectionx .row1 .col12 .row121 .col1211,
  #sectionx .row1 .col12 .row122 .col1222,
  .white-square {
    display: none;
  }

  #sectionx {
    height: auto;
  }

  #sectionx .row1{
    height: 1200px;
    height: auto;
    /* transform: translateY(500px); */
  }

  #sectionx .col11{
    height: 400px; /* Remove fixed height for col11 */
  }

  #sectionx .col12{
    height: 66.66%; /* Set height to occupy the remaining space */
  }

  #sectionx .mb-screen-text h3 {
    font-size: 0.8em;
    letter-spacing: 2px;
    font-weight: 700;
  }

  #sectionx .mb-screen-text p {
    width: 80%;
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
  }

  #sectionx .mb-screen-text {
    background-image: linear-gradient(to bottom, black, transparent);
    padding-top: 30px;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #fff;
  }

  #sectionx .big-img-content {
    margin-top: 0;
    background-image: linear-gradient(to bottom, black, transparent);
  }

  #sectionx .big-img-content h3 {
    padding-top: 20px;
  }

  #sectionx .mb-screen-text div {
    padding-top: 10px;
    display: flex;
    justify-content: center;
  }

  #sectionx .row1 .col11 h3{
    font-size: 0.8em;
  }

  #sectionx .row1 .col11 p{
    font-size: 1.2em;
  }

  
}

/* #footer {
  padding: 0;
  margin: 0;
  background-color: #41464D;
  min-height: 100vh;
}

#footer .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}


#footer img {
  width: max(10vw,100px);
  transition: width 0.5s ease;
}

#footer img:hover {
  cursor: pointer;
  width: max(12vw,110px);
}

#footer .container-fluid .rowx {
  padding: 0;
  margin: 0;
  width: 80%;
}

#footer .container-fluid .rowx .row1 {
  padding: 0;
  margin: 0;
  padding-top: 2%;
  width: 100%;
}

#footer .container-fluid .rowx .row2{
  padding: 0;
  margin: 0;
  padding-top: 3%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .container-fluid .rowx .row2 .col2 {
  padding: 0;
  margin: 0;
}

#footer .container-fluid .rowx .row2 .col2 .row {
  padding: 0;
  margin: 0;
  width: 100%;
}

#footer .container-fluid .rowx .row1 .col1 {
  padding: 0;
  margin: 0;
}

#footer .container-fluid .rowx .row1 .col2{
  padding: 0;
  margin: 0;
}

#footer .container-fluid .rowy {
  margin: 0;
  padding: 0;
  padding-top: 3%;
  width: 90%;
}

#footer .container-fluid .rowy .col-lg-7 .row .col-sm-4  div,
#footer .container-fluid .rowy .col-lg-5 .row .col-sm-6  div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


#footer .container-fluid .rowy .col-lg-7 .row .col-sm-4  div h3,
#footer .container-fluid .rowy .col-lg-5 .row .col-sm-6  div h3 {
  text-align: center;
  font-size: max(1vw, 18px);
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;

  width: 100%;
  
}

#footer .container-fluid .rowy .col-lg-7 .row .col-sm-4  div ul,
#footer .container-fluid .rowy .col-lg-5 .row .col-sm-6  div ul {
  width: 100%;
  
}

#footer .container-fluid .rowy .col-lg-7 .row .col-sm-4  div ul li a,
#footer .container-fluid .rowy .col-lg-5 .row .col-sm-6  div ul li a {
  text-decoration: none;
  color: #fff;
  font-size: max(1vw,14px);
}

#footer .container-fluid .rowy .col-lg-7 .row .col-sm-4  div ul li a:hover,
#footer .container-fluid .rowy .col-lg-5 .row .col-sm-6  div ul li a:hover {
  color: #2a89fc;
}

#footer .container-fluid .rowy .col-lg-7 .row .col-sm-4  div ul li,
#footer .container-fluid .rowy .col-lg-5 .row .col-sm-6  div ul li {
  padding-top: 3%;
  list-style: none;
  text-align: center;
  width: 100%;
}

#footer .container-fluid .rowy .col-lg-5 .row .col-sm-6  div ul li a img {
  margin-right: 10px;
  width: 20px;
}

#footer .container-fluid .rowz div{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#footer .container-fluid .rowz div p{
  width: 90%;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  #footer .container-fluid .rowx .row1 .col-lg-6,
  #footer .container-fluid .rowx .row2 .col-lg-4 {
    padding-top: 15px;
  }
}


@media screen and (max-width: 576px) {

  #footer img {
    width: 30vw;
  }

  #footer img:hover {
    cursor: pointer;
    width: 35vw;
  }

  #footer .container-fluid .rowx .row1 .row .col-sm-4,
  #footer .container-fluid .rowx .row2 .row .col-sm-4,
  #footer .container-fluid .rowx .row2 .row .col-sm-6 {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  
} */