.home-banner{
    background: url('../images/home/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-top: 107px;
}
.home-banner-below{
    padding:48px 0px;
}
.corporate-gift-section{
    padding-top: 80px;
    padding-bottom: 48px;
    background: url('../images/home/corporate-gift-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.collection-inner {
    background: #900500;
    padding: 28px 20px;
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 360px;
    height: 100px;
}
.collection-cnt p{
    color: #EFCA85;
    font-size: 15px;
    line-height: 19.5px;
    font-weight: 700;
    letter-spacing: 0.28px;
}
.collection-cnt h3{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0.28px;
}
.collection-cnt {
    margin-right: 48px;
    width: 75%;
}
.collection-inner.two {
    right: 12px;
}
.gift-solution-cnt {
    background: rgba(248, 243, 227, 0.4);
    padding: 8px 12px;
    border-radius: 0px 0px 5px 5px;
}
.gifting-solutions-seciton{
    padding: 80px 0px;
}
.enterprise-section{
    background: url('../images/home/enterprise-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}
.product-cat-main{
    padding: 14px 0px;
    border-bottom: 1px solid #727272;
}

.product-cat-circle {
    position: absolute;
    right: -7px;
    top: 10px;
    z-index: 0;
    display: none;
}
.product-cat-arrow{
    position: relative;
    z-index: 1;
}
.product-cat-link:hover .product-cat-circle{
    display: block;
}
.home-form-section{
    background: url('../images/home/home-form-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 350px;
    z-index: 1;
    position: relative;
}
.home-form-main{
    padding: 32px;
    background: #fff;
    box-shadow: 0px 10px 10px 0px #00000038;
    border-radius: 24px;
    margin-top: -280px;
    z-index: 2;
    position: relative;
}
.home-form-main form label {
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0.28px;
    color: #000;
    margin-bottom: 8px;
}
.home-form-main form input, .home-form-main form textarea{
    padding: 8px 16px;
    font-size: 16px;
    line-height: 20.8px;
    color: #000;
    margin-bottom: 24px;
    font-family: "Raleway", sans-serif;
    border: 1px solid #AEB2B5;
}
.home-form-main form ::placeholder {
    color: #AEB2B5;
}
.home-form-main form .form-control:focus {
    background-color: transparent;
    border-color:#AEB2B5;
    box-shadow: none;
}
.home-form-main form button.btn{
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0.28px;
    font-weight: 500;
    background: #900500;
    border: 1px Solid #900500;
    width: fit-content;
    margin: auto;
    padding: 15px 120px;
    border-radius: 0px;
    color: #fff;
}
.home-form-main form button.btn:hover{
    background: transparent;
    color: #900500;
}
.home-faq-section .accordion-button::after{
    content: url('../images/home/faq-plus.svg');
    background-image: none !important;
    width: unset;
    height: unset;
}
.home-faq-section .accordion-button:not(.collapsed)::after{
    transform: rotate(44deg);
}
.home-faq-section .accordion-button:not(.collapsed){
    background: transparent;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow:none;
}
.home-faq-section .accordion-item {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px !important;
}
.home-faq-section .accordion-button{
    padding: 20px 0px;
    font-family: "Raleway", sans-serif !important;
    font-size: 16px;
    color: #757373 !important;
    font-weight: 500;
    line-height: 18.78px;
}
.home-faq-section .accordion-body {
    padding: 0px 0px 20px 0px;
    color: #000;
    font-size: 16px;
    line-height: 18.78px;

}
.gallery-min {
    padding-top: 74px;
    z-index: 1;
    position: relative;
}
.gallery-before {
    position: absolute;
    top: 19%;
    z-index: 0;
}
.gallery-after {
    position: absolute;
    top: 31%;
    z-index: 0;
    right: 0px;
}
@media screen and (min-width:768px) and (max-width:1080px){
    .collection-inner {
        height: 80px;
    }
    .pcimg{
        height: 400px;
        object-fit: cover;
    }
}
@media screen and (max-width:1000px){
    .home-banner {
        height: 50vh;
        padding-top: 83px;
    }
    .font-64{
        font-size: 32px;
        line-height: 40px;
    }
    .font-24 {
        font-size: 20px;
        line-height: 28px;
    }
    .font-40 {
        font-size: 28px;
        line-height: 36px;
    }
    .font-18 {
        font-size: 16px;
        line-height: 24px;
    }
    .enterprise-section {
        height: 50vh;
    }
    .corporate-gift-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
.gifting-solutions-seciton {
    padding: 50px 0px;
}
.home-form-section {
    padding-top: 50px;
}
.gallery-min {
    padding-top: 50px;
}
.mb-32 {
    margin-bottom: 20px;
}
.gift-solution-cnt {
    padding: 5px;
}
.gift-solution-img img {
    transform: scale(0.8);
}
.home-form-main {
    padding: 25px 15px;
    margin-left: 15px;
    margin-right: 15px;
}

}
@media screen and (max-width:500px){
    .gift-solution-cntmin .font-18 {
        font-size: 14px;
        line-height: 20px;
    }
    .gallery-before {
      display: none;
    }
    .gallery-after {
     display: none;
    }
  
    .gallery-min img{
        height: 150px;
        object-fit: cover;
        border-radius: 20px;
    }
    .collection-inner {
        width: 100%;
    }
    
    .mb-20 {
        margin-bottom: 10px;
    }
    .home-form-main form button.btn {
        padding: 15px 40px;
    }
    .home-form-main {
        margin-top: -315px;
    }
    .footer-section .container .row:last-child {
        padding: 15px 0px;
    }
}