/**
* Template Name: ComingSoon
* Updated: Mar 09 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/comingsoon-free-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'MrEavesXLModOT';
  src: url(../fonts/MrEavesXLModOT.woff);
}

body {
  font-family: 'MrEavesXLModOT';
  color: #fff;
  /*background: url("../img/bg.jpg") top center no-repeat;*/
  background-size: cover;
  position: relative;
  /*background: #f3f9fd;*/
}

@media (min-width: 1024px) {
  body {
    background-attachment: fixed;
  }
}

a {
  color: #ff0000;
  text-decoration: none;
}

a:hover {
  color: #ff3333;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'MrEavesXLModOT';
}
h2 {
    color: #06205c;
    font-size: 40px;
    font-weight: 600;
}

h1 {
    background: #285aa7;
    background: linear-gradient(to top, #123177 30%, #285aa7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    line-height: 80px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#main {
  position: relative;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff0000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ff2929;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  
  /* countdown */
  padding: 30px 0;
}

#header h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#header h2 {
  color: #06205c;
  font-size: 40px;
  letter-spacing: 1px;
}


#footer .countdown div {
  text-align: center;
  margin: 0 10px;
}

#footer .countdown div h3 {
  font-weight: 700;
  font-size: 30px;
  color: #06205c;
}

#footer .countdown div h4 {
  font-size: 16px;
  font-weight: 600;
}
#body h5 {
    font-size: 28px;
    color: #06205c;
    line-height: 35px;
    margin-top: 40px;
    font-family: 'MrEavesXLModOT';
    font-weight: 700;
}

a.contact-btn {
    background: rgb(24,48,106);
    background: linear-gradient(90deg, rgba(24,48,106,1) 0%, rgba(43,79,161,1) 100%);
    color: #fff;
    font-size: 24px;
    padding: 9px 30px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 20px;
    border-bottom: 3px solid #438dc8;
    box-shadow: 0 0 5px #00000099;
}

a.email-btn {
    color: #1d2859;
    font-size: 16px;
    font-family: 'MrEavesXLModOT';
    font-weight: 700;
}
@media (max-width: 575px) {
  #footer .countdown div {
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }

  #footer .countdown div h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  #footer .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }
}



div#body {
    display: flex;
    align-items: center;
    text-align: center;
}

footer#footer {
    text-align: center;
    display: flex;
    align-items: end;
    padding: 50px 0;
}
#footer h4 {
    color: #06205c;
    font-size: 16px;
    font-weight: 600;
}

#footer .countdown div h3 span {
    font-size: 15px;
}

@media only screen and (max-width: 559px) {
#header img {
    width: 200px;
}

h2 {
    font-size: 25px;
}

h1 {
    font-size: 40px;
    line-height: 70px;
}
}
div#body p {
    font-size: 19px;
    color: #06205c;
    line-height: 21px;
    font-family: 'MrEavesXLModOT';
    font-weight: 500;
}

div#body p.p-lg {
    font-size: 24px;
    color: #06205c;
    line-height: 21px;
    font-family: 'MrEavesXLModOT';
    font-weight: 500;
}
div#body img {
    width: 150px;
}