
/*Desktops*/
@media (min-width:1200px) and (max-width: 1919px) {
  .logo {
    content: url("../media/logo/large logo.png");
  }
     /*Logo*/
     .logo {
        height: 3.8vh;
    }
    .navbar{
      font-size:18px;
      font-weight: 600;
      
  }

 
  /* All sections padding classes*/
  .hero-section,
  .services,
  .project-details,
  .testimonial,
  .blog,
  .contact,
  .projects
  {
      padding-right: 3%;
      padding-left: 3%;
      
  }


   /*header*/
   .cta-button button{
      font-size:1rem;
   }

  /*   Hero Section  */
  /*   Hero Section  */
  .hero-section{
    height: 80vh;
    display: grid;
    place-items: center; 
    margin-top: -3vh; 
    
  }
  .hero-container{
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: space-between;
}
  .hero-section .hero-content{
      align-items:left;
      text-align:left;
      justify-content:space-between;
      align-items: self-start;
      padding-right:5rem;
      font-size: larger;
  }

  .hero-text{
      margin: 2rem 0rem;
  }
 

  .hero-images img{
      width: 40vw;
      height:60vh;
  }

  .hero-button button{
      float:left;
      margin-top:3rem;
  }
  .hero-button{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap:0.5rem;
    }

  /*About*/
  .about-section{
    padding-top: 3rem;
  }
  .about-img img{
    width: 40vw;
    height: 90%;
}
   
  .about-section .flex{
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.top{
    display: flex;
    flex-direction: row;
    gap: 3rem;
}
.about-info div p{
    margin: 1rem 0rem;
}
.bottom{
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.about-grid{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        gap: 0.5rem;
        
}
.about-card-img img{
    height: auto;
}

.div1 { 
    grid-area: 1 / 1 / 2 / 3; 
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.div2 { 
    grid-area: 2 / 1 / 3 / 3; 
    display: flex;
    flex-direction: row;
}
.div3 { grid-area: 1 / 3 / 3 / 4; }
.div4 { grid-area: 1 / 4 / 3 / 5; }



  .marquee{
      padding: 1rem;
      margin:1rem 0rem 0rem 0rem;
  }

  /* services*/
  .services{
    display: grid;
    place-items: center;
  }
  .service-grid{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap:2rem;

  }
  .service-card{

  }
  .service-card .service-img img{
      height: 80%;
  }


  /* projects */
  .projects{
    padding-top:3rem;
  }
  .overflow-container{
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      grid-gap:3rem;
      height: 420px;
      
  }
  .project-card img{
    height: 35vh;
  }
  .project-details{
      padding:1rem;    
  }
  .designs{
      padding-bottom:2rem;
  }

  /*Slider Testimonilas*/
  .testimonial{
    display: grid;
    place-items: center;
    height: 100vh;
  }
  .testimonial-details, .testimonial-img{
    margin: 0rem 10rem;
  }
  .slider-container {
      display: flex;
      width: 100vw;
      transition: transform 0.5s ease-in-out;
  }
  .slide {
      flex: 1;
      text-align: center;
      align-items: center;
      min-width:94vw;
      box-sizing: border-box;
      padding: 8% 5%;
  }
 

    /*Blog*/
    
    .blog h1{
      font-size: 4rem;
  }
  .blog .quote-img i{
    font-size: 10rem;
    color: var(--secondary);
}
.blog-quote{
    margin: 3rem 0rem;
    border-bottom: 1px solid var(--primary);
}
/*Blog Team subsection*/

.blog .team{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3% 1%;
    
}
.blog .team .info{
    width: 30vw;
}

.blog .team .info h3{
    font-weight: 700;
    color: var(--primary);
    margin: 2rem 0rem;
}
.blog .team .images{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60vw;
    overflow: none;
    gap:0.4rem;
}
.blog .team .images img{
    width: 18vw;
    height: 50vh;
    border-radius: 10px;
    border: 2px solid var(--secondary);
}
.blog .team .images img:hover{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}


  /*Contact**/
  .contact{
    padding: 3rem;
  }

    /*Forms*/
    .forms{
        flex-direction: row;
        justify-content:space-between;
        align-items: flex-end;
        
    }
    .form-group{
        margin:1.3rem 0rem;
    }
    .form-group input[type="text"], input[type="email"]{
        padding: 0.4rem;
    }
      .form-one{
        flex: auto;
        padding-right: 2rem;
    }
    .form-two{
        flex: auto;
        padding-left: 2rem;
    }

  /*   footer    */
  .footer-container{
      display: grid;
      grid-template-columns:repeat(3, 1fr);
      grid-gap:2rem;
      place-items:center;
  }
  .first{
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      height:30vh;
      padding:2rem 0rem;
  }
}









/*Extra Large Screens.*/
@media (min-width: 1920px) {
  .logo {
    content: url("../media/logo/large logo.png");
  }
     /*Logo*/
     .logo {
        height: 3.8vh;
    }
    .navbar{
        font-size:18px;
        font-weight: 500;
    }
  
   
    /* All sections padding classes*/
    .hero-section,
    .services,
    .project-details,
    .testimonial,
    .blog,
    .contact,
    .projects
    {
        padding-right: 3%;
        padding-left: 3%;
        padding-top:3rem;
    }
  
  
     /*header*/
     .cta-button button{
        font-size:1rem;
     }
  
    /*   Hero Section  */
    /*   Hero Section  */
    .hero-section{
      height: 100vh;
      display: grid;
      place-items: center;    
    }
    .hero-container{
      display:flex;
      flex-direction:row;
      align-items: center;
      justify-content: space-between;
  }
    .hero-section .hero-content{
        align-items:left;
        text-align:left;
        justify-content:space-between;
        align-items: self-start;
        padding-right:5rem;
    }
    .hero-text{
        font-size: 20px;
    }
   
  
    .hero-images img{
        width: 40vw;
        height:60vh;
    }
  
    .hero-button button{
        float:left;
        margin-top:3rem;
    }
      .hero-button{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap:0.5rem;
    }
  

    /*About*/
  .about-section{
    padding-top: 3rem;
  }
  .about-img img{
    width: 40vw;
    height: 80%;
}
  .about-section .flex{
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
}
.top{
    display: flex;
    flex-direction: row;
    gap: 3rem;
}
.about-info div p{
    margin: 1rem 0rem;
}
.bottom{
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.about-grid{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        gap: 0.5rem;
        
}
.about-card-img img{
    height: 25vh;
}

.div1 { 
    grid-area: 1 / 1 / 2 / 3; 
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.div2 { 
    grid-area: 2 / 1 / 3 / 3; 
    display: flex;
    flex-direction: row;
}
.div3 { grid-area: 1 / 3 / 3 / 4; }
.div4 { grid-area: 1 / 4 / 3 / 5; }


    .marquee{
        padding: 1rem;
        margin:1rem 0rem 0rem 0rem;
    }
  
    /* services*/
    .services{
      display: grid;
      place-items: center;
      height: 80vh;
    }
    .service-grid{
        display:grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap:2rem;
  
    }
    .service-card .service-img img{
        height: auto;
    }
  
  
    /* projects */
    .overflow-container{
        display:grid;
        grid-template-columns:repeat(3, 1fr);
        grid-gap:3rem;
        height: 420px;
      
  }
  .project-card img{
    height: 35vh;
  }
   
    .project-details{
        padding:1rem;    
    }
    .designs{
        padding-bottom:2rem;
    }
  
    /*Slider Testimonilas*/
    .testimonial{
      display: grid;
      place-items: center;
      height: 100vh;
    }
    .slider-container {
        display: flex;
        width: 100vw;
        transition: transform 0.5s ease-in-out;
    }
    .slide {
        flex: 1;
        text-align: center;
        align-items: center;
        min-width:94vw;
        box-sizing: border-box;
        padding: 8% 5%;
    }
    .testimonial-details, .testimonial-img{
        margin: 0rem 10rem;
        border: none !important;
      }
     

      
      /*Blog*/
      .blog h1{
        font-size: 4rem;
    }
    .blog .quote-img i{
        font-size: 10rem;
        color: var(--secondary);
    }
    
    /*Blog Team subsection*/

.blog .team{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10% 2%;
    
}
.blog .team .info{
    width: 30vw;
}

.blog .team .info h3{
    font-weight: 700;
    color: var(--primary);
    margin: 2rem 0rem;
}
.blog .team .images{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60vw;
    overflow: none;
    gap:0.3rem;
}
.blog .team .images img{
    width: 15vw;
    height: 40vh;
    border-radius: 8px;
    border: 2px solid var(--secondary);
}
.blog .team .images img:hover{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
    /*Contact**/
    .contact{
      padding: 3rem;
    }
  
      /*Forms*/
      .forms{
          flex-direction: row;
          justify-content:space-between;
          align-items: flex-end;
          
      }
      .form-group{
          margin:1.3rem 0rem;
      }
      .form-group input[type="text"], input[type="email"]{
          padding: 0.4rem;
      }
        .form-one{
          flex: auto;
          padding-right: 2rem;
      }
      .form-two{
          flex: auto;
          padding-left: 2rem;
      }
  
    /*   footer    */
    .footer-container{
        display: grid;
        grid-template-columns:repeat(3, 1fr);
        grid-gap:2rem;
        place-items:center;
    }
    .first{
        display:flex;
        flex-direction:column;
        justify-content:space-between;
        height:30vh;
        padding:2rem 0rem;
    }
}