/*
    * Project Name:
    * Project Athor: Wezapps.com
    * Project Date: 12-01-2021
    * All Section:
        1. Header
*/

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  font-family: "Montserrat", sans-serif;
}

/* google fonts */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*======> loading css start <=======*/

.loader_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999999;
  overflow: visible;
  background: #fff;
}

.loader {
  width: 150px;
  height: 150px;
  position: absolute;
  border: 0 solid transparent;
  border-radius: 50%;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader::before,
.loader::after {
  width: inherit;
  height: inherit;
  border: 1em solid #ff5733;
  border-radius: 50%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader::before {
  animation-delay: 0.5s;
}

@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*======> Basic css start <=======*/

.header-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url("../img/mario-gogh-VBLHICVh-lI-unsplash.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 0px;
}

.header-wrapper::after {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.header-content-area {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #fff;
  z-index: 1;
}

.header-content {
  margin-top: 40px;
}

.header-content h1 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
}

/* header-btn-item  */

.btn {
  z-index: 1;
  background: #fff;
  color: #2d2d2d;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
}

.button:hover {
  color: #fff;
  background-color: #24cdd5;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16),
    0 3px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* copy-right */

.copy-right {
  width: 100%;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .header-wrapper {
    height: 126vh;
  }
  .header-wrapper::after {
    height: 126vh;
  }
  .header-content-area {
    height: 125vh;
  }
}

@media (max-width: 768px) {
  .header-wrapper {
    height: 100vh;
  }
  .header-wrapper::after {
    height: 100vh;
  }
  .header-content-area {
    height: 98vh;
  }
}

@media screen and (max-width: 1024px) and (min-width: 414px) {
  .header-btn-item {
    padding: 72px 0 !important;
  }
}

@media only screen and (max-width: 540px) and (min-width: 414px) {
  .header-wrapper {
    height: 144vh;
  }
  .header-wrapper::after {
    height: 144vh;
  }
  .header-content-area {
    height: 144vh;
  }
  .header-btn-item {
    padding: 40px 0 !important;
  }
}

@media only screen and (max-width: 414px) {
  .header-wrapper {
    height: 105vh;
  }
  .header-wrapper::after {
    height: 105vh;
  }
  .header-content-area {
    height: 105vh;
  }
  .header-btn-item-area {
    padding-top: 0px !important;
  }
  
}

@media only screen and (max-width: 375px) {
  .header-wrapper {
    height: 115vh;
  }
  .header-wrapper::after {
    height: 115vh;
  }
  .header-content-area {
    height: 114vh;
  }
  
}

@media only screen and (max-width: 360px) {
  .header-wrapper {
    height: 115vh;
  }
  .header-wrapper::after {
    height: 115vh;
  }
  .header-content-area {
    height: 114vh;
  }
  
}

@media only screen and (max-width: 320px) {
  .header-wrapper {
    height: 132vh;
  }
  .header-wrapper::after {
    height: 132vh;
  }
  .header-content-area {
    height: 132vh;
  }
  .header-content h1 {
    font-size: 35px;
  }
  
}

@media only screen and (max-width: 280px) {
  .header-wrapper {
    height: 111vh;
  }
  .header-wrapper::after {
    height: 111vh;
  }
  .header-content-area {
    height: 111vh;
  }
  .header-content h1 {
    font-size: 33px;
  }
}

#logo {
  width: 300px;
  height: 150px;
  margin-bottom: 5%;
  /*background-color: rgba(255, 255, 255, 0.8);*/
  padding: 2%;
}
