.Branch-page {
    padding: 90px 0px;
}

.branch-tittle-splice {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 30px;
}

.btn-seemore {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.btn-seemore button {
    border: none;
    background-color: #eb6e65;
    color: #fff;
    padding: 7px 30px;
    border-radius: 30px;
    font-family: "Manrope-Regular";
    font-size: 13px;
    margin-bottom: 7px;
}

.Branch-splice {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    margin-top: 70px;
}

.frist-div {
    grid-area: 1 / 1 / 4 / 2;
}

/* .div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 2 / 2 / 3 / 3; }
.div4 { grid-area: 3 / 2 / 4 / 3; }
.div5 { grid-area: 4 / 1 / 5 / 2; }
.div6 { grid-area: 4 / 2 / 5 / 3; }
.div7 { grid-area: 5 / 1 / 6 / 2; }
.div8 { grid-area: 5 / 2 / 6 / 3; }
.div9 { grid-area: 6 / 1 / 7 / 2; } */

.img-box-branch img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
    border-radius: 20px;
}

.splice-branch-product-div {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 20px;
}

.content-box-branch-text h3 {
    font-family: "Manrope-SemiBold";
    font-size: 18px;
    margin-top: 7px;
}

.content-box-branch-text p {
    font-family: "Manrope-Regular";
    font-size: 11px;
}

.context-branch-text h3 {
    font-family: "Manrope-SemiBold";
    font-size: 20px;
    margin-top: 20px;
}

.context-branch-text p {
    font-family: "Manrope-Regular";
    font-size: 13px;
}


.context-branch-text h3 span,
.content-box-branch-text h3 span {
    color: #eb6e65;
}

/*  */

/*  */

.branch-tread-part-section {
    margin-top: 100px;
}

.index-common-title {
    text-align: center;
}

.btn-splice {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.btn-splice ul {
    background-color: #F3F4F4;
    gap: 10px;
}

.btn-splice ul li a h6 {
    margin: 0px;
    font-size: 14px !important;
}

.nav-link {
    font-family: "Manrope-SemiBold";
    color: #1e1e1e;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    margin: 0px !important;
    border: none !important;
}

.nav-link.active {
    border: none;
    border-radius: 30px;
    background-color: #eb6e65 !important;
    color: #fff !important;
}

.nav-link:hover {
    border: none;
    border-radius: 30px;
    background-color: #eb6e65 !important;
    color: #fff !important;
    cursor: pointer;
}

.nav-tabs {
    border: none;
    padding: 7px 10px;
    border-radius: 30px;
}

.content-box-branch-btn-div {
    margin-top: 40px;
}

.box-branch h3 {
    font-family: "Manrope-SemiBold";
    font-size: 18px;
}

.box-branch h3 span {
    color: #eb6e65;
}

.box-branch p {
    font-family: "Manrope-Regular";
    font-size: 13px;
    line-height: 2;
}

.box-branch ul li {
    list-style: none;
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

.box-branch ul li i {
    color: #eb6e65;
}

.box-branch ul li div {
    font-family: "Manrope-Regular";
    font-size: 13px;
}

.splice-image-branch {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.splice-image-branch img {
    width: 100%;
    border-radius: 20px;
}

.branch-box-treands-img-content p {
    font-family: "Manrope-Regular";
    font-size: 13px;
    padding: 5px;
}

.center-btn-trendes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.center-btn-trendes button {
    background-color: #eb6e65;
    border: none;
    padding: 7px 30px;
    font-family: "Manrope-Regular";
    font-size: 13px;
    border-radius: 30px;
    color: #fff;
}

.branch-tread-part-section{
position: relative;
}

.branch-tread-part-section::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-color: rgba(235, 110, 101, 18%);
    top: -32%;
    left: -4%;
    border-radius: 150px;
    z-index: -1;
}
.branch-tread-part-section::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background-color: rgba(235, 110, 101, 18%);
    bottom: -37%;
    right: -6%;
    border-radius: 150px;
    z-index: -1;
}

.every-party-section{
    position: relative;
}


.every-party-section::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-color: rgba(235, 110, 101, 18%);
    bottom: -17%;
    left: -6%;
    border-radius: 150px;
    z-index: -1;
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .Branch-splice {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        margin-top: 30px
    }

    .branch-tittle-splice {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .branch-tittle-splice .btn-seemore {
        display: none;
    }

    .splice-branch-product-div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .content-box-branch-text h3 {
        font-size: 12px;
        line-height: 20px;
    }

    .content-box-branch-text p {
        font-size: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 6;
    }
    .nav-link {
        padding: 7px 10px !important;
    }
    .btn-splice ul {
        gap: 5px;
    }
    .btn-splice ul li a h6{
        font-size: 10px !important;
    }
    .center-btn-trendes {
        display: block;
        margin-top: 10px;
    }
    .branch-box-treands-img-content p {
        font-size: 11px;
        margin-bottom: 2px;
    }
    .center-btn-trendes button{
        font-size: 10px;
    }
    .frist-content-section-box {
        margin-top: 30px;
    }
    .title-tag-common p,.title-tag-common h1{
        width: 95% !important;
    }
    
}

.imgbox .overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom:0;
  background-image: linear-gradient(rgba(0, 0, 0, 0%), rgba(0, 0, 0, 90%));
  /* border-radius: 0px 0px 20px 20px; */
  /* z-index: 3; */
}
.imgbox img{
    height: 100%;
    object-fit: cover;
}