@import url("https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap");

.navbar .navbar-brand span {
  font-family: "Roboto Flex", sans-serif;
  font-size: 28px;
  padding-left: 10px;
  font-weight: 700;
  color: #feb93f;
  letter-spacing: 0.25rem;
}
.navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  transition: 0.5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

.navbar-toggler span {
  margin: 0;
  padding: 0;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #d3531a;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.middle-bar {
  margin-top: 0px;
}

.navbar-toggler .top-bar {
  margin-top: 0px;
  transform: rotate(135deg);
}
.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}

/* State when the navbar is collapsed */
.navbar-toggler.collapsed .top-bar {
  margin-top: -20px;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  margin-top: 20px;
  transform: rotate(0deg);
}

/* color of 3 lines */
.navbar-toggler.collapsed .toggler-icon {
  background: linear-gradient(
    25deg,
    rgba(252, 74, 74, 1) 0%,
    rgba(0, 212, 255, 1) 100%
  );
}

/* NavLink */
.offcanvas {
  background: #023d45;
}

.offcanvas .offcanvas-header h3 {
  font-weight: 800;
  color: #feb93f;
}

.offcanvas-body .navbar-nav {
  text-align: center;
}
.offcanvas-body .navbar-nav li {
  font-weight: 900;
  font-size: 1.7rem;
  padding: 15px 0;
}
.offcanvas-body .navbar-nav li a {
  font-family: "Roboto Flex", sans-serif;
  text-decoration: none;
  color: #feb93f;
  letter-spacing: 0.15rem;
}

.offcanvas-body .navbar-nav li a:hover {
  font-family: "Roboto Flex", sans-serif;
  background-color: #feb93f;
  color: #023d45;
}
/* background image */

.masthead {
  height: 93vh;
  background-color: #023d45;
  color: aliceblue;
}

.masthead-img {
  position: absolute;
  top: 30%;
}

.logo-bottomText {
  position: absolute;
  bottom: 0;
  text-align: center;

  letter-spacing: 0.15em;
}

.logo-bottomText p {
  font-size: 1.5rem;
  color: aliceblue;

  font-family: "Roboto Flex", sans-serif;
}
.logo-bottomText h1 {
  font-family: "Roboto Flex", sans-serif;
  color: aliceblue;
  letter-spacing: 0.25rem;
  font-size: 30px;
  font-weight: 500;
}

.color-overlay {
  position: absolute;
}

.color-overlay h1 {
  /* font-family: "Shadows Into Light", cursive; */
  font-family: "Architects Daughter", cursive;
  text-align: center;
  color: aliceblue;
  letter-spacing: 0.5rem;

  font-size: 2.15rem;
  font-weight: 200;
}

@media (max-width: 768) {
  h1 {
    font-size: calc(1.525rem + 3.3vw);
  }
  .logo-bottomText p {
    font-size: calc(1.5rem - 0.5vw);
  }
}

/* Homepage */
.homepage {
  margin-top: 80px;
  width: 100%;
  /* height: 100vh; */
  color: aliceblue;
  margin-bottom: 30px;
}

.homepage .home-logo {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.homepage-value {
}

.homepage .logo-bottomText {
  position: absolute;
  bottom: 100;
  text-align: center;
  width: 100%;
}

.homepage .logo-bottomText h1 {
  font-family: "Roboto Flex", sans-serif;
  color: #feb93f;
  letter-spacing: 0.25rem;
}
.about {
  margin: 20px 0;
}

.about h1 {
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin: 20px 0;
  color: #023d45;
}

.abt-dec {
  margin: 15px 0;
  padding: 10px;
}
.abt-dec img {
  float: left !important;
  padding: 15px;
}
.abt-dec p {
  font-size: 22px;
  font-family: "Courgette", cursive;
  margin-bottom: 10px;
  text-align: justify;
  line-height: 2.25rem;
  font-weight: 300;
}

.abt-dec:nth-child(even) img {
  float: right !important;
}

/* Contact */
h1 {
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin: 5px 0;
  color: #023d45;
  padding: 0;
  text-align: center;
}

.flag-heading h1 {
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  margin: 3px 0;
  color: #023d45;
  text-align: center;
}

h2 {
  font-size: 2.25rem;
  font-weight: 350;
  letter-spacing: 0.1rem;
  margin: 20px 0;
  color: #feb93f;
}

h3 {
  font-size: 1.75rem;
  font-weight: 400;
  color: #feb93f;
}

h5 {
  font-size: 1.15rem;
  font-weight: 500;
  margin: 10px 0;
  color: red;
}

form .btn {
  background: #023d45;
  color: #feb93f;
  font-size: 28px;
  font-weight: 700;
}

form .btn:hover {
  color: aliceblue;
}

.social-icons {
  width: 7%;
  height: 7%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact ul {
  list-style-type: none;
}
.contact ul li {
  color: #023d45;
  letter-spacing: 0.1rem;
}

.modal-header {
  border-bottom: none;
}
.flag-image {
  width: 285px;
  max-height: 235px;
  padding: 3px;
}

.fixedbottom {
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 80px;
  z-index: 1030;
  color: white;

  height: 80px;
}

.fixedbottom .social-icons img {
  width: 100%;
}
