/*
Theme Name:  Antons Theme 
Author: Kris
Author: http://krisfurer.vercel.app/
Version:1.2
License: GNU General Public License v2 or later
Tags: minimal, cool
 */

 :root {
  --accent: #3284A7;
  --my-background: #ffffff;
  --btn-color: #3284A7;
  --btn-text: #FBFCFF;
  --footer_color: #212529;
  --footer_text_color: #ffffff;
  --text_color: #212529;
  --btn-text: rgb(255, 255, 255);
}

* {
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}

html {
  overflow-x: hidden;
}
body {
  background-color: var(--my-background);
  color: var(--text_color);
  overflow-x: hidden !important;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.5;
  min-height:100vh;
}

a,
a:visited,
a:active,
a:hover,
button {
  text-decoration: none;
  color: inherit;
  font-family:"Montserrat", sans-serif;
}

img {
  max-width: 100%;
}

h1,
h2,
.serif {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  padding: 5px 0;
  line-height: 1.2;
  font-weight: 600;
}

.bold {
  font-weight: 600 !important;
}

.text-sm {
  font-size: 10px;
  opacity: .7;
}

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

nav {
  color: black;
  padding:30px 40px;
  font-size: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.font-italic {
  font-style: italic;
}
.error-body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height:60vh;
}

.hero-img,
.section-img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.navbar .custom-logo {
  width: 250px;
  height: auto;
  margin-bottom:-7px;
}


footer .custom-logo {
  width:250px;
  height:auto;
}

.section {
  height: auto;
  margin: 0px 0 30px 0;
  display: flex;
  flex-direction: column;
}

.text-section {
  padding: 100px 15px;
  opacity: 0;


  p {
    padding: 15px 0;
  }
}

.max-text {
  max-width: 500px;
}

.navbar-nav ul {
  display: flex;
  gap: 40px;
  align-items: center;
}

.my-btn {
  padding: 10px 38px;
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
}

.secondary-cta .my-btn,
.section .my-btn {
  margin: 12px 0;
}

.my-btn,
.contact-btn a,
.my-btn:visited {
  transition: .5s all ease;
  background-color: var(--btn-color);
  color: var(--btn-text);
  border: 1px solid var(--btn-color);
}

.my-btn:hover,
.contact-btn a:hover {
  background-color: var(--my-background);
  color: var(--btn-color);
  border: 1px solid var(--btn-color);
}

.contact-btn a {
  padding: 12px 40px;
}

.contact-hero {
  background: #474747;
  color: rgb(255, 255, 255);
  padding: 12rem 0;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('images/contact.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.about-img {
  height: 80vh;
  object-fit: cover;
}

.team-section {
  max-width: 1300px;
  margin: auto !important;
  padding: 10vw 0;
}

.team-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.profile-img {
  width: 100%;
  height: 28vw;
}

.profile-pic {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.secondary-cta {
  display: flex;
  align-items: center;
  min-height: 54svh;
  color: white;

  p {
    padding: 28px 0;
  }
}

.testimonial-pic {
  width: 80px;
}

/* overide testimonal plug in font weight */
.testimonial-content p {
  font-weight: 200 !important;
}

.testimonial-section {
  display: flex;
  align-items: center;
  background-color: rgb(241, 241, 241);
  min-height:50vh;
  h1 {
    margin-bottom: 35px;
  }

  .testimonial-heading {
    font-size: 27px;
    font-family: 'Playfair Display', serif;
  }

  .testimonial-name {
    font-size: 17px;
    font-weight: 500;
  }

}

.strong-view.wpmtst-default .wpmtst-testimonial,
.strong-view.wpmtst-default .wpmtst-testimonial,
.wpmtst-testimonial-inner {
  border: none !important;
}

.gallery-container {
  margin: 15px;

  .gallery-text {
    max-width: 700px;
    height: 46vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}


footer,
.footer-heading .footer-logo {
  color: var(--footer_text_color);
}

footer {
  padding: 60px 0 60px 0px;
  background-color: var(--footer_color);

  .contain {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}

.made-by {
  margin-top:30px;
  text-align: center;
}

.footer-nav {
  padding-left: 0;
}

footer p {
  font-size: 1rem;
  margin: 0;
  font-weight: 300;
  margin: 3px;
}

.footer-heading {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.footer-row {
  align-items: center;
  padding:20px 0

}

.socials {
  display: flex;
  padding-top: 20px;
  gap: 15px;
}

.mob-button {
  display: none;
  font-size: 2rem;
  transition: .5s all ease;
}

.mob-button:hover,
.mob-close:hover,
.mob-inner a:hover {
  color: var(--accent);
  font-weight: bolder;
  transform: scale(1.1);
}

.my-mob-overlay {
  display: none;
  text-align: center;
}


/* contact page  */
.contact-page-body {
  display: flex;
  flex-direction: column;
  margin: 30px 15px;

  h2,
  h1 {
    font-size: 30px;
  }

  .form-container {
    width: 50%;
    max-width: 600px;
    margin-top: 40px;
  }

  form {
    padding: 20px 0;

    input:not(.my-btn),
    textarea {
      padding: 16px 4px;
      width: 100%;
      border: none;
      margin-bottom: 25px;
      border-bottom: 1px solid #adabab;
      background-color: var(--my-background);
    }

    label {
      font-size: 13px;
    }
  }

  .email-section,
  .phone-section {
    margin-bottom: 35px;
  }
}

/* Media Queries ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Media Queries ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Media Queries ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media (min-width: 992px) {

  .section {
    flex-direction: row;
    height: 100vh;
    align-items: center;

    .text-section {
      width: 40%;
      min-width: 500px;
    }

    .image-section {
      flex-grow: 1;
    }

    h1,
    h2 {
      font-size: 55px;
    }
  }

  .section-2 .text-section,
  .section-3 .text-section {
    padding: 20px 40px;
  }

  .section-3 {
    margin-bottom: 0;
  }

  .contact-page-body {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 100px 30px;
  }

  .section-3 .image-section,
  .landing-section .image-section {
    order: 2;
  }

  footer {
    .contain {
      flex-direction: row;
      justify-content: space-between;
      margin: auto;
      max-width: 1000px;
      padding:0 40px
    }


  }

}

/* Large screens */
@media (min-width:1400px) {
  .profile-img {
    height: 400px;
  }
}

@media (min-width: 900px) {

  .footer-col.text-center {
    text-align: left;
  }

  .text-section {
    padding:30px;
  }
}


@media (max-width: 900px) {
  .mob-button {
    display: block;
  }

  .mob-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    transition: 1s all ease;
  }

  .mob-menu {
    text-align: center;
    font-size: 23px;
    padding-top: 10%;
    padding-left: 0;
  }

  .mob-menu ul {
    padding-left: 0;
  }


  .my-mob-overlay {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    Z-index: 1000;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: var(--footer_color);
    color: white;
  }

  .desktop-nav {
    display: none;
  }



  @media (max-width:768px) {

    .section-img,
    .hero-img {
      height: auto;
      max-height: 70vh;
      width: 100%;
    }

    .navbar {
      padding:20px;
    }

    .custom-logo-link {
      margin-left: 0;
    }

    .about-img {
      max-height: 50vh;
    }

    .section {
      height: auto;
    }

    .profile-img {
      height: 60vw;
    }

    .max-text {
      max-width: 98%
    }

    .testimonial-section {

      h1 {
        font-size: 35px;

      }

      .testimonial-heading {
        font-size: 23px;
      }

    }
  }
}

@media (max-width:400) {}