/*index Start banner */
.banner-logo {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
}

.hero-banner {
    background-image: url(../images/landing.jpg);
    background-size: cover;
    height: 100vh;
    position: relative;
    background-position: top center;
}

.hero-banner .father-day {
    letter-spacing: 2px;
    font-size: 100px;
    opacity: 0.8;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}
.hero-banner .custom-container {
    height: calc(100% - 160px);
}
.banner-content {
    text-align: center;
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translate(-50%, 0px);
    color: #fff;    
    width: 100%;
    padding: 0 30px;
}
.banner-content h4 {
    font-size: 3rem;
    line-height: 60px;
    letter-spacing: 0.64px;
}
.banner-content h1 {
    font-size: 72px;
    font-weight: 400;
    line-height: 83px;
    letter-spacing: -2.16px;
    max-width: 1120px;
    margin: 0 auto 30px auto;
}
.banner-content a {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: 2px solid #fff;
    padding: 1rem 3rem;
}
.banner-content a:hover {
    content: url('../images/head-logo.png');
    color: #4D3225;
    text-decoration: none;
    border: 0;
}

/* .banner-content a {
    padding: 28px 100px;
    border-radius: 10px;
    border: 0.6px solid #FFF;
    background: #4D3225;
    box-shadow: 0px 4.6px 14px 0px rgba(0, 0, 0, 0.14), 0px 4.63px 50px 5px rgba(0, 0, 0, 0.30);
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0.44px;
    color: #fff;
    transition: .5s;
    display: inline-block;
}
.banner-content a:hover {
    background-color: #fff;
    color: #4d3225;
} */
.banner-social-icon {
    position: absolute;
    left: 0;
    bottom: 90px;
}
.banner-social-icon ul li {
    margin-bottom: 20px;
}
.banner-social-icon ul li a {
    width: 38px;
    height: 39px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    transition: .5s;
}
.banner-social-icon ul li a.active {
    background-color: #7C564B;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    text-align: center;
}
.banner-social-icon ul li a img {
    filter: invert(1) brightness(1.5);
}
.banner-social-icon ul li a:hover{
    background-color:  #7C564B;
}



/* end Start banner */

/* home banner */

.select-location {
    max-width: 543px;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0px 4.6px 14px 0px rgba(0, 0, 0, 0.14);
    padding: 12px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select-location button {
    padding: 15px 25px;
    background: #4D3225;
    box-shadow: 0px 4px 4px 0px rgba(118, 118, 118, 0.25);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.32px;
    border: 0;

}
.select-country {
position: relative;}

.select-country::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/location.png);
    position: absolute;
    left: 0;
    z-index: 99;
    top: 50%;
    transform: translate(0px, -50%);
}
.select-location select {
    min-width: 150px;
    border: 0;
    padding-left: 30px;
    color: #4D3225;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.44px;

}

.select-location select:focus-visible {
    outline: 0;
}

.sweet-moment {
    background-color: #4D3225;
    color: #FFF;
    font-size: 28px;
    font-weight: 300;
    line-height: 80px;
    position: absolute;
    bottom: 0;
}
.hero-banner.home-banner .banner-content {
    bottom: 200px;
}
.home-banner {
    background-image: url(../images/home-banner.jpg);
    height: 100vh;
}

/* end home banner */

/* start categogy */

section.categories {
    padding: 70px 0;
    background-color: #EDE4DC;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
section.categories::before {
    content: "";
    background-image: url(../images/category-bg.png);
    background-repeat: no-repeat;
    width: 1025px;
    height: 956px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: right;
    z-index: -1;
}
section.categories::after {
    content: "";
    border-radius: 50%;
    background: #6A463C;
    filter: blur(100.5px);
    width: 125%;
    height: 80%;
    flex-shrink: 0;
    background-position: bottom;
    bottom: -770px;
    position: absolute;
    z-index: -1;
    left: -12vw;
    margin: 0 auto;
    right: 0;
}

.category-head {
    text-align: center;
}
.category-head  h2 {
    color: #6A463C;
    font-size: 90px;
    letter-spacing: 1.8px;
    border-bottom: 4px solid #6A463C;
    padding-bottom: 20px;
    width: max-content;
    margin: 0 auto 25px auto;
    line-height: 1;
    font-weight: 400;
}
.category-head p {
    color: #4D3225;
    font-size: 20px;
    font-weight: 300;
    line-height: 37px;
    max-width: 982px;
    margin: 0 auto;
}
.all-category nav .nav-tabs {
    justify-content: center;
    margin: 40px 0 70px 0;
    border-bottom: 0;
}
.all-category nav .nav-tabs button {
    border-radius: 4px;
    border: 1px solid #4D3225;
    box-shadow: 0px 4.6px 17px 1px rgba(0, 0, 0, 0.13);
    padding: 35px 80px;
    font-size: 32px;
    line-height: 21px;
    color: #4D3225;
    background-color: transparent;
    transition: .5s;
}

.all-category nav .nav-tabs button:first-child{
    margin-right: 10px;
}

.all-category nav .nav-tabs button.active {
    background-color: #4D3225;
    color: #fff;
}

.all-category nav .nav-tabs button:hover{
    background-color: #4D3225;
    color: #fff;
}
.common-chocolate {
    position: relative;
    border: 4px solid #fff;
    margin-bottom: 40px;
}
.common-chocolate img {
    width: 100%;
}
.common-choclate-content {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #4D3225;
    color: #fff;
    padding: 20px 35px;
    align-items: center;
}
.common-choclate-content h5 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}
.common-choclate-content p {
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
}
#home footer {
    background-color: #6a463c;
    color: #fff;
    margin-top: -1px;
}
#home .footer-navbar ul li a, .footer-contact p a {
    color: #fff;
 }
 #home .footer-navbar ul li a.active {
    border-bottom: 2px solid #fff;
 }
 
 
#home .footer-icon a img {
    filter: invert(1) brightness(3.5);
}

#home .footer-icon a:hover {
    background-color: #fff;
}
#home .footer-icon a:hover img {
    filter: unset;
}
#home .footer-bottom {
    background-color: unset;
    }

/* end categogy */


@media screen and (max-width:1400px){
    section.categories::after {
        bottom: -600px;
     }
}


@media screen and (max-width:1200px){
    .banner-logo {
        margin-bottom: 0px;
    }
    .hero-banner .father-day {
        font-size: 80px;
     }
    .banner-content h4 {
        line-height: 1.3;
    }
     .banner-content h1 {
        font-size: 55px;
        line-height: 1.3;
     }
.father_day-sec .banner-content {
        width: 80%;
        bottom: 60px;
    }
    .banner-content a {
        padding: 25px 70px;
     }
     .sweet-moment {
        font-size: 24px;
     }
     .category-head  h2 {
        font-size: 70px;
     }

    .category-head p {
        font-size: 18px;
     }
     .common-choclate-content h5 {
        font-size: 26px;
     }
     .common-choclate-content p {
        font-size: 22px;
     }
     section.categories::after {
        bottom: -500px;
    }
}

@media screen and (max-width:1024px){
    .hero-banner.home-banner .banner-content {
     padding: 0 25px;
    }
    .all-category nav .nav-tabs button {
        padding: 30px 50px;
        font-size: 24px;
    }
    .banner-content h1 {
        font-size: 45px;
        line-height: 1.3;
    }
    .banner-content h4 {
        line-height: 1.3;
     }
     .banner-social-icon ul {
        padding-left: 15px;
    }
    .category-head  h2 {
        font-size: 60px;
    }
    section.categories {
        padding: 45px 0;
     }
   
    .all-category nav .nav-tabs {
        margin: 40px 0 45px 0;
     }
     .common-choclate-content {
        padding: 20px 15px;
    }
    .common-choclate-content h5 {
        font-size: 22px;
    }
    .common-choclate-content p {
        font-size: 18px;
    }
}




@media screen and (max-width:767px){
    .banner-content h1 {
        font-size: 40px;  
    }
    .hero-banner .father-day {
        margin-top: 140px;
    }
    header button.navbar-toggler {
        border: none;
    }
     .banner-social-icon {
        display: none;
        }
        
  .banner-content {
    width: 100%;
    text-align: left;
    padding: 0 25px;
    }
 
    .father_day-sec .banner-content{
        bottom: 45px;
        left: 30px;
        transform: translate(00%, 0px);
    }

    .banner-content h4 {
        font-size: 22px;
    }
    .banner-logo {
        display: none;
    }
   
   header {
        background-color: #ffffff80;
        padding: 15px 0;
        position: relative;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.22) -78.3%, rgba(209, 209, 209, 0.28) 2.18%, rgba(153, 153, 153, 0.35) 99.76%);
        box-shadow: 52px -5px 4px 0px rgba(0, 0, 0, 0.00) inset;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 9;
    }
    header .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
  
    .head-icon ul li img, header a.navbar-brand img {
        filter: invert(1) brightness(4.5);
    }
    .banner-content a {
        border: 0;
        font-size: 20px;
    }
    .sweet-moment {
        font-size: 18px;
     }
     .all-category nav .nav-tabs button {
        padding: 15px 40px;
        font-size: 18px;
    }
    .category-head  h2 {
        font-size: 42px;
        padding-bottom: 15px;
        border-width: 2px;
    }
    .category-head p, .footer-logo p {
        font-size: 16px;
        line-height: 27px;
    }
    .common-choclate-content h5, .common-choclate-content p {
        font-size: 16px;
    }
    .all-category nav .nav-tabs {
        margin: 30px 0 40px 0;
    }
    section.categories::after {
        filter: blur(80.5px);
        bottom: -400px;
     }
     section.categories {
        padding: 45px 0 0 0;
    }
    .common-chocolate {
        margin-bottom: 20px;
    }
    #home .footer-bottom {
        padding-bottom: 60px;
    }
}

@media screen and (max-width:576px){
    .banner-social-icon {
        position: relative;
     }
     section.hero-banner {
        background-image: url(../images/landing.jpg);
    }

    section.hero-banner.home-banner{
        background-image: url(../images/landing.jpg);
    }

 
    .banner-content h4 {
        font-size: 18px;
    }
    .banner-content a {
        padding: 23px 20px;
        width: 100%;
        display: inline-block;
        text-align: center;
        line-height: 1.2;
    }
  
    .select-location select {
        padding: 20px 10px 20px 30px;
        margin-bottom: 10px;
        font-size: 18px;
        min-width: 140px;
    }
    .select-country::before {
        top: 45%;
     }
 
    .hero-banner.home-banner .banner-content {
        bottom: 140px;
    }

     .select-location {
        padding: 12px 15px;
     }
   
    .common-choclate-content h5{
        font-size: 12px;
    }
    .common-choclate-content p {
        font-size: 14px;
    }
    .all-category nav .nav-tabs button {
        padding: 15px 30px;
        font-size: 18px;
    }
    .select-location button {
        font-size: 14px;
     }
     
}

@media screen and (max-width:410px){
    .select-location select {
        padding: 15px 10px 15px 25px;
        min-width: 120px;
        font-size: 16px;
    }
    .select-location button {
        padding: 15px 25px;
        font-size: 14px;
     }  
      .all-category nav .nav-tabs button {
        padding: 15px 20px;
        font-size: 18px;
    }
    .banner-content h1 {
        font-size: 32px;
    }
    .banner-content a {
        font-size: 18px;
    }
    .common-choclate-content p {
        font-size: 12px;
    }
   
}