 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
    @font-face {
    font-family: 'Arial';
    src: url('fonts/Arial-Black.woff2') format('woff2'),
        url('fonts/Arial-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


    body {
      font-family: 'Poppins', sans-serif;
      text-align: center;
      padding: 0;
      margin: 0;
      color: #333;
      background-image: url(https://kamahl.kloudexpert.com/img/68f6da9cdde93_115910-56.jpg);
      background-attachment: fixed;
      background-position: center;
         background-repeat: no-repeat;
      background-size: cover;
      position: relative;
    }
body:before {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    z-index: -1;
}
p{
  margin-top: 0;
}
    /* HEADER */
    .container {
      margin-left: auto;
      margin-right: auto;
      padding-left: 15px;
       padding-right: 15px;
    }
    .row {
      display: flex;
      flex-wrap: wrap;
    }
    header .container {
      max-width: 900px;
    }
    header {
      background-color: rgba(255, 255, 255, 0.7);
      padding: 10px 0;
    }
    .header-text {
      color: rgb(36, 78, 160);
      font-size: 50px;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      text-align: center;
      line-height: 31px;
    }
    .logo {
      max-width: 242px;
    }
    header .row {
      align-items: center;
      justify-content: space-between;
    }

    /* FOOTER */
    footer#footerSection {
      background-color: rgb(240, 246, 255);
      padding: 15px 40px;
    }
    .footerLogo {
      max-width: 200px;
    }
    .footerTextBlock {
      font-size: 12px;
      color: rgb(16, 72, 158);
      font-weight: 600;
      text-align: center;
      line-height: 16px;
    }
    .footerButton {
      display: inline-block;
      padding: 14px 22px;
      background: #2C508D;
      color: #ffffff;
      text-decoration: none;
      border-radius: 12px;
      font-weight: 600;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    }
    .textLocal {
      color: rgb(36, 78, 160);
      font-weight: 600;
      margin-bottom: 10px;
    }
    .footerRightAside {
      text-align: center;
    }
    #footerSection .row {
      justify-content: space-between;
      align-items: center;
    }
    .copyRightText {
      color: rgb(36, 78, 160);
      font-size: 12px;
      text-align: center;
      margin-top: 15px;
    }

    /* POPUP SECTION */
    .overlay {
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      display: none;
      justify-content: center;
      align-items: center;
      background: rgba(0, 0, 0, 0.6);
      z-index: 999;
    }
    .popup {
      background: #fff;
      padding: 20px 30px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      max-width: 300px;
      text-align: center;
    }
    .popup h2 {
      color: #2b5cff;
    }
    button {
      margin: 10px;
      padding: 10px 20px;
      border: none;
      background: #FFD900;
      color: #000;
      border-radius: 8px;
      cursor: pointer;
      font-weight: 600;
    }
    button:hover {
      background: #e6c700;
    }
    .location-display {
      margin-top: 80px;
      font-size: 18px;
      color: #fff;
      font-weight: 500;
    }

    img {
      max-width: 100%;
      height: auto;
    }
    .exitTitle{
  color: #fff;font-size: 50px;
  margin-bottom: 20px;
}
.exitText{
  color: #fff;font-size: 30px; font-weight: bold;
}

.minContent{
      min-height: calc(100vh - 300px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
     padding-bottom: 40px;
}
.footerLink {
color: rgb(36, 78, 160);
}
.footerLink:hover{
color: #fb5400;
}
@media (min-width: 320px) and (max-width: 767px){
header .row { 
    justify-content: center;
}
.header-text { 
    font-size: 34px; 
    line-height: 34px;
}
.exitTitle{
  font-size: 34px;
}
.exitText{
  font-size: 24x; 
}
.minContent {
    min-height: max-content;
}
#footerSection .row {
    justify-content: center; 
}
     }

@media (min-width: 768px) and (max-width: 992px){
     .logo {
    max-width: 175px;
}
.header-text {
    font-size: 42px;
}

     }