@font-face {
  font-family: "Playfair_Display_Regular";
  src: url("/ASSETS/FONT/Playfair_Display/static/PlayfairDisplay-Regular.ttf");
}

@font-face {
  font-family: "Playfair_Display_Bold";
  src: url("/ASSETS/FONT/Playfair_Display/static/PlayfairDisplay-Bold.ttf");
}

@font-face {
  font-family: "Playfair_Display_Roman";
  src: url("/ASSETS/FONT/Playfair_Display/static/PlayfairDisplay-Italic.ttf");
}

@font-face {
  font-family: "Proxima_Nova_Regular";
  src: url("/ASSETS/FONT/proxima_ssv/ProximaNova-Regular.otf");
}

@font-face {
  font-family: "Proxima_Nova_Bold";
  src: url("/ASSETS/FONT/proxima_ssv/Proxima_Nova_Bold.otf");
}

* {
  transition-duration: 0.3s;
}

body {
  background: #f3f6f9;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair_Display_Bold";
}

p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #1b314d;
}

textarea:focus,
input:focus {
  outline: none !important;
}

/* Global buttons */
button,
button a,
.button {
  border: none;
  font-size: 30px;
  text-align: center;
  font-family: "Playfair_Display_Regular";
  display: inline-block;
  padding: 10px 30px;
}

.light-btn {
  color: #1b314d;
  background-color: #e4e4e4;
}

.light-btn:hover {
  color: #1b314d;
}

.dark-btn {
  color: white;
  background-color: #1b314d;
}

.dark-btn:hover {
  color: white;
}

.dark-btn:hover,
.light-btn:hover {
  text-decoration: none;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}

/* showcase buttons are using grid that is effecting the padding so i put a width */
#header-email-button {
  width: 270px;
}

@media (max-width: 1110px) {
  #header-email-button {
    justify-self: center;
    margin-top: 20px;
  }

  .button-info a {
    margin: 20px;
  }
}

@media (max-width: 401px) {
  button,
  button a,
  .button {
    font-size: 25px;
  }
}

/* /Global buttons */

.show-case {
  background-color: #1b314d;
  width: 100%;
  padding: 50px 20px;
}

.navbar {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 2px solid #fff;
}

.navbar-logo span {
  font-family: "Playfair_Display_Bold";
}

.navbar-logo {
  color: #fff;
  font-family: "Playfair_Display_Regular";
  font-size: 40px;
  align-items: center;
}

.navbar-logo:hover {
  color: white;
  text-decoration: none;
}

.logo {
  width: 300px;
  /* width: 63px;
  height: 63px; */
  margin-right: 20px;
  margin-bottom: 12px;
}

/*.navbar-links {
   display: flex;
  justify-content: space-between;
  gap: 50px; 
}*/

.navbar-links a {
  color: #fff;
  font-family: "Playfair_Display_Regular";
  font-size: 25px;
  margin-left: 50px;
}

.navbar-links a:hover {
  color: #fff;
}

.nav-link{
  color: #fff;
  font-family: "Playfair_Display_Regular";
  font-size: 25px;
  margin-left: 2rem;
}

.nav-link:hover {
  /* color: #aecae7; */
  color: #fff;
  text-decoration: underline;
}

/* showcase */
.show-case-content {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 50px 0;
}

.show-case-text-content {
  padding-top: 40px;
}

.show-case-title {
  font-family: "Playfair_Display_Bold";
  font-size: 59px;
  color: #fff;
}

.show-case-subtitle {
  font-family: "Proxima_Nova_Regular";
  font-size: 17px;
  color: #fff;
  padding: 30px 30px 80px 0;
}

.show-case-forms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-self: center;
  gap: 20px;
}

.show-case-input {
  border: none;
  background-color: transparent;
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* .show-case-button {
  width: 250px;
  text-align: center;
  border: none;
  padding: 5px 0px;
  background-color: #e4e4e4;
  color: #1b314d;
  font-family: "Playfair_Display_Regular";
  font-size: 30px;
  display: inline-block;
}

.show-case-button:hover {
  color: #1b314d;
  text-decoration: none;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
} */

.show-case-img {
  position: relative;
}

.show-case-image-block-content {
  position: absolute;
  height: 100%;
  width: 100%;
}

.show-case-image-background-block {
  position: absolute;
  bottom: -125px;
  /* min-height: 30vh; */
  width: 100%;
  background-color: #aecae7;
}

.show-case-img-content {
  position: absolute;
  width: 500px;
  /* top: -120.5%; */
  top: -355.5px;
  right: 30px;
}

.show-case-main-img {
  width: 100%;
  height: 100%;
}

.show-case-image-title {
  font-family: "Playfair_Display_Regular";
  padding-top: 20px;
  font-size: 35px;
  width: 70%;
  margin-top: 5px;
}

.show-case-image-content {
  padding: 20px 0 20px 20px;
  display: flex;
  align-items: center;
}

.show-case-content-image {
  width: 39%;
  margin-right: 20px;
}

.job-title {
  font-family: "Playfair_Display_Bold";
  font-size: 25px;
  margin-top: 10px;
}

.job-subtitle {
  font-family: "Proxima_Nova_Regular";
  font-size: 15px;
}

/* .lets-talk-button {
  width: fit-content;
  border: none;
  padding: 5px 45px;
  background-color: #1b314d;
  color: #fff;
  font-family: "Playfair_Display_Regular";
  font-size: 30px;
  display: inline-block;
}

.lets-talk-button:hover {
  color: white;
  text-decoration: none;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}

.read-more-button {
  width: fit-content;
  border: none;
  padding: 5px 45px;
  background-color: #e4e4e4;
  color: #1b314d;
  font-family: "Playfair_Display_Regular";
  font-size: 30px;
  display: inline-block;
}

.read-more-button:hover {
  color: #1b314d;
  text-decoration: none;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}


.lets-connect-button {
  width: fit-content;
  border: none;
  padding: 5px 45px;
  background-color: #1b314d;
  color: #fff;
  font-family: "Playfair_Display_Regular";
  font-size: 30px;
  display: inline-block;
}

.lets-connect-button:hover {
  color: white;
  text-decoration: none;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
} */

@media (max-width: 1418px) {
  .show-case-title {
    font-size: 50px;
  }
}

@media (max-width: 1110px) {
  .show-case-content {
    grid-template-columns: 1fr;
  }

  .show-case-img {
    grid-area: 1/1;
  }

  .show-case-title {
    text-align: center;
  }

  .show-case-subtitle {
    text-align: center;
  }

  .show-case-forms {
    grid-template-columns: 1fr;
  }

  .show-case-input {
    justify-self: center;
  }

  /* .show-case-button {
    justify-self: center;
  } */

  /*.show-case-img {
     display: none; 
  }*/
}

@media (max-width: 992px) {
  .navbar-links {
    display: none;
  }
}

@media (max-width: 599px) {
  /* .show-case-button {
    padding: 5px 45px;
  } */

  .show-case-title {
    font-size: 40px;
    word-break: break-word;
  }

  /* .lets-talk-button {
    padding: 5px 45px;
    font-size: 25px;
  } */
}

@media (max-width: 424px) {
  .logo {
    width: 280px;
  }
}

@media (max-width: 404px) {
  .logo {
    width: 270px;
  }
}

@media (max-width: 394px) {
  .logo {
    width: 260px;
  }
}

@media (max-width: 384px) {
  .logo {
    width: 250px;
  }
}

@media (max-width: 374px) {
  .logo {
    width: 240px;
  }
}

@media (max-width: 364px) {
  .logo {
    width: 230px;
  }
}

@media (max-width: 360px) {
  .header-item {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .navbar-links a {
    display: flex;
    margin-top: 10px;
  }

  .show-case-title {
    font-size: 40px;
    word-break: break-word;
  }

  /* .show-case-button {
    padding: 5px;
  } */

  .show-case {
    padding: 50px 20px 0 20px;
  }

  .show-case-text-content {
    padding-top: 0;
  }
}

@media (max-width: 354px) {
  .logo {
    width: 220px;
  }
}

@media (max-width: 344px) {
  .logo {
    width: 210px;
  }
}

@media (max-width: 334px) {
  .logo {
    width: 200px;
  }
}

@media (max-width: 324px) {
  .logo {
    width: 190px;
  }
}

@media (max-width: 314px) {
  .logo {
    width: 180px;
  }
}
