header {
    background-image: url("../images/pages/header.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 98vw;
    display: flex;
    align-items: center;
 }
 
 .logo {
    height: 100vh;
 }
 .logo img {
    height: 250px;
    width: 200px;
    margin: 50px;
 }
 .logo h1 {
    margin-right: 100px;
    color: #3B6208;
 }
 .logo p {
    margin-right: 120px;
    color: #000000;
 
 }
 
 @media (max-width: 767px) {
    header {
       position: relative;
       justify-content: center;
    }
    header::before {
       content: "";
       position: absolute;
       top: 0;
       right: 0;
       bottom: 0;
       left: 0;
       width: 100wh;
       height: 100vh;
       background-color: rgba(0, 0, 0, 0.7);
    }
    .logo {
       position: relative;
       text-align: center;
       height: auto;
    }
    .logo img {
       margin: 0;
       margin-bottom: 20px;
       border-radius: 10px;
    }
    .logo h1 {
       color: #000000;
       margin: 0;
       margin-bottom: 20px;
       background-color: #ffffff;
       padding: 15px;
       border-radius: 10px;
    }
    .logo p {
       color: #000000;
       margin: 0;
       background-color: #ffffff;
       padding: 15px;
       border-radius: 10px;
    }
 }
 
 /* start video section */
 
 .video-section {
    margin-top: 70px;
 }
 .video-section p {
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
 }
 .video-section p span {
    font-size: 2.2rem;
    font-weight: 900;
    color: #3B6208;
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 25px;
 }
 
 /* start ashom section */
 
 .ashom-section {
    margin-top: 70px;
 }
 .ashom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
 }
 .ahom-box {
    text-align: center;
 }
 .ahom-box i {
     color: #3B6208;
     font-size: 2rem;
     border: 1px solid #3B6208;
     border-radius: 50%;
     padding: 25px;
 }
 .ahom-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0;
    color: #000000;
 }
 .ahom-box p {
    font-size: 16px;
    color: #333333;
 }
 .ahom-box p span {
    font-size: 30px;
    font-weight: 900;
    display: inline-block;
    margin-left: 5px;
    color: #3B6208;
 }
 
 /* start tbra3 section */
 
 .tbra3-section {
    margin-top: 70px;
    background-color: #3B6208;
    padding: 70px 15px;
 }
 .tbra3 {
    text-align: center;
 }
 .tbra3 h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
 }
 .tbra3 p {
    font-size: 1.5rem;
    color: #ffffff;
 }
 
 /* start bank */
 
 .bank {
    margin-top: 70px;
 }
 .bank-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
 }
 .bank-box img {
    width: 50%;
    height: 50%;
    flex-basis: 50%;
 }
 .bank-box .bank-acount {
    flex-basis: 50%;
    text-align: center;
 }
 .bank-acount p {
    margin-bottom: 0;
    margin-top: 0;
 }
 .bank-acount .b-name {
    font-size: 1.5rem;
    font-weight: 100;
    margin-bottom: 0.8rem;
    color: #000000;
 }
 .bank-acount .b-nambur {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 3rem;
    color: #3B6208;
 }
 .bank-acount .stor {
    margin-bottom: 2.5rem;
 }
 .bank-acount a {
    padding: 8px 35px;
    color: #3B6208;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 30px;
    border: 3px solid #3B6208;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
 }
 .bank-acount a:hover {
    color: #ffffff;
    background-color: #3B6208;
 }
 @media (max-width: 767px) {
    .bank-box {
       flex-wrap: wrap;
    }
    .bank-box img {
       flex-basis: 98%;
       margin-bottom: 2rem;
    }
    .bank-box .bank-acount {
       flex-basis: 100%;
    }
 }
 
 /* start jmeah section */
 .jmeah-section {
    margin-top: 70px;
 }
 .jameah {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
 }
 .jameah .jameah-box {
    flex-basis: 100%;
    text-align: center;
 }
 .jameah .jameah-box h2 {
    font-size: 2rem;
    color: #000000;
    margin-bottom: 1rem;
 }
 .jameah .jameah-box p {
    font-size: 1.5rem;
    margin-top: 0;
    color: #3B6208;
    margin-bottom: 25px;
 }
 .jameah img {
    width: 98%;
    height: 50%;
    flex-basis: 50%;
 }
 
 /* start gift section */
 
 .gift-section {
    margin-top: 70px;
    text-align: center;
 }
 .gift-section h5 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #000000;
 }
 .gift-section p {
    font-size: 1.5rem;
    color: #3B6208;
    margin-bottom: 25px;
 }
 .gift-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
 }
 .gift-box img {
    flex-basis: 50%;
    width: 48%;
    margin: 1%;
 }
  .gift-box img {
    flex-basis: 50%;
    width: 48%;
    margin: 1%;
 }

 @media(max-width: 767px) {
    .gift-box {
        flex-wrap: wrap;
     }
     .gift-box img {
        flex-basis: 98%;
        width: 98%;
        margin: 1%;
     }
 }
 
 /* start tasreh */
 
 .tasreh {
    margin-top: 70px;
 }
 .tasreh img {
    width: 98%;
 }
 
 /* start footer */
 
 footer {
    margin-top: 70px;
    padding: 30px 10px 20px;
    background-color: #3B6208;
 }
 footer h3 {
     text-align: center;
     color: #ffffff;
     font-size: 2rem;
     font-weight: 900;
     margin: 0;
 }
 .cull-us {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 2rem;
    padding-top: 2.5rem;
 }
 .cull-us a {
    display: block;
    color: #ffffff;
    font-size: 1rem;
    margin: 15px 10px;
 }
 .copy {
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
 }
 @media (max-width: 767px) {
     .copy {
         font-size: 0.9rem;
     }
 }

 /* start views */

 .view {
    text-align: center;
    background-color: #3B6208;
    padding: 15px 10px 20px;
 }
 .view span {
    font-size: 1.5rem;
    font-weight: 900;
    background-color: #ffffff;
    color: #3B6208;
    padding: 8px 25px;
    border-radius: 6px;
 }