/** @format */

body {
  overflow-x: hidden;
  position: relative;
}
:root {
  --primary-color: #bd0a1f;
  --secondary-color: #f4cd03;
  --font-Futuru: "Futuru", sans-serif;
  --font-berlinReg: "berlinReg", sans-serif;
  --font-berlinBold: "berlinBold", sans-serif;
  --font-berlinBoldX: "berlinBoldX", sans-serif;
}
/* start custom components */
.container {
  width: 80%;
  margin: 0 auto;
}
.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.whatsapp-icon a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.whatsapp-icon a i {
  color: #ffffff;
  font-size: 24px;
}
.heading {
  text-align: center;
}
.heading h2 {
  font-family: var(--font-berlinBoldX);
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.heading p {
  font-family: var(--font-berlinReg);
  font-weight: 400;
  font-size: 19px;
  line-height: 142%;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
}
h3 {
  text-align: center;
  font-family: var(--font-berlinBoldX);
  font-size: 22px;
  line-height: 142%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
/* end custom components */
/* start nav */
main nav {
  padding: 40px 0 50px 0;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main nav .boomit {
  border: none;
  background-color: var(--primary-color);
  width: 135px;
  height: 35px;
  border-radius: 18px;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
}
main nav .boomit a {
  text-decoration: none;
  font-family: var(--font-Futuru);
  color: #ffffff;
  font-weight: 800;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
  text-align: center;
}
main nav.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 1000;
}
main nav a img {
  max-width: 100%;
  max-height: 100%;
}
.toggle-list {
  position: fixed;
  background-color: #ffffff;
  top: 0;
  right: -101%;
  width: 100%;
  height: 100vh;
  z-index: 100;
  transition: 0.5s ease-in-out;
}
.toggle-list .close-btn {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px;
  padding-right: 20px;
  text-align: right;
}
.toggle-list .close-btn i {
  font-size: 30px;
  padding: 15px;
}
main nav .toggle-list ul.pages {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-transform: uppercase;
  list-style-type: none;
}
main nav ul.pages li a {
  font-family: var(--font-Futuru);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 5%;
  text-decoration: none;
  color: #000000;
}
main nav i {
  color: var(--primary-color);
  font-size: 20px;
}
/* media query */
/* for mobile & smaller Screens */
@media (max-width: 480px) {
}
/* for tablet & medium Screens */
@media (481px <= width <= 768px) {
  /* for any ipad or tablet */
}
/* custom styling for the boomit button on hover for tablets */
@media (769px <= width <= 940px) {
  main nav .boomit:hover a {
    border: 1px solid #ffffff;
    background-color: #910707;
    padding: 7px 14px;
    border-radius: 18px;
  }
}
@media (941px <= width <= 1024px) {
  main nav .boomit:hover a {
    border: 1px solid #ffffff;
    background-color: #910707;
    padding: 7px 19px;
    border-radius: 18px;
  }
}
/* navbar styling for ipad pro and laptops and desktops or above screens */
@media (min-width: 769px) {
  body {
    overflow-x: hidden;
  }
  main nav {
    padding: 0 20px;
    margin: 50px 0 50px 0;
    height: 50px;
    border-radius: 25px;
    background: #ffffff30;
    backdrop-filter: url(#lg-warp) blur(2px) saturate(140%) brightness(1.02);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow:
      0 4px 16px rgba(0, 0, 0, 0.08),
      0 1px 3px rgba(0, 0, 0, 0.06),
      inset 0 1.5px 1px rgba(255, 255, 255, 0.75),
      inset 0 -1px 1px rgba(0, 0, 0, 0.05),
      inset 1px 0 1px rgba(255, 255, 255, 0.4),
      inset -1px 0 1px rgba(255, 255, 255, 0.4);
  }
  main nav:hover {
    background: #ffffffe5;
  }
  main nav .boomit {
    display: flex;
  }
  main nav .boomit:active {
    background-color: #3d0505;
    border: 1px solid #ffffff;
  }
  main nav .boomit:active a {
    background-color: #3d0505;
    border: none;
  }
  .toggle-list {
    position: relative;
    top: 0;
    right: 0%;
    background-color: transparent;
    height: fit-content;
  }
  .toggle-list .close-btn {
    display: none;
  }
  i.fa-bars {
    display: none;
  }
  main nav .toggle-list ul.pages {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-transform: uppercase;
    list-style-type: none;
  }
  main nav .toggle-list ul.pages li:hover a {
    color: #d52a3e;
  }
  main nav .toggle-list ul.pages li a.active {
    color: #610510;
    font-weight: 600;
  }
}
/* for Desktops/Large Screens */
@media (1025px <= width <= 1200px) {
  main nav .boomit:hover a {
    border: 1px solid #ffffff;
    background-color: #910707;
    padding: 7px 19px;
    border-radius: 18px;
  }
}
/* for TVs/Wide Monitors */
@media (min-width: 1201px) {
  .container {
    width: min(100%, 1100px);
  }
  main nav.fixed {
    width: 80%;
  }
  main nav .boomit:hover a {
    border: 1px solid #ffffff;
    background-color: #910707;
    padding: 7px 16px;
    border-radius: 18px;
  }
  main nav .boomit:active a {
    background-color: #3d0505;
    border: none;
  }
}
/* start nav */
/* start footer */
main footer {
  padding: 80px 0;
  background-color: var(--primary-color);
}
main footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
}
main footer .heading {
  color: white;
  margin-bottom: 75px;
}
main footer .heading p {
  color: #e2e1e5;
  line-height: 153%;
  letter-spacing: 5%;
}
main footer .newslettr-icons-holder {
  display: flex;
  flex-direction: column;
}
main footer .newsletter {
  display: flex;
  justify-content: center;
  align-items: end;
}
main footer .newsletter .input-flex {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
main footer .newsletter .input-flex label {
  color: #ffffff;
  font-family: var(--font-Futuru);
  font-weight: 800;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
}
main footer .newsletter .input-flex input {
  background-color: #c32134;
  border: 1px solid #e2e1e5;
  border-radius: 5px;
  outline: none;
  height: 50px;
  color: #ffffff;
  padding-left: 15px;
  margin-right: 10px;
}
main footer .newsletter .input-flex input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
main footer .newsletter button {
  font-family: var(--font-Futuru);
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1%;
  text-transform: capitalize;
  background-color: #fce2e5;
  color: var(--primary-color);
  border: none;
  border-radius: 10px;
  padding: 16px 17px;
  cursor: pointer;
}
main footer .newsletter button:hover {
  background-color: #ffffff;
}
.icons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  transform: translateX(-12px);
}
.icons a {
  text-decoration: none;
  /* width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  transform: translateX(-12px); */
}
.icons a i {
  display: flex;
  color: var(--primary-color);
  padding: 11px;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* media query */
/* for mobile & smaller Screens */
@media (max-width: 480px) {
}
/* for tablet & medium Screens */
@media (481px <= width <= 768px) {
  /* for any ipad or tablet */
}
/* footer styling for ipad pro and laptops and desktops or above screens */
@media (min-width: 769px) {
  main footer .newslettr-icons-holder {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  main footer .newslettr-icons-holder .newsletter {
    margin: 0;
  }
  main footer .newsletter .input-flex input {
    width: 330px;
  }
  main footer .newslettr-icons-holder .icons {
    margin: 0;
    margin-bottom: 12.5px;
  }
}
/* end footer */
