* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* =============== Theme Variables =============== */
:root {
  --white: #fff;
  --primary: #f89b1d;
  --secondary: #f5efe7;
  --content-color: #392504;
}

html,
body {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  color: #392504;
  font-family: Rubik;
  overflow-x: clip;
  counter-reset: how-to-book-petra-steps-counter;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: none;
}


/* =============== Container =============== */
.container {
  padding: 0 10px;
}
@media (min-width: 0px) {
    .container{
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 1500px) {
    .container {
        max-width: 1330px;
    }
}




/* =============== Button CSS =============== */

.btn-type1 {
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  padding: 20px 42px;
  border-radius: 35px;
  background: #F89B1D;
  border: 3px solid #F89B1D;
  display: inline-block;
  min-width: 180px;
  transition: all 0.4s ease;
}

.btn-type1:is(:hover, :focus) {
  color: #F89B1D;
  background: #FFF;
  box-shadow: 0px 123.908px 34.605px 0px rgba(140, 140, 140, 0.00), 0px 79.257px 32.372px 0px rgba(140, 140, 140, 0.01), 0px 44.652px 26.791px 0px rgba(140, 140, 140, 0.05), 0px 20.093px 20.093px 0px rgba(140, 140, 140, 0.09), 0px 4.465px 11.163px 0px rgba(140, 140, 140, 0.10);
  transition: all 0.4s ease;
}

.btn-type2 {
  border-radius: 35px;
  background: #F89B1D;
  border: 3px solid transparent;
  box-shadow: 0px 123.908px 34.605px 0px rgba(140, 140, 140, 0.00), 0px 79.257px 32.372px 0px rgba(140, 140, 140, 0.01), 0px 44.652px 26.791px 0px rgba(140, 140, 140, 0.05), 0px 20.093px 20.093px 0px rgba(140, 140, 140, 0.09), 0px 4.465px 11.163px 0px rgba(140, 140, 140, 0.10);
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  min-width: 183px;
  padding: 15px 36px;
  transition: all 0.4s ease;
}

.btn-type2:is(:hover) {
  border: 3px solid #F89B1D;
  color: #F89B1D;
  transition: all 0.4s ease;
}
.btn-type2:is(:focus) {
  border: 3px solid #F89B1D;
  color: #ffffff;
  transition: all 0.4s ease;
}

.header-desc-outer {
  text-align: center;
  margin: 200px auto 35px;
  position: relative;
}

.header-desc-outer:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/header_logo.svg);
  width: 113px;
  height: 50px;
}

.header-desc-outer .head {
  color: #392504;
  text-align: center;
  font-family: Rubik;
  font-size: 50px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 500;
}

.header-desc-outer .desc {
  max-width: 930px;
  color: #392504;
  text-align: center;
  font-family: Rubik;
  font-size: 20px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 300;
  margin: 0 auto;
}

.lnk-type1 {
  color: #F89B1D;
  font-family: Rubik;
  font-size: 14px;
  line-height: 1.2;
  font-style: normal;
  text-decoration: underline;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s ease;
}

.lnk-type1:is(:hover, :focus) {
  color: #392504;
  transition: all 0.4s ease;
}

.lnk-type2 {
  color: #392504;
  font-family: Rubik;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
/*   text-decoration-line: underline; */
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: inline-block;
  transition: all 0.4s ease;
}

.lnk-type2:is(:hover, :focus) {
  color: #F89B1D;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 1279px) {

  .header-desc-outer {
    margin: 150px auto 40px;
  }

  .header-desc-outer .head {
    font-size: 40px;
  }

  .btn-type1 {
    padding: 16px 30px 12px;
  }
}

@media only screen and (max-width: 991px) {
  .header-desc-outer .head {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .btn-type1 {
    padding: 14px 20px;
    font-size: 13px;
    min-width: 130px;
  }

  .lnk-type2 {
    font-size: 13px;
    line-height: 1.7;
  }

  .header-desc-outer {
    margin: 100px auto 40px;
    padding: 0 10px;
  }

  .header-desc-outer .head {
    font-size: 20px;
  }

  .header-desc-outer:before {
    content: "";
    top: -42px;
    width: 75px;
    height: 33px;
    background-size: contain;
  }

  .header-desc-outer .desc {
    font-size: 15px;
    line-height: 1.5;
  }
}

.header-desc-outer1 {
  margin: 68px 0 20px;
}

.header-desc-outer1 .head {
  color: var(--content-color);
  font-size: 40px;
  font-weight: 500;
  line-height: 83px;
}

.header-desc-outer1 .desc {
  color: var(--content-color);
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
  max-width: 550px;
}

.hd-type1 {
  color: var(--content-color);
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
}

.hd-type2 {
  color: var(--content-color);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px 0;
}

.cms-type1 {
  color: var(--content-color);
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
}

.common-margin {
  margin: 150px 0 100px;
}

@media only screen and (max-width: 1366px) {
  .hd-type1 {
    font-size: 40px;
    line-height: 44px;
  }

  .cms-type1 {
    font-size: 18px;
    line-height: 28px;
  }

  .common-margin {
    margin: 80px 0 40px;
  }
}

@media only screen and (max-width: 991px) {
  .header-desc-outer1 {
    margin: 50px 0 20px;
  }

  .header-desc-outer1 .head {
    font-size: 32px;
    line-height: 44px;
  }

  .header-desc-outer1 .desc {
    font-size: 16px;
    line-height: 30px;
  }

  .hd-type1 {
    font-size: 36px;
    line-height: 44px;
  }

  .cms-type1 {
    font-size: 18px;
    line-height: 28px;
  }

  .common-margin {
    margin: 50px 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .hd-type2 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 556px) {
  .header-desc-outer1 {
    margin: 50px 0 20px;
  }

  .header-desc-outer1 .head {
    font-size: 24px;
    line-height: 36px;
  }

  .header-desc-outer1 .desc {
    font-size: 16px;
    line-height: 26px;
  }

  .hd-type1 {
    font-size: 32px;
    line-height: 44px;
  }

  .cms-type1 {
    line-height: 26px;
  }
}