
:root {
  --blue: #1e90ff;
  --white: #ffffff;
  --yellow: #FFC506;
  --black: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;

}



.small-logo1 {
  width: 50px;
}

.brand-txt {
  color: var(--black);
}

.brand-txt a:hover {
  color: var(--yellow);
}

#header {
  padding-bottom: 10px;
}

#header .hotline {
  color: white;
  padding: 10px;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-align: right;
  background-color: var(--yellow);
}

.btn-login {
  background: rgba(255, 197, 6, 1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.sub-heading {
  color: var(--yellow);
  margin-bottom: 20px;
}

/* ------------------------------ Email-Heading  --------------------------------------- */
#email-heading .container-fluid {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
}


#email-heading .background-image {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
/*
#email-heading .text-overlay {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  color: var(--black);
  padding: 25px;
  text-align: center;
  box-shadow: #0000003b 2px 2px 2px 2px;
}
*/

#email-heading .text-overlay2 {
  position: absolute;
  top: 75%;
  left: 25%;
  transform: translate(-50%, -50%);
  color: var(--black);
  padding: 25px;
}

#email-heading .text-overlay h3 {
  color: #000;
  font-size: 20px;
}

#email-heading .text-overlay2 {
  position: absolute;
  top: 75%;
  left: 15%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 20px;

}

#email-heading .text-overlay2 h5 {
  color: var(--black);
}

#email-heading .text-overlay2 h6 {
  color: var(--black);
}

/* ------------------------- MOBILE RESPONSIVE ---------------------*/
@media only screen and (max-width: 600px) {
  #email-heading {
    margin-top: 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
    align-items: center;
    margin: 0px;

  }

  #email-heading .background-image {
    width: 100%;
    object-fit: cover;
    height: 500px;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  #email-heading .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    color: var(--black);
    padding: 10px;
    text-align: center;
    box-shadow: #0000003b 2px 2px 2px 2px;
  }

  #email-heading .text-overlay2 {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 10px;
    text-align: center;

  }

  #email-heading .text-overlay2 h5 {
    color: #fff;
    padding: 10px;
    text-align: center;

  }

  #email-heading .text-overlay2 h6 {

    color: #fff;
    padding: 10px;
    text-align: center;

  }
}

/* ----------------- Tab Responsive -----------------------------------*/
@media (min-width: 768px) and (max-width: 1400px) {
#email-heading .text-overlay {
    position: absolute;
    top: 50%;
    left: 28%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    color: var(--black);
    padding: 25px;
    text-align: center;
    box-shadow: #0000003b 2px 2px 2px 2px;
}

}
/* -----------------------  CONFIRM / REJECT --------------------------------------*/
#confirm-e .container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#confirm-e .background-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  background-size: cover;
}



#confirm-e .text-overlay2 p {
  color: var(--white);
  text-align: end;
}

#confirm-e .text-overlay2 .btn {
  color: var(--white);
  text-align: end;
  margin-left: 65%;
}

#confirm-e .text-overlay2 .btn:hover {
  color: var(--black);
  background-color: var(--white);
}

#confirm-e .text-overlay1 p {
  color: var(--black);
}

#confirm-e .text-overlay1 .btn:hover {
  color: var(--white);
  background-color: var(--black);
}

/* responsive */
@media only screen and (max-width: 599px) {
  #confirm-e .container {
    padding: 20px;
    position: relative;
    display: flex;

  }

  #confirm-e {
    background-color: #000;
  }
#confirm-e .text-overlay1 {
  position: absolute;
    top: 25%;
    width: fit-content;
    left: 50%;
  transform: translate(-50%, -50%);
  color: var(--black);
  padding: 10px;
}

#confirm-e .text-overlay2 {
    position: absolute;
    bottom: 1%;
    left: 48%;
    transform: translate(-50%, -50%);
    color: var(--white);
    padding: 10px;
    /* width: fit-content; */
}

  #confirm-e .text-overlay1 p {

    text-align: left;
    display: block;
    color: var(--black);
    padding: 0px;

  }

  #confirm-e .text-overlay2 p {
    text-align: right;
    display: block;
    color: var(--white);
    padding: 10px;

  }

  #confirm-e .background-image {
 
height: 400px;
object-fit: cover;
background-size: cover;
   
    width: 100%;
  }

  #confirm-e .text-overlay2 .btn {
    color: var(--white);
    text-align: end;
    margin-left: 35%;
  }
}

@media (min-width: 600px) {
    #email-heading .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    color: var(--black);
    padding: 25px;
    text-align: center;
    box-shadow: #0000003b 2px 2px 2px 2px;
}
    #confirm-e .background-image {
        height:400px;
    }
#confirm-e .text-overlay1 {
  position: absolute;
    top: 25%;
    width: fit-content;
    left: 50%;
  transform: translate(-50%, -50%);
  color: var(--black);
  padding: 10px;
}

#confirm-e .text-overlay2 {
  position: absolute;
    bottom: 5%;
    left: 50.5%;
  transform: translate(-50%, -50%);
  color: var(--white);
  padding: 10px;
}
.cta .text-overlay1 {
    position: absolute;
    top: 30%;
    left: 15%;
    /* transform: translate(-50%, -50%); */
    color: #000;
    text-align: center;
}
}

/* --------------------------------  Email Services -------------------------------- */

#email-services .card-body {
  background-color: var(--yellow);
  z-index: 10;
  margin-top: -25%;
}

#email-services .card-image {
  width: 100%;
  height: auto;
}

#email-services .card-content {
  padding: 10px;
}

/* --------------------------- CTA -------------------------------------------- */

.cta {

  background-image: url('../img/cta/cta-bg.png');
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .cta {

    background-image: url('../img/cta/cta-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    object-fit: cover;
  }

}

.cta .image {
  width: 100%;
  height: auto;
}


.cta .text-overlay1 {

  position: absolute;
  top: 40%;
  left: 15%;
  /*transform: translate(-50%, -50%);*/
  color: #000;
  text-align: center;
}


.cta .text-title {
  font-size: 24px;
  margin-bottom: 10px;
}


.cta .text-description {
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  .cta .text-overlay1 {

    position: absolute;
    top: 20%;
    left: 15%;
    /*transform: translate(-50%, -50%);*/
    color: #000;
    text-align: center;
  }
}

/* ---------------------- FOOTER ------------------------------ */

.footer a {
  margin-left: 10px;
  color: var(--white);
}

.footer a:hover {
  color: var(--yellow);
}


/* ----------------------------   MOBILE RESPONSIVE ------------------------------------ */
@media only screen and (max-width: 600px) {
  .imprint-css {
    display: flex;
    justify-content: center;
    margin: 0%;
  }
}

