html {
  scroll-behavior: smooth;
}

body {
  font-family: karla, sans-serif;
  color: #3b3e3f;
  margin: 0 5%;
}

/* Containers */

.container {
  background-color: #Ffffff;
  padding: 10px;
}

.row.header-container-ss {
  overflow: hidden;
  margin: 0;
}

.column-main-padding-ss {
  padding: 6% 6%;
}

.column-padding-ss {
  padding: 6%;
  box-sizing: content-box;
}

.w-100-ss {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.hero-title {
  height: 400px;
  margin: 0 auto;
}

.hero-title-min {
  height: 200px;
  margin: 0 auto;
}

.inner-hero {
  max-width: 400px;
  margin: 0 auto;
}

.full-height-row {
  height: 100vh;
}

/* Headings */

h1, h2, h3, h4, h5, h6, .primary-font {
  font-family: Nunito, sans-serif;
  color: #3b3e3f;
  font-weight: 800;
  margin: 20px 0;
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 47px;
}

h3 {
  font-size: 24px;
}

.text-primary-ss {
  color: #ff5f6d;
}

.big-numbers {
  font-size: 45px;
}

.text-primary-light-ss {
  color: rgba(255,95,109,0.4);
}

.text-light-ss {
  color: #fff;
}

/* General Styles */

.brand-logo {
  width: 100px;
}

.navbar.navbar-light.navbar-expand-md.sticky-top.main-navbar .brand-logo {
  width: 60px;
}

.nav.navbar-nav {
  font-size: 25px;
  font-family: nunito, sans-serif;
  font-weight: 800;
}

.navbar.navbar-light.navbar-expand-md.sticky-top.main-navbar {
  background-color: #f2f2f2;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255,95,109,0.4);
}

.navbar-light .navbar-nav .nav-link.active {
  color: rgb(255,95,109);
  text-decoration: underline;
}

.btn.btn-primary {
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 800;
  border-radius: 20px;
  border: none;
  padding: 10px 25px;
  margin: 15px 0;
  color: #fff;
  background: -moz-linear-gradient(-7.55% 22.9% -30deg,rgba(254, 232, 112, 1) 0%,rgba(255, 70, 76, 1) 100%,rgba(254, 232, 112, 1) 0%);
  background: -webkit-linear-gradient(-30deg, rgba(254, 232, 112, 1) 0%, rgba(255, 70, 76, 1) 100%, rgba(254, 232, 112, 1) 0%);
  background: -webkit-gradient(linear,-7.55% 22.9% ,107.55% 77.1% ,color-stop(0,rgba(254, 232, 112, 1) ),color-stop(1,rgba(255, 70, 76, 1), color-stop(0,rgba(254, 232, 112, 1) ) ));
  background: -o-linear-gradient(-30deg, #fee870 0%, rgba(255, 70, 76, 1) 100%, #fee870 0%);
  background: -ms-linear-gradient(-30deg, rgba(254, 232, 112, 1) 0%, rgba(255, 70, 76, 1) 100%, rgba(254, 232, 112, 1) 0%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEE870', endColorstr='#FF464C' ,GradientType=0)";
  background: linear-gradient(to right, #fee870 0%, #ff464c 51%, #fee870 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEE870',endColorstr='#FF464C' , GradientType=1);
  background-size: 200% auto;
  transition: 0.3s;
}

.btn.btn-primary:hover {
  background-position: right center;
  background-size: 200% auto;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 126, 38, 0.16);
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 126, 38, 0.16);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 126, 38, 0.16);
}

.btn.btn-secondary {
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 800;
  border-radius: 20px;
  border: none;
  padding: 10px 25px;
  margin: 15px 0;
  color: #ff6052;
  background-color: #Fff;
  box-shadow: 0px 0px 22.05px rgba(0, 0, 0, 0.08);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF464C',endColorstr='#FEE870' , GradientType=1);
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0px 0px 22.05px rgba(0, 0, 0, 0.08);
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0px 0px 22.05px rgba(0, 0, 0, 0.08);
}

.btn-secondary-floating {
  position: absolute;
  right: 20px;
  z-index: 2;
}

.bg-colored {
  background: -moz-linear-gradient(-7.55% 22.9% -30deg,rgba(254, 232, 112, 1) 0%,rgba(254, 225, 110, 1) 3.06%,rgba(254, 170, 98, 1) 27.56%,rgba(255, 127, 89, 1) 50.35%,rgba(255, 96, 82, 1) 70.73%,rgba(255, 77, 78, 1) 87.97%,rgba(255, 70, 76, 1) 100%);
  background: -webkit-linear-gradient(-30deg, rgba(254, 232, 112, 1) 0%, rgba(254, 225, 110, 1) 3.06%, rgba(254, 170, 98, 1) 27.56%, rgba(255, 127, 89, 1) 50.35%, rgba(255, 96, 82, 1) 70.73%, rgba(255, 77, 78, 1) 87.97%, rgba(255, 70, 76, 1) 100%);
  background: -webkit-gradient(linear,-7.55% 22.9% ,107.55% 77.1% ,color-stop(0,rgba(254, 232, 112, 1) ),color-stop(0.0306,rgba(254, 225, 110, 1) ),color-stop(0.2756,rgba(254, 170, 98, 1) ),color-stop(0.5035,rgba(255, 127, 89, 1) ),color-stop(0.7073,rgba(255, 96, 82, 1) ),color-stop(0.8797,rgba(255, 77, 78, 1) ),color-stop(1,rgba(255, 70, 76, 1) ));
  background: -o-linear-gradient(-30deg, rgba(254, 232, 112, 1) 0%, rgba(254, 225, 110, 1) 3.06%, rgba(254, 170, 98, 1) 27.56%, rgba(255, 127, 89, 1) 50.35%, rgba(255, 96, 82, 1) 70.73%, rgba(255, 77, 78, 1) 87.97%, rgba(255, 70, 76, 1) 100%);
  background: -ms-linear-gradient(-30deg, rgba(254, 232, 112, 1) 0%, rgba(254, 225, 110, 1) 3.06%, rgba(254, 170, 98, 1) 27.56%, rgba(255, 127, 89, 1) 50.35%, rgba(255, 96, 82, 1) 70.73%, rgba(255, 77, 78, 1) 87.97%, rgba(255, 70, 76, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEE870', endColorstr='#FF464C' ,GradientType=0)";
  background: linear-gradient(120deg, rgba(254, 232, 112, 1) 0%, rgba(254, 225, 110, 1) 3.06%, rgba(254, 170, 98, 1) 27.56%, rgba(255, 127, 89, 1) 50.35%, rgba(255, 96, 82, 1) 70.73%, rgba(255, 77, 78, 1) 87.97%, rgba(255, 70, 76, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEE870',endColorstr='#FF464C' , GradientType=1);
}

.bg-gray {
  background-color: #fafafa;
}

.rrss-icons {
  margin-top: 25px;
}

.rrss-icons i:first-child {
  border-right: 1.5px solid #ffbbc3;
}

.rrss-icons i {
  padding: 0px 15px;
  color: #ffbbc3;
}

.form-group.email-subscribe {
  border: 2px solid rgba(255,95,109,0.2);
  border-radius: 25px;
  box-sizing: content-box;
  height: 90px;
  width: 300px;
  padding: 5px;
}

.form-group.email-subscribe .btn.btn-primary {
  font-size:18px;
}

.form-group.email-subscribe input:focus, .form-group.normal-form input:focus, .form-group.normal-form select:focus, .form-group.normal-form textarea:focus {
  outline: none;
  background: none;
}

.form-group.email-subscribe input {
  border: none;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  color: rgb(255,95,109);
  font-size: 20px;
  font-family: 'Karla', sans-serif;
  width: 100%;
  height: 100%;
  background: none;
}

.form-group.normal-form input, .form-group.normal-form select, .form-group.normal-form textarea {
  border: 2px solid rgba(255,95,109,0.2);
  color: rgb(255,95,109);
  font-size: 18px;
  font-family: 'Karla', sans-serif;
  width: 100%;
  height: 100%;
  background: none;
}

.form-group.email-subscribe input::placeholder, .form-group.normal-form input::placeholder, .form-group.normal-form select::placeholder, .form-group.normal-form textarea::placeholder {
  color: rgba(255,95,109,0.4);
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, .form-control:focus {
  border: none;
  -webkit-text-fill-color: rgb(255,95,109);
  -webkit-box-shadow: 0 0 0px 1000px rgba(196,196,196,0.11) inset;
  transition: background-color 5000s ease-in-out 0s;
}

.form-group.email-subscribe input::-webkit-input-placeholder, {
  color: rgba(255,95,109,0.4);
}

.form-group.email-subscribe input:-ms-input-placeholder {
  color: rgba(255,95,109,0.4);
}

.form-group.email-subscribe button {
  margin: 0;
  height: 100%;
}

.card-container-ss .card-header-ss {
  height: 190px;
  overflow: hidden;
}

.card-container-ss .card-header-short-ss {
  height: 125px;
  overflow: hidden;
  word-wrap: break-word;
}

.side-img {
  width: 400px;
  margin: 0 auto;
  display: block;
}

/* Responsive styles */

@media (min-width: 991px) {
  .inside-slider {
    padding-right: 200px;
  }
}

@media (min-width: 991px) {
  .inside-slider-left {
    padding-left: 100px;
  }
} 

@media (max-width: 520px) {
  .form-group.email-subscribe {
    border-radius: 15px;
    height: 150px;
    width: 200px;
  }
}

@media (max-width: 520px) {
  .form-group.email-subscribe input {
    height: 50%;
    width: 100px;
    
  }
}

@media (max-width: 520px) {
  .margin-ss {
    margin: 100px 0;
  }
}

@media (max-width: 520px) {
  h2 {
    font-size: 2rem;
  }
}

 @media (max-width: 520px) {
  .form-group.email-subscribe {
   flex-wrap: wrap;
  }
  .form-group.email-subscribe .btn.btn-primary {
    height: 45%;
    width: 100%;
  
  }
} 