@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap');

*,
*::after,
*::before {
    box-sizing: border-box;
}

:root {
    --color-black: black;
    --color-black-light: rgb(29, 28, 28);
}

body {
    margin: 0;
    padding: 0;

}


a {
    cursor: pointer;
    text-decoration: none;
    color: var(--color-black);
}

.container {
    padding: 2em;
}

.container h1 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1em;
    text-align: center;
}

/* STYLE FOR LOGO */
#logoli{
    padding: 0;
    margin: 0;
}
#logoa{
    padding: 0;
    margin: 0;

}
.logo {
    height: auto;
    grid-template-columns: auto auto auto;
    gap: 2em;
    /* width: auto; */
    width: 90px;
    justify-content: center;
}


/* STYLE FOR SLIDER */
.slider {
    width: 100%;
    height: 510px;
    position: relative;
  }

  .slider img {
    margin-top: 80px;
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    object-fit:fill;
    /* transition: all 0.5s ease-in-out; */
  }

  .slider img:first-child {
    z-index: 1;
  }

  .slider img:nth-child(2) {
    z-index: 0;
  }

  .navigation-button {
    margin-top: 200px;
    text-align: center;
    position: relative;
  }

  .dot {
    
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
  }

  .active,
  .dot:hover {
    background-color: #717171;
  }

/* END OF SLIDER */

.header {
    margin: 0;
}



.nav-list {

    display: flex;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    padding: 10px;
    margin: 0;
    justify-content: space-around;
    align-items: center;
    position: fixed;
   
    position: fixed;
    z-index: 999;
}

.header-nav, .nav-list {
  
    background-color: white;
    width: 100%;
}

.nav-list li {
  
    list-style: none;
    padding: 1em;
}
.nav-list li a{
 
    text-decoration: none;
    padding: 1em 2em;
}

.nav-list li:hover {
     background-color: #312F73;
  transition: 0.5s; ;
    padding: 1em;
    
} 
.nav-list li a:hover{
    
    color: white;
    transition: 0.2s;
    padding: 1em 2em;


}


#closebtn{
  
    padding: 1em 2em;
    align-items: ;
}


.title {
    font-size: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20vh;
}

.first-section {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #312F73;
    flex-wrap: wrap;
    padding: 3em 5rem;
    /* color: white; */
}

.first-section h2 {
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    color: whitesmoke;
}

.first-section .items #icon {
    padding: 3rem;
    border-radius: 50%;
    background-color: aliceblue;
    border: 3px solid black;
    height: 150px;
    width: 150px;
}

.first-section #icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

#icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
}

.items,
.content,
.content h3,
.content a {
    display: flex;
    flex-direction: column;
    align-items: center;
}






.products img {
    font-size: 5em;
    text-align: center;
}



/* Second Section__Content */



.second-section .contents {
    /* border: 3px solid var(--color-black); */
   
    padding: em 7em;
    display: flex;
    justify-content: center;
    align-self: center;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    /* max-width: 1500px; */
}

.second-section .contents img {
    flex-basis: 50%;
    margin-right: 3em;
    max-width: 600px;
}

.second-section .content {
    background-color: antiquewhite;
    flex-basis: 40%;
    text-align: left;
    padding: 2rem;
    /* background-color: antiquewhite; */
}

.second-section .content p {
    flex-basis: 80%;
    font-size: 1.1rem;
}

.second-section .content p,
.second-section .content a {
    width: 100%;
   padding: 1em;
    justify-content: center;
}

.second-section .content a {
    flex-basis: 20%;
    background-color: #312F73;
    color: white;
}

/* STYLE FOR THIRD SECTION */
.third-section {
    text-align: center;
}


.products { 
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 4em;
    width: auto;
    justify-content: space-evenly;
}

.products img {
    min-width: 100%;
    height: 200px;
    object-fit: cover;
}


.view-more {
    margin-top: 2em;
    padding: 1em 2em;
    display: inline-block;
    background-color: #312F73;
    border-radius: .5em;
    color: aliceblue;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    border-radius: 0px;
}
.view-more:hover{
    background-color: white;
    color: #312F73;
    transition: 0.5s;
    padding: 1em 2em;
    border: 1px solid #312F73;
  

}
.products{
    margin-top: 100px;
    font-family: 'Quicksand', sans-serif;
}

.product-box{
    
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1em;
    max-width: 200px;
    border: 1px solid #312F73;
    transition: 0.5s;
    height: auto;
    /* background-color: #fffff0; */
    /* box-shadow: 0 0 10px 0 #312F73; */
 box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;


}
.product-box:hover{
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.product-box img{
    width: 100%;
    /* height: 200px; */
    object-fit: cover;
    border-radius: 7px;
    /* margin-bottom: 1em; */
}

.product-info-card{
   
    height: 100vh;
    width: 80%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: antiquewhite;
    z-index: 999;
    display: none;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    

}

.product-info-card img{
    height: auto;
    width: 500px;
    border-radius: 10px;
    margin: 10px;
    
}

.product-info-card-name{
    font-size: 1.2rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    color: #312F73;
    
}
#product-info-card-close{
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em 2em;
    background-color: #312F73;
    color: white;
   
    font-weight: 600;

    cursor: pointer;
    transition: 0.5s;

}

.product-info-card-content{
    display: flex;
    flex-direction: row;
    
}

.product-info-card-contact {
    
   
   
     font-family: 'Quicksand', sans-serif;
     border: none;
 
     display: flex;
     align-items: center;
     gap: 1em;
       
}
.product-info-card-contact > div{
    margin: 2em 1em;
    background-color: #312F73;
    padding: .2em 2em;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    flex-direction: row;
}
.product-info-card-contact > div:hover{
    background-color: white;
    color: #312F73;
    transition: 0.5s;
    border: 1px solid #312F73;
}
.product-info-card-contact > div:hover a{
    color: #312F73;
}

.product-info-card-contact a{
    color: white;
    display: inline;
}
/* STYLE FOR fourth SECTION */
.contactus{
    display: flex;
    overflow: hidden;

    justify-content: flex-start;
    align-items: center;
  width: 100%;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    background-color: #312F73;
    color: white;
    height: 100vh;
    overflow: hidden;
    margin-bottom: 200pxs;

}


.fouthsection h1{
    text-align: center;
    font-size: 2rem;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}

.contactus .image{
    display: flex;
    justify-content: flex-end;
 width: 100%;
}

.contactus .image img{
    margin-top: 0;
margin-right: 100px;
}

.contactus div{
    flex: 1;
}



/* STYLE FOR CONTACT page SECTION */

.contact-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: black;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: -1;
    border: 3px solid yellow;

}


#blackgradientimg {

    position: absolute;
    opacity: 0.5;
    max-width: 100%;
    height: auto;
    transform: scale(1.5em);
    animation: rotateAnimation 35s linear infinite;

}

@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.contact-info-container-for-homepage{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: white;
    font-family: 'Quicksand', sans-serif;
    align-items: center;
    justify-content: space-around;
    /* height: 100%; */
    padding: 2em;
    font-weight: 600;
    width: 100%;
}

.boxhompage{
    position: relative;
    display: flex;
    background-color: whitesmoke;
    align-items: flex-end;
    width: 600px;
    margin: 10px;
    color: #312F73;
    padding: 1rem;
}

.boxhompage i {
    font-size: 2em;
    margin-right: 1em;
    background-color: aliceblue;
    padding: 20px;
    border-radius: 90%;
    margin-left: 20px;
    border: 1px solid #312F73;

}

.boxhompage #action{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 150px;
    background-color: antiquewhite;
  font-size: 1.2rem;

}


.boxhompage #detail{
    flex-basis:80%;
}

.boxhompage #detail  h2,p{
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
.boxhompage #icon{
   text-align: center;
}

.contact-info-container {

    display: flex;
    flex-wrap: wrap;
    color: white;
    font-family: 'Quicksand', sans-serif;
    align-items: center;
    justify-content: space-around;
    /* height: 100%; */
    padding: 2em;
    font-weight: 600;
}


.aboutcontainer{
    padding: 200px 100px;
    width: 100%;
    background-color: wheat;
    
}

.block{
    display: flex;
    /* border: 1px solid #312F73; */
    padding: 5em;
align-items: center;
justify-content: center;
}
.block > div{
    flex-basis: 50%;
}

.block img{
    max-width: 90%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-radius: 10px;
}

.block p {
    padding: 2em ;
    font-size:1.3rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: #312F73;

}
.block ul li {
    list-style:circle;
    padding: 1em;
    font-size: 1.2rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: #312F73;

}

.downloadCatalogBtn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    font-size: 1.2rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: white;
    width: 100%;
    background-color:#312F73 ;
}
.downloadCatalogBtn button{
    padding: 1em 2em;
   color: #312F73;
    font-family: 'Quicksand', sans-serif;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
}

.moreinfo{
    padding: 1em 2em;
    background-color: #312F73;
     font-family: 'Quicksand', sans-serif;
     border: none;
     border-radius: 5px;
     cursor: pointer;
     transition: 0.5s;
     color: white;
    
}


/* STYLE FOR MAP SECTION */
.map {
    padding-top:70px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;

    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: black;
 
    background-color: antiquewhite;
}
.map p{
    font-size: 2rem;
    padding-bottom: 50px;
}


/* STYLE FOR PRODUCT Page */

.catalogue{

    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 2em;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: white;
    background-color: #312F73;
}
.catalogue a{
    color: white;
    
}
.productintro{
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    height: 400px;
    color: black;
}

#productintro{
    background-image: url(./images/gradient/pattern.jpg);
}

#aboutintro{
    background-image: url(./images/gradient/purplehome.jpg);
    color: white;
}


#footerlogo{
    width: 150px;
    margin: 10px;
}

footer {
    /* background-color: #3D5A98; */
    background-color: #312F73;
    color: #FFFFFF;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}

.footer-header {
    text-align: center;
    margin-bottom: 3em;
    font-family: 'Playfair Display', serif;
}

.footer-header h1 {
    font-size: 3em;
    margin: 0;
}

.footer-header em {
    font-size: 2.5em;
}

.footer,
.social-links {
    display: flex;
    flex-direction: column;
}

.social-links {
    padding: 2em;
    padding-left: 11em;
    border-left: 1px solid #fffff0;
}

.social-links:first-child {
    border-left: unset;
}

.footer-social {
    display: flex;
    justify-content: space-around;
}

.links,
.phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    width: 200px;
    font-size: 1em;
    padding-bottom: 5px;
}

.phone a{
    color: aliceblue;
}

.social-links {
    /* padding: 0; */
    margin: 0;
}

.social-links li {
    margin-bottom: 2em;
}

.social-links li a,
.links a {
    border-bottom: none;
    color: #FFFFFF;
    padding: 0;
}

.links {
    margin-top: -1.2em;
    margin-bottom: 1em;
}

.links a {
    display: flex;
    gap: 1em;
    font-size: .8em;
    align-items: center;

}

.closebtn{
     display: none;   
}

.phoneHearder{
    display: none;
}

/* CSS FOR RESPONSIVE DESIGN */
@media screen and (max-width: 600px) {


    body{
        background-color: #f4f4f4;
    }

    .product-box{
        margin: 20px auto;
    }


    .phoneHearder{
        position: fixed;
        background-color: ;
        padding: 12px;
        display: flex;
        font-size: 1.5rem;
        justify-content: space-between;
        transition: 0.5;
        z-index: 99;
        background-color: white;
        width: 100%;


    }

    .phoneHearder img{
        width: 70px;
    }
  

    .nav-list{

        transition: 0.5;
        display: flex;
        flex-direction: column;
        background-color: wheat;
        justify-content: center;
        align-items: center;
        width:0;
        height: 100vh;
        overflow-x: hidden;
       padding: 0;
      
        position: fixed;
        font-size: 1.2rem;
        top: 0;
        left: 0;  
        z-index: 99;
     
          
            /* display:none; */
    }

    .slider img {
        margin-top: 0px;
    }

    #logoli{
        display: none;
    }

    .nav-list li a{
        position: relative;
        ;
    }
    .nav-list ul{
        margin-top: 100px;
    }
    .nav-list li {
        position: relative;
       width: 100%;
       list-style: none;
       border-width: 50%;
       border-bottom: 1px solid #312F73;
        margin: 10px 0px;

    }





    #closebtn{
        position: absolute;
        background-color: #312F73;
        color: #fffff0;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 1.5rem;
       padding: 0;
        height: 50px;
        width: 50px;
    } 
    #closebtn i{
      position: absolute;
      top:50%;
      left: 50%;
      transform:translate(-50%, -50%);

    }

    
    #navbarlogo{
        display: none
    }
    .slider{
        height: 300px;
    }
    .slider img{
        height: 300px;
    }
.navigation-button{
    display: none;
}

section h1{
    font-size: 2rem;
    font-family: 'Playfair Display', serif;
}

.first-section{
    margin: 0;
    padding: 2rem;
    justify-content: space-around;
   
    
}
.first-section .items #icon {
    gap: 3rem;	
    padding: 1rem;
    height: 100px;
    width: 100px;
    
}

.first-section .items {
    gap:10px
}
.first-section h2{
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
}

.second-section{
    background-color: wheat;
}

.second-section .contents {
 padding: 0;
 display: flex;
flex-direction: column;
margin: 0;
font-size: 0.9rem;
padding: 1em;
}
.second-section .content{
    padding: 0em;
}

.second-section .contents img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 1em;

}
.second-section .contents a{
    margin-top: 50px;
    padding: 12px;
}



.third-section{
display: flex;
flex-direction: column;
}
.third-section .products{
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1em;
    margin: 0;
    width: 100%;
    align-items: center;
    justify-content: center;


}

/* ABOUT PAGE */
.aboutcontainer{
    padding: 0;
    margin: 0;
}
.aboutcontainer .block {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.aboutcontainer .block img{
    width: 100%;
}

.block p {
    font-size: 1rem;
}
.block ul li {
    font-size: 1rem;
}
.contactus{
    flex-direction: column;
   
}

#opennav{
    /* background-color: pink; */
    z-index: 99;
}

.contactus .image img{
display: none;

}

.boxhompage #action{
    background-color: green;
    display: none;
 
}

.boxhompage{
   transform: scale(0.7) ;
   width: 300px;
}

.contact-info-container-for-homepage{
    padding: 0;
    margin: 0;

}

/* STYLE FOR CONTACT */

#mapwidth{
    width: 300px;
}

#footerlogo{
    width: 100%;

}

.footer-header{
  display: none;
}

.footer-header em{
    font-size: 1.5rem;
}
.footer,
.social-links {
    padding: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #fffff0;
    border-left: unset;

}

.footer-social{
    display: flex;
    flex-direction: column;
}

ul.social-links{
    padding-right:1em;
    padding: 2em;
    margin: 0;
}




.map p{
    font-size: 1.5rem;
    padding-bottom: 50px;
}




/* STYLE FOR SECOND COTAINER */

.second-section .container .content img{
    width: 100px;
}


   
/* RESPONSIVE FOR PRODUCT CARD */

.product-info-card{
    width: 100%;
    /* background-color: yellow; */
    justify-content: center;
  
}
.product-info-card img{
    width: 90%;
}

.product-info-card-content img{
    width: 100%;
    margin: auto;
}
.product-info-card-contact{
    flex-direction: column;
    gap: 0em;
    width: 100%;
  
}
.product-info-card-contact > div{
    margin: 10px;
    width: 90%;

}
.product-info-card-name{
    display: none;
}



}