*{
    font-family: 'Roboto', sans-serif;
}
body{
    padding: 0;
    margin: 0;
    
}
.tab{
    display: flex;
    flex-flow: row;
    padding-left: 5%;
    padding-right: 5%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:50px;
    padding-bottom:50px;
    column-gap: 10%;
}
.tab-left{
    width: 45%;
    color: white;
    display: flex;
    justify-content: center;
    flex-flow: column;
    
}
.tab-left-heading{
    font-size: 60px;
    margin-bottom: 30px;
}
.tab-left-content{
    font-size: 25px;
    line-height: 2rem;
    margin-bottom: 30px;
}
.tab-left-button{
    justify-content: center;
    width: 100%;
    display:flex;
}
.tab-left-butt{
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid white;
    color: white;
    font-size: 20px;
    padding: 10px 15px 11px 15px ;
}
.tab-right{
    width: 45%;
    display: flex;
    justify-content: center;
}

.tab-right-img{
    width: 60%;

}
.odaac-content{
    display: flex;
    font-family: row;
    
    padding-left: 5%;
    padding-right: 5%;
    padding-top:50px; 
    padding-bottom:50px;
}
.odaac-content-left{
    width: 52%;
}
.content-left-heading{
    font-size: 60px;
    color: #dac782;
}
.content-left-image{

}
.content-left-img{
    width: 90%;
    border-radius: 50px 0 50px 0;
}
.odaac-content-right{
    width: 48%;
}
.content-right-desc{
    font-size: 22px;
    line-height: 2rem;
    margin-bottom: 30px;
    color: white;
    text-align: justify;
}
.content-right-image{

}
.content-right-img{
    width: 80%;
    border-radius: 50px 0 50px 0;
}
.data-sheet{
    display: flex;
    flex-flow: column;
    padding-top: 50px;
    /* padding-bottom: 50px; */
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}
.data-sheet-heading{
    display: flex;
    flex-flow: column;
    row-gap: 5px;
    margin-bottom: 30px;
}
.sheet-heading1{
    font-size: 50px;
    color: #dac782;
}
.sheet-heading2{
    font-size: 50px;
    color: white;
}
.data-sheet-desc{
    font-size: 20px;
    color: white;
    line-height: 2rem;
    margin-bottom: 30px;
}
.data-sheet-image{
    width: 100%;
}
.data-sheet-img{
    width: 100%;
}




.hover-videos{
    display: flex;
    flex-flow: row;
    height: auto;
    background: #090909;
    padding: 5% 0;
}
.hover-video-left,.hover-video-center,.hover-video-right{
    width: auto;
}
.hover-video-video{
    width: 100%;
    height: 100%;
   
}

.hover-videos-mob{
    position: relative;
    display: none;
}
.hover-video-left-mob,.hover-video-center-mob,.hover-video-right-mob{
    width: 100%;
    height: 100%;
}
.hover-video-video-mob{
    width: 100%;
    height: 100%;
}
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }







.odaac-gallery{
    background-color: #090909;
    display: flex;
    flex-flow: row;
    column-gap: 5%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.gallery-content{
    width: 25%;
}
.gallery-content-heading{
    font-size: 60px;
    color: #dac782;
    margin-bottom: 30px;
}
.galley-content-desc{
    font-size: 20px;
    color: white;
}
.gallery-images{
    width: 70%;
    display: flex;
    flex-flow: column;
    row-gap: 20px;
}
.gallery-images-top{
    display: flex;
    flex-flow: row;
    column-gap: 3%;
}
.gallery-images-bottom{
    display: flex;
    flex-flow: row;
    column-gap: 3%;
}
.gallery-img{
    width: 30%;
}
.odaac-awards{
    background-color: #090909;
    padding-left: 10%;
    padding-right: 10%;
    
}
.odaac-awards-content{
    border-top: 1px solid #dac782;
    display: flex;
    flex-flow: row;
    column-gap: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.award-image{
    width: 25%;
}
.award-img{
    width: 100%;
}
.award-content{
    width: 70%;
}
.award-content-heading{
    font-size: 50px;
    color: #dac782;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 2px dashed white;
}
.award-content-sub{
    font-size: 30px;
    color: #e2bd6d;
    margin-bottom: 20px;
}
.award-content-desc{
    font-size: 20px;
    color: white;
}
@media only screen and (max-width:1300px){
    .content-right-img{
        width: 70%;
        border-radius: 50px 0 50px 0;
    }
    .odaac-content{
        column-gap: 5%;
    }
    .content-left-img{
        width: 100%;
        border-radius: 50px 0 50px 0;
    }
    .gallery-images{
        flex-flow: row;
        width: 60%;
    }
    .gallery-images-top{
        flex-flow: column;
    }
    .gallery-images-bottom{
        flex-flow: column;
    }
    .gallery-content{
        width: 40%;
    }
    .gallery-img{
        width: 70%;
        margin-top: 20px;
    }
}
@media only screen and (max-width:1220px){
    .content-left-image {
        margin-top: 30px;
      }
}
@media only screen and (max-width:1220px){
    .odaac-content{
        flex-flow: column;
    }
    .odaac-content-left{
        width: 100%;
        display: flex;
        flex-flow: column;
    }
    .content-left-heading{
        margin: auto;
    }
    .content-left-image {
        margin-top: 0px;
      }
      .odaac-content-right{
        width: 48%;
    }
    .content-left-img{
        
    }
    .content-left-image{
        margin: auto;
        width: 60%;
    }
    .odaac-content-right{
        width: 100%;
        margin-top: 30px;
    }
    .content-right-image{
        margin: auto;
        width: 60%;
    }
    .content-right-img{
        width: 100%;
    }
}
@media only screen and (max-width:1100px){
    .tab-left-heading{
        font-size: 50px;
    }
    .tab-left-content{
        font-size: 20px;
    }
    .tab-right-img{
        width: 90%;
    }
    
}
@media only screen and (max-width:600px){
   
    .hover-videos-mob{
        display: block;
        background: #090909;
        padding: 5% 0;
    }
    .hover-videos{
        display: none;
    }
}
@media only screen and (max-width:1000px){
    .odaac-awards-content{
        display: flex;
        flex-flow: column;
    }
    .award-image{
        width: 100%;
        align-items: center;
    }
    .award-img{
        width: 50%;
        display: flex;
        margin: auto;
    }
    .award-content{
        margin-top: 30px;
        width: 100%;
        align-items: center;
    }
}
@media only screen and (max-width:950px){
    .content-left-heading{
        font-size: 50px;
    }
    .sheet-heading1{
        font-size: 50px;
    }
    .sheet-heading2{
        font-size: 50px;
    }
}
@media only screen and (max-width:900px){
    .tab-right-img{
        width: 100%;
    }
}
@media only screen and (max-width:880px){
    .tab{
        flex-flow: column-reverse;
    }
    .tab-left{
        width: 100%;
    }
    .tab-right{
        width: 100%;
        display: flex;
    }
    .tab-right-img{
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .tab-right{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width:800px){
    .odaac-gallery{
        flex-flow: column;
    }
    .gallery-content{
        width: 100%;
    }
    .gallery-images{
        width: 100%;
        flex-flow: column;
        margin-top: 30px;
    }
    .gallery-images-top{
        flex-flow: row;
    }
    .gallery-images-bottom{
        flex-flow: row;
    }
    .gallery-img{
        width: 30%;
        margin-top: 0;
    }
    .galley-content-desc{
        line-height: 1.8rem;
    }
}
@media only screen and (max-width:600px){
    .tab-right-img{
        width: 80%;
    }
    .tab-left-heading{
        font-size: 40px;
    }
    .tab-left-content{
        font-size: 18px;
    }
    .content-right-image{
        width: 70%;
    }
    .content-left-image{
        width: 70%;
    }
    .content-left-heading {
        font-size: 45px;
        font-weight: bold;
      }
      .sheet-heading1{
        font-size: 45px;
        font-weight: bold;
    }
    .sheet-heading2{
        font-size: 45px;
        font-weight: bold;
    }
      .gallery-images{
        flex-flow: row;
    }
    .gallery-images-top{
        flex-flow: column;
        align-items: center;
    }
    .gallery-images-bottom{
        flex-flow: column;
        align-items: center;
    }
    .gallery-img{
        width: 70%;
        margin-top: 20px;
    }
}
@media only screen and (max-width:500px){
    .content-right-image{
        width: 80%;
    }
    .content-left-image{
        width: 80%;
    }
    .award-content-heading{
        font-size: 35px;
    }
    .award-content-sub{
        font-size: 25px;
    }
    .award-content-desc{
        font-size: 18px;
        line-height: 1.8rem;
    }
    .award-img{
        width: 60%;
    }
    .content-left-heading {
        font-size: 30px;
        font-weight: bold;
        padding-bottom: 10px;
      }
}
@media only screen and (max-width:450px){
    .gallery-img{
        width: 95%;
    }
}
@media only screen and (max-width:400px){
    .tab-right-img{
        width: 90%;
    }
    .tab-left-heading{
        font-size: 35px;
    }
    .content-right-image{
        width: 90%;
    }
    .content-left-image{
        width: 90%;
    }
    .content-left-heading {
        font-size: 30px;
        font-weight: bold;
        padding-bottom: 10px;
      }
      .sheet-heading1{
        font-size: 40px;
        font-weight: bold;
    }
    .sheet-heading2{
        font-size: 40px;
        font-weight: bold;
    }
}