@media screen and (max-width:1024px){
    iframe {
        width: 800px;
        padding-bottom: 50px;
        /* height: 600px; */
     
        /* max-width: 80%; */
        
    }
    .video{
        /* border-radius: 50px; */
    }
    .media2 h4{
        font-size: 28px;
    }
    .container4 h2 {
        font-size: 18px;
    }
    .container2 {
      max-width: 100%;
      width: 100%;
      margin: 0 auto;
      /* padding-right: 15px; */
    }
    .row2{
      column-gap: 0px;
  
    }
  .row2 a { 
    padding-left: 5px;
    font-size: 12px;
  }
  section.home .container .row1{
    position: relative;
    /* padding-top: 3%; */
  }
  header {
      /* padding-left: 1%; */
    /* position: absolute; */
    /* position: relative; */
  }
  .logo img {
      width: 185px;
      height: 83px;
  }
    /*  */
    section.home .row1 .right-pic {
      max-width: 80%;
      padding-top: 0px;
    }
  section.home{
      padding-bottom: 0px;
      /* padding-top: 15%; */
  }
  section.home .row1 .left-content{
      /* padding-top: 40%; */
  }
  section.home .row1 .left-content h1 {
      font-size: 35px;
      word-spacing: 3px;
      line-height: 45px;
  }
  .video h2 {
    font-size: 60px;
  }

}


  /* tablet */
  @media screen and (max-width:768px){
    iframe{
        width: 600px;
        padding-bottom: 50px;
    }
    .video{
        border-radius: 50px;
    }
    .media2 h4{
        font-size: 16px;
    }
    .video h2 {
        font-size: 30px;
    }
    .title {
      padding-bottom: 0%;
        font-size: 18px;
    }
    .container4 h2 {
        font-size: 28px;
    }
    .logo img {
      width: 125px;
      height: 60px;
  }    
  .row2 a {
    text-align: center;
    padding-left: 5px;
    font-size: 8px;
    font-weight: 100;
    /* word-spacing: 8px; */
    letter-spacing: 1px;
  }

   .desc{
    font-size:10px;
  }
  
  section.home .row1 .left-content h1 {
    font-size: 20px;
    word-spacing: 2px;
    line-height: 23px;
  }
  
  section.home .row1 .left-content span{
    font-size: 12px;
  }
  section.home .row1 .left-content p {
    font-size: 9px;
    line-height: 17px;
  }
  }

  /* mobile */

  @media screen and (max-width:575px){  
  
    iframe{
      border-radius: 5%;
      height: 250px;
    width: 290px;
    padding-bottom: 30px;
  }

  .media2 h4{
    font-size: 12px;
}
    .container4 h2 {
        font-size: 25px;
    }
  .row2 {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
}

.logo {
  padding-left: 20px;
    justify-self: center;
}


.nav {
  padding-left: 4%;
    grid-column: 1 / -1;
    width: 100%;
    /* display: none; Hidden by default */
}

.nav.active {
    display: block;
}

.nav ul {
    grid-auto-flow: row;
    text-align: center;
    padding: 6px 0;
}

.nav ul li {
   /* font-size: 50px; */
    margin: 5px 0;
}

.nav ul li a {
    font-size: 7px;
}
.row2 .nav ul li {
  line-height: 5px;
}
.logo img {
  width: 110px;
  height: 52px;
}
section.home .container .row1 {
  grid-template-columns: 1fr;
}
section.home .row1 .left-content h1 {
  font-size: 16px;
  word-spacing: 2px;
  line-height: 22px;
}
section.home .row1 .left-content span {
  font-size: 9px;
}
section.home .row1 .left-content p {
  font-size: 9px;
  line-height: 20px;}
  section.home .container {
    /* position: relative; */
    /* top: 30px; */
    padding-right: 8.5%;
}
section.home .container .row1 .head2{
    /* padding-top: 55px; */
}
}