/*------------------------------------------------
Item 	: Kilat - Coming Soon HTML with Captcha Form Validation
Author  : igdepe
Email	: igp.ekasuryawan@gmail.com
-------------------------------------------------*/

/*------------------------------------------------|
Fonts typography
--------------------------------|

font-family: 'Montserrat', sans-serif;
font-family: 'Source Sans Pro', sans-serif;

-------------------------------------------------*/
/*------------------------------------------------|
Table of content
--------------------------------|

1. Public style
2. Loader style
3. Notification
4. Slider style
5. Main content
6. Form Style
7. Popup Form Style
8. Media Query ( Resposive Part )

-------------------------------------------------*/

/*-------------------------------
1. Public style
--------------------------------*/
@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&amp;family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&amp;display=swap");

@font-face {
  font-family: "FallingSkyExBdObl";
  src: url("../fonts/FallingSkyExBdObl.woff") format("woff");
}

@font-face {
  font-family: "FallingSkyBd";
  src: url("../fonts/FallingSkyBd.woff") format("woff");
}

* {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
html,
body {
  height: 100%;
  width: 100%;
}
.tb {
  display: table;
  height: 100%;
  width: 100%;
}
.cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

/*-------------------------------
2. Loader style
--------------------------------*/
.openingloader {
  background: #fff;
  height: 100%;
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 9999;
}
.openingloaderhide {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: -1;
}
.openingloader .wrapspin {
  display: block;
  height: 62px;
  margin: 0 auto;
  width: 62px;
}
.openingloader .loader {
  animation: spinner 2s linear infinite;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #d32020;
  height: 60px;
  width: 60px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*-------------------------------
3. Notification
--------------------------------*/
.notif {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: -1;
}
.notifopen {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 9999;
}
.notif .wrapinner {
  background: #d32020;
  border-radius: 4px;
  box-shadow: 0 0 40px #0003;
  display: block;
  margin: 0 auto;
  padding: 30px;
  width: 620px;
}
.notif .wrapinner h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
}
.notif .wrapinner p {
  color: #484848;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.notif .wrapinner .atag {
  margin: 30px 0 0;
}
.notif .wrapinner .atag a {
  background: #d2b654;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
}
.notif .wrapinner .atag a:hover {
  background: #bba24a;
}
.notif .wrapinner .mainbox {
  display: none;
}
.notifopen .wrapinner .openbox {
  display: block;
}

/*-------------------------------
4. Slider style
--------------------------------*/
.owl-banner,
.owl-banner .owl-stage-outer,
.owl-banner .owl-stage-outer .owl-stage,
.owl-banner .owl-stage-outer .owl-stage .owl-item,
.owl-banner .owl-stage-outer .owl-stage .owl-item .wrapitem,
.owl-banner .owl-stage-outer .owl-stage .owl-item .wrapitem .item {
  height: 100%;
  width: 100%;
}
.owl-banner {
  position: absolute;
  width: 50%;
}
.owl-bannerfull {
  position: absolute;
  width: 100%;
}
.owl-banner:before {
  background-image: linear-gradient(to bottom right, #d32020, #d3202054);
  content: " ";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999;
}

/*-------------------------------
5. Main Content
--------------------------------*/
.maincontent {
  height: 100%;
  width: 100%;
}
.maincontent .leftcontent,
.maincontent .rightcontent {
  float: left;
  height: 100%;
  width: 50%;
}
.maincontent .leftcontent {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  padding: 20px;
}
.maincontent .leftcontentslider {
  padding: 0;
}

.maincontent .leftcontent img {
  display: block;
  margin: 0 auto;
  width: 180px;
}

@media screen and (min-width: 768px) {
  .maincontent .leftcontent img {
    width: 35%;
  }
}

.maincontent .leftcontent h1 {
  color: #fff;
  font-family: "FallingSkyExBdObl", sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin: 25px 0;
  text-align: center;
  text-transform: uppercase;
}
.maincontent .leftcontent h1 span {
  color: #d32020;
  font-weight: 900;
}
.maincontent .leftcontent h2 {
  color: #fff;
  font-family: "FallingSkyExBdObl", sans-serif;
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
.maincontent .leftcontent .line {
  background: #d32020;
  height: 50px;
  margin: 25px auto;
  width: 1px;
}
.maincontent .leftcontent h3 {
  color: #fff;
  font-family: "FallingSkyExBdObl", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
.maincontent .wraptextforslider {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 555;
}
.maincontent #timepost {
  margin: 25px 0;
  text-align: center;
}
.maincontent #timepost .box {
  background: #d32020;
  color: #000;
  display: inline-block;
  height: 90px;
  margin: 0 15px;
  padding: 5px;
  width: 90px;
}
.maincontent #timepost .box h4 {
  font-size: 60px;
  font-weight: 300;
  line-height: 75px;
  text-align: center;
}
.maincontent #timepost .box p {
  color: #fff;
  margin: 25px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.maincontent .rightcontent .wrapcontent {
  background: #fff;
  padding: 15px 25px;
}
.maincontent .rightcontent h2 {
  color: #41434a;
  font-family: "FallingSkyExBdObl", sans-serif;
  font-size: 38px;
  font-weight: 900;
  margin: 25px 0;
  text-align: center;
}
.maincontent .rightcontent h3 {
  color: #41434a;
  font-family: "FallingSkyBd", sans-serif;
  font-size: 28px;
  margin: 15px 0;
  text-align: center;
}

.maincontent .rightcontent p {
  color: #6f6f6f;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  text-align: center;
}
.maincontent .rightcontent .line {
  background: #d32020;
  height: 50px;
  margin: 25px auto;
  width: 1px;
}

/*-------------------------------
6. Form Style
--------------------------------*/
.maincontent .rightcontent form .f_group {
  position: relative;
}
.maincontent .rightcontent form label {
  color: #b5b4b4;
  font-size: 18px;
}
.maincontent .rightcontent form textarea::placeholder,
.maincontent .rightcontent form input::placeholder {
  color: #a8a4a4;
}
.maincontent .rightcontent form input[type="text"],
.maincontent .rightcontent form input[type="email"],
.maincontent .rightcontent form input[type="tel"],
.maincontent .rightcontent form input[type="num"],
.maincontent .rightcontent form select {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  display: block;
  font-size: 18px;
  height: 55px;
  margin-bottom: 25px;
  outline: 0;
  padding: 0;
  width: 100%;
}
.maincontent .rightcontent form textarea {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  display: block;
  margin-bottom: 25px;
  outline: 0;
  padding: 0;
  width: 100%;
}

.maincontent .rightcontent form input[type="text"]:focus,
.maincontent .rightcontent form input[type="email"]:focus,
.maincontent .rightcontent form input[type="tel"]:focus,
.maincontent .rightcontent form input[type="num"]:focus,
.maincontent .rightcontent form select:focus,
.maincontent .rightcontent form textarea:focus {
  border-bottom: 2px solid #d32020;
}
.maincontent .rightcontent form input[type="submit"],
.maincontent .rightcontent form button {
  background: #d32020;
  border: none;
  color: #fff;
  display: block;
  font-family: "FallingSkyBd", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.maincontent .rightcontent form input[type="submit"]:hover,
.maincontent .rightcontent form button:hover {
  color: #fff;
}
.maincontentfull .leftcontent,
.maincontentfull .rightcontent {
  float: none;
  width: 100%;
}

/*-------------------------------
7. Popup Form Style
--------------------------------*/
.maincontentfull .popupforms {
  background: #fff;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translate(0, -100px);
  -webkit-transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  -o-transform: translate(0, -100px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
  width: 100%;
  z-index: -1;
}
.maincontentfull .popupformsopen {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 7777;
}
.maincontentfull .popupformsopen .wrapclose_btn {
  position: absolute;
  z-index: 9999;
}
.maincontentfull .popupformsopen .wrapclose_btn a {
  background: #d32020;
  display: block;
  height: 70px;
  width: 70px;
}
.maincontentfull .popupformsopen .wrapclose_btn a .bar {
  background: #000;
  display: block;
  height: 1px;
  margin: 0 auto;
  position: relative;
  top: 35px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 45px;
}
.maincontentfull .popupformsopen .wrapclose_btn a .bar:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.maincontentfull .btn_contact {
  margin-top: 40px;
}
.maincontentfull .btn_contact a {
  background: #5973ff;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 200px;
}
.maincontentfull .btn_contact a:hover {
  background: #4c63dd;
}

/*-------------------------------
8. Media Query ( Resposive Part )
--------------------------------*/
@media only screen and (max-width: 1199px) {
  .customrow {
    display: block;
    margin: 0;
  }
  .tb,
  .cell {
    display: block;
  }
  .notif .tb {
    display: table;
  }
  .notif .cell {
    display: table-cell;
  }
  .fullwrapslider .tb {
    display: table;
  }
  .fullwrapslider .cell {
    display: table-cell;
  }
  .maincontent .leftcontent img {
    margin: 0 auto;
  }
  .maincontent .leftcontent,
  .maincontent .rightcontent {
    float: none;
    height: auto;
    padding: 0;
    width: 100%;
  }
  .maincontentfull .leftcontent,
  .maincontentfull .rightcontent {
    height: 100%;
    min-height: 1000px;
  }
  .singlecover .leftcontent {
    height: 300px;
  }
  .owl-banner {
    width: 100%;
  }
  .owl-banner,
  .owl-banner .owl-stage-outer,
  .owl-banner .owl-stage-outer .owl-stage,
  .owl-banner .owl-stage-outer .owl-stage .owl-item,
  .owl-banner .owl-stage-outer .owl-stage .owl-item .wrapitem,
  .owl-banner .owl-stage-outer .owl-stage .owl-item .wrapitem .item {
    height: 300px;
  }

  .owl-bannerfull,
  .owl-bannerfull .owl-stage-outer,
  .owl-bannerfull .owl-stage-outer .owl-stage,
  .owl-bannerfull .owl-stage-outer .owl-stage .owl-item,
  .owl-bannerfull .owl-stage-outer .owl-stage .owl-item .wrapitem,
  .owl-bannerfull .owl-stage-outer .owl-stage .owl-item .wrapitem .item {
    height: auto;
    min-height: 1000px;
  }
  .maincontent .wraptextforslider {
    height: 300px;
    padding: 90px 0;
  }
  .maincontent .fullwrapslider {
    height: 100%;
    padding: 0;
  }
  .maincontentfull {
    min-height: 1000px;
  }
  .maincontentfull .popupforms {
    display: none;
  }
  .maincontentfull .popupformsopen {
    display: block;
  }
  .maincontent .rightcontent h2 {
    margin: 0 0 25px;
  }
  .maincontentfull .rightcontent h2 {
    margin: 60px 0;
  }
  .singlecover .rightcontent h2 {
    margin: 0 0 25px;
  }
  .maincontent .rightcontent .wrapcontent {
    padding: 90px 0;
  }
}

@media only screen and (max-width: 820px) {
  .notif .wrapinner {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .maincontent .leftcontent h1 {
    font-size: 25px;
  }
  .maincontent .leftcontent h2 {
    font-size: 20px;
  }
  .maincontent .rightcontent h2 {
    font-size: 32px;
  }
  .maincontent #timepost .box {
    margin: 0 5px 0;
  }
}
