* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



body {
  font-family: 'Montserrat', sans-serif !important;
}

.carousel-item video {
  z-index: 0;
  object-fit: cover;
  height: 102vh;
}

.home_slider_text {
  display: flex;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 1;
  transform: translate(14rem, 14rem);
}

.home_slider_text p {
  font-size: 5.9rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  line-height:7rem;
}

.description-msg {
  position: absolute;
  transform: translate(14rem, 10rem);
}

.carousel-indicators {
  background: none !important;
}

#carouselExampleInterval{
  transform: translateY(-1rem) !important;
  height: 101vh;
}

/* ============================================== Our Work Section ====================================== */

.ourWorkContainer {
  padding: 5rem 0;
  transform: translateX(15rem);
}

.ourWorkContainer h2 {
  font-size: 4rem;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.ourWorkContainer p {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3rem;
  width: 70%;
}

.ourWorkContainer a {
  text-decoration: none;
  padding: 0.7rem 1.4rem;
  background: #008080;
  border-radius: 3rem;
  color: white;
}

.ourWorkContainer a:hover {
  background: none;
  border: 0.1rem solid #008080;
  color: #008080;
}

.ourWorkContainer .description-msg {
  transform: translate(0, 0);
}

/* ============================================== Services SECTION ====================================== */

.cardimg {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 0;
}

.cardimg img {
  width: 85rem;
  height: 42rem;
}

.services_card {
  position: sticky;
  width: 85rem;
  top: 100px;
  border: none !important;
  transform: translateX(10rem);
}

.card__inner {
  display: flex;
  width: 80vw;
  height: 40rem;
}

.servicesContainer {
  display: flex;
  width: 99.5vw;
  background: black;
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.card2 {
  top: 120px;
}
.card3 {
  top: 145px;
}
.card4 {
  top: 170px;
}
.card5 {
  top: 187px;
}
.card6 {
  top: 215px;
}
.card7 {
  top: 232px;
}
.card8 {
  top: 290px;
}

.services_cards {
  width: 99vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  gap: 40px 0;
}
.card__content {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  max-width: 900px;
  z-index: 1;
}

.card__content h1 {
  margin-bottom: 3rem;
}

.card__title {
  padding: 0;
  margin: 0;
  font-size: 60px;
  font-weight: 600;
  color: #dfe7f1;
}

.card__description {
  line-height: 1.4;
  font-size: 18px;
  color: #d8dee6;
  height: 40vh;
  text-align: justify;
}

.space {
  height: 20vh;
}

.space--small {
  height: 10vh;
}

.prod,
.graph,
.tech,
.acad {
  width: 37rem;
  height: 8rem;
  margin-top: 2rem;
  margin-left: 2rem;
}

.med,
.manage,
.advert,
.realty {
  width: 37rem;
  height: 8rem;
  transform: translate(35rem, 1rem);
}

.flickering_title {
  animation: flicker 2s infinite;
  text-align: center;
}
/*   
.card__content a{
  text-decoration: none;
  width: 8rem;
  text-align: center;
  background: white;
  padding: 1rem;
  border: #008080 solid .1rem;
  border-radius: 2rem;
  margin-top: 1rem;
  color: black;
  font-weight: 600;
} */

/* .card__content a:hover{
  background: #008080;
  color: white;
} */



/* ============================================== 360 Degree SECTION ====================================== */

.container360 {
  padding-top: 5rem;
}

.container360 .description-msg {
  transform: translate(15.5rem, 0);
  position: static;
  padding-bottom: 2rem;
  width: 10rem;
}

.container360_para {
  display: flex;
  width: 35vw;
  margin-top: 5rem;
  justify-content: space-between;
}

.container360_para p {
  width: 18rem;
  font-size: 1rem;
  letter-spacing: 1px;
  text-align: justify;
}

.container360_row {
  display: flex;
  justify-content: space-evenly;
}

.container360_inner{
  z-index: 1;
}

.container360_inner h2 {
  font-size: 5rem;
  font-weight: 500;
}

.container360_row video {
  width: 30rem;
  z-index: 0;
}

/* ===================================== This is us ====================================== */

.thisisus_container {
  width: 99.5vw;
}

.thisisus_container video {
  width: 99.5vw;
  z-index: 0;
}

.thisisus_text {
  display: flex;
  flex-direction: column;
  position: absolute;
  color: white;
  width: 45rem;
  justify-content: center;
  transform: translate(15rem, -40rem);
  z-index: 1;
}

.thisisus_text h2 {
  font-size: 4.5rem;
  font-weight: 500;
}

.thisisus_text p {
  width: 26rem;
  line-height: 1.8rem;
}

.thisisus_text .description-msg {
  transform: translate(0, -15rem);
}


/* ====================================================== social media feeds */

/* Container styles */
.scrolling-text-container {
border-radius: 4px;
overflow: hidden;
}

/* Inner container styles */
.scrolling-text-inner {
display: flex;
white-space: nowrap;
font-size: 16px;
font-weight: 600;
padding: 8px 0;
}

/* Text styles */
.scrolling-text {
display: flex;
}

.scrolling-text-item {
padding: 0 30px;
}

/* Apply the animation to the text items */
.scrolling-text-inner>div {
animation: var(--direction) var(--marquee-speed) linear infinite;
}

/* Pause the animation when a user hovers over it */
.scrolling-text-container:hover .scrolling-text-inner>div {
animation-play-state: paused;
}

/* Setting the Animation using Keyframes */
@keyframes scroll-left {
0% {
    transform: translateX(0%);
}

100% {
    transform: translateX(-100%);
}
}


/* ============================================== Media Queries =========================================== */

@media (max-width: 600px) {
  .card__inner {
    flex-direction: column;
  }

  .card__image-container {
    width: 100%;
  }

  .card__image {
    aspect-ratio: 16 / 9;
  }

  .card__title {
    font-size: 32px;
  }

  .card__description {
    font-size: 16px;
  }

  .card__content {
    padding: 30px 20px;
  }
}

@keyframes flicker {
  0% {
    opacity: 0;
  }
  9% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  13% {
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
}

/* ============================ Media Queries ================================== */

@media screen and (max-width: 1600px) {
  .home_slider_text p {
    font-size: 5rem;
  }

  .home_slider_text {
    transform: translate(8rem, 11rem);
  }

  .description-msg {
    transform: translate(8rem, 8rem);
  }
  /* OUR WORK SECTION */

  .ourWorkContainer{
    transform: translateX(8rem);
  }

  /* laptop services section  */

  .cardimg {
    width: 69rem;
  }

  .services_cards {
    width: 97vw;
    transform: translateX(-3rem);
  }

  .services_card{
    width: 60rem;
    transform: translateX(15rem);
  }

  .med,
  .manage,
  .advert,
  .realty {
    transform: translate(30rem, 1rem);
  }
  /* laptop 360 degree section */

  .container360_para {
    width: 43rem;
  }

  .container360 .description-msg {
    transform: translate(11.5rem, 0);
  }

  .container360_row{
    transform: translateX(1rem);
  }

  /* laptop this is us section */

  .thisisus_text {
    transform: translate(8rem, -40rem);
  }
}

@media screen and (max-width: 440px) {
  /*============ mobile carousal  ==================================================*/
  .home_slider_text {
    width: 99.5vw;
    height: 100vh;
    transform: translate(2rem, 7rem);
  }

  .home_slider_text p {
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    line-height: 40px;
  }

  .carousel-item video{
    /* height: 94.7vh; */
    width: 100vw;
    object-fit: cover;
  }

  .description-msg {
    transform: translate(2rem, 4rem);
  }

  /*============ mobile Our Work Section ==================================================*/

  .ourWorkContainer {
    padding: 5rem 0rem !important;
    transform: translateX(2rem);
    width: 90vw;
  }

  .ourWorkContainer h2{
    font-size: 2rem;
  }

  .ourWorkContainer p {
    width: 15rem;
    font-size: 1rem;
  }

  /* ========================= mobile Services section =====================================*/

  .cardimg img {
    width: 21.5rem;
  }

  .cardimg {
    transform: translateX(-15rem);
    width: 100vw;
  }

  .services_card {
    margin-bottom: 5rem;
    width: 30vw;
    transform: translateX(18rem);
  }

  .servicesContainer {
    width: 100vw;
  }

  .card__content h1 {
    transform: translateY(16rem);
  }

  .card__content p {
    transform: translateY(15rem);
    font-size: 0.8rem;
  }

  .card__inner{
    width: 5rem;
  }


  .med h1 {
    margin-bottom: 2rem;
  }

  .med h1,
  .med p {
    transform: translateY(20rem);
  }

  .tech h1 {
    margin-bottom: 2rem;
  }

  .tech h1,
  .tech p {
    transform: translateY(22rem);
  }

  .advert h1 {
    margin-bottom: 2rem;
  }

  .advert h1,
  .advert p {
    transform: translateY(21rem);
  }

  .realty h1 {
    margin-bottom: 2rem;
  }

  .realty h1,
  .realty p {
    transform: translateY(21rem);
  }

  .graph h1{
    margin-bottom: 1.8rem;
  }

  .prod,
  .graph,
  .tech,
  .acad {
    width: 20rem;
    margin-top: 0;
    margin-left: 0;
    transform: translateX(-12rem);
  }

  .med,
  .manage,
  .advert,
  .realty {
    width: 20rem;
    height: 8rem;
    transform: translate(-12rem, 1rem);
  }

  .card1 {
    margin-bottom: 5rem;
  }

  .card2 {
    margin-bottom: 5rem;
  }

  .card3,
  .card4 {
    margin-bottom: 5rem;
  }

  .card5.card6,
  .card8 {
    margin-bottom: 10rem;
  }

  .card7 {
    margin-bottom: 5rem;
  }

  .card8 {
    margin-bottom: 0;
  }

  .card__content .prod_button{
    display: none;
  }

  /*=================================== mobile 360 degree section ===================================*/


  .container360_row video {
    position: absolute;
    z-index: 0;
    width: 95vw;
  }

  .container360_para {
    position: absolute;
    z-index: 1;
    flex-direction: column;
    width: 20rem;
  }

  .container360_para p{
    font-size: .85rem;
  }

  .container360_inner{
    transform: translateX(-1.7rem);
  }

  .container360_inner h2{
    font-size: 2rem;
  }

  .container360 .description-msg {
    transform: translate(2rem, 0);
  }

  .container360_row{
    transform: translateX(0);
  }
  /* ==============================mobile this is us section ===========================*/

  .thisisus_container{
    transform: translateY(20rem);
    margin-bottom:20rem;
  }

  .thisisus_container video{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }

  .thisisus_text h2{
    font-size: 2rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
  }

  .thisisus_text{
    transform: translate(3rem, -42rem);
    width: 18rem;
  }

  .thisisus_text p{
    width: 18rem;
  }

  .thisisus_text .description-msg {
    transform: translate(0, -12rem);
  }

  /* ============================================== mobile social media feed */

  .scrolling-text-inner{
    height: 40rem ;
    transform: translateY(20rem) !important;
  }

}



/* ================================= sm mobile ====================================== */

@media only screen and (max-width: 390px) {

  .navbar-toggler {
    transform: translate(19rem,1rem);
}

/* sm mobile services section */


.prod,
.graph,
.tech,
.acad {
  transform: translateX(-13rem);
}

.med,
.manage,
.advert,
.realty {
  transform: translate(-13rem, 1rem);
}


/* ================================= sm mobile 360 degree section =============== */

/* .container360_row{
  transform: translateX(1rem);
} */
/* .container360{
  transform: translateX(1rem);
} */

.container360_row video {
  width: 90vw !important;
  transform: translateX(-2rem);
}

.container360_para {
  width: 15rem;
}


.container360_para p{
  font-size: .85rem;
}

.container360_inner{
  transform: translateX(0rem);
}

}



