@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@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');

/* HTML RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Questrial", sans-serif;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}


body {
  line-height: 1;
  width: 100%;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  text-decoration: none;
  color: black;
}

/* HEADER */
.all-wrap {

  background: #000000;
}

.banner1 {
  background: url(../assets/banners/banner1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 761px;
}

.banner2 {
  background: url(../assets/banners/banner2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 753px;
}

header {

  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  text-align: center;
  z-index: 1;

}

.nav-up {
  top: -150px;
}

.nav-down2 {

  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}



.header {
  /* margin: 73px 170px 0px 170px; */
  margin: 0px;
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* position: absolute; */
  width: calc(100% - 340px);
  top: 0;

  width: 1162px;
}

.header a img {
  width: 95px;
  height: 91px;
}

.hd-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .nav-up {
  top: -173px;
} */

.nav-items {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.nav-items>.selected>a {
  color: var(--primary-color);
}

.nav-items>li>a {
  color: #FFFFFF;
  transition: 0.4s;
  font: normal normal 18px/22px Gilroy;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nav-items>li>a:hover {
  color: #BF1A2C;
}

.btn1 {
  margin-left: 24px;
}

.secondary-button {
  width: 180px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal bold 18px/22px Gilroy;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  background: #BF1A2C;
  transition: 0.4s;
  cursor: pointer;
}

.secondary-button:hover {
  background: #FFFFFF;
  color: #BF1A2C;
  cursor: pointer;
}

.active2 {
  background: linear-gradient(90deg, #9FAB8E 0%, #5A7E26 100%);
  background: #252222;
  height: 130px;
  transition: 0.5s;
  z-index: 2;
}

.active2 .header {
  /* margin: 0px 170px 0px 170px; */
  margin-top: 0px;
  transition: 0.5s;
}

.tag {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 1s;
}

.tag.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.all-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;

}



.main-wrap {
  width: 1162px;
}

.sec3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sec3 h1 {
  text-align: center;
  font: normal normal bold 40px/45px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -1.33px;
  color: #BD1C2E;
  opacity: 1;
  margin-top: 37px;
  margin-bottom: 23px;
}

.sec3 p {
  text-align: center;
  font: normal normal 400 40px/39px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -1.33px;
  color: #000000;
  margin-bottom: 53px;


}

.sec3 p span {
  text-align: center;
  font: normal normal bold 40px/39px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -1.33px;
  color: #000000;
}

.outer1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8E8E8;
}

.outer2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
}

.sec4 {
  display: flex;
  flex-direction: column;

}

.pp {
  text-align: center;
  font: normal normal normal 19px/32px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -0.2px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 41px;
  margin-bottom: 57px;
}

.main-title-sec4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-title-sec4 h1 {
  text-align: center;
  font: normal normal bold 40px/48px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -1.33px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 21px;
  margin-top: 57px;
}

.main-title-sec4 p {
  width: 628px;
  text-align: center;
  font: normal normal normal 19px/32px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -0.2px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 54px;

}

.box1-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.box1 {
  display: flex;
  flex-direction: column;

}

.img-box1 {
  width: 315px;
  height: 327px;
}

.img-box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom-box1 {
  width: 315px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
}

.bottom-box1 p {
  text-align: left;
  font: normal normal 400 19px/22px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  width: 257px;
}

.bottom-box1 p span {
  text-align: left;
  font: normal normal bold 23px/22px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0px;
  color: #BF1A2C;
}

.sec5 {
  display: flex;
  margin-top: 92px;
  margin-bottom: 92px;
  gap: 40px;

}

.box4 img {
  width: 564px;
  height: 487px;
}

.bottom-box4 {
  display: flex;
  flex-direction: column;
  gap: 27px;

}

.bottom-box4 h1 {
  text-align: left;
  font: normal normal bold 40px/48px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -1.33px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
}

.bottom-box4 p {
  text-align: left;
  font: normal normal normal 19px/32px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -0.2px;
  color: #FFFFFF;
  opacity: 0.7;
}

.outer3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8E8E8;
}

.sec6 {
  display: flex;
  flex-direction: column;
  margin-top: 64px;
  margin-bottom: 70px;
}

.top-sec6 {
  display: flex;
  flex-direction: column;

}

.top-sec6 h1 {
  text-align: center;
  font: normal normal bold 40px/66px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -1.6px;
  color: #BF1A2C;
  opacity: 1;
  /* margin-bottom: 9px; */
}

.top-sec6 p {
  text-align: center;
  font: normal normal normal 18px/21px Gilroy-Medium;
  font-family: "Questrial", sans-serif;
  letter-spacing: -0.36px;
  color: #000000;
  opacity: 1;
}

.wrap-box3 {
  display: flex;
  flex-direction: column;

}

.top-box3 {
  display: flex;
  flex-direction: column;
  width: 341px;
  height: 227px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 140px #A2A9C033;
  opacity: 1;
  border-bottom: 2px solid #BF1A2C;
  /* padding: 46px 31px 70px 46px; */
}

.top-box3 h1 {
  text-align: left;
  font: normal normal bold 28px/36px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.5px;
  color: #000000;
  opacity: 1;
  margin-bottom: 20px;
  margin-left: 42px;
  margin-bottom: 20px;
  margin-top: 42px;
}

.top-box3 p {
  text-align: left;
  font: normal normal normal 18px/21px Gilroy-Medium;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-left: 42px;
  width: 263px;
}

.box3-img {
  width: 342px;
  height: 163px;
}

.box3-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.bottom-sec6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
  margin-top: 70px;

}

.outer4 {
  background: url(../assets/background/bk1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(0deg 4.8% 2.1%);


}

/* .dd1 {
  background: url(../assets/background/bk2.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  height: 451px;

}
.dd1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.sec7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 63px;
}

.sec7 p {
  text-align: center;
  font: normal normal normal 18px/21px Gilroy-Medium;
  font-family: "Questrial", sans-serif;
  letter-spacing: -0.36px;
  color: #FFFFFF;
  opacity: 1;
  width: 443px;
}

.sec7 h1 {
  text-align: center;
  font: normal normal bold 40px/46px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -1.6px;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 33px;
  margin-bottom: 13px;
}

.sec7 h2 {
  text-align: center;
  font: normal normal 600 30px/39px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -1px;
  color: #BD1C2E;
  opacity: 1;
  margin-bottom: 20px;
}

.sec8 {
  display: flex;
  margin-top: 70px;
  /* margin-bottom: 70px; */
}

.box8 img {
  width: 564px;
  height: 487px;

}

.icons1 {
  display: flex;
  gap: 21px;
  margin-top: 37px;
}

.icons1 img {
  width: 47px;
  height: 48px;
}

.icons1 p {
  text-align: left;
  font: normal normal medium 18px/19px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  width: 375px;
}

.booking {
  display: flex;
  flex-direction: column;

}

.booking h1 {
  text-align: left;
  font: normal normal bold 40px/48px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
}

.booking h2 {
  text-align: left;
  font: normal normal 600 28px/39px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -0.97px;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 23px;
  margin-bottom: 70px;
}

.secondary-button2 {
  border: 0px;
  width: 218px;
  height: 59px;
  background: #BF1A2C;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  text-align: left;
  font: normal normal bold 17px/32px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -0.6px;
  color: #FFFFFF;
  opacity: 1;
  transition: 0.4s;

}

.secondary-button2:hover {
  color: #BF1A2C;
  background: #FFFFFF;
  cursor: pointer;
}

.secondary-button2:hover>svg>path {
  fill: #BF1A2C;
}

.outer5 {
  display: flex;

}

.sec9-img {
  width: 40%;
  height: 343px;
}

.sec9-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec9-right {
  display: flex;
  flex-direction: column;
  background: #E8E8E8;
  width: 60%;
  justify-content: center;
  padding-left: 50px;
}

.sec9-right h1 {
  text-align: left;
  font: normal normal bold 40px/66px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -1.6px;
  color: #BF1A2C;
  opacity: 1;
}

.sec9-right p {
  text-align: left;
  font: normal normal normal 18px/21px Gilroy-Medium;
  font-family: "Questrial", sans-serif;
  letter-spacing: -0.36px;
  color: #000000;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 50px;

}

.sec10 {
  display: flex;
  margin-top: 53px;
  margin-bottom: 53px;

}

.left-sec10 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-sec10 h1 {
  text-align: left;
  font: normal normal bold 40px/66px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -1.6px;
  color: #FFFFFF;
  opacity: 1;
}

.left-sec10 p {
  text-align: left;
  font: normal normal normal 18px/21px Gilroy-Medium;
  font-family: "Questrial", sans-serif;
  letter-spacing: -0.36px;
  color: #FFFFFF;
  opacity: 1;
  width: 677px;
  margin-top: 16px;
  margin-bottom: 37px;
}

.left-sec10 h3 {
  text-align: center;
  font: normal normal 600 30px/39px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -1px;
  color: #BD1C2E;
  opacity: 1;
  width: 729px;
}

.right-sec10 {
  display: flex;
  flex-direction: column;
}

input[type=text],
[type=mail],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  text-align: left;
  font: normal normal bold 15px/26px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -0.1px;
  color: #161C2D;
  opacity: 1;
}

input[type=submit] {
  border: none;

  cursor: pointer;
  text-align: center;
  font: normal normal bold 17px/32px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -0.6px;
  color: #FFFFFF;
  opacity: 1;
  width: 218px;
  height: 59px;
  background: #BF1A2C 0% 0% no-repeat padding-box;
  opacity: 1;
  transition: 0.4s;
  border: 1px solid #BF1A2C;
}

input[type=submit]:hover {
  background-color: #FFFFFF;
  color: #BF1A2C;
}

.form-wrap {

  background-color: #E8E8E8;
  padding: 30px 20px;
}

.form-wrap h3 {
  text-align: left;
  font: normal normal bold 40px/66px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: -1.6px;
  color: #BF1A2C;
  opacity: 1;
  margin-bottom: 25px;
}

/* footer */
/* FOOTER */
.ft-outer {

  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;


}

.footer {

  /* padding: 77px 0px; */

  display: flex;
  flex-direction: row;
  width: 1162px;
  margin-top: 72px;
  margin-bottom: 80px;
}

.footer>* {
  flex: 1;
}

.footer-address {
  flex: 1.5;
}

.footer-contact {
  flex: 1.2;
}

.footer-address {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.footer-address>img {
  height: 70px;
  width: 76px;
}

.address {
  display: flex;
}

.ft-img {
  width: 95px;
  height: 91px;
}

.address>h1 {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
}

.address>a>img {
  width: 40px;
  height: 40px;
}

.address>p {
  font-size: 12px;
  line-height: 24px;
}

.footer-address>p {
  width: 1162px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 77px;
}





.footer-links,
.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-links>h1,
.footer-socials>h1 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  font: normal normal bold 21px/26px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0px;
  color: #BF1A2C;
  opacity: 1;
}

.footer-links>ul,
.footer-socials>ul {
  display: flex;
  flex-direction: column;
}

.footer-links>ul>li>a>div,
.footer-socials>ul>li>a>div {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}

.footer-links>ul>li>a>div:hover>span,
.footer-socials>ul>li>a>div:hover>span {
  color: #BF1A2C;
}

.footer-links>ul>li>a>div:hover>svg>path,
.footer-socials>ul>li>a>div:hover>svg>path {
  fill: var(--primary-color);
}

.footer-links>ul>li>a>div>span,
.footer-socials>ul>li>a>div>span {
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  font: normal normal medium 18px/22px Gilroy;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 20px;
 
  z-index: 9; 
}
.donate-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 534px;
  height: 624px;
  border-top: 10px solid #BF1A2C;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

.donate-btn h1 {
  text-align: center;
  font: normal normal bold 30px/46px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;

}

.donate-btn span {
  text-align: center;
  font: normal normal normal 20px/34px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-top: 48px;
  margin-bottom: 45px;

}

.donate-btn a {
  text-decoration: none;
  text-align: center;
  font: normal normal 600 23px/46px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 49px;
}

.donate-btn .btn {
  text-align: center;
  font: normal normal normal 22px/34px Poppins;
  letter-spacing: 0px;
  color: #BF1A2C;
  opacity: 1;
  border: none;
  background: transparent;
  cursor: pointer;
}
.donate-btn .btn:hover{
  cursor: pointer;
}

@media (min-width:1800px) {
  .banner1 {

    background-size: contain;

  }

  .banner2 {

    background-size: contain;

  }
}

@media (min-width:740px) {
  .mob-menu {
    display: none;
  }
}

@media (max-width:1280px) {
  .banner2 {

    background-size: contain;

  }
}

@media (max-width:1162px) {
  .main-wrap {
    width: 992px;
  }

  .header {
    width: 992px;
  }

  .top-box3 p {

    width: 195px;
  }

  .footer {
    width: 992px;
  }

  .top-box3 {
    width: 260px;
  }

  .box3-img {
    width: 260px;
  }

  .bottom-sec6 {
    justify-content: center;
    gap: 20px;
    margin-top: 70px;
  }

  .bottom-box1 {
    width: 285px;
  }

  .img-box1 {
    width: 285px;
    height: 327px;
  }

  .box8 img {
    width: 466px;
    height: 495px;
  }
}

@media (max-width:992px) {
  .main-wrap {
    width: 760px;
  }

  .header {
    width: 760px;
  }

  .footer {
    width: 760px;
  }

  .bottom-box1 p {
    width: 200px;
  }

  .sec8 {

    margin-bottom: 70px;
  }

  .box8 img {
    width: 322px;
    height: 358px;
  }

  .box4 img {
    width: 320px;
    height: 383px;
  }

  .sec10 {
    gap: 20px;
    flex-direction: column;
  }

  .bottom-box1 {
    width: 200px;
    height: 198px;
  }

  .img-box1 {
    width: 200px;
    height: 327px;
  }

  .box3-img {
    width: 200px;
  }

  .top-box3 {
    width: 200px;
  }

  .top-box3 h1 {

    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .top-box3 p {
    width: 178px;
    margin-left: 15px;
  }


}

@media (max-width:760px) {
  .active2 {
    height: 80px;
  }

  .img-box1 {
    width: 100%;
  }

  .top-box3 p {
    width: 83%;
    margin-left: 40px;
  }

  .top-box3 h1 {
    margin-left: 40px;
    margin-bottom: 15px;
    margin-top: 40px;
  }

  .bottom-box1 p {

    width: 257px;
  }

  .bottom-box1 {
    width: 100%;
    height: 130px;
  }

  .top-box3 {

    width: 100%;
    height: 227px;

  }

  header {

    height: 94px;

  }

  #menu {
    /* position: fixed; */
    position: relative;
    /* right: 2rem;
    top: 2rem; */
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .5s;
    z-index: 10;
  }

  .menu-line1 {
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    transition: .6s;
  }

  .menu-line2 {
    width: 80%;
    height: 2px;
    margin-top: .7rem;
    background: #FFFFFF;
    transition: .6s;
  }

  .rotate {
    transform: rotateZ(180deg)
  }

  .rotate1 {
    background: #000000;
    transform: rotateZ(45deg);
  }

  .rotate2 {
    background: #000000;
    width: 100%;
    transform: translate(0, -0.8rem) rotateZ(-45deg);
  }

  .nav-page1 {
    position: fixed;
    top: 0;
    left: 0;
    background: whitesmoke;
    width: 60%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #212121;
    transform: translate(0, -100%);
    transition: .5s;
  }

  .nav-page1 span {
    padding: 1rem;
  }

  .nav-page2 {
    position: fixed;
    top: 0;
    left: 60%;
    background: whitesmoke;
    width: 40%;
    height: 70vh;
    transition: .8s;
    transform: translate(0, -100%);
  }

  .transform {
    transform: translate(0, 0);
  }

  .hd-right {
    display: none;
  }

  .banner1 {
    background: url(../assets/banners/mobbanner1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 761px;
  }

  .banner2 {
    background: url(../assets/banners/mobbanner2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 753px;
  }

  .header {
    max-width: 90%;
    min-width: 90%;
    width: 90%;

  }

  .header a img {
    width: 71px;
    height: 66px;
  }

  .footer {
    max-width: 90%;
    min-width: 90%;
    width: 90%;
    flex-direction: column;
  }

  .main-wrap {
    width: 90%;
  }

  .box1-wrap {

    flex-direction: column;
  }

  .main-title-sec4 p {
    width: 100%;
  }

  .sec5 {
    flex-direction: column-reverse;
  }

  .bottom-sec6 {
    flex-direction: column;
  }

  .box3-img {
    width: 100%;
    height: 163px;
  }

  .box4 img {
    width: 100%;
    height: auto;
  }

  .sec8 {
    flex-direction: column;
  }

  .box8 img {
    width: 100%;
    height: auto;
  }

  .sec7 p {
    width: 100%;
  }

  .sec7 h2 br {
    display: none;
  }

  .outer5 {
    flex-direction: column-reverse;
  }

  .sec9-right {
    width: 89%;
    padding: 21px;
  }

  .sec9-img {
    width: 100%;
    height: auto;
  }

  .sec10 {

    flex-direction: column;
  }

  .left-sec10 p {
    width: 100%;
  }

  .left-sec10 h3 {
    width: 100%;
  }

  .left-sec10 h3 br {
    display: none;
    margin-bottom: 30px;
  }

  .footer-links>h1,
  .footer-socials>h1 {

    margin-top: 30px;
  }

  .footer-links,
  .footer-socials {

    gap: 15px;
  }
}