/*Template Name: Vani - Minimal Portfolio Template
   Author: Uniquecrew
   E-mail: uniquecrewdesign@gmail.com
   Version: 2.0.0
   Created: March 2020
   File Description: Main Css file of the template
*/
html {
  overflow-x: hidden;
}

body {
  font-family: 'Geist', sans-serif;
  color: #353535;
  font-size: 16.5px;
  line-height: 28px;
  overflow-x:hidden;
}
p {
  font-family: 'Geist', sans-serif;
  letter-spacing: 0.8px;
}
a {
  text-decoration: none !important;
}

.shadow {
  box-shadow: 0 0 3px rgba(22, 28, 45, 0.15) !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  outline: none !important;
}

.btn-custom, .btn-outline-white:hover {
  color: #fff;
  background: #4d96ff;
  border: 1px solid #4d96ff;
}

.btn-custom:hover, .btn-outline-white {
  background-color: #ffffff;
  color: #4d96ff;
  border-color: #ffffff;
}
.btn:hover,
.btn:focus {
  outline: none !important;
}
/*******HOME*******/
.bg-home-half {
  position: relative;
  padding: 90px 0;
  background-size: cover;
}
.bg-home-half > img {
  position: absolute;
  bottom: -3px;
  height: 280px;
  width: 100%;
}
.bg-home-half h1,
.bg-home-half h2 {
  color: #4d96ff;
}
.bg-home-half:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 150vw;
  width: 300vw;
  height: 300vw;
  z-index: -1;
  background: rgba(77, 150, 255,.3) url("../images/bg.png");
  background-size: 100% 100%;
}
.danger {
  color: #d9534f;
}
.home-danger {
  font-size: 45px;
}
.text-custom {
  color: #f5aa55;
}
.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.section-title h3 {
  font-size: 22px;
  font-weight: 600;
}

.section-title h2 {
  font-size: 33px;
  letter-spacing: 1px;
  font-weight: 600;
}
.section-title .line-bot {
  display: inline-block;
  width: 50px;
  height: 2px;
  border-radius: 30px;
  margin: 15px 0 10px;
  background: #5a5757;
}

.bg-overlay {
  background-color: rgba(35, 37, 47, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

.section {
  padding: 60px 0;
  position: relative;
}

/******DEMOS*******/
h1 {
  font-weight: 700;
  font-size: 90px;
  line-height: 104px;
}
.padding-ten {
  padding-left: 10%;
  padding-right: 10%;
}

.demos-box img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 30px;
  padding: 5px;
  border: 1px solid #d0eeec;
}

.demos-box img:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.demos-box .title {
  font-weight: 600;
  letter-spacing: 1px !important;
  font-size: 18px;
}

.footer-three {
  padding: 40px 0;
  position: relative;
  background: rgba(77, 150, 255,.3);
 
}

.footer-three p {
	 color: #4d96ff;
}

.copy-rights {
  font-size: 15px;
  color: #adb5bd !important;
}

.border {
  height: 4px;
  width: 60px;
  border-radius: 5px;
  margin: 0 auto 30px;
  background-color: #f5aa55;
}

.title {
  margin-bottom: 15px;
  font-size: 22px;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #f8f9fa;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.back-to-top i {
  font-size: 16px;
}

.social-icon li a {
  color: #32363b;
  border: 1px solid #32363b;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.social-icon li a:hover {
  background-color: #f5aa55;
  border-color: #f5aa55 !important;
  color: #ffffff !important;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.back-to-top:hover, .back-to-top:focus {
  background-color: #f5aa55;
}

.back-to-top:hover i, .back-to-top:focus i {
  color: #ffffff !important;
}


.twentytwenty-before-label,
.twentytwenty-after-label {
  display: none !important;
}
.twentytwenty-overlay:hover {
    background: rgba(60, 72, 88, 0.05); 
}
.twentytwenty-handle {
    background: #f5aa55;
    border-color: #f1f3f9 !important;
}

@media (max-width: 768px) {
  .bg-home-half {
    padding: 60px 0;
  }
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.available {
	gap:5px
}
.available .skin-btn {
 width:18px;
 height:18px;
 border-radius: 50%;
}

.skin-btn.apricot-rouge {
    background-color: rgb(220, 101, 86);
}

.skin-btn.bouquet {
    background-color: rgb(173, 129, 161);
}

.skin-btn.clear-red {
    background-color: rgb(251, 105, 119);
}

.skin-btn.exotic-teal {
    background-color: rgb(20, 171, 161);
}

.skin-btn.forest-wood {
    background-color: rgb(155, 116, 94);
}

.skin-btn.funky-red {
    background-color: rgb(233, 28, 42);
}

.skin-btn.lucky-green {
    background-color: rgb(11, 163, 80);
}

.skin-btn.mustard-gold {
    background-color: rgb(242, 170, 2);
}

.skin-btn.royal-blue {
    background-color: rgb(65, 105, 225);
}

.skin-btn.spring-sky {
    background-color: rgb(51, 181, 231);
}

.skin-btn.strong-pink {
    background-color: rgb(217, 11, 144);
}

.skin-btn.super-orange {
    background-color: rgb(250, 91, 15);
}

.skin-btn.violet-punk {
    background-color: rgb(157, 107, 255);
}
