* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
    font-family: "universalSansDisplay-Regular";
    font-weight: 400;
}


@font-face {
    font-family: 'GE SS Text';
    src: url('./fonts/GESSTextMedium-Medium.eot');
    src: url('./fonts/GESSTextMedium-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GESSTextMedium-Medium.woff2') format('woff2'),
        url('./fonts/GESSTextMedium-Medium.woff') format('woff'),
        url('./fonts/GESSTextMedium-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'universalSansDisplay-Regular';
    src: url('./fonts/universalSansDisplay-Regular.woff') format('woff');
       font-weight: 400;
    font-style: normal;
}

header{
      position: absolute;
      top: 15px;
}

.hero {
  background-image: url(bg.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}

.overlay {
  background: linear-gradient(to bottom, rgba(0, 47, 108, 0.8), rgba(0, 47, 108, 0) 60%);
  height: 100%;
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.logo {
  max-width: 156px;
  margin-bottom: 2rem;
}



h1 {
  font-size: 62px;
  line-height: 65px;
        font-weight: 500;
  margin-bottom: 40px;
      font-family: 'GE SS Text';
}

.button {
  background-color: white;
  color: #393C41;
  border: none;
width: 250px;
height: 50px;
line-height: 50px;
  font-size: 16px;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
      margin: 0 auto;
      font-family: "universalSansDisplay-Regular";
       font-weight: 400;
}

.contact_details{
     position: absolute;
    bottom: 60px;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.contact_details ul{
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
}

.contact_details ul li{
    color: #fff;
       font-size: 20px;
       line-height: 25px;
       display: flex;
       flex-wrap: wrap;
       width: 33.3%;
       font-family: "universalSansDisplay-Regular";
        font-weight: 400;
}

.contact_details ul li:nth-child(2){
    justify-content: center;
}

.contact_details ul li:nth-child(3){
    justify-content: right;
}

.contact_details ul li a,
.contact_details ul li p{
        font-size: 20px;
       line-height: 25px;
        color: #fff;
        padding-left: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-family: "universalSansDisplay-Regular";
         font-weight: 400;

}

.contact_details ul li a:hover{
         color: #c79e30;
}




@media (max-width: 1450px) {
h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 35px;
}



}

@media (max-width: 1200px) {
h1
 {
    font-size: 40px;
    line-height: 56px;
        font-weight: 500;
    margin-bottom: 25px;
}



}


@media (max-width: 767px) {
h1 {
    font-size: 38px;
    line-height: 50px;
        font-weight: 500;
    margin-bottom: 20px;
}

.logo {
    max-width: 135px;
    margin-bottom: 0;
}



.contact_details ul{
      row-gap: 10px;
}

.contact_details ul li{
    color: #fff;
       font-size: 18px;
       line-height: 22px;
       display: flex;
       flex-wrap: wrap;
       align-items: center;
       justify-content: center;
       width: 100%;
}

.contact_details ul li a,
.contact_details ul li p{
    font-size: 18px;
       line-height: 22px;
}

.contact_details ul li:nth-child(2){
   justify-content: center;
}

.contact_details ul li:nth-child(3){
    justify-content: center;
}

.contact_details {
    bottom: 45px;
}
}


@media (max-width: 480px) {
h1 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 25px;
}

.logo {
    max-width: 125px;
    margin-bottom: 0;
}



.button {
    width: 220px;
    height: 45px;
    line-height: 45px;
}

.contact_details ul li{
        font-size: 16px;
       line-height: 20px;
}

.contact_details ul li a,
.contact_details ul li p{
    font-size: 16px;
       line-height: 20px;
}

}
