:root {
  --color-primary: #ff525d;
  --color-hover: #f8999f;
}

a.btn-1 {
  transition: 0.5s;
}

a.btn-1:hover {
  background-color: var(--color-hover) !important;
}

a {
  transition-duration: 1s;
}

a:hover {
  color: var(--color-hover);
}

/*header*/
.header {
  color: #bdb9b0;
  background-color: transparent;
  padding: 20px 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header .container::before,
.header .container::after {
  display: none;
}

.sticky {
  width: 100%;
  position: fixed;
  z-index: 10;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.header img {
  max-width: 250px;
}

.header p {
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: right;
}

.header.nav-sticky {
  background: linear-gradient(to right, #3061ad 0%, #2696da 100%);
  box-shadow: 0 10px 33px rgba(0, 0, 0, .1) !important;
  padding: 15px 0px;
}

.header.nav-sticky p {
  color: inherit;
}

#features .box {
  height: 100%;
}

@media(max-width:640px) {
  .header .container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header p {
    text-align: center;
    font-size: 1em;
  }
}

@media(max-width:480px) {

  .header p {
    text-align: center;
    font-size: 0.8em;
  }
}

@media(max-width:320px) {
  .header img {
    max-width: 180px;
  }
}

/*slide one*/
#slider {
  height: 80vh;
}

#slider .row {
  justify-content: center;
  text-align: center;
}

#slider .col-md-6 {
  flex: 0 0 100%;
  max-width: 100% !important;
}

@media (max-width:575.98px) {
  #slider .content {
    margin-top: 104px;
  }
}

.project,
.project-2,
.features {
  padding: 80px 0 40px !important;
}

@media (max-width:767.98px) {

  .project-2 .left,
  .project .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .project .row {
    flex-direction: column-reverse;
  }

  .project .right {
    margin: 0 0 40px 0;
  }
}

#features img {
  max-width: 80px;
}

@media (max-width:991.98px) {
  #features .box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width:767.98px) {
  #features .box {
    height: auto;
    padding: 30px;
  }
}

/*contact*/
.contact {
  padding: 80px 0 100px !important;
}

.contact-box {
  display: flex;
  flex-direction: column;
}

.custom-form {
  max-width: 90%;
  margin: 0 auto;
}

.custom-form input {
  border: 1px solid rgba(23, 22, 28, 0.2);
  outline: none;
}

.custom-form input:focus {
  border: 1px solid #007bff;
}

.submitBnt {
  font-family: inherit;
  color: #ffffff !important;
  background-color: #ff525d;
  border: none !important;
  border-radius: 8px;
  line-height: normal;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  height: 45px;
  transition: 0.5s;
}

.submitBnt:hover {
  background-color: var(--color-hover);
}

.custom-form-group label a {
  transition: 0.5s;
  color: #007bff;
}

.custom-form-group label a:hover {
  color: #ff525d;
}

.custom-form-control {
  margin-bottom: 15px;
  padding-left: 16px;
  border: 1px solid #dfe9f1;
  font-size: 14px;
  height: 45px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: rgba(23, 22, 28, 0.9);
  border-radius: 30px;
}

.custom-form-group label {
  color: #000;
  margin-left: 8px;
  margin-bottom: 0 !important;
  text-align: left;
  font-weight: 300;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  font-style: italic;
  display: inline-block;
}

.mandatory {
  color: #EC3324;
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
}

.custom-form-group {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.custom-form-group input {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 0 12px;
  line-height: 38px;
  border-radius: 2px;
  width: 13px !important;
  height: 13px !important;
}

@media (max-width:767.98px) {
  .custom-form {
    max-width: 100%;
  }

  form {
    padding: 0 !important;
  }

  #contact h2 {
    font-size: 32px !important;
  }

  #contact label {
    font-size: 12px !important;
  }
}

/*footer*/
.footer {
  padding: 80px 0 0;
  background-color: #fff;
  text-align: left !important;
  color: #000;
}

.footer .container .row {
  margin-bottom: 25px;
}

.footer .col-md-6 b,
.footer .col-md-3 b {
  font-size: 18px;
}

.footer img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 15px;
  display: block;
}

.footer p {
  color: #000;
  line-height: 24px;
}

.footer a {
  color: var(--color-primary);
  text-decoration: none;
}

.footer a:hover {
  color: var(--color-hover);
}

.footer ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 16px;
}

.footer ul li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-hover);
}

.copyright {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  background: linear-gradient(to right, #3061ad 0%, #2696da 100%);
  color: #fff;
}

@media (max-width: 1024px) {
  .footer {
    padding: 25px 0 0;
  }
}

@media(max-width:640px) {

  .footer .col-md-3,
  .footer .col-md-6 {
    margin-bottom: 10px;
  }

  .footer ul li {
    margin-bottom: 5px;
  }

  .copyright {
    margin-top: 0;
  }
}


/*Footer End*/

/*thanks*/
.thanksWrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.thanks__img-box {
  text-align: center;
}

.thanksLogo {
  width: 150px;
}

.thanksTextContent {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.thanksText {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .thanksLogo {
    width: 80px;
  }

  .thanksWrapper {
    padding: 0 30px;
  }

  .thanksText {
    font-size: 14px;
  }
}

/*Docs*/
.wrapper {
  padding: 140px 0 60px;
}

.wrapper h1 {
  text-align: center;
  margin-bottom: 16px;
  font-size: calc(1rem + 1.5vw);
  word-wrap: break-word;
}

.wrapper h1 {
  color: #212529;
}

.wrapper ul {
  padding-left: 20px;
  list-style: disc !important;
}

.wrapper p,
.wrapper li {
  font-weight: 400 !important;
  color: inherit;
}

.wrapper p:last-child {
  margin-bottom: 0;
}

.wrapper p:not(:last-child) {
  margin-bottom: 16px;
}

.wrapper a {
  text-decoration: none;
  cursor: pointer;
  color: #007bff;
  transition: 0.5s;
}

.wrapper a:hover {
  color: #ff525d;
}

@media (max-width: 767.98px) {
  .wrapper {
    padding: 180px 0 40px;
  }
}

/*Docs End*/

#cookPopup {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 9999
}

#cookPopup a {
  color: #007bff;
  transition: 0.5s;
}

#cookPopup a:hover {
  color: var(--color-hover);
}

#cookPopup p {
  margin: 0;
  text-align: left
}

.cookPopup_btn {
  padding: 7px 15px;
  cursor: pointer;
  border: none;
  background: #ff525d;
  border-radius: 4px;
  font-weight: 800;
  color: #fff;
  transition: 0.5s;
}

.cookPopup_btn:hover {
  background: var(--color-hover);
}

@media(min-width:576px) {
  #cookPopup.show {
    display: flex;
    align-items: center
  }
}

@media(max-width:575px) {
  #cookPopup.show {
    display: block;
    text-align: left
  }

  .cookPopup_btn {
    margin: 10px 0 0 0
  }
}

.cookPopup_title {
  font-size: 16px;
  font-weight: 700
}

.cookPopup_desc {
  font-size: 16px
}

.show {
  display: flex !important
}