@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&family=Montserrat:wght@400;700&family=Poppins:wght@300;400;600;700&display=swap");

html {
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  font-family: "Hind", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  min-width: 360px;
  min-height: 800px;
}

.dropzone {
    border: 1px solid rgb(118, 118, 118);
}

.dz-progress {
    opacity: 0 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #242424;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

input[type=email], input[type=password], input[type=text], input[type=tel], textarea {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus, textarea:focus {
  box-shadow: none;
  border: 1px solid rgb(230, 143, 154);
}

textarea {
  height: auto;
}

input[type=radio] {
  margin-right: 5px;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid rgb(247, 87, 87);
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 1rem 2.5rem 0.8rem;
  border-radius: 0;
  transition: 0.3s;
  text-transform: none;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main, .btn-small {
  background: rgb(230, 143, 154);
  color: #fff;
  transition: all 0.2s ease;
}

.btn-main:hover, .btn-small:hover {
  color: #fff;
}

.btn-small {
  padding: 13px 25px 10px;
  font-size: 12px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #f5f8f9;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 50px 0;
}

.section-title {
  margin-bottom: 50px;
}

.text-color {
  color: rgb(247, 87, 87);
}

.text-md {
  font-size: 2.25rem;
}

a {
  color: #242424;
  text-decoration: none;
}

a:focus, a:hover {
  color: rgb(230, 143, 154);
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

#navbar {
  background: rgb(224, 196, 183);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#navbar li {
  padding-left: 15px;
}

@media (max-width: 992px) {
  #navbar li {
    padding-left: 0;
  }
}

#navbar .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
}

@media (min-width: 1024px) {
  #navbar .nav-link {
    font-size: 18px;
  }
}

#navbar .nav-link:hover, #navbar .nav-link:focus,
#navbar .active .nav-link {
  color: rgb(230, 143, 154);
}

#navbar .btn {
  padding: 0.7rem 1.5rem 0.5rem;
  color: #fff;
}

@media (max-width: 992px) {
  #navbar .btn {
    margin: 15px 0 10px;
  }
}

.navbar-toggler {
  padding: 0;
  font-size: 1.5rem;
  color: #fff;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-brand {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.navbar-brand span {
  color: rgb(247, 87, 87);
}

.dropdown-menu {
  padding: 0px;
  border: 0;
  border-radius: 0px;
}

@media (max-width: 992px) {
  .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}

.dropdown-menu li:first-child {
  margin-top: 5px;
}

.dropdown-menu li:last-child {
  margin-bottom: 5px;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
}

.dropleft .dropdown-toggle::before {
  content: "\f053";
  margin-right: 5px;
}

.dropright .dropdown-toggle::after {
  content: "\f054";
  margin-left: 5px;
}

.dropdown-item {
  padding: 0.8rem 1.5rem 0.55rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .dropdown-item {
    padding: 0.6rem 1.5rem 0.35rem;
  }
}

.dropdown-submenu.active > .dropdown-toggle,
.dropdown-submenu:hover > .dropdown-item,
.dropdown-item.active,
.dropdown-item:hover {
  background: rgb(247, 87, 87);
  color: #fff;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

@media (min-width: 992px) {
  .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    margin-top: 15px;
  }

  .dropdown-menu li:first-child {
    margin-top: 10px;
  }

  .dropdown-menu li:last-child {
    margin-bottom: 10px;
  }

  .dropleft .dropdown-menu,
  .dropright .dropdown-menu {
    margin-top: -10px;
  }

  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.45s ease 0s;
    opacity: 1;
  }
}

.color-one {
  color: rgb(230, 143, 154);
}

.form-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.form-group {
  padding-bottom: 15px;
  margin: 0px;
}

.form-group .form-control {
  background: #f5f8f9;
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.pagination .nav-links a,
.pagination .nav-links span.current {
  font-size: 20px;
  font-weight: 500;
  color: #c9c9c9;
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.pagination .nav-links span.current,
.pagination .nav-links a.next,
.pagination .nav-links a.prev {
  color: #242424;
}

.footer {
  padding-bottom: 10px;
  background: rgb(224, 196, 183);

  a {
    color: #fff;
  }

  a:focus, a:hover {
    color: rgb(230, 143, 154);
  }
}

.lh-35 {
  line-height: 35px;
}

.logo {
  color: #242424;
  font-weight: 600;
  letter-spacing: 1px;
}

.logo-word {
  width: 100px;
}

.footer-btm {
  border-top: 1px solid #fff;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  height: 40px;
  width: 40px;
  background: rgb(230, 143, 154);
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}

@media (max-width: 480px) {
  .scroll-to-top {
    bottom: 15px;
    right: 15px;
  }
}

.scroll-to-top:hover {
  background-color: #333;
}

.scroll-to-top i {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .section {
    padding: 70px 0;
  }

  .section-sm {
    padding: 30px 0;
  }

  .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .form-md-section {
    padding: 0;
  }

  .navbar-toggler {
    color: #fff;
  }
}

@media (max-width: 480px) {
  .navbar-toggler {
    color: #fff;
  }

  .content-title {
    font-size: 28px;
    line-height: 46px;
  }

  .p-5 {
    padding: 2rem !important;
  }

  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
}

@media (max-width: 400px) {
  .navbar-toggler {
    color: #fff;
  }

  .content-title {
    font-size: 28px;
    line-height: 46px;
  }

  .p-5 {
    padding: 2rem !important;
  }
  
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
}

@media (max-width: 1024px) {
    .logo-link {
        pointer-events: none;
    }
}

@media (min-width: 1024px) {
    .navbar-expand-1024 {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    
    .navbar-expand-1024 .navbar-nav {
        flex-direction: row;
    }
    
    .navbar-expand-1024 .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    
    .navbar-expand-1024 .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-1024 .navbar-toggler {
        display: none;
    }
}