@viewport {  
    orientation: portrait;  
  }  

/* fonts  */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* bebas-neue */
.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bebas-neue-regLight {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 100;
    font-style: normal;
}

/* martel-sans */
.martel-sans-light {
    font-family: "Martel Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.martel-sans-regular {
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.martel-sans-regular2 {
    font-family: "Martel Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.martel-sans-semibold {
    font-family: "Martel Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
}


/* Reset margin and padding for body and html */
html, body {
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
  }
  
  body {
    padding-top: 60px; /* Same as the navbar height */
  }
  
  /* Other styles remain the same */
  a {
    color: #000;
  }

  /* Header */
  .header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    height: 60px; /* Fixed height for the navbar */
    transition: background-color 0.3s ease;
  }
  
  
  /* Other styles remain the same */
    .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: transparent;
    transition: background-color 0.3s ease;
  }
  
  .header li a {
    display: block;
    padding: 20px 20px;
    font-weight: 500;
    color: black;
    font-weight: 600;
    text-decoration: none;
  }
  
  .header li a:hover {
    color: rgb(160, 160, 160);
    transition: .2s ease-in-out;
  }
  
  .header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
  }
  
  /* menu */
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    text-align: center; /* Ensure menu items are centered */
  }
  
  /* menu icon */
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }
  
  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  .header .menu-btn {
    display: none;
  }

  .close-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 420px;
    background-color: white; /* Background color turns white */
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;

  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  
  /* 48em = 768px */
  
  @media (min-width: 48em) {
    .header li {
      float: left;
    }
    /* .header li a {
      padding: 20px 30px;
    } */
    .header .menu {
      clear: none;
      float: right;
      max-height: none;
    }
    .header .menu-icon {
      display: none;
    }
  }
  

  /* END OF NAVIGATION BAR */

  main {
    margin:0;
  }
  
.home_heading{
    position: absolute;
    top: 1%;
    font-size: 2.4rem;
    font-weight: 800;
    left: 75%;
    text-align: center;
}

.home_subHeading{
    position: absolute;
    top: 25%;
    font-size: 1.1rem;
    left: 78%;
}

.logImg {
    position: absolute;
    height: 150px;
    width: 170px;
    top: 40%;
    left: 78%;

}

.logoName {
    position: absolute;
    top:55%;
    left: 80%;
    font-size: 4rem;
}

  .home_background_image{
    padding: 10px;
    filter: opacity(1);
    padding: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

.home_container,.buisness_container, .crypto_container, .stocks_currencies_container,
.real_estates_container, .commodities_container, .oil_container,.foods_container,
.precious_metals_container,.project_management_container,.about_us_container, .find_us_container{
    margin: 20px;
    height: 90vh;
    position: relative;
    z-index: 2;
  }
/* 
  .why_choose_us_container, .news_container{
    height: 90vh;
    z-index: 2;
  } */

  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  

.background_image{
    padding: 10px;
    filter: opacity(.4);
    padding: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.heading{
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 5rem;
    font-weight: 900;
    color: rgb(49, 49, 49);
    text-align: center;
    transform: translate(-50%, -50%);
    animation: fadeIn 5s;
}

.subheading {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);

}

.information {
    font-size: 1.2rem;
    text-align: justify;
    width: 30%;
    margin-right: 35%;
    margin-left: 35%;
}

.contact_information {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    text-align: justify;
    align-items: start;
    text-justify: inter-word;
    /* padding-left: 250px; */
    /* padding-right: 250px; */
}

.f30 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 85px;
}

.bottom_logo {
    margin-left: 180%;
  margin-bottom: 10px;
  height: 65px;
  width: 75px;
  bottom: 8px;
}

.bottom_logo2{
    margin-left: 89%;
  margin-bottom: 10px;
  height: 65px;
  width: 75px;
  bottom: 8px;
}

.footerLogo {
    margin-top: 100px;
    text-align: center;
    padding-top:150px ;

}

.footerLogo .footer_img {
    background-image: url("assets/logo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 190px;
}

.location {
    /* margin-left: 120px; */
    color: #000;
    width: 45%;
}

.hours {
    /* margin-right: 120px; */
    width: 35%;

}

.heading2 {
    margin-top: 150px;
    margin: 20px;
    font-weight: 800;
    font-size: 2.5rem;
}

.Why_information {
    margin-right: 100px;
    margin-left: 100px;
    font-size: 1.3rem;
    padding-left: 150px;
    padding-right: 150px;
    text-align: justify;
    text-justify: inter-word;
}

.news_information {
    margin: 20px;
  
}

.news_information h3 {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 1.4rem;
}

.read-more {
    cursor: pointer;
    color: black; /* Customize color */
}

.read-more:hover {
    text-decoration: underline;
}


.contact-container{
    margin: 20px;

}

.details {
    padding: 25px;
    /* margin-left: 20px; */
    /* margin-right: 160px; */
    border: 1px solid black;
}

.details p {
    font-size: 1.3rem;
}

.contact_details {
    width: 100%;
}

.abt_information {
    display: flex;
    justify-content: space-evenly;
    text-align: justify;
    flex-wrap: wrap;
}

.abt_information p {
    width: 30%;
}

.about_us_details {
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: end;
}


.find_us_info{
    position: absolute;
    text-align: center;
    top: 69%;
    left: 50%;
    font-size: 1.6rem;
    font-weight: 300;
    color: rgb(49, 49, 49);
    transform: translate(-50%, -50%);
}


@media (max-width:1195px) {      
.home_heading{
    position: absolute;
    top: 1%;
    font-size: 2rem;
    font-weight: 800;
    left: 75%;
    text-align: center;
}

.home_subHeading{
    position: absolute;
    top: 25%;
    font-size: 1rem;
    left: 78%;
}

.logImg {
    position: absolute;
    height: 130px;
    width: 150px;
    top: 40%;
    left: 78%;

}

.logoName {
    position: absolute;
    top:55%;
    left: 80%;
    font-size: 4rem;
}

.subheading {
    position: absolute;
    top: 67%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.find_us_info {
    margin-top: 40px;
    font-size: 1.4rem;
}

}
 
@media (max-width:990px) {      
    .home_heading{
        position: absolute;
        /* top: 1%; */
        font-size: 1.8rem;
        font-weight: 800;
        left: 75%;
        text-align: center;
    }
    
    .home_subHeading{
        position: absolute;
        top: 23%;
        font-size: 1rem;
        left: 78%;
    }
    
    .logImg {
        position: absolute;
        height: 100px;
        width: 120px;
        top: 40%;
        left: 80%;
    
    }
    
    .logoName {
        position: absolute;
        top:50%;
        left: 81%;
        font-size: 3rem;
    }
    
    .subheading {
        position: absolute;
        top: 80%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
    
    .information {
        margin-right: 15%;
        margin-left: 15%;
    }

    .bottom_logo {
        margin-left: 100%;
      margin-bottom: 10px;
      height: 65px;
      width: 75px;
      bottom: 8px;
    }
    
    .home_container,.buisness_container, .crypto_container, .stocks_currencies_container,
.real_estates_container, .commodities_container, .oil_container,.foods_container,
.precious_metals_container,.project_management_container,.about_us_container{
    margin: 20px;
    /* height: 70vh; */
    position: relative;
    z-index: 2;
  }

  .footerLogo {
    margin-top: 0px;
    text-align: center;
    padding-top:0px ;

}
    
.information {
    width: 65%;
}
    }

@media (max-width:880px) {      
    .home_heading{
        position: absolute;
        /* top: 1%; */
        font-size: 1.5rem;
        font-weight: 800;
        left: 75%;
        text-align: center;
    }
    
    .home_subHeading{
        position: absolute;
        top: 23%;
        font-size: 1rem;
        left: 76%;
    }
    
    .logImg {
        position: absolute;
        height: 80px;
        width: 100px;
        top: 50%;
        left: 80%;
    
    }
    
    .logoName {
        position: absolute;
        top:60%;
        left: 80%;
        font-size: 3rem;
    }
    
    .subheading {
        position: absolute;
        top: 80%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
    
    .information {
        margin-right: 15%;
        margin-left: 15%;
    }

    .bottom_logo {
        margin-left: 100%;
        margin-bottom: 10px;
        height: 65px;
        width: 75px;
        bottom: 8px;
    }
    
    .home_container,.buisness_container, .crypto_container, .stocks_currencies_container,
.real_estates_container, .commodities_container, .oil_container,.foods_container,
.precious_metals_container,.project_management_container,.about_us_container{
    margin: 20px;
    /* height: 70vh; */
    position: relative;
    z-index: 2;
    }

    .heading2 {
        margin-top: 150px;
        margin: 20px;
        font-weight: 800;
        font-size: 2.2rem;
    }
    
    .Why_information {
        margin: 20px;
        font-size: 1rem;
        padding-left: 120px;
        padding-right: 120px;
        text-align: justify;
        text-justify: inter-word;
    }

    .details p {
        font-size: 1rem;
    }

    .news_information h3 {
        margin-left: 50px;
        margin-right: 50px;
        font-size: 1.2rem;
    }

    }

@media (max-width:740px) {      
    .home_heading{
        position: absolute;
        top: 3%;
        font-size: 1.3rem;
        font-weight: 800;
        left: 75%;
        text-align: center;
    }
    
    .home_subHeading{
        position: absolute;
        top: 23%;
        font-size: .9rem;
        left: 76%;
    }
    
    .logImg {
        position: absolute;
        height: 80px;
        width: 100px;
        top: 50%;
        left: 80%;
    
    }
    
    .logoName {
        position: absolute;
        top:60%;
        left: 81%;
        font-size: 2.7rem;
    }
    
    .subheading {
        position: absolute;
        top: 80%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
    
    .information {
        margin-right: 15%;
        margin-left: 15%;
    }

    .bottom_logo {
        margin-left: 100%;
        margin-bottom: 10px;
        height: 65px;
        width: 75px;
        bottom: 8px;
    }
    
    .home_container,.buisness_container, .crypto_container, .stocks_currencies_container,
.real_estates_container, .commodities_container, .oil_container,.foods_container,
.precious_metals_container,.project_management_container,.about_us_container{
    margin: 20px;
    height: 70vh;
    position: relative;
    z-index: 2;
    }

    .heading2 {
        margin-top: 150px;
        margin: 20px;
        font-weight: 800;
        font-size: 2.2rem;
    }
    
    .heading{
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 4rem;
        font-weight: 900;
        color: rgb(49, 49, 49);
        text-align: center;
        transform: translate(-50%, -50%);
    }
    

    .Why_information {
        margin: 20px;
        font-size: 1rem;
        padding-left: 50px;
        padding-right: 50px;
        text-align: justify;
        text-justify: inter-word;
    }

    .details p {
        font-size: 1rem;
    }

    .news_information h3 {
        margin-left: 50px;
        margin-right: 50px;
        font-size: 1.2rem;
    }
    
    }

@media (max-width:645px) {      
    .home_heading{
        position: absolute;
        top: 1%;
        font-size: 1.2rem;
        font-weight: 800;
        left: 72%;
        text-align: center;
    }
    
    .home_subHeading{
        position: absolute;
        top: 23%;
        font-size: .7rem;
        left: 75%;
    }
    
    .logImg {
        position: absolute;
        height: 60px;
        width: 80px;
        top: 50%;
        left: 80%;
    
    }
    
    .logoName {
        position: absolute;
        top:60%;
        left: 81%;
        font-size: 2.1rem;
    }

    .home_container,.buisness_container, .crypto_container, .stocks_currencies_container,
.real_estates_container, .commodities_container, .oil_container,.foods_container,
.precious_metals_container,.project_management_container,.about_us_container{
    margin: 20px;
    height: 60vh;
    position: relative;
    z-index: 2;
    }

    .heading {
        top: 35%;
    }

    
    .subheading {
        top: 70%;
    }
    
}

@media (max-width:520px) {      
    .home_heading{
        position: absolute;
        top: 3%;
        font-size: 1rem;
        font-weight: 800;
        left: 72%;
        text-align: center;
    }
    
    .home_subHeading{
        position: absolute;
        top: 23%;
        font-size: .7rem;
        left: 73%;
    }
    
    .logImg {
        position: absolute;
        height: 60px;
        width: 80px;
        top: 50%;
        left: 76%;
    
    }
    
    .logoName {
        position: absolute;
        top:60%;
        left: 77%;
        font-size: 2.1rem;
    }

    .home_container,.buisness_container, .crypto_container, .stocks_currencies_container,
.real_estates_container, .commodities_container, .oil_container,.foods_container,
.precious_metals_container,.project_management_container,.about_us_container{
    margin: 20px;
    height: 55vh;
    position: relative;
    z-index: 2;
    }

    .heading {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 2.8rem;
        font-weight: 900;
        color: rgb(49, 49, 49);
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .subheading {
        position: absolute;
        top: 78%;
        left: 50%;
        font-size: .7rem;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .bottom_logo,.bottom_logo2 {
        margin-left: 81%;
    }

    .abt_information p {
        width: 100%;
        padding:0px 60px;

    }

    .find_us_info {
        margin-top: 40px;
        font-size: 1rem;
    }

    .footerLogo .footer_img {
        margin-top: 30px;
        width: 130px;
        height: 110px;
    }
    .f30 {
        font-size: 3rem;
    }


}

@media (max-width:430px) {
    .home_container{
        height: 30vh;
    }      
    .home_heading{
        position: absolute;
        top: -4%;
        font-size: .7rem;
        font-weight: 800;
        left: 65%;
        text-align: center;
    }
    
    .home_subHeading{
        position: absolute;
        top: 23%;
        font-size: .5rem;
        left: 66%;
    }
    
    .logImg {
        position: absolute;
        height: 40px;
        width: 60px;
        top: 50%;
        left: 69%;
    
    }
    
    .logoName {
        position: absolute;
        top:60%;
        left: 70%;
        font-size: 1.5rem;
    }

.buisness_container, .crypto_container, .stocks_currencies_container,
.real_estates_container, .commodities_container, .oil_container,.foods_container,
.precious_metals_container,.project_management_container,.about_us_container{
    margin: 20px;
    height: 30vh;
    position: relative;
    z-index: 2;
    }

    .heading {
        position: absolute;
        top: 30%;
        left: 50%;
        font-size: 2rem;
        font-weight: 900;
        color: rgb(49, 49, 49);
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .subheading {
        position: absolute;
        top: 63%;
        left: 50%;
        font-size: .5rem;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .bottom_logo,.bottom_logo2 {
        margin-left: 81%;
        height: 40px;
        width: 50px;
    }

    .information {
        font-size: .7rem;
    }

    .heading2 {
        font-size: 1.4rem;
        color: rgb(49, 49, 49);
    }

    .Why_information {
        margin: 20px;
        font-size: .7rem;
        padding-left: 20px;
        padding-right: 20px;
        text-align: justify;
        text-justify: inter-word;
    }

    .news_information h3 {
        margin-left: 10px;
        margin-right: 10px;
        font-size: .8rem;
    }

    
    .news_information p {
        font-size: .9rem;
    }

    .find_us_container {
        height: 50vh;
    }

    
    
}

@media (max-width:250px) {
    .home_container{
        height: 20vh;
    }      
    .home_heading{
        position: absolute;
        top: 1%;
        font-size: .45rem;
        font-weight: 800;
        left: 65%;
        text-align: center;
    }
    
    .home_subHeading{
        position: absolute;
        top: 23%;
        font-size: .3rem;
        left: 67%;
    }
    
    .logImg {
        position: absolute;
        height: 25px;
        width: 35px;
        top: 50%;
        left: 69%;
    
    }
    
    .logoName {
        position: absolute;
        top:60%;
        left: 68%;
        font-size: 1rem;
    }

.buisness_container, .crypto_container, .stocks_currencies_container,
.real_estates_container, .commodities_container, .oil_container,.foods_container,
.precious_metals_container,.project_management_container,.about_us_container{
    margin: 20px;
    height: 20vh;
    position: relative;
    z-index: 2;
    }

    .heading {
        position: absolute;
        top: 30%;
        left: 50%;
        font-size: 1.3rem;
        font-weight: 900;
        color: rgb(49, 49, 49);
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .subheading {
        position: absolute;
        top: 61%;
        left: 50%;
        font-size: .35rem;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .bottom_logo,.bottom_logo2 {
        margin-left: 79%;
        height: 40px;
        width: 50px;
    }

    .information,.abt_information {
        font-size: .6rem;
    }

    .heading2 {
        font-size: 1.4rem;
        color: rgb(49, 49, 49);
    }

    .Why_information {
        margin: 20px;
        font-size: .7rem;
        padding-left: 20px;
        padding-right: 20px;
        text-align: justify;
        text-justify: inter-word;
    }

    .news_information h3 {
        margin-left: 10px;
        margin-right: 10px;
        font-size: .8rem;
    }

    .news_information p {
        font-size: .9rem;
    }

    .find_us_info {
        top: 48%;
        font-size: .75rem;
    }

    .location h4,.hours h4 {
        font-size: .7rem;
    }

    .contact_details, .hours p {
        font-size: .65rem;
    }
 
}