/* ------ Fonts ------ */

.tilt-warp {
  font-family: "Tilt Warp", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "XROT" 0, "YROT" 0;
  letter-spacing: -3px;
}

.lekton-regular {
  font-family: "Lekton", serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-semi-condensed-medium {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semi-condensed-bold-italic {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 700;
  font-style: italic;
}

.shrikhand-regular {
  font-family: "Shrikhand", serif;
  font-weight: 400;
  font-style: normal;
}

.questrial-regular {
  font-family: "Questrial", serif;
  font-weight: 600;
  font-style: normal;
}

/* ------ Elements ------ */

body {
  background-image: url(../Images/Untitled\ design.png);
}

h1 {
  font-size: 2.4rem !important;
  color: #fa0c94;
  filter: drop-shadow(3px 2px 2px black);
}

h2 {
  font-size: 1.25rem !important;
  color: #212553;
}

h3 {
  font-size: 1rem !important;
}

span {
  font-size: 0.85rem;
}

p {
  font-size: 0.85rem !important;
}

a {
  text-decoration: none;
}

/* ------ Header ------ */

.header-background {
  background-color: #212553;
  background-repeat: repeat;
  border: 3px solid #000000;
}
.nav-text {
  color: #fa0c94;
  font-size: 1rem;
  filter: drop-shadow(3px 2px 2px black);
}

.nav-text:hover {
  color: #def984;
}

.nav-item {
  margin-left: 0.5rem;
}

.nav {
  --bs-nav-link-hover-color: #def984;
}

.location-text {
  color: #fff3ef9c;
  font-size: 1rem;
  filter: drop-shadow(3px 2px 2px black);
}

.logo-button {
  width: 63%;
  height: 67px;
}

.logo-hover {
  display: flex;
  width: 100px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../Images/home-button2.svg);
  transition: background-image 0.3s ease-in-out;
  position: relative;
  top: 6px;
}

.logo-hover:hover {
  background-image: url(../Images/home-button-green.svg);
}

/* ------ Contact/Email ------ */

.text-centre {
  text-align: center;
}

.email-square {
  background-color: #fff3ef !important;
  border-radius: 25px;
}

.email-inner {
  padding-left: 0rem;
  padding-right: 0rem;
}

.first-sentance {
  margin-bottom: 0.5rem;
}

.btn-email {
  background-color: #fa0c94;
  color: #212553;
  box-shadow: 3px 3px 2px 2px #686860b3;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.btn-email:hover {
  background-color: #060606;
  color: #fa0c94;
}

.top-btn-mob {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.top-btn-disp {
  display: none;
}

/* ------ Socials ------ */

.socials-square {
  background-color: #ffdbcd !important;
  color: #000000 !important;
  border-radius: 25px;
}

.insta-head,
.tt-head {
  margin-left: 0.5rem;
}

.insta-ad,
.tt-ad {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.insta-post {
  display: flex;
  justify-content: center;
}

.conts {
  display: flex;
  align-items: center;
}

/* ------ Footer ------ */

.footer-background {
  background-color: #def984;
  font-size: 1.3rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  grid-auto-rows: minmax(100px, auto);
}

.grid-centre {
  grid-column: 1 / 4;
  grid-row: 1;
  font-size: 0.7rem;
  padding-top: 0rem;
  margin-top: 0rem;
}

.grid-img {
  grid-column: 1 / 4;
  grid-row: 2;
}

.grid-right {
  display: grid;
  grid-column: 3;
  grid-row: 2;
  align-items: end;
}

.grid-left {
  display: grid;
  grid-column: 1;
  grid-row: 2;
  align-items: end;
  justify-content: center;
}

.footer-img {
  position: relative;
  bottom: 3rem;
}

.footer-font-size {
  font-size: 0.5rem !important;
}

.footer-socials {
  position: relative;
  top: 3rem;
}

svg {
  height: 0.7rem;
  width: 0.7rem;
}

.brag {
  padding-left: 1rem;
  padding-right: 0.2rem;
}

.terms-privacy {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 0.3rem;
}

@media (min-width: 375px) {
  .insta-head,
  .tt-head,
  .tt-ad,
  .insta-ad {
    margin-left: 10px;
  }
}

@media (min-width: 425px) {
  h1 {
    font-size: 2.9rem !important;
  }
  h2 {
    font-size: 1.75rem !important;
  }
  h3 {
    font-size: 1.3rem !important;
  }
  span {
    font-size: 1.15rem;
  }
  p {
    font-size: 1.15rem !important;
  }
  .brag {
    padding-right: 1rem;
  }
}

@media (min-width: 576px) {
  .main-nav {
    display: block;
    position: fixed;
    z-index: 1;
    width: -webkit-fill-available;
  }
  .header-background {
    position: fixed;
    height: 72.5px;
    width: -webkit-fill-available;
    z-index: 2;
    top: 0rem;
  }
  .hidden-nav {
    display: none;
  }
  .logo-hover {
    top: 1px;
    right: 113px;
  }
  #get-to-kno {
    margin-top: 5rem;
  }
  .grid-centre {
    font-size: 1.2rem;
  }
  .footer-img {
    bottom: 2rem;
  }
  .footer-font-size {
    font-size: 0.75rem !important;
  }
  svg {
    height: 1rem;
    width: 1rem;
  }
}

@media (min-width: 768px) {
  .nav-text,
  .location-text {
    font-size: 1.3rem;
  }
  .logo-hover {
    top: 1px;
    right: 166px;
  }
  .insta-head,
  .tt-head,
  .tt-ad,
  .insta-ad {
    margin-left: 15px;
  }
  .top-btn-mob {
    display: none;
  }
  .top-btn-disp {
    display: inline-block;
    position: relative;
    text-decoration: none;
  }
  .email-inner {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

@media (min-width: 992px) {
  .header-background {
    height: 80px;
  }
  .logo-button {
    width: 27%;
    height: 67px;
  }
  .logo-hover {
    right: 0px;
    top: 6px;
    width: 102px;
  }
  .location-text,
  .nav-text {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .tt-ad {
    margin-bottom: 40px;
  }
  h1 {
    font-size: 3.5rem !important;
  }
  h2 {
    font-size: 1.75rem !important;
  }
  .btn-email {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .logo-hover {
    right: -1px;
  }
}

@media (min-width: 1200px) {
  .logo-button {
    width: 55%;
    height: 67px;
  }
  .tt-ad {
    margin-bottom: 2rem;
  }
  .insta-ad {
    margin-bottom: 0.3rem;
  }
}

@media (min-width: 1400px) {
  .logo-button {
    width: 61%;
  }
  .btn-lg {
    --bs-btn-font-size: 1.25rem !important;
  }
  .insta-head,
  .tt-head,
  .tt-ad,
  .insta-ad {
    margin-left: 45px;
  }
  .insta-ad {
    margin-bottom: 2rem;
  }
  .btn-email {
    font-size: 1.7rem;
  }
}

@media (max-width: 575px) {
  .main-nav {
    display: none;
  }
  .hidden-nav {
    display: flex;
  }
}

@media (max-width: 991px) {
  .logo-button {
    width: 0%;
    height: 67px;
  }
}

@media (max-width: 1199px) {
  header .nav {
    position: relative;
    left: 20%;
  }
}
