html, body {
    
    height:100%;
    width:100%;
    padding:0;
}
.abt{
    font-size: 1.5rem i !important;
    letter-spacing: 4px;
    text-align: left;
    font-weight: bold;
    padding-bottom: 10%;
    
}

.abt3{
  /* font-size: 1.5rem; */
  letter-spacing: 4px;
  text-align: left;
  font-weight: bold;
  /* padding-bottom: 10%; */
  
}

.abcont1{
  animation: fadeInAnimation ease 6s ;
  animation-iteration-count: 1; 
  animation-fill-mode: backwards; 
}

.h{
  text-decoration: none !important;
  color: black;
}
.h:hover{
  opacity: 0.8;
}

@media only screen and (min-width: 425px) {
   .abcont1{
    font-size: 1.5rem;
    
 
    /* font-weight: bold; */
}
/* .abt{
  padding-bottom: 6% !important;
} */

.abcont2{
  font-size: 1rem;
}
.ad{
  padding-top: 60%;
  margin: 2%;
 
}
}
@media only screen and (min-width: 768px) {
  .abcont1{
   font-size: 2rem;
   letter-spacing: 2px;
   /* font-weight: bold; */
}
.abcont2{
  font-size: 1rem;
}
.ad{
  padding-top: 35%;
  margin: 4%;
}
@media only screen and (min-width: 1024px) {
   .abcont1{
    font-size: 2rem;
    letter-spacing: 2px;
    /* font-weight: bold; */
}
.ad{
  padding-top: 20%;
  margin: 5%;
}
.abcont2{
  font-size: 1.5rem;
}
}
@media only screen and (min-width: 1450px) {
  .abcont1{
   font-size: 2.5rem;
   letter-spacing: 2px;
   /* font-weight: bold; */
}
.ad{
  padding-top: 20%;
  margin: 5%;
}
.abcont2{
  font-size: 1rem;
}
}
.p{
  line-height: 2px;
}

.overlayab {
    position: absolute;
    bottom: 0;
    left: 1;
    right: 0;
    background-color: gray;
    overflow: hidden;
    opacity: 0.1;
    width: 0;
    height: 100%;
    transition: 1s ease;
  }

  .con:hover .overlayab{
    width: 100%;
    
  }

  /* .con {
    position: relative;
    width: 50%;
  } */


.outer {
  margin: 50px;
  align-items: center;
}

.button {
  border: 1px solid black;
  border-radius: 3px;
  width: max-content;
  /* padding: 20%; */
  align-items: center;
  margin-left: 40%;
  display: block;
  background: linear-gradient(to right, black 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  padding: 10px;
  color: black;
  text-decoration: none;
}

.button:hover {
  background-position: left bottom;
  color: white;
  text-decoration: none;
}


/* .responsive-iframe {
    width: 100%;
    
   
    left: 0;
 
    right: 0;
    height: 100%;
    border: none;
  } */

  iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100%;
}
.cc{
    padding-left: 12%;
    padding-right: 12%;
  
}
/* .abcont1{
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: bold;
} */

.crewcont1{
    font-size: 20px;
  
}
.container .cc {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 70%; /* 1:1 Aspect Ratio */
  }
/* section {
    display: block;
   
    height:100%;
    width:100%;
  
    box-sizing:border-box;
} */
#one {

    color: black;
   
}
/* .two {
    background-image: url(../images/h3.jpg);
    background-size: cover;
    color: #fff;
    font-size: 30px;
} */
#three {
   
    /* font-size: 30px; */
}
#four {
    /* background: #BED28D; */
    font-size: 30px;
}
#five {
    /* background: #95211D; */
    color: #fff;
    font-size: 30px;
}
}


@keyframes fadeInAnimation { 
  0% { 
      opacity: 0; 
  } 
  100% { 
      opacity: 1; 
   } 
} 
