@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@300&family=Cedarville+Cursive&family=Itim&family=Julius+Sans+One&family=Varela+Round&family=Ysabeau+Office:wght@200;400&display=swap');

/* font-family: 'Averia Serif Libre', cursive;
font-family: 'Cedarville Cursive', cursive;
font-family: 'Itim', cursive;
font-family: 'Julius Sans One', sans-serif;
font-family: 'Varela Round', sans-serif;
font-family: 'Ysabeau Office', sans-serif; */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}


/* header starts */

header {
    /* border: .5rem solid black; */
    height: 15vh;
    display: flex;
}

header .h1 {
    width: 30vw;
    height: 14vh;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1 h1 {
    font-size: 3.5rem;
    font-family: 'Julius Sans One', sans-serif;

}


header .nav {
    width: 70vw;
    height: 14vh;
    /* border: .5rem solid blue; */
}


.nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

.nav ul li{
    margin-top: 4vh;
    font-size: 1.8rem;
    margin-right: 3vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
    
}

.nav ul li a {
    text-decoration: none;
    color: #171717;
}


.nav ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}
/* header ends */


/* headline section starts */
 
#headline {
    height: 30vh;
    /* border: .5rem solid black; */
    background-color: #000000;
    opacity: .9;
}

#title {
    height: 15vh;
    /* border: .5rem solid black;   */
    display: flex;
    justify-content: center;
    align-items: center;
}

#title h1 {
    font-size: 3.5rem;
    color: aliceblue;
    font-family: 'Itim', cursive;

}

#part {
    height: 14vh;
    /* border: .5rem solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#part a {
    font-size: 2.3rem;
    color: aliceblue;
    margin: 0 2vw;
    text-decoration: none;

}

#part a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}

#part h2 {
    font-size: 3rem;
    color: aliceblue;
}
/* headline section ends */


/* info section starts */

#info {
    margin-top: 3vh;
    height: 52vh;
    /* border: .5rem solid black; */
}


#info section {
    height: 17vh;
    /* border: .5rem solid black; */
}

#info section h1 {
    font-size: 2.8rem;
    font-family: 'Ysabeau Office', sans-serif;
    margin-left: 3vw;
}

#info section p {
    font-size: 2rem;
    font-family: 'Ysabeau Office', sans-serif; 
    margin-left: 3vw;


}

/* info section ends */



/* image section starts */

    #image {
        height: 85vh;
        /* border: .6rem solid black; */
        background-image: url(image-3.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 95%;
        background-position: center;
        
    }

/* image section ends */


/* offering section starts */

    #offering {
        background-color: rgb(246, 248, 250);
        margin-top: 5vh;
        height: 40vh;
        /* border: .5rem solid black; */
        display: flex;
        justify-content: space-evenly;
    }

    #offering section {
        width: 30vw;
        /* border: .5rem solid black; */
        height: 38vh;
        background-color: white;
        
    }

    .one, .two, .three {
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }

    .one h5, .two h5, .three h5 {
        font-size: 5.5rem;
        margin-top: 3vh;
    }

    .one h3, .two h3, .three h3 {
        font-size: 2.5rem;
        margin-top: 2.5vh;
        font-family: 'Varela Round', sans-serif;
    }

    .one p, .two p , .three p {
        font-size: 1.7rem;
        margin:5%;
    }

   

   /* .one i {
     font-size: 5rem;
     text-align: center;
    
   }

   .one h3 {
    font-size: 2.5rem;
    text-align: center;
   }

   .one p {
    font-size: 1.6rem;
    margin: 5%;
   } */


/* offering section ends */


/* team section starts */
 
    #team {
        margin-top: 10vh;
        height: 80vh;
        /* border: .5rem solid black; */
        background-color: rgb(237, 242, 247);
    }

    #team .tHeadline {
        height: 25vh;
        /* border: .5rem solid blue; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .tHeadline h1 {
        font-size: 4.2rem;
        font-family: 'Varela Round', sans-serif;
    }

    .tHeadline p {
        font-size: 2rem;
        font-family: 'Ysabeau Office', sans-serif; 
        margin-top: 2vh;
    }

    #team .images {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 54vh; 
       
        /* border: .5rem solid pink; */
    }
    

    


    .images article {
        width: 30vw;
        height: 50vh ;
        
        background-color: rgb(216, 235, 236);
        
       position: relative;
        border-radius: .5rem;
        
       
       
    }

    .image-container {
        margin: 0 3vw;
    }


    .image-container img {
        height: 100%;
        width: 100%;
        
    }

    .imfo {
        top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
        background-color: black;
        cursor: pointer;
    }

    .imfo-container {
        position: relative;
        
        display: flex;
        /* justify-content: center; */
        align-items: center;
        flex-direction: column;
        justify-content: center;
        /* transform: translate(-50%, -50%); */
        color: white;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .imfo-container h3 {
        font-size: 2rem;
        margin-top: 18vh;
        
    }

    .imfo-container h5 {
        font-size: 1.3rem;
        margin-top: 1.5vh;
    }

    .imfo-container a {
        color: aliceblue;
    }

    .imfo-container  aside {
        margin-top: 3vh;
    }

    .imfo-container a {
        font-size: 2.5rem;
        text-decoration: none;
        color: aliceblue;
        margin: 0 1vw;
    }
   
     .image-container:hover .imfo {
        opacity: 0.8;
     }
   

    /* .images article h1 {
        font-size: 2.5rem;

    }

    .images article h3 {
        font-size: 1.7rem;
    }

    .images article a {
        font-size: 3rem;
        margin-top: 4vh;
        margin: 4vw 1vw;
        color: black;
        text-decoration: none;
        
    } */




   
   
    
 
   
  
/* team section ends */


/* testimonial section starts */

    #testimonial {
        margin-top: 8vh;
        height: 60vh;
        /* border: .5rem solid black; */
        display: flex;
    }

    #testimonial section {
        flex: 1;
        height: 59vh;
        /* border: .5rem solid blue; */
    }

    #testimonial .img {
        background-image: url(image-4.webp);
        background-size: contain;
    }

    #testimonial .testimonial-section {
        display: flex;
       
        align-items: center;
        flex-direction: column;
    }
      .testimonial-section i {
        font-size: 3.5rem;
        margin-top: 7vh;
      }

      .testimonial-section p {
        font-size: 2.5rem;
        margin: 0 5%;
        margin-top: 4vh;
        font-family: 'Ysabeau Office', sans-serif;
      }

      .testimonial-section h4 {
        font-size: 2.2rem;
        margin-top: 5vh;
        

      }
      .testimonial-section h3 {
        font-size: 1.5rem;
        margin-top: 1.3vh;


      }


/* testimonial section ends */


/* footer section starts */

footer {
    margin-top: 3vh;
    height: 40vh;
    /* border: .5rem solid black; */
    background-color: #000000;
}

#task {
    height: 30vh;
    /* border: .5rem solid black; */
    display: flex;
    border-bottom: .2rem solid aliceblue;
}

footer .font {
    width: 30vw;
height: 29vh;
/* border: .5rem solid blue; */
display: flex;
justify-content: center;
align-items: center;
}

footer .font h1 {
    font-size: 3.5rem;
font-family: 'Julius Sans One', sans-serif;
color: aliceblue;
}


footer .navigate {
    width: 45vw;
    /* border: .5rem solid blue; */
    height: 29vh;
}

.navigate ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigate ul li {
    margin-top: 10vh;
    font-size: 2rem;
    margin-right: 2.5vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
}

.navigate ul li a {
    text-decoration: none;
    color: aliceblue;
}

.navigate ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}

footer .extra {
    height: 29vh;
    width: 25vw;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

footer .extra li {
    list-style-type: none;
    font-size: 3.5rem;
    margin: 0 1.5vw;
    margin-bottom: 5vh;
    color: aliceblue;
}
footer .extra a{
    color: aliceblue;
    text-decoration: none;
}

footer .extra li:hover {
    transform: scale(0.93);
    color: #a3a1a1;
    transition: .2s;
}

#copy {
    display: flex;
    justify-content: center;
    align-items: center;
}

#copy p {
    font-size: 1.9rem;
    margin-top: 2.5vh;
    color: aliceblue;
    font-family: 'Varela Round', sans-serif;
}
#copy a {
    color: burlywood;
}
/* footer section ends */




/* / media queries start 0 - 320px  */

@media  screen and (max-width:320px) {

  /* header starts */

header {
    /* border: .5rem solid black; */
    height: 11vh;
    
    
}

#start {
    display: flex;
}

header .h1 {
    width: 30%;
    height: 10vh;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1 h1 {
    font-size: 1.7rem;
    font-family: 'Julius Sans One', sans-serif;

}


header .nav {
    width: 70%;
    height: 10vh;
    /* border: .5rem solid blue; */
}


.nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

.nav ul li{
    margin-top: 3vh;
    font-size: 1rem;
    margin-right: 3vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
    
}

.nav ul li a {
    text-decoration: none;
    color: #171717;
}


.nav ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}


/* #list {
    display: block;
    position: relative;
    width: 40vw;
    height: 50vh;
    background-color: black;
    color: white;
    z-index: 999;
} */

/* header ends */


/* headline section starts */
 
#headline {
    height: 30vh;
    /* border: .5rem solid black; */
    background-color: #000000;
    opacity: .9;
}

#title {
    height: 15vh;
    /* border: .5rem solid black;   */
    display: flex;
    justify-content: center;
    align-items: center;
}

#title h1 {
    font-size: 2.50rem;
    color: aliceblue;
    font-family: 'Itim', cursive;

}

#part {
    height: 10vh;
    /* border: .5rem solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#part a {
    font-size: 2rem;
    color: aliceblue;
    margin: 0 2vw;
    text-decoration: none;

}

#part a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}

#part h2 {
    font-size: 1.7rem;
    color: aliceblue;
}
/* headline section ends */


/* info section starts */

#info {
    margin-top: 3vh;
    height: 70vh;
    /* border: .5rem solid black; */
}


#info section {
    height: 23vh;
    /* border: .5rem solid black; */
}

#info section h1 {
    font-size: 2.5rem;
    font-family: 'Ysabeau Office', sans-serif;
    margin-left: 3vw;
}

#info section p {
    font-size: 1.6rem;
    font-family: 'Ysabeau Office', sans-serif; 
margin: 0 5%;

}

/* info section ends */



/* image section starts */

    #image {
        height: 40vh;
        /* border: .6rem solid black; */
        background-image: url(image-3.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 98%;
        background-position: center;
        
    }

/* image section ends */


/* offering section starts */

    #offering {
        background-color: rgb(246, 248, 250);
        margin-top: 5vh;
        height: 120vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    #offering section {
        width: 100%;
        /* border: .5rem solid black; */
        height: 38vh;
        background-color: white;
        margin: 0 2%;
        
    }

    .one, .two, .three {
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }

    .one h5, .two h5, .three h5 {
        font-size: 5rem;
        margin-top: 3vh;
    }

    .one h3, .two h3, .three h3 {
        font-size: 2.2rem;
        margin-top: 2.5vh;
        font-family: 'Varela Round', sans-serif;
    }

    .one p, .two p , .three p {
        font-size: 1.6rem;
        margin:5%;
    }

   

   /* .one i {
     font-size: 5rem;
     text-align: center;
    
   }

   .one h3 {
    font-size: 2.5rem;
    text-align: center;
   }

   .one p {
    font-size: 1.6rem;
    margin: 5%;
   } */


/* offering section ends */


/* team section starts */
 
    #team {
        margin-top: 10vh;
        height: 200vh;
        /* border: .5rem solid black; */
        background-color: rgb(237, 242, 247);
    }

    #team .tHeadline {
        height: 25vh;
        /* border: .5rem solid blue; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .tHeadline h1 {
        font-size: 3.5rem;
        font-family: 'Varela Round', sans-serif;
    }

    .tHeadline p {
        font-size: 1.6rem;
        font-family: 'Ysabeau Office', sans-serif; 
        margin-top: 2vh;
    }

    #team .images {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        height: 174vh; 
       
        /* border: .5rem solid pink; */
    }
    

    


    .images article {
        width: 88%;
        height: 50vh ;
        background-color: rgb(216, 235, 236);
        
       position: relative;
        border-radius: .5rem;
        
       
       
    }

    .image-container {
        margin: 0 6%;
    }


    .image-container img {
        height: 100%;
        width: 100%;
        
    }

    .imfo {
        top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
        background-color: black;
        cursor: pointer;
    }

    .imfo-container {
        position: relative;
        
        display: flex;
        /* justify-content: center; */
        align-items: center;
        flex-direction: column;
        justify-content: center;
        /* transform: translate(-50%, -50%); */
        color: white;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .imfo-container h3 {
        font-size: 2rem;
        margin-top: 18vh;
        
    }

    .imfo-container h5 {
        font-size: 1.3rem;
        margin-top: 1.5vh;
    }

    .imfo-container a {
        color: aliceblue;
    }

    .imfo-container  aside {
        margin-top: 3vh;
    }

    .imfo-container a {
        font-size: 2.5rem;
        text-decoration: none;
        color: aliceblue;
        margin: 0 1vw;
    }
   
     .image-container:hover .imfo {
        opacity: 0.8;
     }
   

    /* .images article h1 {
        font-size: 2.5rem;

    }

    .images article h3 {
        font-size: 1.7rem;
    }

    .images article a {
        font-size: 3rem;
        margin-top: 4vh;
        margin: 4vw 1vw;
        color: black;
        text-decoration: none;
        
    } */




   
   
    
 
   
  
/* team section ends */


/* testimonial section starts */

    #testimonial {
        margin-top: 8vh;
        height: 120vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
    }

    #testimonial section {
        flex: 1;
        height: 59vh;
        /* border: .5rem solid blue; */
    }

    #testimonial .img {
        background-image: url(image-4.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    #testimonial .testimonial-section {
        display: flex;
       
        align-items: center;
        flex-direction: column;
    }
      .testimonial-section i {
        font-size: 3rem;
        margin-top: 7vh;
      }

      .testimonial-section p {
        font-size: 2rem;
        margin: 0 5%;
        margin-top: 4vh;
        font-family: 'Ysabeau Office', sans-serif;
      }

      .testimonial-section h4 {
        font-size: 2rem;
        margin-top: 5vh;
        text-align: center;
        

      }
      .testimonial-section h3 {
        font-size: 1.5rem;
        margin-top: 1.3vh;


      }


/* testimonial section ends */

/* footer section starts */

footer {
    margin-top: 3vh;
    height: 65vh;
    /* border: .5rem solid black; */
    background-color: #000000;
}

#task {
    height: 50vh;
    /* border: .5rem solid black; */
    display: flex;
    flex-direction: column;
    border-bottom: .2rem solid aliceblue;
}

footer .font {
    width: 100%;
height: 12vh;
/* border: .5rem solid blue; */
display: flex;
justify-content: center;
align-items: center;
}

footer .font h1 {
    font-size: 3.5rem;
font-family: 'Julius Sans One', sans-serif;
color: aliceblue;
}


footer .navigate {
    width: 100%;
    /* border: .5rem solid blue; */
    height: 20vh;
}

.navigate ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.navigate ul li {
    margin-top:5vh;
    font-size: 1.6rem;
    width: 40%;
   margin-left: 7.5vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
}

.navigate ul li a {
    text-decoration: none;
    color: aliceblue;
}

.navigate ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}

footer .extra {
    height: 19vh;
    width: 100%;
    /* border: .5rem solid blue; */
    display: flex;
   
    justify-content: center;
    align-items: flex-end;
}

footer .extra li {
    list-style-type: none;
    font-size: 3.5rem;
    margin: 0 5vw;
    margin-bottom: 5vh;
    color: aliceblue;
}

footer .extra a{
    color: aliceblue;
    text-decoration: none;
}
footer .extra li:hover {
    transform: scale(0.93);
    color: #a3a1a1;
    transition: .2s;
}

#copy {
    display: flex;
    justify-content: center;
    align-items: center;
}

#copy p {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2.5vh;
    color: aliceblue;
    font-family: 'Varela Round', sans-serif;
    margin: 0 4%;
}
#copy a {
    color: burlywood;
}

/* footer section ends */
    
}


/*        media queries end 0 - 320px */



















/*           media queries start 321px - 480px  */


@media (min-width:321px) and (max-width:480px) {
   
   
    /* header starts */

header {
    /* border: .5rem solid black; */
    height: 15vh;
    
    
}

#start {
    display: flex;
}

header .h1 {
    width: 30vw;
    height: 14vh;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1 h1 {
    font-size: 2.8rem;
    font-family: 'Julius Sans One', sans-serif;

}


header .nav {
    width: 70vw;
    height: 14vh;
    /* border: .5rem solid blue; */
}


.nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

.nav ul li{
    margin-top: 4vh;
    font-size: 1.4rem;
    margin-right: 3vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
    
}

.nav ul li a {
    text-decoration: none;
    color: #171717;
}


.nav ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}


#list {
    display: block;
    position: relative;
    width: 40vw;
    height: 50vh;
    background-color: black;
    color: white;
    z-index: 999;
}

/* header ends */


/* headline section starts */
 
#headline {
    height: 30vh;
    /* border: .5rem solid black; */
    background-color: #000000;
    opacity: .9;
}

#title {
    height: 12vh;
    /* border: .5rem solid black;   */
    display: flex;
    justify-content: center;
    margin-top: 3vh;
    align-items: center;
}

#title h1 {
    font-size: 3rem;
    color: aliceblue;
    font-family: 'Itim', cursive;

}

#part {
    height: 14vh;
    /* border: .5rem solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#part a {
    font-size: 2rem;
    color: aliceblue;
    margin: 0 2vw;
    text-decoration: none;

}

#part a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}

#part h2 {
    font-size: 2rem;
    color: aliceblue;
}
/* headline section ends */


/* info section starts */

#info {
    margin-top: 3vh;
    height: 61vh;
    /* border: .5rem solid black; */
}


#info section {
    height: 20vh;
    /* border: .5rem solid black; */
}

#info section h1 {
    font-size: 2.5rem;
    font-family: 'Ysabeau Office', sans-serif;
    margin-left: 3vw;
}

#info section p {
    font-size: 1.9rem;
    font-family: 'Ysabeau Office', sans-serif; 
    margin-left: 3vw;


}

/* info section ends */



/* image section starts */

    #image {
        height: 45vh;
        /* border: .6rem solid black; */
        background-image: url(image-3.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 95%;
        background-position: center;
        
    }

/* image section ends */


/* offering section starts */

    #offering {
        background-color: rgb(246, 248, 250);
        margin-top: 5vh;
        height: 120vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    #offering section {
        width: 90%;
        margin: 0 5%;
        /* border: .5rem solid black; */
        height: 38vh;
        background-color: white;
        
    }

    .one, .two, .three {
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }

    .one h5, .two h5, .three h5 {
        font-size: 5rem;
        margin-top: 3vh;
    }

    .one h3, .two h3, .three h3 {
        font-size: 2.2rem;
        margin-top: 2.5vh;
        font-family: 'Varela Round', sans-serif;
    }

    .one p, .two p , .three p {
        font-size: 1.7rem;
        margin:5%;
    }

   

   /* .one i {
     font-size: 5rem;
     text-align: center;
    
   }

   .one h3 {
    font-size: 2.5rem;
    text-align: center;
   }

   .one p {
    font-size: 1.6rem;
    margin: 5%;
   } */


/* offering section ends */


/* team section starts */
 
    #team {
        margin-top: 10vh;
        height: 225vh;
        /* border: .5rem solid black; */
        background-color: rgb(237, 242, 247);
    }

    #team .tHeadline {
        height: 25vh;
        /* border: .5rem solid blue; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .tHeadline h1 {
        font-size: 4rem;
        font-family: 'Varela Round', sans-serif;
    }

    .tHeadline p {
        font-size: 2rem;
        font-family: 'Ysabeau Office', sans-serif; 
        margin-top: 2vh;
        margin: 0 5%;
    }

    #team .images {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        height: 199vh; 
       
        /* border: .5rem solid pink; */
    }
    

    


    .images article {
        width: 80%;
        height: 60vh ;
        
        background-color: rgb(216, 235, 236);
        
       position: relative;
        border-radius: .5rem;
        
       
       
    }

    .image-container {
        margin: 0 10%;
    }


    .image-container img {
        height: 100%;
        width: 100%;
        
    }

    .imfo {
        top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
        background-color: black;
        cursor: pointer;
    }

    .imfo-container {
        position: relative;
        
        display: flex;
        /* justify-content: center; */
        align-items: center;
        flex-direction: column;
        justify-content: center;
        /* transform: translate(-50%, -50%); */
        color: white;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .imfo-container h3 {
        font-size: 2rem;
        margin-top: 18vh;
        
    }

    .imfo-container h5 {
        font-size: 1.3rem;
        margin-top: 1.5vh;
    }

    .imfo-container a {
        color: aliceblue;
    }

    .imfo-container  aside {
        margin-top: 3vh;
    }

    .imfo-container a {
        font-size: 2.5rem;
        text-decoration: none;
        color: aliceblue;
        margin: 0 1vw;
    }
   
     .image-container:hover .imfo {
        opacity: 0.8;
     }
   

    /* .images article h1 {
        font-size: 2.5rem;

    }

    .images article h3 {
        font-size: 1.7rem;
    }

    .images article a {
        font-size: 3rem;
        margin-top: 4vh;
        margin: 4vw 1vw;
        color: black;
        text-decoration: none;
        
    } */




   
   
    
 
   
  
/* team section ends */


/* testimonial section starts */

    #testimonial {
        margin-top: 8vh;
        height: 120vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
    }

    #testimonial section {
        flex: 1;
        height: 59vh;
        /* border: .5rem solid blue; */
    }

    #testimonial .img {
        background-image: url(image-4.webp);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    #testimonial .testimonial-section {
        display: flex;
       
        align-items: center;
        flex-direction: column;
    }
      .testimonial-section i {
        font-size: 3.5rem;
        margin-top: 7vh;
      }

      .testimonial-section p {
        font-size: 2.5rem;
        text-align: center;
        margin: 0 5%;
        margin-top: 4vh;
        font-family: 'Ysabeau Office', sans-serif;
      }

      .testimonial-section h4 {
        font-size: 2.2rem;
        margin-top: 5vh;
        

      }
      .testimonial-section h3 {
        font-size: 1.5rem;
        margin-top: 1.3vh;


      }


/* testimonial section ends */

/* footer section starts */

footer {
    margin-top: 3vh;
    height: 60vh;
    border: .5rem solid black;
    background-color: #000000;
}

#task {
    height: 45vh;
    border: .5rem solid black;
    display: flex;
    flex-direction: column;
    border-bottom: .2rem solid aliceblue;
}

footer .font {
    width: 100%;
height: 15vh;
/* border: .5rem solid blue; */
display: flex;
justify-content: center;
align-items: center;
}

footer .font h1 {
    font-size: 3.5rem;
font-family: 'Julius Sans One', sans-serif;
color: aliceblue;
}


footer .navigate {
    width: 100%;
    /* border: .5rem solid blue; */
    height: 15vh;
}

.navigate ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigate ul li {
    margin-top: 4vh;
    font-size: 1.8rem;
    margin-right: 2.5vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
}

.navigate ul li a {
    text-decoration: none;
    color: aliceblue;
}

.navigate ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}

footer .extra {
    height: 15vh;
    width: 100%;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

footer .extra li {
    list-style-type: none;
    font-size: 3.5rem;
    margin: 0 5vw;
    margin-bottom: 5vh;
    color: aliceblue;
}

footer .extra a{
    color: aliceblue;
    text-decoration: none;
}
footer .extra li:hover {
    transform: scale(0.93);
    color: #a3a1a1;
    transition: .2s;
}

#copy {
    display: flex;
    justify-content: center;
    align-items: center;
}

#copy p {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 5%;
    margin-top: 3.5vh;
    color: aliceblue;
    font-family: 'Varela Round', sans-serif;
}
#copy a {
    color: burlywood;
}

/* footer section ends */



}



/*        media queries ends 321px - 480px */


@media (min-width:481px) and (max-width:767px) {

    /* header starts */

header {
    /* border: .5rem solid black; */
    height: 15vh;
    
    
}

#start {
    display: flex;
}

header .h1 {
    width: 30vw;
    height: 14vh;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1 h1 {
    font-size: 3.3rem;
    font-family: 'Julius Sans One', sans-serif;

}


header .nav {
    width: 70vw;
    height: 14vh;
    /* border: .5rem solid blue; */
}


.nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

.nav ul li{
    margin-top: 4vh;
    font-size: 1.7rem;
    margin-right: 3vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
    
}

.nav ul li a {
    text-decoration: none;
    color: #171717;
}


.nav ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}


#list {
    display: block;
    position: relative;
    width: 40vw;
    height: 50vh;
    background-color: black;
    color: white;
    z-index: 999;
}

/* header ends */



/* headline section starts */
 
#headline {
    height: 30vh;
    /* border: .5rem solid black; */
    background-color: #000000;
    opacity: .9;
}

#title {
    height: 15vh;
    /* border: .5rem solid black;   */
    display: flex;
    justify-content: center;
    align-items: center;
}

#title h1 {
    font-size: 3.5rem;
    color: aliceblue;
    font-family: 'Itim', cursive;

}

#part {
    height: 14vh;
    /* border: .5rem solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#part a {
    font-size: 2.3rem;
    color: aliceblue;
    margin: 0 2vw;
    text-decoration: none;

}

#part a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}

#part h2 {
    font-size: 3rem;
    color: aliceblue;
}
/* headline section ends */


/* info section starts */

#info {
    margin-top: 5vh;
    height: 52vh;
    /* border: .5rem solid black; */
}


#info section {
    height: 17vh;
    /* border: .5rem solid black; */
}

#info section h1 {
    font-size: 2.8rem;
    font-family: 'Ysabeau Office', sans-serif;
    margin-left: 3vw;
}

#info section p {
    font-size: 2rem;
    font-family: 'Ysabeau Office', sans-serif; 
    margin-left: 3vw;


}

/* info section ends */



/* image section starts */

    #image {
        height: 65vh;
        /* border: .6rem solid black; */
        background-image: url(image-3.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 95%;
        background-position: center;
        
    }

/* image section ends */


/* offering section starts */

    #offering {
        background-color: rgb(246, 248, 250);
        margin-top: 5vh;
        height: 140vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    #offering section {
        width: 90%;
        /* border: .5rem solid black; */
        height: 38vh;
        background-color: white;
        margin: 0 5%;
        
    }

    .one, .two, .three {
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }

    .one h5, .two h5, .three h5 {
        font-size: 5.3rem;
        margin-top: 3vh;
    }

    .one h3, .two h3, .three h3 {
        font-size: 2.5rem;
        margin-top: 2.5vh;
        font-family: 'Varela Round', sans-serif;
    }

    .one p, .two p , .three p {
        font-size: 1.7rem;
        margin:3%;
        text-align: center;
    }

   

   /* .one i {
     font-size: 5rem;
     text-align: center;
    
   }

   .one h3 {
    font-size: 2.5rem;
    text-align: center;
   }

   .one p {
    font-size: 1.6rem;
    margin: 5%;
   } */


/* offering section ends */


/* team section starts */
 
    #team {
        margin-top: 10vh;
        height: 300vh;
        /* border: .5rem solid black; */
        background-color: rgb(237, 242, 247);
    }

    #team .tHeadline {
        height: 35vh;
        /* border: .5rem solid blue; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .tHeadline h1 {
        font-size: 4.2rem;
        font-family: 'Varela Round', sans-serif;
    }

    .tHeadline p {
        font-size: 2rem;
        font-family: 'Ysabeau Office', sans-serif; 
        margin: 0 5%;
        text-align: center;
        margin-top: 2vh;
    }

    #team .images {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
        height: 264vh; 
       
        /* border: .5rem solid pink; */
    }
    

    


    .images article {
        width: 70%;
        height: 70vh ;
        
        background-color: rgb(216, 235, 236);
        
       position: relative;
        border-radius: .5rem;
        
       
       
    }

    .image-container {
        margin: 0 3vw;
    }


    .image-container img {
        height: 100%;
        width: 100%;
        
    }

    .imfo {
        top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
        background-color: black;
        cursor: pointer;
    }

    .imfo-container {
        position: relative;
        
        display: flex;
        /* justify-content: center; */
        align-items: center;
        flex-direction: column;
        justify-content: center;
        /* transform: translate(-50%, -50%); */
        color: white;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .imfo-container h3 {
        font-size: 2rem;
        margin-top: 18vh;
        
    }

    .imfo-container h5 {
        font-size: 1.3rem;
        margin-top: 1.5vh;
    }

    .imfo-container a {
        color: aliceblue;
    }

    .imfo-container  aside {
        margin-top: 3vh;
    }

    .imfo-container a {
        font-size: 2.5rem;
        text-decoration: none;
        color: aliceblue;
        margin: 0 1vw;
    }
   
     .image-container:hover .imfo {
        opacity: 0.8;
     }
   

    /* .images article h1 {
        font-size: 2.5rem;

    }

    .images article h3 {
        font-size: 1.7rem;
    }

    .images article a {
        font-size: 3rem;
        margin-top: 4vh;
        margin: 4vw 1vw;
        color: black;
        text-decoration: none;
        
    } */




   
   
    
 
   
  
/* team section ends */


/* testimonial section starts */

    #testimonial {
        margin-top: 8vh;
        height: 120vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
    }

    #testimonial section {
        flex: 1;
        height: 59vh;
        /* border: .5rem solid blue; */
    }

    #testimonial .img {
        background-image: url(image-4.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    #testimonial .testimonial-section {
        display: flex;
       
        align-items: center;
        flex-direction: column;
    }
      .testimonial-section i {
        font-size: 3.5rem;
        margin-top: 7vh;
      }

      .testimonial-section p {
        font-size: 2.5rem;
        margin: 0 5%;
        text-align: center;
        margin-top: 4vh;
        font-family: 'Ysabeau Office', sans-serif;
      }

      .testimonial-section h4 {
        font-size: 2.2rem;
        margin-top: 5vh;
        

      }
      .testimonial-section h3 {
        font-size: 1.5rem;
        margin-top: 1.3vh;


      }


/* testimonial section ends */



/* footer section starts */

footer {
    margin-top: 3vh;
    height: 70vh;
    /* border: .5rem solid black; */
    background-color: #000000;
}

#task {
    height: 50vh;
    /* border: .5rem solid black; */
    display: flex;
    flex-direction: column;
    border-bottom: .2rem solid aliceblue;
}

footer .font {
    width: 100%;
height: 29vh;
/* border: .5rem solid blue; */
display: flex;
justify-content: center;
align-items: center;
}

footer .font h1 {
    font-size: 3.5rem;
    margin-top: 7vh;
font-family: 'Julius Sans One', sans-serif;
color: aliceblue;
}


footer .navigate {
    width: 100%;
    /* border: .5rem solid blue; */
    height: 29vh;
}

.navigate ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigate ul li {
    margin-top: 5vh;
    font-size: 2rem;
    margin-right: 2.5vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
}

.navigate ul li a {
    text-decoration: none;
    color: aliceblue;
}

.navigate ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}

footer .extra {
    height: 29vh;
    width: 100%;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

footer .extra li {
    list-style-type: none;
    font-size: 3.5rem;
    margin: 0 5vw;
    margin-bottom: 5vh;
    color: aliceblue;
}

footer .extra a{
    color: aliceblue;
    text-decoration: none;
}
footer .extra li:hover {
    transform: scale(0.93);
    color: #a3a1a1;
    transition: .2s;
}

#copy {
    display: flex;
    justify-content: center;
    align-items: center;
}

#copy p {
    font-size: 1.9rem;
    margin-top: 2.5vh;
    color: aliceblue;
    font-family: 'Varela Round', sans-serif;
    text-align: center;
}
#copy a {
    color: burlywood;
}

/* footer section ends */

    
}