@font-face {
    font-family: "99 Systems";
    src: url("../../fonts/99.ttf");
}

@font-face {
    font-family: "Georgia Bold Italic";
    src: url("../../fonts/GeorgiaBoldItalic.ttf");
}

@font-face {
    font-family: "Georgia Italic";
    src: url("../../fonts/GeorgiaItalic.ttf");
}

.video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.carousel-img {
    max-width: 100%;
}

.logo{
    margin-top: 5px;
     perspective: 1000px;
}



.row_99{
    margin-top: 5px;
}

.header_99{
    display: flex;
    justify-content: start;
    color: #fff;
    font-size: 1pc;
}

.bold_italic_99{
    font-family: "Georgia Bold Italic", sans-serif;
}

@keyframes rotate {
    from {
        transform: rotateY(0deg);
      }
      to {
        transform: rotateY(360deg);
    }
}

.logo_99{
    width:15pc;
}

.padding_in_99{
    padding:5%;
}



.greeting_img_99{
  width: 10pc;
  display: block;
}

.logo_container{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: start;
  }

  

  .greeting_div_99{
   margin-top: 5pc;
  }

  .pad_left_99{
    padding-left: 3%;
  }

  .bottom_position_99{
    position: absolute;
    bottom: 0;
  }


.line_container {
    width: 100%;
    height: 25vh;
    margin-top: 5%;
    position: static;
  }

  .line_container::before {
    content: "";
    display: block;
    width: 2px;
    height: 25%;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .line_container_top{
    width: 100%;
    height: 25vh;
    position: static;
  }

  .line_container_top::before {
    content: "";
    display: block;
    width: 2px;
    height: 25%;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .line_container_black {
    width: 100%;
    height: 25vh;
    margin-top: 5%;
    position: static;
  }

  .line_container_black::before {
    content: "";
    display: block;
    width: 2px;
    height: 25%;
    background-color: black;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .line_container_top_black {
    width: 100%;
    height: 25vh;
    position: static;
  }

  .line_container_top_black::before {
    content: "";
    display: block;
    width: 2px;
    height: 25%;
    background-color: black;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .services_99{
    color: #000; 
    background: #fff; 
    padding-top: 0; 
    background-image: url("../img/whitebackground.png"); 
    background-position: bottom; 
    background-repeat: no-repeat; 
    background-size: cover; 
    height:100%;
  }

  .menu_items_99{
    padding: 0 10px;
    margin-top: 2pc;
  }

  

  .mobile_div_99{
    display: flex;justify-content: end;height: 105vh;align-items: end;
  }


  .mobile_div_99 img{
    width: 55%; display: block;
  }


  .ul_99{
    margin-top:5%; 
    color: #fff;
    list-style: none;
    text-align: left;
    font-size: larger;
    line-height: 2.5pc;
    border-left: 3px solid #fff;
    height: 15pc;
  }

.ul_list_99 li:before {
    content: "•"; /* Add a custom bullet point */
    color: red; /* Set the color of the bullet point */
    font-size: 4pc; /* Set the size of the bullet point */
    margin-right: 15px; /* Add some spacing between the bullet point and the text */
  }

  .ul_list_99 {
    color: #000; /* Set the color of the text */
    font-size: 20px; /* Set the font size of the text */
    list-style: none; /* Remove the default bullet points */
    line-height: 2pc;
  }

  .ul_list_99 li{
    display: flex;
  }


  .font_size15_99{
    font-size: 15px;
  }

  .font_size12_99{
    font-size: 12px;
  }


  
  .partner-slider-section {
    position: relative;
    padding-top: 0;
  }
  
  .partner-slider-container {
    position: relative;
    height: 100vh; /* Set the height as needed */
    overflow: hidden;
  }
  
  .partner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  
  .partner-slide.active {
    opacity: 1;
  }
  
  .partner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: white;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    z-index: 1;
  }
  
  .partner-prev {
    left: 10px;
  }
  
  .partner-next {
    right: 10px;
  }
  
  .partner-indicators-container {
    position: absolute;
    bottom: 5pc;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  
  .partner-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
  }
  
  .partner-indicator.active {
    background-color: white;
  }



  .right_align_content_99{
    display: flex;
    justify-content: end;
  }



  .right_align_content_99 img{
    display: block;
  }
  

  


  .web_img_99{
    width: 100%;
    display: block;
  }

  .tab_img_99{
    display: none !important;
  }


  .margin_left_99{
    margin-left: 5pc;
  }


  .platform_heading_99{
    color: #000;font-size: 2pc;text-align: left; margin-top: 1%;font-weight: 900;
  }
  
  .header_left_99{
    color: #000;font-size: 2pc;text-align: left; margin-top: 1%;font-weight: 900;
  }

  @media screen and (max-width: 768px) {
    .mobile-view{
        display: none;
    }

    .ul_list_99 {
      padding-left: 0;
    }
  
    .mobile_text_center{
        text-align: center !important;
    }

    .services_99{
      background-position: bottom;
      background-size: contain;
      background-origin: content-box;
      padding-bottom: 0.5pc;
      height: 75vh !important;
    }
    .pad_left_99{
      padding-left: 0;
    } 

}

  @media (max-width: 991px) {
    .tablet_view{
      display: none;
    }

    .right_align_content_99{
      display: flex;
      justify-content: center;
    }

    .web_img_99{
      display: none !important;
    }

    .tab_img_99{
      width: 65%;
      display: block !important;
    }
    
    .logo_99{
        object-fit: cover;
        transform-style: preserve-3d;
        animation: rotate 3s infinite linear 4s; /* Adjust the animation duration as desired */
    }


    
  }

  @media screen and (max-width: 768px) {

    .mobile_lef_align_99{
      position: relative;
      left: 15%;
    }
   
    .bottom_position_99{
      position: absolute;
      bottom: 5pc;
    }
    
    .greeting_div_99 {
      margin-top: 2.5pc;
    }

    .mobile_center_align_99{
      display: flex;
      justify-content: center;
    }

    .bottom_position_99{
      position: absolute;
      width: 100%;
      right: 0;
      top: 3pc;
      bottom: 0;
    }

    .logo {
      left: auto;
      display: flex;
      justify-content: center;
      margin-top: 2pc;
     
    }

    .mobile_zero_padding_99{
      padding: 0;
    }

    .logo_99{
      width: 20pc;
    }
    
    .padding_in_99{
        padding:15%;
    }
    
    .padding_topleft_99{
        padding: 2%;
}
  }
  

