@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden !important;
}

body {
    font-family: sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
    background-color: #FEF5E7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lora", serif;
    ;
}

p,
a,
ul {
    margin: 0;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000000;
    transition: .3s;
}

a:hover {
    color: rgba(0, 0, 0, 1);
}

.fixed_logo {
    position: fixed;
    top: 90%;
    left: 3%;
    z-index: 99;
    width: 38px;
    height: 38px;
}

.fixed_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

p {
    font-size: 1rem;
    color: #3A3630;
}

h1 {
    font-size: 2.75rem;
    color: #3A3630;
}

h2 {
    font-size: 2.5rem;
    color: #38512F;
}

h5 {
    font-size: 1.5rem;
    color: #38512F;
}

/* header section start */
.hamburger {
    display: none;
    cursor: pointer;
  }
  
  .bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -7px) rotate(45deg);
  }
header {
    padding: 10px;
    background-color: #FEF5E7;
}

header li {
    padding: .5rem;
}

header li a {
    font-size: 1rem;
    font-weight: 400;
    color: #3A3630;
    position: relative;
}
header li a:hover,header li a.active{
    color: #277ba5ff;
}

header li a::after,
header li a.active::after {
    content: '';
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 100%;
    height: 3px;
    background-color: #277ba5ff;
    transform-origin: center;
    transition: all .3s ease;
}

header li a:hover:after,
header li a.active::after {
    transform: translateX(-50%) scale(1);
    transform-origin: center;
}
.nav_content{
    display: flex; 
}

/* header section end */

/* banner section start */
.banner_sec {
    background-image: url('../images/banner-bg.avif');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-block: 165px;
    text-align: center;
}

.banner_sec h1 {
    background-color: #FFFFFF;
    color: #3A3630;
    border-radius: 0.125rem;
    margin-bottom: 1rem;
}

.banner_sec h6 {
    font-size: 1.5rem;
    color: #3A3630;
    background-color: #FFFFFF;
    border-radius: 0.125rem;
    margin-bottom: 1rem;
}

/* bannner section end */

/* services section start */
.services_sec {
    padding-block: 5rem;
    background-color: #FEF5E7;
}

.services_sec h2 {
    margin-bottom: 5rem;
}

.services_sec h5 {
    margin-bottom: 1rem;
}

/* services section end */

/* portfolio section start */
.portfolio_sec {
    padding-block: 5rem;
    background-image: url('../images/portfolio-bg.avif');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}

.portfolio_sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 0;
}

.portfolio_content,
.facilities_content {
    position: relative;
    z-index: 1;
}

.portfolio_content h2 {
    margin-bottom: 1.5rem;
}

.portfolio_content p {
    margin-bottom: 1rem;
}

.portfolio_card {
    background-color: #FFFFFF;
    border-radius: .5rem;
    padding: 1rem;
    height: 100%;
}

.portfolio_card h5 {
    margin-bottom: 1rem;
}

.portfolio_card p {
    line-height: 1.75rem;
}

.portfolio_content .row:nth-of-type(2) p {
    color: #000000;
    text-align: center;
    margin-bottom: 1rem;
}

.global_btn {
    background-color: #277ba5ff;
    font-size: 1.25rem;
    font-family: "Lora", serif;
    font-weight: 400;
    border: 1px solid #277ba5ff;
    padding: .5rem 1rem;
    border-radius: 0.25rem;
    text-align: center;
    color: #FFFFFF;
    transform: scale(1);
    transition: all .3s ease;
}

.global_btn:hover {
    transform: scale(1.1);
    color: #FFFFFF;
}

/* portfolio section end */

/* facilities section start */
.facilities_sec {
    padding-block: 5rem;
    background-image: url('../images/facilities-bg.avif');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}

.facilities_sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 0;
}

.facilities_content h2 {
    margin-bottom: 1.5rem;
}

.facilities_content .row:nth-of-type(1) p {
    margin-bottom: 2rem;
}

.facilities_items {
    position: relative;
    margin-left: 80px;
}

.count_box {
    background-color: #f6e9d5ff;
    color: #38512F;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border-radius: 0.25rem;
    position: absolute;
    left: -63px;
    top: -5px;
    font-family: "Lora", serif;
    ;
    font-size: 1.25rem;
    font-weight: 500;
}

/* facilities section end */

/* warehouse section start */
.warehouse_sec {
    padding-block: 5rem;
}

.warehouse_img_sec img {
    width: 305px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.warehouse_sec .timeline {
    margin-left: 100px;
    margin-top: 50px;
    overflow: visible;
}


.warehouse_sec .entry {
    margin-left: 20px;
    position: relative;
    padding-left: 50px;

}

.warehouse_sec .core {
    width: inherit;
    height: inherit;
}


.warehouse_sec .entry:after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    background: skyblue;
    top: 50%;
    transform: translateY(-50%);
    left: -15%;
    z-index: 0;
}


.warehouse_sec .entry:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 200%;
    display: block;
    border-radius: 0px;
    border: 1px solid skyblue;
    background: skyblue;
    left: -15%;
    top: -50%;
}

.warehouse_sec .entry .core:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid f6e9d5ff;
    background-color: #f6e9d5ff;
    color: #38512F;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    left: -18%;
    z-index: 1;
}

.warehouse_sec .entry:nth-of-type(1) .core:before {
    content: '1';
}

.warehouse_sec .entry:nth-of-type(2) .core:before {
    content: '2';
}

.warehouse_sec .entry:nth-of-type(3) .core:before {
    content: '3';
}

.warehouse_sec .entry:nth-of-type(4) .core:before {
    content: '4';
}

/* warehouse section end */

/* Our team section start */
.out_team_sec {
    padding-block: 5rem;
}

.out_team_content {
    background-color: #f6e9d5ff;
    padding: 1rem;
    height: 100%;
}

.out_team_content p {
    line-height: 1.75rem;
}

/* Our team section end */

/* footer start */
footer {
    padding-block: 5rem;
}

.footer_logo {
    width: 130px;
    height: 130px;
    margin-inline: auto;
    cursor: zoom-in;
}

.footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_content div {
    position: relative;
    width: 100%;
    height: 76px;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.footer_content div svg {
    fill: #F6E9D5;
    overflow: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer_content div h5 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.full_logo_div {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0px;
    padding: 2.5rem;
    z-index: 1000;
    user-select: none;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

.full_page_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
}
.full_page_logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.close_btn{
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #3c3838;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
.close_btn svg{
    width: 14px;
    height:14px;
}
.close_btn:hover{
    transform: scale(.9);
}

/* footer end */

/* financial info section start  */
.financial_info_sec,.investor_info_sec{
    padding-top: 5rem;
}
.f_info_child{
    display: block;
    background-color: #F6E9D5;
    padding: 1rem;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.financial_info_sec ul li,.investor_info_sec_content ul li{
    position: relative;
    margin-bottom: 1rem;
}
.financial_info_sec ul li::before,.investor_info_sec_content ul li::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -1.5rem;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #38512F;
}
.yearly_reports .col-md-6,.half_yearly_reports .col-md-6,.quarterly_reports .col-md-6{
    display: none;
}
.financial_info_sec .global_btn{
    font-size: 1rem;
    font-weight: 600;
}
/* financial info section end */

/* investor info section start */
.investor_child{
    background-image: url('../images/investment_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.investor_child::before{
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(254, 245, 231,.8);
}
.investor_child_content{
    position: relative;
    z-index: 2;
}
.investor_details img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 1rem;
}
.investor_table .table>:not(caption)>*>* {
    padding: 1rem !important;
}

.investor_table .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #f6e9d5ff;
}
.investor_table table td,.investor_table table th{
    border: 0;
    width: 25%;
}
.investor_table table tr{
    border: 2px solid #4FACD6;
}
.investor_info_sec_content ul li a{
    text-decoration: underline;
    color: #4FACD6;
}
/* investor info section end */

/* media queries */
@media (min-width: 1400px) {
    .container {
        max-width: 1120px;
    }
}
@media (max-width: 1199px) {
    .footer_content div + p{
        text-align: center;
    }
    .footer_content div {
        margin-bottom: 1rem;
    }
    .facilities_items {
        margin-left: 50px;
    }
}
@media (max-width: 991px) {
    .warehouse_img_sec img{
        width: 100%;
    }
    footer,.out_team_sec,.warehouse_sec,.facilities_sec,.portfolio_sec,.services_sec{
        padding-block: 3rem;
    }
    .financial_info_sec,.investor_info_sec{
        padding-top: 3rem;
    }
}
@media (max-width: 767px) {
    .warehouse_sec .timeline{
        margin-left: 75px;
    }
    .warehouse_sec .entry {
        padding-left: 60px;
    }
    .services_sec h2 {
        margin-bottom: 2rem;
    }
    .investor_child_content h2{
        text-align: center;
    }
    .investor_child_content ul li{
        margin-bottom: 1rem;
    }
}
@media (max-width: 575px) {
    .facilities_items {
        margin-left: 60px;
    }
}
@media (max-width: 480px) {
    .footer_content div svg {
      overflow: hidden;
    }
    footer,.out_team_sec,.warehouse_sec,.facilities_sec,.portfolio_sec,.services_sec{
        padding-block: 2rem;
    }
    .financial_info_sec,.investor_info_sec{
        padding-top: 2rem;
    }
    h1,h2{
        font-size: 2rem;
    }
    h5,.banner_sec h6{
        font-size: 1.2rem;
    }
    p{
        font-size: 15px;
    }
    .warehouse_sec .entry:after{
        width: 50px;
    }
    .warehouse_sec .entry {
        padding-left: 20px;
    }
    .warehouse_sec .entry .core:before{
        width: 30px;
        height: 30px;
        font-size: 1rem;
        left: -19%;
    }
    .warehouse_sec .timeline {
        margin-left: 50px;
    }
    .warehouse_sec .entry:before{
        height: 170%;
    }
    .count_box {
        width: 30px;
        height: 30px;
        left: -45px;
        top: 0px;
        font-size: 1rem;
    }
    .facilities_items {
        margin-left: 45px;
    }
    .portfolio_card p {
        line-height: 1.5rem;
    }
    .banner_sec {
        padding-block: 120px;
    }
    header ul{
        padding: 0;
    }
    .nav_content{
        display: none; 
    }
    .hamburger{
        display: inline-block;
    }
}