@font-face {
    font-family: "Poppins";
    font-display: swap;
    src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "PoppinsMedium";
    font-display: swap;
    src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    overflow-x: hidden;
    /* overflow-y: hidden; */
    -webkit-font-smoothing: antialiased;
    margin: 0;
    position: relative;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bg-wrapper{
    background-image: url('../img/sap-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}
  .logo {
      text-align: center;
      background-color: #0A0A3F;
      padding: 28px;
      position: fixed;
      width: 100%;
      max-width: 100%;
  }

  .footer {
      background-color: #F4F8FB;
      text-align: center;
      color: #0A0A3F;
      font-size: 18px;
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      padding: 20px;
  }
@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .logo{
       padding: 20px;

    }   
    .logo img{
        width: 120px;
    }
    .footer{
        padding: 17px;
        font-size: 15px;
    }
    
}
  @media screen and (max-width: 500px) {
    .bg-wrapper{
        background-image: url('../img/sap-mobile.jpg');    
    }   
    .logo {
        padding: 25px;
    }
    
} 
 @media screen and (min-width: 1200px) and (max-width: 1300px) and (min-height: 500px) and (max-height: 580px) {
    .logo {
            padding: 16px;    
        }
    
        .logo img {
            width: 100px;
        }
    
        .footer {
            padding: 15px;
            font-size: 14px;
        }

}
/*
@media screen and (min-width: 1599px) and (max-width: 1601px) and (min-height: 720px) and (max-height: 740px) {
    .bg-wrapper {
        background-size: 100% 100%;
    }

} */

/* .multiBrowserdownload {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 30px;
}

.mac-btn,
.mac-os .windows-btn {
    display: none;
}

.mac-os .mac-btn {
    display: block;
}

.multiBrowserdownload__content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.btn-download {
    border-radius: 6px;
    background: #0072f5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 25px;
    color: #fff;
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #0072f5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.btn-download svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-download .d-block {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.61;
}

@media screen and (min-width: 576px) {
    .btn-download .d-block {
        font-size: 14px;
    }
}

.btn-download:hover {
    color: #0072f5;
    background: transparent;
}

.btn-download:hover svg path {
    stroke: #0072f5;
} */