@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
  --fwhite: #fff; 
  --fblack: #222325;
  --dgrey:#7a7c82;
  --lgrey:#dddee1;
  --fred:#a61a15;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 100%; 
}
body{
    font-family: "Poppins",Segoe UI, Helvetica Neue,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    background-color: #ece8e9;
    text-decoration: none;
    overflow-x: hidden;

}

header{
   width: 100vw;
}
main{
  width: 100%;
  background-color: #fbf9fa;
}

h1{
  font-weight: bold;
  display: block;
  font-size: 170%;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
h2 { 
 font-weight: bold;
  display: block;
  font-size: 150%;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
h3 { 
  font-weight: bold;
  display: block;
  font-size: 100%;
  margin-top: 0.83em;
  margin-bottom: 0.83em;

}
h4 { 
    font-weight: bold;
    display: block;
    font-size: 100%;
    margin-top: 0.83em;
    margin-bottom: 0.83em;

}

h5 { 
    font-weight: bold;
    font-size: 100%;
    margin-top: 0.83em;
    margin-bottom: 0.83em;

}

.wmain{
  width: 100%;
  max-width: 920px;
  display: block;
  text-align: center;
  align-content: center;
  background-color: #fff;
  margin: auto;
}
.hero {
    display: block;
    width: 100%;
    text-align: center;
    color: #060404;

}

.hero_title{
   padding-top: 45px;
   text-align: center;
   line-height: 1.5;
   font-size: 2.25rem;
   letter-spacing: -0.025em;
}

.hero_text{
   font-size: 1.124rem;
   line-height: 1.75rem;
   text-align: center;
    margin: 0 20%;
    color: #b5b5b5;
}
.hero_meg{
  text-align: center;
  display: block;
  margin: auto;
  max-width: 800px;
}

.text-bold {
    font-weight: 700;
}

.hworks{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px; 
  background-color: #f8f6f6;
}

.hworks > div{
    background-color: #f3f3f3;
    padding: 20px;
    border: 1px solid #fff4f4;
    text-align: center;
}

.hworks > div a{
  text-decoration: none;
  color: var(--dgrey)
}

.mblink{
  width: 100%;
  display: block;
  text-align: center;
  margin: 34px;
}
.p_down{
  margin: 34px auto;
}

.h_section{
  width: 100%;
  text-align: left;
  color: var(--fblack);
  padding: 35px 0px;
}


.latest_list{
  display: block;
  background-color: var(--fwhite);
  width: 100%;
  text-align: center;
  margin:auto;
  padding: 10px 0 10px 0;
}

.feature-box{
  display: block;
  background-color: var(--fwhite);
  width: 100%;
  margin:24px 5px;
  padding: 16px;
  text-align: left;
  box-shadow: 5px 5px 15px 5px var(--lgrey);
}

.site-footer {
  background: var(--fblack);
  color: var(--lgrey);
  font-family: Arial, sans-serif;
}

.footer-top {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.footer-col h4 {
  color: var(--fwhite);
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: var(--lgrey);
  text-decoration: none;
}

.footer-col ul li a:hover {
  color: var(--fwhite);
}

.social-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background: #0f172a;
  color: #fff;
  font-family: system-ui, sans-serif;
}

.social-text {
  font-size: 0.95rem;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.social-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}

.social-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 2rem;
  display: block;
  justify-content: space-between;
  text-align: center;
}

.u_img{
  max-width:250px;
  max-height:150px;
  margin:12px;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 3%;
}
.alert_l {
  position: relative;
  max-width: 350px;
  padding: 20px;
  background-color: #f5d8da;
  color: #fff;
  margin: auto;
  margin-top: 5px;
}

.text_link{
  font-size: 75%;
}
.text_link{
  text-decoration: none;
}

.text{
  color: #060404;
  font-size: 80%;
   font-family: Open Sans, Segoe UI, Poppins, Helvetica Neue, Arial, sans-serif;
   font-weight: normal;
}

.stext{
  font-size: 60%;
}
.twhite{
    color: #fff;
}

.textr{
       color: #851012f9;
       font-size: 120%;
      font-family: Open Sans, Segoe UI, Poppins, Helvetica Neue, Arial, sans-serif;
      font-weight: 700;
}

.textr a{
       font-size: 80%;
}

@media all and (max-width: 768px) {
      h1{
        font-size: 125%;
      }
      h2{
        font-size: 100%;
      }
      .hworks{
        width: 100%;
        display: block;
      }
      .hworks > .hworks-item {
        flex:none;
        padding-bottom: 45px;
      }
      .hero h1{
                font-size: 120%;
                opacity: .5;
      }
    .footer-top {
      grid-template-columns: 1fr;
      text-align: center;
    }
}

@media all and (max-width: 412px) {


}

