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

  Project Name: Soune - Domain For Sale Template
  File Name: style.css
  Author: Khai Tawng
  Author URI: http://khaitawng.com
  Version: 1.0.0

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

// Table of contents //

        BODY
    0.  TYPOGRAPHY
    1.  BUTTONS
    2.  GENERAL
    3.  PRE LOADER
    4.  HOME
    5.  CONTACT
    6.  FOOTER
    7.  SOCIAL ICON
    8.  MOBILE RESPONSIVE

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

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

body {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  0 TYPOGRAPHY              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-weight: 500;
}

h1 {
  color: #000000;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  margin: 0;
}

h2 {
  color: #252525;
  font-size: 28px;
  line-height: 40px;
}

h3 {
  color: #f04040;
  font-size: 18px;
  line-height: 30px;
}

p {
  color: #656565;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 23px;
}

.white {
  color: #ffffff;
}


/*---------------------------------------
  1 BUTTONS               
-----------------------------------------*/

.section-btn {
  background: #f04040;
  border: none;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 28px;
  border-radius: 2px;
  margin-top: 30px;
}

.section-btn:focus,
.section-btn:hover {
  background: #ff6347;
  color: #ffffff;
}


/*---------------------------------------
  2 GENERAL               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #ff6347;
  outline: none;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #252525;
}

.section-title {
  position: relative;
  padding-bottom: 35px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}


/*---------------------------------------
  3 PRE LOADER              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #959595;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}


/*---------------------------------------
  4 HOME           
-----------------------------------------*/

#home {
  background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 85vh;
  position: relative;
}


/*---------------------------------------
  5 CONTACT             
-----------------------------------------*/

#contact {
  padding-top: 80px;
  padding-bottom: 80px;
}

#contact .col-md-11 {
  padding: 0;
}

#contact .text-success,
#contact .text-danger {
  display: none;
  padding: 0 0 5px 20px;
}

#contact .form-control {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  box-shadow: none;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 22px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:focus {
  border-color: #ff6347;
}

#contact input {
  height: 52px;
}

#contact button#cf-submit {
  background: #252525;
  border: none;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  height: 55px;
}

#contact button#cf-submit:focus,
#contact button#cf-submit:hover {
  background: #ff6347;
}


/*---------------------------------------
  6 FOOTER              
-----------------------------------------*/

footer {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}

footer h4 {
  color: #f9f9f9;
  padding-bottom: 10px;
}

footer a,
footer p {
  color: #757575;
  font-size: 13px;
}

.footer-contact p:first-of-type {
  margin-bottom: 0;
}

footer .copyright-text {
  border-top: 1px solid #151515;
  margin-top: 50px;
  padding-top: 40px;
}


/*---------------------------------------
  7 SOCIAL ICON             
-----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  background: #ffffff;
  border-radius: 100%;
  color: #151515;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  position: relative;
  margin: 10px 4px 4px 4px;
}

.social-icon li a:hover {
  background: #ff6347;
  color: #ffffff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/*---------------------------------------
  8 MOBILE RESPONSIVE              
-----------------------------------------*/

@media (max-width: 992px) {
  h1 {
    font-size: 30px;
  } 
}

@media (max-width: 767px) {
  .footer-contact {
    padding: 20px 0 20px 0;
  }
}

@media (max-width: 360px) {
  h1, h2 {
    font-size: 24px;
    line-height: normal;
  }
}

@media (max-width: 359px) {
  #home {
    height: 125vh;
  }
}
