/*
**  This is stylesheet for index.html
**  @author Dmitrii
**  @date   May 7 2019
*/
body {
  font-family: 'Fira Sans';
}

img {
  width: 100%;
}

* {
  box-sizing: border-box;
}

.content-title, .content-desc {
  text-align: left;
}

h2, .h2 {
  font-size: 1.25rem;
}

/* Header Style */
header {
  text-transform: uppercase;
}

header .navbar {
  background: #788894;
}

header .btn-log-in {
  box-shadow: 0 5px 13px #fd397a1a;
  border-radius: 100px;
  background-color: #788894;
  color: #fff;
  padding: 5px 20px;
  border: 2px solid #FFF;
}
header .btn-log-in:hover {
  background-color: #6c757d;
  box-shadow: 0 5px 13px rgba(188,236,0,.15);
  text-shadow: 0 0 9px rgba(65,82,5,.45);
  color: #fff;
}

.btn-get-start {
  box-shadow: 0 5px 13px rgba(147,204,1,.15);
  border-radius: 100px;
  background-color: #9ad600;
  color: #fff;
  padding: 5px 20px;
  border: 2px solid #FFF;
}

header .btn-get-start:hover {
  background-color: #b1ef00;
  box-shadow: 0 5px 13px rgba(188,236,0,.15);
  text-shadow: 0 0 9px rgba(65,82,5,.45);
  color: #fff;
}

/* Main Content Style */
.content {
  margin-top: 59px;
}

/* Section Style */
.content .section {
  position: relative;
  height: 50vw;
  padding-top: 59px;
}


.content .section.section-slanted::after {
  content: ' ';
  width: 100%;
  height: 100px;
  position: absolute; 
  bottom: 0px;
  left: 0px;
}

.content .section:last-child::after {
  width: 0;
  height: 0;
}

.content .section .section-content {
  width: 100%;
  text-align: center;
  padding: 0px 50px;
}

.autocomplete-suggestions {
  background-color: #FFF;
  padding: 5px;
}
.autocomplete-suggestion{
  background-color: #FFF;
  padding-bottom: 10px;
}
.autocomplete-suggestion img {
  width: 30px;
}

/* Section1 Style */
#section1 {
  padding-top: 0px;
}
#section1::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.5;
  background-size: cover;
  z-index: 2;
}

#section1::after {
  background: linear-gradient(to left top, #fff 49%, transparent 50%);
  z-index: 10;
}

#section1 .img-banner {
  height: 100%;
  background-image: url(../images/front_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#section1 .section-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#section1 .section-content .banner-title {
  font-size: 70px;
  margin-bottom: 2vw;
  letter-spacing: 1.2px;
  color: white;
}

#section1 .section-content .banner-sub-title {
  font-size: 35px;
  margin-bottom: 5vw;
  font-weight: 300;
  color: white;
}

#section1 .section-content .btn-sign-up, #section4 .section-content .btn-sign-up {
  border: 3px solid white;
  border-radius: 30px;
  width: 300px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: white !important;
  font-weight: 600;
}

#section1 .section-content .btn-sign-up:hover, #section4 .section-content .btn-sign-up:hover {
  background: #9ad600;
}

/* Section 2 Style */
#section2 { 
  height: auto;
  padding-bottom: 100px;
}
#section2::after {
  background: linear-gradient(to right top, #788894 49%, transparent 50%);
}

#section2 .section-content #imageSlider {
}

#section2 .section-content #textSlider {
  text-align: left;
}

#section2 .section-content #textSlider .content-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

#section2 .section-content #textSlider .content-desc {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 300;
}

#section2 #textSlider .slick-dots { display: none !important; }


/* Section 3 Style */

#section3 {
  background: #788894;
  height: auto;
  padding: 20px 0px 120px 0px;
}

#section3::after {
  background: linear-gradient(to right bottom, #788894 49%, #fff 50%);
}

#section3 .section-content {
  padding: 0px 100px;
}

#section3 .section-content .section-title {
  color: white;
  letter-spacing: 2px;
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 20px;
}

#section3 .section-content #testimonialSlider {}
 
#section3 .section-content #testimonialSlider .slick-slide {
  margin: 0px 10px;
  padding: 20px;
  border-radius: 20px;
  border: 3px solid white;
  box-shadow: 0 2px 12px rgba(125,125,125,.15);
  background: white;
  transition: .2s all;
  cursor: pointer;
  max-height: 550px;
}
#section3 .section-content #testimonialSlider .slick-slide:hover {
  border-color: white;
  background: #788894;
  color: white!important;
}
#section3 .section-content #testimonialSlider .slick-slide:hover img {
  border-color: white;
}
#section3 .section-content #testimonialSlider .slick-slide:hover .role {
  color: white !important;
}
#section3 .section-content #testimonialSlider .slider-item {
  height: 100%;
}
#section3 .section-content #testimonialSlider .slider-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #788894;
  background: white;
  padding: 10px;
  margin: auto;
  margin-bottom: 20px;
}
#section3 .section-content #testimonialSlider .slider-item .name {
  display: block;
  font-size: 20px;
}
#section3 .section-content #testimonialSlider .slider-item .role {
  display: block;
  color: #333 !important;
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 20px;
}
#section3 .section-content #testimonialSlider .slider-item .desc {
  font-weight: 300;
  overflow-y: auto;
  text-align: left;
}
#section3 .slick-dots li button:before {
  color: white;
}
#section3 .slick-dots li.slick-active button:before {
  color: white;
}

/* Section 4 */
#section4 {
  height: auto;
  padding-bottom: 0px;
}
#section4 .section-detail {
  position: relative;
  margin-bottom: 50px;
}
#section4 .section-detail .section-image {
  width: 100%;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, .3);
}
#section4 .section-detail .section-detail-content {
  
}
#section4 .section-detail .section-detail-content .title {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
}
#section4 .section-detail .section-detail-content .description {
  font-weight: 300;
}

#section4 .number-part.row {
  background: #788894;
  margin: 0px -50px;
  padding: 20px;
  color: white;
}
#section4 .number-part.row .col-md-3 {
  border-right: 2px solid #fff;
}
#section4 .number-part.row .col-md-3:last-child {
  border-right: 0px;
}
#section4 .number-part.row .counter, #section4 .number-part.row .counter-bar{
  font-size: 48px;
  font-weight: 400;
}
#section4 .number-part.row .title {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  padding: 0 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* Section 5  Style */
#section5 {
  padding: 50px 0px;
  background: #f2f7fd;
  height: auto;
}
#section5 .section-content {
}
#section5 .section-title {
  text-align: center;
  margin-bottom: 50px;  
}
#section5 .blog-list {
 text-align: left;
}
#section5 .blog-list .blog-item {
  margin: 10px 0px;
}
#section5 .blog-list .blog-item .blog-item-content {
  background: white;
  height: 100%;
  padding: 10px;
  border-bottom: 2px solid;
  transition: .2s all;
  cursor: pointer;
  min-height: 350px;
}
#section5 .blog-list .blog-item:nth-child(1) .blog-item-content {
  border-color: rgb(106,93,226);
  box-shadow: 0 9px 16px rgba(106,93,226,.11);
}
#section5 .blog-list .blog-item:nth-child(2) .blog-item-content {
  border-color: rgb(246,76,77);
  box-shadow: 0 9px 16px rgba(246,76,77,.16);
}
#section5 .blog-list .blog-item:nth-child(3) .blog-item-content {
  border-color: rgb(224,110,0);
  box-shadow: 0 9px 16px rgba(224,110,0,.22);
}
#section5 .blog-list .blog-item:nth-child(4) .blog-item-content {
  border-color: rgb(0,167,254);
  box-shadow: 0 9px 16px rgba(0,167,254,.22);
}
#section5 .blog-list .blog-item .blog-item-content:hover {
  border-radius: 20px;
}
#section5 .blog-list .blog-item .blog-desc {
  margin-top: 10px;
}
#section5 .blog-list .blog-item .blog-desc .blog-title {
  font-size: 20px;
  font-weight: 500;
}
#section5 .blog-list .blog-item .blog-desc .author {
  font-weight: 300;
  font-size: 16px;
}
#section5 .slick-next:before, 
#section5 .slick-prev:before {
  color: #333;
}
#section5 .section-content #blogSlider .slick-slide {
  margin: 0px 10px;
  padding: 20px;
  border-radius: 20px;
  border: 3px solid white;
  box-shadow: 0 2px 12px rgba(125,125,125,.15);
  background: white;
  transition: .2s all;
  cursor: pointer;
}

.blog-item a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.blog-item a:hover {
  text-decoration: none;
}
/* FOOTER */
#section6 {
  height: auto !important;
  padding-top: 0px !important;
}
.footer {
  user-select: none;
  background-color: #788894;
  color: #bdcad4;
  display: block;
  padding: 2% 0 1%;
}
.footer .title {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer .social-list .social-icons {
  display: inline-block;
  color: #bdcad4 !important;
  font-size: 18px;
  width: 50px;
  text-align: center;
  transition: .2s all;
}
.footer .social-list .social-icons:hover{
  color: white !important;
}
.footer-copy {
  text-align: center;
  background-color: #6b7984;
  color: #bdcad4;
  padding: 4px 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  min-width: 305px;
}
.footer-copy .footer-copy-nav .footer-copy-link {
  display: inline-block;
  color: #bdcad4;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}
.footer-copy .footer-copy-nav .footer-copy-link:first-child::before {
  content: none;
}
.footer-copy .footer-copy-nav .footer-copy-link::before {
  content: "|";
  display: inline-block;
  padding: 0 10px;
  cursor: default;
}

/* Modal Style */
.modal .modal-content {
  border: none;
  border-radius: 0px;
  background: transparent;
}
.modal .modal-content .modal-header {
  border-radius: 5px 5px 0px 0px;
  padding: 20px 25px;
  border: none;
}
.modal .modal-content .modal-header .modal-title {
  font-size: 18px;
  color: white;
}
.modal .modal-content .modal-header .close {
  text-shadow: none;
  transition: .2s all;
}
.modal .modal-content .modal-header .close:hover {
  color: white !important;
}
.modal .modal-content .modal-body {
  background: white;
  padding: 20px 25px;
}
.modal .modal-content .modal-body input:focus {

}
.modal .modal-content .modal-footer {
  background: white;
  border-radius: 0px 0px 5px 5px;
  padding: 20px 25px;
}
.modal .modal-content .modal-footer .btn {
  width: 100%;
  border-radius: 24px; 
}
/* Login Modal Style */
#loginModal .modal-content .modal-header {
  background: linear-gradient(to bottom, #788894 0%, #788894 100%) left bottom white no-repeat;
}
#loginModal .modal-content .modal-header .close {
  color: #FFF;
}
#loginModal .modal-content .modal-footer .btn-submit-login {
  background: #788894;
  border-color: #788894;
  color: #FFF;
}
#loginModal .modal-content .modal-footer .btn-submit-login:hover {
  background: #6c757d;
  border-color: #FFF;
}
#forgot-password-link, #back-to-login-link {
  color: rgb(0,167,254);
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}
#forgot-password-link:hover, #back-to-login-link:hover {
  text-decoration: underline;
}
#login-form-forgot {
  display: none;
}

/* Get Started Modal Style */
#getStartedModal .modal-content .modal-header {
  background: linear-gradient(to bottom, #9ad600 0%, rgb(167, 223, 13) 100%) left bottom white no-repeat;
}
#getStartedModal .modal-content .modal-header .close {
  color: #fff !important;
}
#getStartedModal .modal-content .modal-footer .btn-submit-imdb-url {
  background: #9ad600;
  color: white !important;
}
#getStartedModal .modal-content .modal-footer .btn-submit-imdb-url:hover {
  background: #b1ef00;
  border-color: #b1ef00;
}


/* Responsive Design */
@media only screen and (min-width: 1200px){
  .container {
    max-width: 1400px;
  }
}

@media only screen and (max-width: 1200px) {
  .content .section {
    height: auto;
    padding: 100px 0px;
  }
  .content .section::after {
    height: 80px;
  }
  #section1 {
    padding: 30vw 50px;
  }
  #section1 .img-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  #section1 .section-content .banner-title { font-size: 50px; }
  #section1 .section-content .banner-sub-title { font-size: 28px; }
  
  #section2 .section-content #textSlider .content-title {
    font-size: 30px;
    line-height: 35px;
  }
  
  #section3 { padding-top: 20px; }
  #section3 .section-content .section-title { }

  #section4 .number-part.row {
    margin: 0px -50px;
    padding: 20px;
  }
  #section4 .number-part.row .title { font-size: 18px; }
  #section4 .number-part.row .counter { font-size: 28px; }

  #section6 { padding: 0px; }
}

@media only screen and (max-width: 992px) {
  header .navbar-brand img {
    content: url(../images/k-square-xs.png);
  }
}

@media only screen and (max-width: 768px) {
  .content .section { padding: 50px 0px; }
  .content .section::after { height: 50px; }
  #section1 .section-content .banner-title { font-size: 40px; }
  #section1 .section-content .banner-sub-title { font-size: 24px; }
  #section2 { padding-top: 20px; }
  #section2 .section-content #textSlider .slider-item { height: auto; }
  #section2 .section-content #textSlider .content-title { font-size: 24px; }
  #section2 .section-content #textSlider .content-desc { 
    font-size: 16px;
    line-height: 20px;
  }
  #section3 .section-content .section-title { font-size: 40px; }
  #section4 { padding-top:  20px; }
  #section4 .section-detail .section-detail-content .title { 
    margin-top: 10px;
    font-size: 24px; 
  }
  #section4 .number-part.row .col-sm-6 {
    margin: 10px 0px;
  }
  #section4 .number-part.row .col-sm-6:nth-child(even) { border-right: 0px; }
}

@media only screen and (max-width: 576px) {
  .content .section { padding: 30px 0px; }
  .content .section::after { height: 30px; }
  .content .section .section-content { padding: 0px; }
  #section1 { padding: 50vw 50px; }
  #section1 .section-content .banner-title { font-size: 32px; }
  #section1 .section-content .banner-sub-title { font-size: 16px; }
  #section1 .section-content .btn-sign-up {
    width: 250px;
    height: 40px;
  }
  #section2 .section-content #textSlider .content-title {
    font-size: 20px;
    line-height: 22px;
  }
  #section2 .section-content #textSlider .content-desc {
    font-size: 14px;
    line-height: 16px;
  }
  
  #section3 .section-content { padding: 0px; }
  #section3 .section-content .slick-prev,
  #section3 .section-content .slick-next {
    display: none !important;
  }

  #section3 .section-content .section-title { font-size: 32px; }

  #section4 .section-detail .section-detail-content .title { font-size: 20px; }
  #section4 .section-detail .section-detail-content .description { font-size: 14px; }
  #section4 .number-part.row { margin: 0px; }
  #section4 .number-part.row .col-12 {
    margin: 10px 0px;
    border: none;
  }
  #section5 { padding: 20px 0px; }
  #section5 .section-content { padding: 0px 10px; }

  #section6 .footer .col-12 {
    text-align: left !important;
    margin: 10px 0px;
  }
}
