/*
	Template Name 	: Olivia - Coming soon HTML Template with Countdown
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

html {
  height: 100%;
}

body {
  font-size: 16px;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

.comming-soon {
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 100vh;
  display: block;
}

@media only screen and (min-width: 1025px) {
  .comming-soon {
    display: flex;
    flex-direction: row;
  }
}
.comming-soon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .comming-soon:before {
    background: rgba(0, 0, 0, 0.75);
  }
}

@media only screen and (max-width: 768px) {
  .comming-soon:before {
    background: rgba(0, 0, 0, 0.65);
  }
}

@media only screen and (max-width: 480px) {
  .comming-soon:before {
    background: rgba(0, 0, 0, 0.55);
  }
}

.countdown-timer-wrapper {
  text-align: center;
}

.timer .timer-wrapper {
  display: inline-block;
  width: 126px;
  margin: 0;
  text-align: center;
  vertical-align: top;
}

.timer .timer-wrapper .time {
  font-size: 46px;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
}

.timer .timer-wrapper .text {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.comming-soon-info {
  width: 100%;
  z-index: 2;
  display: block;
  position: relative;
}

.our-services {
  width: 100%;
  background: linear-gradient(53deg, #e02856, #e53b4d, #eb4d44);
  z-index: 2;
  padding: 60px;
  display: block;
  position: relative;
  height: 100vh;
  overflow-y: scroll;
}

@media only screen and (min-width: 1025px) {
  .comming-soon-info {
    width: 40%;
    display: flex;
    align-items: center;
    height: 100vh;
  }
  .our-services {
    width: 60%;
    display: flex;
    align-items: center;
  }
}

.comming-soon-inner {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.comming-soon-inner .logo {
  margin: 60px 0;
}

.site-info h2 {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5em;
}

.site-info h2 span {
  display: block;
  font-weight: 700;
}

.site-info p {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.8em;
  color: #fff;
  font-weight: 300;
  display: block;
  padding: 20px;
}

.services-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.title {
  text-transform: uppercase;
  font-size: 34px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border: none;
  border-bottom: 2px solid;
  border-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.2)
    )
    1;
  border-image-slice: 0 0 1 0;
  width: 100%;
}

.services-container p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
}

.services-container form {
  margin-top: 50px;
}

.services-container .form-control {
  border: none;
  box-shadow: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  height: auto;
  padding: 16px;
  margin-bottom: 30px;
  resize: none;
  transition: all 0.3s ease;
}

.services-container .form-control:focus {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.services-container .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.services-container .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.services-container .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.services-container .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.btn-submit {
  background: #fff;
  text-transform: uppercase;
  color: #e53a4e;
  font-weight: 500;
  border: none;
  padding: 16px 32px;
  border-radius: 5px;
  transition: all 0.4s;
  cursor: pointer;
}

.btn-submit:hover {
  background: #212121;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width: 1024px) {
  .comming-soon-info {
    padding: 50px 30px;
    height: 100vh;
  }

  .our-services {
    padding: 50px 30px;
    overflow-y: auto;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .comming-soon-info {
    height: 100vh;
  }
  .comming-soon-info,
  .our-services {
    min-height: auto;
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .comming-soon-inner {
    padding: 0;
  }

  .timer .timer-wrapper {
    width: 70px;
  }

  .timer .timer-wrapper .time {
    font-size: 26px;
  }

  .timer .timer-wrapper .text {
    font-size: 12px;
  }

  .site-info h2 {
    font-size: 20px;
  }

  .title {
    font-size: 22px;
  }

  .site-info p {
    font-size: 14px;
  }

  .services-container p {
    font-size: 14px;
  }

  .site-info p br {
    display: none;
  }
}

.language-switch a {
  display: inline-block;
  padding: 5px 10px;
  background-color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  color: black;
  transition: background-color 0.3s ease;
}
.language-switch a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.services-container {
  padding-top: 40px;
}
.service-card {
  background-color: #ac1234;
  opacity: 0.8;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  display: block;
  height: auto;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.service-icon {
  font-size: 40px;
  color: #fff;
  margin-bottom: 15px;
}
.service-card h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.service-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.cta-container {
  margin-top: 30px;
  text-align: center;
}
.btn-primary {
  background-color: #fff;
  color: #e53a4e;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: #e53a4e;
  color: #fff;
}
.btn-secondary {
  background-color: #e53a4e;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 18px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background-color: #fff;
  color: #e53a4e;
}
.btn-secondary:active {
  background-color: #fff;
  color: #e53a4e;
  transform: scale(0.98);
}
.btn-secondary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.header-container {
  display: block;
  position: relative;
}
.go-home {
  position: sti;
  top: 20px;
  left: 60px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(45deg, #e02856, #e53b4d);
  padding: 10px 20px;
  border-radius: 25px;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.go-home:hover {
  background: linear-gradient(45deg, #e53b4d, #e02856);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .go-home {
    position: sticky;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    right: 20px;
    bottom: 20px;
  }
}

.go-home:hover {
  color: #f0f0f0;
}
