/*=================General=========================*/

body {
  background-color: rgba(255,255,255,1);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Nunito,sans-serif;
}
.pull-right{
  float: right;
}
.pull-left{
  float: left;
}
body[data-layout="horizontal"] .page-content {
  margin-top: 0px !important;
}
.center-vertical{
  margin:auto;
}
.font-weight-bolder{
  font-weight: 800 !important;
}
.discount{
  text-decoration:line-through;
}
body[data-layout="horizontal"] .page-content {
    background-color: #fcfcfc;
}



/*================Sections=======================*/
.section-header-space{
  padding-bottom: 60px;
}
#promo{
  background-color: #FCFCFC;
}
#guarantee{
  background-color: #ffffff;
}
#features{
  background-color: #F2F7FB;
}
#cloud-hosting{
  background-color: rgba(52, 58, 64, 0.04);
}

/*================Colors==========================*/
.text-primary {
    color: #f7863b !important;
}



/*================Carrousel==========================*/
#header-slider{
  width: 100%;
  padding-top: 110px;
  background-color: #323645;
}
.carousel-item img {
  width: 100%;
}
.slider-content{
  position: absolute;
  padding-top: 45%;
  z-index: 1;
}
.slider-content h1, .slider-content h5{
  color: #fff;
}

/*================Search domain form=================*/
.slider-content .select2-selection.select2-selection--single {
  width: 22%;
  position: absolute;
  bottom: 4px;
  left: 58%;
  border: 0px;
  z-index: 1;
}
.rounded-input {
  border: 1px #fff;
  border-radius: 32px;
  padding: 24px;
}
.btn-search-domain{
  position: absolute !important;
  bottom: 20px;
  right: 7px;
  width: 12%;
}

/*================Cards============================*/
.card-title {
  font-size: 16px !important;
  font-weight: bold !important;
}

/*==============Product============================*/
#product{
  width: 100%;
  height: auto;
  background: -webkit-linear-gradient(top, white 75%, #323645 30%);
  background: -o-linear-gradient(top, white 75%, #323645 30%);
  background: -moz-linear-gradient(top, white 75%, #323645 30%);
  background: linear-gradient(to top, white 75%, #323645 30%);
  position: relative;
  top:-24px;
  z-index: 1;
}
#product h4{
  font-weight: bold;
}
#product .price h4{
  font-weight: bold;
  color: #4AA3FF;
  padding-bottom: 8px;
}
#product .card-body{
  background:#ffffff;
}
#product p{
  min-height: 72px;
}

/* Promo */
#promo .nav-item{
  margin:0px auto;
}

/* pricing slider */
/* .text-secondary {
    color: #4aa3ff !important;
} */
.card.pricing-box.spec3 {
  background: -webkit-linear-gradient(bottom, #fff 40%, #FF9800 10%);
  background: -o-linear-gradient(bottom, #fff 40%, #FF9800 10%);
  background: -moz-linear-gradient(bottom, #fff 40%, #FF9800 10%);
  background: linear-gradient(to bottom, #fff 40%, #FF9800 10%);
}
.card.pricing-box.spec2 {
  background: -webkit-linear-gradient(bottom, #fff 40%, #106CB5 10%);
  background: -o-linear-gradient(bottom, #fff 40%, #106CB5 10%);
  background: -moz-linear-gradient(bottom, #fff 40%, #106CB5 10%);
  background: linear-gradient(to bottom, #fff 40%, #106CB5 10%);
}
.card.pricing-box.spec1 {
  background: -webkit-linear-gradient(bottom, #fff 40%, #62B5F6 10%);
  background: -o-linear-gradient(bottom, #fff 40%, #62B5F6 10%);
  background: -moz-linear-gradient(bottom, #fff 40%, #62B5F6 10%);
  background: linear-gradient(to bottom, #fff 40%, #62B5F6 10%);
}
.spec-area img {
  float: left;
  margin-right: 16px;
}
.spec-area h6 {
  color: rgba(255,255,255,0.6);
  margin-bottom: 2px;
}
.spec-area p {
  color: #fff;
}
.spec1 .margin-button a{
  margin-bottom: 64px;
}
.spec2 .margin-button a{
  margin-bottom: 64px;
}
.spec3 .margin-button a{
  margin-bottom: 64px;
}

/* partners */
#partners{
  background: #FCFCFC;
}

/* testimoni */
.img-play{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.play-focus{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.card-body:hover .img-play {
  opacity: 0.3;
}
.card-body:hover .play-focus {
  opacity: 1;
}
.play-focus span {
  font-size: 80px;
  color: #323645;
}

/*=================Media Quarey----------------------*/
@media (min-width: 992px) {
  .topnav .dropdown .dropdown-menu {
    margin-top: 8px !important;
  }
}
@media (min-width: 1600px) {
  .navbar-brand-box {
    width: 40% !important;
  }
}
@media (max-width:568px){
    .btn-mobile {
        display: none;
    }
}
@media (min-width:568px){
    #topnav-menu-content {
        flex-flow: row-reverse;
    }
}
@media (max-width: 1200px) {
  .lg-only {
    display: none;
  }
  .topnav {
    margin-top: 64px !important;
  }
  .navbar-header {
    height: 64px !important;
  }
  .hotline{
    display: none;
  }
  .p-topheader {
    display: none !important;
  }
  #header-slider{
    height: 460px;
  }
  .carousel-indicators{
    display: none;
  }
  .carousel-inner{
    display: none;
  }
  .slider-content {
    padding-top: 0px;
  }
  .btn-search-domain {
    width: 17%;
  }
  .section-header-space{
    padding-bottom: 30px;
  }
  #product{
    width: 100%;
    height: auto;
    background: -webkit-linear-gradient(top, white 90%, #323645 10%);
    background: -o-linear-gradient(top, white 90%, #323645 10%);
    background: -moz-linear-gradient(top, white 90%, #323645 10%);
    background: linear-gradient(to top, white 90%, #323645 10%);
  }
}



/* dropdown */
.selectbox {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 200px;
}
.option-container {
  background-color: var(--select-theme);
  color: var(--option-color);
  width: 100%;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

.selectbox--active .option-container {
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
}

.selectbox__displayWord,
.option-container__option {
  padding: 12px 24px;
  cursor: pointer;
  user-select: none;
}

.selectbox__displayWord {
  position: relative;
  background-color: #fff;
  color: var(--option-color);
  border-radius: 8px;
  height: 40px;
}
.selectbox__displayWord::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  background: url("https://image.flaticon.com/icons/svg/271/271210.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;

  height: 16px;
  width: 16px;
  color: #f5f6fa;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.selectbox--active .selectbox__displayWord::after {
  transform: translateY(-50%) rotateZ(180deg);
}
.selectbox--unselect .selectbox__displayWord {
  color: gray;
}
.selectbox--shake {
  animation: shake 0.3s forwards;
}
.option-container {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.option-container__option:hover {
  background-color: #fff;
}
.option__radio {
  display: none;
}
.option__label {
  cursor: pointer;
}


