@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Inter:wght@400;500;600&display=swap");

:root {
  --bg1: #2d2c30;
  --bg2: #4f3f44;
  --body: #af5b4c;
  --brand: #e0724a;
  --white: #fff;
}

body {
  font-family: "Inter", "Segoe UI", "Segoe UI", Tahoma, Geneva, Verdana,
    sans-serif;
  color: var(--body);
  line-height: 1.8;
  background-color: var(--bg1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dela Gothic One", "Segoe UI", Tahoma, Geneva, Verdana,
    sans-serif;
  color: white;
}

a {
  color: var(--body);
  text-decoration: none;
  transition: all 0.4s ease;
}

.img-abs {
  position: absolute;
}

a:hover {
  color: var(--brand);
}

.link-more {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  left: 1px;
}
/* arrow animation*/
.link-more .icon {
  transition: all 0.4s ease;
}

.link-more:hover .icon {
  transform: translateX(8px);
}

img {
  width: 100%;
}

section {
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

/* Intro */
.intro {
  margin-bottom: 60px;
}

.intro h1 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.intro h6 {
  color: var(--brand);
}

.intro p {
  max-width: 500px;
  margin: auto;
}

.cta-btns {
  margin-top: 30px;
}

/* Nav */
.navbar {
  background: black;
}



.navbar .navbar-nav .nav-link.active {
  color: var(--brand);
}

.navbar-brand {
  font-family: "Dela Gothic One", "Segoe UI", Tahoma, Geneva, Verdana,
    sans-serif;
  font-size: 13px;
}

/* Main */
#main {
  background: linear-gradient(to right, #af5b4c00, rgba(27, 31, 52, 0)),
    url(../img/cover_1.jpg);
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

#main p {
  margin-top: 24px;
  margin-bottom: 24px;
}
/* BTN */
.btn {
  padding: 16px 36px;
  font-family: "Dela Gothic One", "Segoe UI", "Segoe UI", Tahoma, Geneva,
    Verdana, sans-serif;
  transition: all 0.4s ease;
  border-radius: 0;
}

.btn-brand {
  background-color: var(--brand);
}

.btn-brand:hover {
  background-color: transparent;
  color: var(--brand);
  border-color: var(--brand);
}

.btn-outline-brand {
  background-color: transparent;
  color: var(--brand);
  border-color: var(--brand);
}

/* About */

#about {
  position: relative;
}

#about::after {
  content: "";
  width: 42%;
  height: 100%;
  background-color: var(--bg2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#about h6 {
  color: var(--brand);
}

#about h1 {
  margin-top: 16px;
  margin-bottom: 24px;
}

#about .signature {
  width: unset;
}

/* Service section */

#experience {
  background: var(--bg2);
}

#experience .experience .content {
  padding: 32px;
}

#experience .experience p {
  margin-top: 18px;
  margin-bottom: 18px;
}

/* Milestone */
#milestone {
  background: linear-gradient(
      to right,
      rgb(27, 31, 52, 0.8),
      rgb(27, 31, 52, 0.8)
    ),
    url(../img/cover_2.jpg);
  background-size: cover;
  background-position: center;
}

#milestone h1 {
  color: var(--brand);
}

/* Feature */
#features {
  background-color: var(--bg1);
}

.feature {
  display: flex;
}

.feature .icon-feature {
  font-size: 36px;
  color: var(--brand);
  line-height: 1;
  margin-right: 12px;
}

.feature p {
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 16px;
}

/* Socials Icons*/
.social-links a {
  width: 48px;
  height: 48px;
  background-color: var(--bg2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links a:hover {
  background-color: var(--brand);
  color: var(--bg2);
}

.social-links-main {
  position: absolute;
  margin-left: 0%;
}
.social-links-main a {
  width: 48px;
  height: 48px;
  background-color: var(--bg2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links-main a:hover {
  background-color: var(--brand);
  color: var(--bg2);
}

/* Team */
#socials {
  background-color: var(--bg2);
}
.socials-member {
  position: relative;
  background-color: var(--bg2);
}

.socials-member .social-links {
  position: absolute;
  top: 0px;
  right: 42px;
  transition: all 0.4s ease;
}

.socials-member:hover .social-links {
  opacity: 1;
  top: 16px;
}

/* Reviews */
#reviews {
  background-color: var(--bg1);
}

.review {
  padding: 32px;
  background-color: var(--bg2);
  position: relative;
}

.review .icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--brand);
  color: var(--bg1);
  border-radius: 100px;
  position: absolute;
  right: 32px;
}

.review img {
  width: 60px;
  border-radius: 100px;
}
/*Google Form*/
.google-form {
  position: relative;
}

.google-form iframe {
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
}

#booking {
  background-color: var(--bg1);
  background-size: cover;
  background-position: center;
}

/*Google Map */
.google-map {
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50%;
  position: relative;
}

.google-map iframe {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
}

/* Footer */
footer {
  padding-top: 30px;
}

footer .social-links {
  display: flex;
}

footer .social-links a {
  margin-right: 5px;
}

.footer-top {
  padding-bottom: 30px;
}

.footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--bg2);
}

.centerDivOptional {
  display: grid;
  place-items: center;
}

/* Gallery */

* {
  box-sizing: border-box;
}

.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
