
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'League Spartan', sans-serif;
}

h1 {
font-size: 50px;
line-height: 64px;
color: #222;
}

h2 {
    font-size: 46px;
    line-height: 54px;
    color: #222;
}

h4 {
    font-size: 25px;
    color: #222;
}

h6 {
    font-weight: 700;
    font-size: 15px;
}

p {
    font-size: 20px;
    color: #465b52;
    margin: 15px 0 20px 0;
}

.section-p1 {
    padding: 40px 77px;
}

.section-m1 {
    margin: 40px 0;
}

button.normal
{
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    outline: none;
    transition: 0.2;

}

button.white
{
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
    color: #fff;
    background-color: #606060;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    outline: none;
    transition: 0.2;
    margin-top: 180px;
    

}

body {
    width: 100%;
}

/* HEADER */

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background-color: #E3E6F3;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
    width: full;
}

#header img {
    width: 270px;
}

#navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbar li {
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar li a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    transition: 0.3s ease;
}

#navbar li a:hover,
#navbar li a.active {
    color: #088178;
}

#navbar li a.active::after,
#navbar li a:hover::after
{
    content: "";
    width: 30%;
    height: 2px;
    background-color: #088178;
    position: absolute;
    bottom: -4px;
    left: 20px;
}
#mobile{
    display: none;
    align-items: center;
}
#close{
    display: none;
}
/* Home */
#hero {
    background-image: url(img/mainpage.png);
    height: 700px;
    width: 100%;
    
    
    background-color: #E3E6F3;
    background-size: 100% ;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#hero h4 {
    padding: 7px;

}

#hero h1 {
    color: #088178;
}

#hero button {
    background-image: url(img/button.png);
    background-color: transparent;
  border: 0;
  color: #088178;
  padding: 14px 80px 14px 65px;
  background-repeat: no-repeat;
  cursor: pointer;
  
  font-size: 20px;
  font-weight: 700;
}

#hero button:hover {
    color: #03635d;
}

#feature{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

#feature .fe-box {
    width: 210px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #cce7d0;
    border-radius: 4px ;
    margin: 15px 0;
}

#feature .fe-box:hover {
    box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1);
}

#feature .fe-box h6 {
    padding: 9px 8px 6px 8px ;
    line-height: 1;
    border-radius: 4px;
    color: white;
    background-color: #088178;
    display: inline-block;
}

#feature .fe-box img {
    width: 100%;
    margin-bottom: 10px;
}




#product1 {
    text-align: center;
}

#product1 .pro-container
{
    display: flex;
    justify-content: flex-start;
    padding-top: 15px;
    flex-wrap: wrap;
}

#product1 .pro {
    width: 22%;
    min-width: 175px;
    padding: 10px 12px;
    border: 1px solid #cce7d0;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    margin: 15px 26px;
    transform: 0.2 ease;

}

#product1 .pro:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);

}
#product1 .pro img {
    width: 100%;
    border-radius: 20px;
}

#product1 .pro .des {
    text-align: start;
    padding: 10px 0;
}

#product1 .pro .des span {
    color: 0606063;
    font-size: 12px;
}
#product1 .pro .des h5 {
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 25px;
}

#product1 .pro .des i
{
    font-size: 20px;
    color: rgb(243, 181, 25);
    font-variation-settings:
  'FILL' 1,
  'wght' 700,
  'GRAD' 0,
  'opsz' 48
}

#product1 .pro .des h4
{
    padding-top: 7px;
    font-size: 23px;
    font-weight: 700;
    color: #088178;
}

#banner
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(img/b2og.png);
    width: 100%;
    height: 25vh;
    background-size: cover;
    background-position: center;
}

#banner h4{
    color: white;
    font-size: 25px;
}

#banner h2{
    color: white;
    font-size: 45px;
    padding: 10px 0;
}

#banner h2 span
{
    color:#ef3636;
}

#banner button:hover{
    background:#088178 ;
    color: #fff;
}

#sm-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sm-banner .banner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
    background-image: url(img/tempsnip11.png);
    min-width: 47%;
    height: 45vh;
    background-size: cover;
    background-position: center;
    padding: 30px;
    border: 3px round #cce7d0;
    border-radius: 4px ;
    box-shadow: 0px 0px 1px;
}



#sm-banner .banner-box2 {
    
    background-image: url(img/aslibandar.png);
    
}

#sm-banner
h2 {
    font-weight: 800;
}

#sm-banner
h4 {
    font-weight: 500;
    
    
}

#sm-banner .banner-box2:hover{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);

}

#sm-banner .banner-box:hover{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);

}
#sm-banner .banner-box:hover button{
    background: #000;
    border: 1px solid #000

}

#sm-banner .banner-box2:hover button{
    background: #000;
    border: 1px solid #000

}

.footer-dark {
    padding:50px 0;
    color:#282d32;
    background-color:#f0f9ff;
  } 
  
  .footer-dark h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:25px;
  }
  
  .footer-dark ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:18px;
    margin-bottom:0;
    font-weight: 500;
  }
  
  .footer-dark ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.6;
  }
  
  .footer-dark ul a:hover {
    opacity:0.8;
  }
  
/*Products */
#page-header{
    background-image: url(img/CRAZY\ DEALS\ \(1\).png);
    width:100%;
    height: 230px;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 14px;
    
}



#page-header .mobile{
    visibility: hidden;
}

#page-header h1,
#page-header p {
    color: #088178;
    font-size: 60px;
}

#cathead{
    text-align: center;
    margin-top: 30px;
    font-size: 35px;
    font-weight: 500;
}

#featureproduct{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 150px;

}

#featureproduct .fe-box {
    width: 250px;
    text-align: center;
   
    box-shadow: 2px 6px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid #cce7d0;
    border-radius: 4px ;
    margin: 15px 0;
    height: 350px;
}

#featureproduct .fe-box:hover {
    box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1);
}

#featureproduct .fe-box h6 {
    font-size: 20px;
    padding: 9px 8px 6px 8px ;
    line-height: 1;
    border-radius: 4px;
    color: #088178;
    background-color: #fddde4;
    display: inline-block;
    
}

#featureproduct .fe-box img {
    width: 100%;
    margin-bottom: 10px;
}

#featureproduct .fe-box:nth-child(2) h6 {
    background-color: #cdebbc;
}

#featureproduct .fe-box:nth-child(3) h6 {
    background-color: #d1e8f2;
}

#featureproduct .fe-box:nth-child(4) h6 {
    background-color: #cdd4f8;
}

#featureproduct .fe-box:nth-child(5) h6 {
    background-color: #f6dbf6;
}

#featureproduct .fe-box:nth-child(6) h6 {
    background-color: #fff2e5;
}

/* Single Product*/

#prodetails{
    display: flex;
    
}

#prodetails .single-pro-img{
    width: 25%;
    margin-right: 100px;
    
}

.small-img-group{
    display: flex;
    justify-content: space-between;
}

.small-img-col{
    flex-basis: 24%;
    cursor: pointer;

}

#prodetails .single-pro-details{
    width: 50%;
    padding-top: 10px;
}

#prodetails .single-pro-details h4{
    padding: 10px 0px 10px 0px;

}
#prodetails .single-pro-details h2 {
    font-size: 26px;
    font-weight: 700;
}
#prodetails .single-pro-details button{
    background: #088178;
    color: #fff;
    padding: 10px 10px 3px 15px;
    border-radius: 5px;
    border: #000 2px solid;
}
#prodetails .single-pro-details h5{
    margin-top: 25px;
}
#prodetails .single-pro-details span{
    line-height: 25px;
}

#product1 .pro-container .pro button {
        background: #fff;
        color: #088178;
        padding: 10px 15px;
        border-radius: 5px;
        width: 100%;
    }

    #product1 .pro-container .pro button:hover {
        background: #088178;
        color: #fff;
    }
#prodetails .single-pro-details h3{
    font-size: 22px;
    display: contents;
}

#prodetails .single-pro-details .wpicon{
    margin-bottom: 8px;

}

#nextpage .next-page {
    display: flex;
    justify-content: center;
}
#nextpage .next-page div{
    display: flex;
    margin: 0 10px;
}

/*Contact*/
#contact-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#contact-details .details {
    width: 40%;
}

#contact-details .details span,
#form-details form span{
    font-size: 20px;
}

#contact-details .details h2,
#form-details form h2{
    font-size: 40px;
    
    padding: 10px 0;
}

#contact-details .details h3 {
    font-size: 25px;
    padding-bottom: 15px;
}

#contact-details .details li{
    list-style: none;
    display: flex;
    padding: 10px 0px;
}

#contact-details .details li i{
    font-size: 25px;
    padding-right: 22px;
}

#contact-details .details li p{
    margin: 0;
    font-size: 20px;
}

#contact-details .map{
    width: 55%;
    height: 473px;
}

#contact-details .map iframe{
    width: 100%;
    height: 100%;
}

#form-details{
    display: block;
    margin: 30px;
    padding: 40px 180px;
    border: 1px solid rgb(129, 129, 129);
}

#form-details form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#form-details form input,
#form-details form textarea{
    width: 100%;
    padding: 12px 15px;
    outline: none;
    mask-border: 20px;
    border: 1px solid;
    color: rgb(130, 130, 130);
    margin: 10px 0;
}

#form-details form button{
    background-color: #088178;
    color: white;    
    padding: 10px 30px;
    margin-top: 5px;
}

#form-details h3{
    font-size: 22px;
    display: contents;
}

#form-details .wp button{
        background: #088178;
        color: #fff;
        padding: 5px 10px 3px 15px;
        border-radius: 5px;
        border: #000 2px solid;
    
}

/*About us*/

#contact-details .aboutdetails {
    width: 100%;
}

#contact-details .aboutdetails span,
#form-details form span{
    font-size: 20px;
}

#contact-details .aboutdetails h2,
#form-details form h2{
    font-size: 40px;
    
    padding: 10px 0;
}

#contact-details .aboutdetails h3 {
    font-size: 25px;
    ;
}

#contact-details .aboutdetails li{
    list-style: none;
    display: flex;
    padding: 10px 0px;
}

#contact-details .aboutdetails li i{
    font-size: 25px;
    padding-right: 22px;
}

#contact-details .aboutdetails li p{
    margin: 0;
    font-size: 20px;
}


 /*Footer*/
  @media (max-width:767px) {
    .footer-dark .item:not(.social) {
      text-align:center;
      padding-bottom:20px;
    }
  }
  .footer-dark {
    padding: 50px 0;
    color: #282d32;
    background-color: #E3E6F3;
}
  .footer-dark .item.text {
    margin-bottom:36px;
  }
  
  @media (max-width:767px) {
    .footer-dark .item.text {
      margin-bottom:0;
    }
  }
  
  .footer-dark .item.text p {
    opacity:0.6;
    margin-bottom:0;
    font-size: 18px;
    font-weight: 500;
  }
  
  .footer-dark .item.social {
    text-align:center;
    margin-top: 35px;
  }
  
  @media (max-width:991px) {
    .footer-dark .item.social {
      text-align:center;
      margin-top:20px;
    }
  }
  
  .footer-dark .item.social > a {
    font-size:30px;
    width:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(255,255,255,0.4);
    margin:0 8px;
    color:#000000;
    opacity:0.75;
  }
  
  .footer-dark .item.social > a:hover {
    opacity:0.9;
  }
  
  .footer-dark .copyright {
    text-align:center;
    padding-top:24px;
    opacity:0.3;
    font-size:13px;
    margin-bottom:0;
  }

  * {
    
  }
  

/*Media Query*/

@media (max-width:799px) {
    .section-p1{
        padding: 40px 20px;
    }
    #navbar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 300px;
        background-color: #E3E6F3;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
        padding: 80px 0 0 10px;
        transition: 0.3s;

    } 

    #navbar.active{
        right: 0px;
    }
    
    #navbar li {
        margin-bottom: 25px;
    }
    #mobile{
        display: flex;
        align-items: center;
    }
    #mobile i {
        color: #1a1a1a;
        font-size: 24px;
        padding-left: 20px;
    }
    #close{
        display: initial;
        position: absolute;
        top: 30px;
        left: 30px;
        color: #222;
        font-size: 30px;
    }

    #hero {
        
        height: 70vh;
        padding: 0 80px;
       background-position: top 35% left 103%;
    }

    #feature {
       
        justify-content: center;
        
    }
    #feature .fe-box  {
        
        margin: 15px 15px;
    }
    #product1 .pro-container {
        
        justify-content: center;
        
    }
    #product1 .pro {
        
        margin: 20px ;
        
    }
    #banner {
        height: 20vh;
    }

    #sm-banner .banner-box {
        
        min-width: 100%;
        height: 45vh;
        margin: 10px;
    }

    #featureproduct {
        justify-content: space-around;
        
    }


}   

@media (max-width:477px) {.section-p1 {
    padding: 40px 30px;
}
    #header {
        
        padding: 10px 30px;
        
    }
    #hero {
        background-image: url(img/Premium\ Quality\ Stuffed\ Toys.png);
        height: 60vh;
        padding: 0 20px;
        background-position: top 100% left 0%;
    }
    #feature{
        justify-content: space-between;
    }
    #feature .fe-box {
    width: 155px;
    margin: 0 0 15px 0;
}

#product1 .pro-container {
    justify-content: space-evenly;
}

.section-p1 {
    padding: 40px 0px;
}

#product1 .pro .des h5 {
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 15px;
}

#product1 .section-p1{
    padding: 40px 5px;
}

#product1 .pro-container .pro button {
    background: #fff;
    color: #088178;
    padding: 4px 15px;
    border-radius: 5px;
    width: 100%;
}

#product1 .pro {
   
        width: 175px;
        margin: 10px 5px;
    
}
#banner{
    height: 35vh;
}
#sm-banner .banner-box {
    
    height: 22vh;
    justify-content: left;
    
}
button.white
{
    font-size: 10px;
    
    padding: 10px 20px;
  
    transition: 0.2;
    margin-top: 0px;}

#page-header {
    height: fit-content;
    background-image: none;
    width:100%;
    
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 0px;
    
}



#page-header .mobile{
    visibility: visible;
    max-width: 100%;}

#page-header h1, #page-header p {
    color: #088178;
    font-size: 45px;
}
#feature {
    justify-content: space-evenly;
}
#featureproduct {
    justify-content: space-around;
    
}

/*Single Product*/
#prodetails {
    display: flex;
    flex-direction: column;
    
}

#prodetails .single-pro-img {
    width: 90%;
    margin-left: 20px;

}

#prodetails .single-pro-details {
    width: 100%;
    padding: 0 20px;
}
/*Contact*/
#contact-details {
    flex-direction: column;
    padding:15px 20px;
}
#contact-details .details{
    width: 100%;
    margin-bottom: 30px;

}
#contact-details .map{
    width: 100%;
    height: 300px;
}

#form-details{
    margin: 10px;
    padding: 30px 10px;
    flex-wrap: wrap;
}
#form-details form{
    width: 100%;
    margin-bottom: 30px;
}
}






