@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


body{
  font-family: "Inter", serif;
}
.gradientBG{
  background: #8735f8;
  background-image: -webkit-linear-gradient(left, #8735f8 0%, #4858ef 100%);
  background-image: linear-gradient(to right, #4858ef 0%, #8735f8 100%);
}
.bannerSec {
  position: relative;
  top: 0;
  bottom: 0;
  /* background: rgb(7 0 106 / 82%); */
  padding-top: 3rem;
  padding-bottom: 1rem;
  min-height: 100vh;
      background: url(../images/chicago-cubs-vs-baltimore-orioles-yash-technologies.png);
    background-size: cover;
}
.bannerSec:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.8;
  background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 1) 36%, rgba(0, 0, 0, 0.73) 62%, rgba(0, 0, 0, 0) 100%);
background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 1) 36%, rgba(0, 0, 0, 0.63) 62%, rgba(0, 0, 0, 0) 100%);
background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 1) 36%, rgba(0, 0, 0, 0.63) 63%, rgba(0, 0, 0, 0.21) 100%);
}
.bannerSec .container{
  position: relative;
  z-index: 3;
}
.bannerContent {
    position: relative;
    z-index: 2;
}
.banner_Content h1{
    font-size: 5.5rem;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 600;
    text-align: left;
    line-height: 1;
    margin-top: 3rem;
    /* font-style: italic; */
    margin-bottom: 3rem;
}
.banner_Content h1 span{
  font-weight: 600;
  /* font-size: 6rem;
  display: block; */
}
.yashLogo{
  position: relative;
  z-index: 3;
  list-style: none;
  background: #000000;
background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
img.teams_logo {
    max-width: 280px;
}
.vanue_Row{
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.vanue{
       color: #d5d5d5;
    font-size: 1rem;
    padding: 6px;
    display: flex;
    align-items: center;
       /* border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, #cc3433, #0e3386) 1;
  background: #0000004d; */
}
/* .vanue:hover{
  color: #fff;
  font-size: 2rem;

} */
.vanue i{
   color: #df4601;
    display: block;
    font-size: 1.2rem;
    margin-right: 15px;
}
.logos {
  padding-left: 0;
}
.bannerSec .yashLogo a img{
  width: 150px;
  height: auto;
}
 .banner_Content{
  padding-top: 1rem;
 }
 .banner_Content   h6 {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 300;
}
.form_side{
  background: #000000c2;
  padding-top: 20px;
}
 .banner_Content h6 span{
  position: relative;
  z-index: 1;
  color: #000;
  font-weight: 500;
 }
 .banner_Content h6 span::before{
  content: '';
  background-color: #9ad500;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all .3s ease-in-out;
 }
 
 .bannerContent ul.logos{
  display: flex;
  padding-left: 0;
 }
 
 .bannerContent h2{
  font-size: 4rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
 }
 .banner_Content .knowMore.gren_btn{
  margin-left: 10px;
  font-weight: 500;
 }
 .banner_Content ul{
  padding-left: 0;
  color: #fff;
  list-style: none;
 }
 .banner_Content ul i{
  color: #9ad500;
    font-size: 1.6rem;
    margin-right: 5px;
 }
 .banner_Content ul li{
  color: #dbdbdb;
  font-size: 1.2rem;
 }
 section{
  position: relative;
 }
.form_sec {
  padding: 5rem 0;
  min-height: 85vh;
}
.signupCOntent h2{
    font-size: 2rem;
    text-align: center;
    color: #fff;
}
.formBox  h4{
   font-size: 1rem;
    color: #868686;
    font-weight: 300;
}
.points{
  background: #000;
}

.formBox {
  /* background: #fff; */
  padding: 2rem;
  padding-bottom: 2rem;
  border-radius: 0 0 0 0;
  border-radius: 20px;
}
.formBox  h3{
  margin-bottom: 20px;
  color: #e7e3e3;
}
.formBox .form-group {
  margin-bottom: 1.5rem;
}
.formBox .form-group .form-control {
  min-height: 51px;
  background: transparent;
    color: #ffffff;
    border: 1px solid #a2a2a2;
}
.formBox .form-group .form-control::placeholder,
.formBox .form-group select.form-control  
{
  color: #a2a2a2;
}
.formBox .form-group .form-control  option{
  color: #000;
}
.formBox .btn.btn-primary {
    width: 100%;
    min-height: 56px;
    background: #0e3386;
    border: none;
    
}
.formBox .btn.btn-primary:hover{
  background: #002068;
}
footer {
  background: #000;
  padding: 15px 0;
  position: relative;
}
footer ul li {
  display: inline-flex
;
  margin-right: 15px;
}
footer ul li a img {
  width: 20px;
  height: auto;
}
.fLogo img {
  filter: brightness(0) invert(1);
  max-width: 100px;
}
footer p {
  color: #b1b1b1;
  font-size: 12px;
  text-align: right;
  margin-top: 7px;
}
.text-right {
  text-align: right !important;
}
section.service_Offering {
  padding: 3rem 0 5rem;
}
.section.service_Offering .container-fluid{
  padding-left: 0;
  padding-right: 0;
}
section.service_Offering h2,
.plan_Visit h2,
.abt_YASH h2,
.rsvp .heading_sec{
  font-weight: 600;
  font-size: 3rem;
}
.service_Box {
  position: relative;
  overflow: hidden;
}
.service_Box .s_Content{
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000b3;
  z-index: 2;
  color: #fff;
  padding: 10px;

}

.service_Box:hover .s_Content{
  top: 0;
  transition: all 2s;
}
.service_Box .s_Content ul{
  opacity: 0;
  height: 0;
  padding-left: 15px;
  color: #e6e1e1;

}
.service_Box .s_Content ul li{
  margin-bottom: 10px;
}
.service_Box:hover .s_Content ul{
  opacity: 1;
}
.service_Box .s_Content ul{

}


.plan_Visit{
 background: url(../images/sapInsider_2025_1.png);
 background-repeat: no-repeat;
 background-size: cover;
 padding: 3rem 0;
 background-position: bottom;
}
.planVisit_box {
  background: #000;
  padding: 30px ;
  color: #fff;
}
.planVisit_box p,
.planVisit_box ul li{
  color: #dbdbdb;
}
.planVisit_box ul li i{
  color: #b3f800;
}
.planVisit_box ul{
  list-style: none;
  padding-left: 0;
}
.planVisit_box ul li{
  margin-bottom: 10px;
}
.planVisit_box a.knowMore{
  display: inline-block;
}
.abt_YASH{
  padding: 3rem 0;
}
.abt_YASH p{
  line-height: 1.8;
}
.abt_YASH p span{
  font-weight: 600;
}
.abt_YASH .knowMore{
  display: inline-block;
}
.rsvp .heading_sec{
  color: #fff;
}
.form_sec .heading_sec{
  font-size: 2rem;
  font-weight: 600;
  color: #072886;
  text-align: left;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.formBox h3{
  margin-bottom: 19px;
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 10px;
}

.vanue li{
  list-style: none;
  font-size: 1.2rem;
}
.vanue li i{
  color: #0d6efd;
    margin-right: 6px;
    font-size: 1.6rem;
}
@media (min-width: 576px) {
  .service_Offering .col-sm-3 {
      flex: 0 0 auto;
      width: 20%;
  }
 
}
@media (max-width: 600px) {

  .service_Offering .col-sm-3 {
      flex: 0 0 auto;
      width: 20%;
  }
  .bannerContent h2{
    font-size: 2.5rem;
  }
  .bannerSec .logo img{
    width: 80px;
  }
  .bannerSec .Sap_logo img{
    width: 150px;
  }
  .banner_Content h6{
    font-size: 1.4rem;
  }
  .banner_Content h6 span{
    color: #000;
    display: inline-block;
  }
  .banner_Content .knowMore{
    display: flex;
            margin-bottom: 10px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
  }
  .banner_Content {
    padding-top: 1rem;
}
.first_Sec{
  min-height: 100vh;
}
.intro{
  padding: 2rem 0;
}
.intro p{
  font-size: 1rem;
}
.sec3 h2{
  font-size: 2rem;
    margin-bottom: 2rem;
}
.service_Offering .col-sm-3 {
  flex: 0 0 auto;
  width: 100%;
}
section.service_Offering h2, .plan_Visit h2, .abt_YASH h2, .rsvp .heading_sec {
  font-weight: 600;
  font-size: 2rem;
}
.rsvp .col-sm-3 {
  flex: 0 0 auto;
  width: 50%;
}
.expert {
  padding: 10px;
  text-align: center;
}
.expert .rsvpContent .web{
  right: -6px;
}
.expert .rsvpContent .web i {
  font-size: 1rem;
}
.expert .rsvpContent h6{
  font-size: 1.2rem;
}
.form_sec .heading_sec {
  font-size: 2rem;
}
}
a.close_Modal {
  color: #c4c4c4;
  right: -11px;
  position: absolute;
  top: -21px;
  font-size: 1.8rem;
  z-index: 2;
  transform: rotate(45deg);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
  border-radius: 20px;
}
.modal-body img{
  border-radius: 20px;
}
.modal-content{
  background: transparent;
}
@media (min-width: 800px) {
  .modal-dialog {
      max-width: 650px;
      margin: 1.75rem auto;
  }
}
@media (max-width: 600px) {
  .Sap_logo img{
    max-width: 190px;
  }
  .logos .logo img {
    width: 90px;
  }
  .form_sec .flex_row .col-md-5 .formCOntrent{
    padding: 1rem;
  }
  .form_sec .flex_row .col-md-5, .form_sec .flex_row .col-md-7{
    display: block;
  }
  .form_sec {
    padding: 1rem 0;
  }
  .vanue li{
    font-size: 1rem;
  }
  .form_sec .flex_row .col-md-5, .form_sec .flex_row .col-md-7{
    padding-top: 0.5rem!important;
  }
  .formCOntrent .logos{
    margin: 6px 0;
  }
  .yashLogo {
    position: relative;
    top: 0;
    left: 0;
  }
  .bannerSec .yashLogo a img {
    width: 100px;
    height: auto;
}
.bannerSec{
  padding-top: 1rem;
  text-align: left;
      background-position: left;
}
.banner_Content h1{
  font-size: 4.5rem;
  margin-bottom: 1rem;
      margin-top: 1rem;
}
img.teams_logo {
    max-width: 250px;
}
.vanue_Row{
  padding-top: 1rem;
}
.vanue{
  min-height: 20px;
  margin-bottom: 0;
  font-size: 1rem;
  color: #dddddd;
}
.signupCOntent h2{
        font-size: 1.4rem;
        margin-bottom: 0px;
}
.vanue i{
  font-size: 1.3rem;
}
.bannerSec:after{
  opacity: 0.8;
}
.banner_Content h1 span{
      font-size: 4rem;
}
.bannerContent{
      text-align: left;
}
.bannerSec:after{
  background: #000;
  opacity: 0.7;
}
.formBox h4{
  text-align: left;
}
}

