@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s linear;
}

body {
    background-color: #ffffff22;
}


.container1 {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 20px;
}

.container1 .heading {
    font-size: 30px;
    margin-bottom: 20px;
    color: #334;
    text-align: center;
}

.container1 .box-container {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    justify-content: center;
}

.container1 .box-container .box {
    background-color: transparent;
    padding: 20px;
    border-radius: 5px;
    /* box-shadow: 0 5px 10px rgba(0,0,0,.2); */
    display: none;
}

.container1 .box-container .box:nth-child(1),
.container1 .box-container .box:nth-child(2),
.container1 .box-container .box:nth-child(3),
.container1 .box-container .box:nth-child(4) {
    display: inline-block;
}

.container1 .box-container .box .image {
    margin-bottom: 20px;
    overflow: hidden;
    width: 16em;
    height: 20em;
    border-radius: 5px;
    object-fit:cover;
    
}

.container1 .box-container .box .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.container1 .box-container .box .image img:hover {
    transform: scale(1.1);
}


/* Text */
.content{
    width:16em;
    text-align: left;
}
.content h6{
    font-size: .8em;
    letter-spacing: .5px;
    margin-top:1em;
    color: #6d6f73;
    font-family: RL_DroidKufi,Founders Grotesk text Regular,Helvetica,Arial,sans-serif;
    font-weight: 400;
}
.content .name{
    letter-spacing: .02em;
    font-size: 1em;
    margin-top:1em;
    text-decoration: none;
    color:black;
}
.content .name:hover{
    text-decoration: underline;
    color:black;
}
.content h4{
    font-size:0.8em;
    margin-top:0.8em;
    color: #6d6f73;
    letter-spacing: .15em;
}
.content .add-to-cart {
    display: inline-block;
    padding: 0.2em 0.5em;
    border: 1px solid #334;
    color: #334;
    font-size: 16px;
    margin-top: 1em;
    border-radius: 2px;
}

.content .add-to-cart:hover {
    background-color: #041e3a;
    border: 1px solid #041e3a;
    color: #fff;
}




.container1 .box-container .box .content .icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.8em;
    padding-top: 0.6em;
    border-top: 1px solid #334;
    width:15em;
}

.container1 .box-container .box .content .icons span {
    font-size: 0.7em;
    color: #777;
}

.container1 .box-container .box .content .icons span i {
    color: #041e3a;
    padding-right: 5px;
}

#load-more {
    margin-top: 20px;
    display: inline-block;
    padding: 13px 30px;
    border: 1px solid #041e3a;
    color: #334;
    background-color: #fff;
    cursor: pointer;
    font-size: .75rem;
    letter-spacing: .05em;
    transition: all .5s ease;
    line-height: 1.25rem;
    font-family: RL_DroidKufi,Founders Grotesk Mono Regular,Arial,Helvetica,sans-serif;
}

#load-more:hover {
    background-color: #041e3a;
    color: #fff;
}

.icons a{
    color: black;
}


/* navbar */

#free_shipping,
#free_returns {
    font-size: 10px;
    display: flex;
    justify-content: center;
    letter-spacing: 2px;
    flex-wrap: wrap;
    height: 20px;
    padding: 2px;
    position: absolute;
    z-index: 1001;
    width: 100%;
}

#free_shipping {
    background-color: darkgray;
    margin: 0px;
    color: #041e3a;
    top: 0px;
}

#free_returns {
    background-color: #041e3a;
    color: white;
    top: 20px;
}


.d {
    float: left;
    overflow: hidden;
}
.d .d-btn {
    font-size: 16px;
    border: none;
    outline: none;
    background: inherit;
    transition: 0.3s;
}   

.d-btn:hover {
    border-bottom: 1px solid black;
}



.d-content {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    top: 50px;
}

.d:hover .d-content {
    display: block;
}

.d-content{
    background-color: rgba(255, 255, 255, 0.8);

 }
.column {
    margin-top: 24px;
    float: left;
    width: 33.3%;
    padding: 10px;
    height: 275px;
    font-family: 'Courier New', Courier, monospace;
    padding-left: 40px;
    color: black;
}

.column a {
    display: block;
    float: none;
    color: black;
    text-align: center;
    font-size: large;
}

.row:after {
    content: '';
    display: table;
    clear: both;
}

@media(max-width: 1000px) {
    .column {
        width: 100%;
        height: auto;
    }
}

#home {
    font-size: 1.3em;
    padding-right: 5vw;
}

.navbar {
    position: sticky;
    font-size: 10px;
    /* position: absolute; */
    z-index: 1001;
    top: 0px;
    margin-top: 40px;
    /* background-color: white; */
    background-color: #041e3a;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    color: white;
}

#carouselExampleIndicators {
    position: absolute;
    height: 55vw;
    top: 0;
}

.background_color {
    background-color: white;
    color: black;
}

.navbar img {

    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.navbar-brand {
    margin: 0px 20px;
    margin-right: 50px;
    font-size: 2rem;
    font-family: 'Aboreto', cursive;
    /* font-family: Arial, Helvetica, sans-serif; */
}
.nav-link {
    font-family: 'Aboreto', cursive;
    /* font-family: 'Courier New', Courier, monospace; */
}
.column img {
    width: 20em;
    height: 23em;
}
.navbar:hover{
    background-color: white;
}
.column a{
    text-decoration: none;
}
.column a:hover{
    text-shadow: 1px 1px black;
}
.right-nav{
    padding-right:2em;
}
.column a{
    transition: 0.3s;
}
.column a:hover{
    text-decoration: none;
    color:black;
}
/* navbar end */


/* Footer */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
.footer-section{
    background: url(Images/footer_bg.jpg);
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    margin-top: 3em;;
}
.site-footer {
  background-color: white;
  padding: 45px 10px 20px;
  /* margin:20px; */
  font-size: 15px;
  line-height: 24px;
  color: #737373;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #3777e4;
  transition: 0.3s;
}
.site-footer a:hover {
  color: #041e3a;
  text-decoration: none;
} 
.footer-links {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #3f3f3f;
  transition: 0.2s all ease;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: rgb(29, 1, 1);
  text-decoration: none;
  font-weight: 500;
} 
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
} 
.social-icons a {
  background-color: #eceeef;
  color: white;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
} 
.social-icons a.facebook:hover {
  background-color: #1e59d8;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.dribbble:hover {
  background-color: #ef43ad;
}
 
/* .about-content{
     width:80%;
}
.about h6, .about p{
    margin-left:3em;
    margin-right: 3em;
} */
.footer-content .row{
    padding-left:2em;
    padding-right: 2em;
}
.footer-content h6, .footer-content h5{
    text-align: center;
}
.stayupdated{
    font-size: 15px;
    margin-bottom: 2em;
}
.newsletter{
    font-size: 25px;
    margin-bottom: 20px;
    color: #462407;
    margin-top:2em;
}
.news-p{
    text-align: center;
    margin: 20px auto 10px;
    line-height: 14.1px;
    font-size: 13px;
    letter-spacing: 0.64px;
    font-family: "FuturaPT-Normal";
    color: #000;
}
.news-input{
display: flex;
margin:auto;
border-bottom: 2px solid #462407;
width:18vw;
}
.news-input input{
    outline:none;
    border:none;
    width:17vw;
}

  
/* Footer end */