.com1{
    border: 3px solid white;
    position: sticky;
    top: 90px;
    margin-bottom: 90px;
    background-color: #c8abab;
    text-align: center;
    display: flex;
}

.sub-title1{
    padding-top: 1em;
}

.sub-title{
    padding-top: 3em;
}

body{
    background-color: #470000;
}

.backg{
    padding-top: 3cap;
    place-items: center;
}

.com2{
    border: 3px solid white;
    position: sticky;
    top: 90px;
    background-color: #470000;
    text-align: center;
    display: flex;
    color: white;
}

.com3{
    border: 3px solid white;
    position: sticky;
    top: 100px;
    background-color: #8a7171;
    opacity: 50px;
    text-align: center;
    display: flex;
}

.com4{
    border: 3px solid white;
    position: sticky;
    top: 110px;
    background-color: #470000;
    text-align: center;
    display: flex;
    color: white;
}

.com5{
    border: 3px solid white;
    position: sticky;
    top: 120px;
    background-color: #8a7171;
    text-align: center;
    display: flex;
}

header{
    position: fixed;
  }
  .imgg{
    width: 40rem;
    padding: 1rem;
  }
  p{
    padding: 1rem;
  }

  .imgg{
    height: 25rem;
  }
  .btns{
    margin-top: 1rem;
    background-color: orange;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 0px 10px 0px white;
  }
  @media screen and (max-width: 800px) {
    .backg{
        padding-top: 2px;
    }
      .imgg{
        width: 18rem;
        height: 15rem;
        padding-top: 1rem;
      }
      h1{
        font-size: 1rem;
      }
      .sub-title{
        padding-top: 0.05rem;
      }
      p{
        padding:0 1rem ;
        font-size: 0.6rem;
      }
      button{
        margin-bottom: 2rem;
      }
      .row{
        display: block !important;
      }
      header{
                position: fixed;
                z-index: 1;
            }
            header div img{
                width: 15%;
            }
            .headbtn{
                display: none;
                flex-direction: column;
                gap: 1rem;
                top: 70px;
                right: 0;
                width: 40%;
                padding: 0.1rem;
                position: absolute;
                z-index: 1001;
                background-color: #470000;
                text-align: left;
                transform: translateY(100%);
                animation: slideUp  500ms forwards;
            }
            .headbtn a button{
                font-size: 0.6em;
            }
            .headbtn.show{
                display: inline-block;
            }
            .menu-icon{
                display: block;
            }
            .menu-icon .hamburger-icon {
                display: inline;
            }
            .menu-icon.active .hamburger-icon {
                display: none;
            }
            .menu-icon.active .close-icon {
                display: inline;
            }
            #ft{
                display: flex;
                justify-content: center;
                width: 100%;
                padding: 0;
            }
            .ftset{
            height: fit-content;
            padding: 0;
            }
            .ftset h4{
                font-size: 0.5em;
                display: flex;
                text-align: center;
            }
            ol{
              padding: 0;
            }
  }

  #ft{
    display: flex;
    background-color: #470000;
    color: orange;  
    width: 100%;
    height: auto;
    justify-content: space-between;
    padding: 1rem;
    position: sticky;
}
    width: 25%;
    display: block;
    height: auto;
}
.ftset h4{
    text-align: center;
    width: 100%;
    height: auto;
    display: flex;
    font-size: 1em;
    justify-content: center;
}
.ftset ol{
    width: 100%;
    text-align: center;
}
#fttext{
    display: flex;
    border-top: 1px solid white;
    justify-content: center;
    background-color: #470000;
    width: 100%;
    height: auto;
    place-content: center;
} */
footer{
    border-top: 1px solid #ffffff;
    width: 100%;
}
    text-decoration: none;
    color: white;
}
footer p{
    color: white;
    text-align: center;
    font-size: 0.5em;
} */