* {
  list-style-type: none;
  text-decoration: none !important;
}

.special-style-font {
  font-family: sacramento, cursive;
}

.p-100 {
  padding: 100px 0 0px;
}
.py-150 {
  padding: 100px 0px 150px 0px;
}
.bg-1 {
  background: #38283a;
}
.bg-3{
  background: #a97eafc7;
}

.heading-2-f {
  font-family: "Playwrite NO", cursive;
}
.color-lighte{
  color: #f3eccf !important;
}
/* header */
header {
  position: fixed;
  width: 100%;
  background-color: transparent;
  z-index: 20;
  height: 100px;
  display: flex;
  align-items: center;
  top: 48px;
  background-color: white;

  .dropdown-menu {
      padding: 0px 0px;
      border: none;
      border-radius: 0;
      background-color: #43766c;
      box-shadow: 1px -1px 8px #999;
      margin-top: 10px;
  }

  .dropdown-menu li {
      padding: 0px 5px;
  }

  .dropdown-item:hover {
      background-color: transparent;
  }
}

.desktop-nav .ul-design a {
  color: #000;
  margin: 0px;
  font-weight: 500;
  position: relative;
  padding: 10px 0px;
  text-transform: capitalize;
  transition: 0.2s;
}

.ul-design .fa-phone {
  color: #f8fae5;
}

.ul-design a:hover {
  color: #38283a;
}

.ul-design a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -2px;
  border-radius: 50px;
  background-color: #38283a;
  transform: scale(0);
  transition: transform 0.2s linear;
}

.ul-design a:hover:before {
  transform: scale(1);
  width: 100%;
}

.ul-design .active-nline:before {
  transform: scale(1) !important;
  width: 100% !important;
}

.toggle-design {
  outline: 0;
  border: 0;
  background: transparent;

  i {
      font-size: 40px;
      color: #000000;
  }
}

.nav-book {
  transition: 0.2s;
}

.nav-active {
  background-color: rgb(255 255 255) !important;
  box-shadow: 1px 2px 6px 1px #e1e0e0;
  top: 0px;

}

.designpersone {
  transition: 0.2s;
  position: fixed;
  top: 0px;
  z-index: 3;
  width: 100%;
}
/* --------------------------Mobile View-------------------------- */

@media only screen and (max-width: 767.98px) {
  .mobile-navigation {
      background-color: rgb(0 0 0 / 54%);

      .dropdown-menu {
          padding: 0px 8px;
          box-shadow: 1px -1px 8px #999;
          margin-top: 10px;
      }

      .dropdown-menu li a {
          padding: 10px 0px !important;
          color: white;
      }

      .dropdown-item {
          line-height: 20px;
      }
  }

  .ul-border {
      border: 1px solid #b194701a;
  }

  .mobile-navigation ul li a {
      line-height: 50px;
      padding: 10px 20px !important;
      position: relative;
      color: white !important;

  }
}
.side-nav {
  width: 70%;
  height: 100%;
  position: fixed;
  z-index: 100;
  transition: 1s;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  overflow-y: scroll;
  top: 0;
}

.overlayb {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.navcloss-btn {
  color: #f8fae5;
  font-size: 28px;
  background: #00466d;
  border-radius: 48%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in 0.2s;
}

.navcloss-btn:hover {
  transform: scale(1.1);
}
/* end */
/* https://colorhunt.co/palette/008dda41c9e2ace2e1f7eedd */

.box-images-1 {
   position: absolute;
  bottom: -5px;
  right: 4px;
  z-index: 2;
}
@media screen and (min-width:960.98px){
  .box-images-1{
    width: 349px;
  }
}

/* new-section-add-1 */
.card-romi {
  border: 5px solid transparent;
  border-image: url(./images/border-1.webp) 30 round;
  transform: translateY(-171px);
  padding: 15px;

  height: 250px;
  width: 90%;
  background-color: white;

  h2 {
      font-family: eb garamond, serif;
  }
}

.card-romi-p {
  top: 87px;
}

.new-section-add-1 {
  margin-top: 100px;
}

@media screen and (max-width:767.98px) {
  .card-romi {

      transform: translateY(-215px);

  }

  .card-romi-p {
      top: 117px;
  }
}

@media screen and (max-width:540px) {
  .card-romi {
 
    transform: translateY(-260px);
  }
  .section-ex-1 {
    img {
      height: 450px !important;
    }
  }
  .box-images-1 {
    right: 0px;
    padding: 0px 5px;
  }
  
}

@media screen and (max-width:351.98px) {
  .card-romi {
      transform: translateY(-329px);
      height: 200px;
  }

  .new-section-add-1 {
      margin-top: 76px;
  }
  .section-ex-1{
    img{
      height: 350px !important;
    }
  }
  .box-images-1{
    right: 0;
    width: 100%;
    padding: 0px 7px;
  }
}
/* new-section-add-2 */

.new-section-add-2 {
  padding: 100px 0px;
  overflow-x: hidden;
}

.cover-text {
  /* width: 300px; */
  background-color: white;
  position: relative;
  z-index: 1;
}

@media screen and (min-width:599px) {
  .tex-line-left::before {
      position: absolute;
      content: "";
      width: 40%;
      height: 6px;
      background: url(./images/border-1.webp) no-repeat;
      left: 27px;
      top: 19px;
      z-index: 0;
  }

  .tex-line-right::after {
      position: absolute;
      content: "";
      width: 40%;
      height: 6px;
      background: url(./images/border-1.webp) no-repeat;
      right: 27px;
      top: 19px;
  }
  .m-control{
    margin-top:79px;
  }
}
@media screen and (max-width:599px){
  header{
    top: 39px;
  }
  .m-control{
    margin-top:26px;
  }
}
.box-border {
  border: 5px solid transparent;
  border-image: url(./images/border-1.webp) 30 round;
}

.blog-box::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgb(4 4 4 / 48%);
  z-index: 0;
}

.blog-content-1 {
  width: 100%;
  transform: translateY(-106px);
  position: relative;
  z-index: 1;
}

.blog-btn {
  background: #38283a;
  color: white !important;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: 0.2s linear;
}
.blog-btn:hover{
  background: transparent;
  border-color:#38283a !important;
  color:#38283a !important;
}


/* section-2 */
.book-i-style {
  p {
      font-size: 16px;
      font-weight: 600;
  }
}


.btn-form {
  border: 1px solid transparent;
  font-weight: 500;
  background: #1c1c1c;
  color: white;
}

.btn-form:hover {
  background: transparent;
  border-color: #38283a;
  color: #38283a;
}

/* p-section-1 */
.p-section-1 {
  background: url(./images/purchase-bg.webp) no-repeat center;
  background-size: cover;
  padding: 180px 0px 100px;
}
.m-top-bottom{
        margin-top:150px;
    }

/* p-section-2 */
.p-section-2 {
  padding: 100px 0px;
}
.book-purchase {
  transition: 0.2s linear;
  box-shadow: 1px 5px 5px -1px #ddadad;
 
  h2 {
    color: #38283a;
  }
}

/* book content page */
.buy-btn {
  background-color: #38283a;
  color: #f7eedd;
  transition: 0.2s linear;
  border: 1px solid transparent;
}

.buy-btn:hover {
  background: transparent;
  border-color: #38283a;
  color: #38283a;
}

.transparent-btn {
  background: transparent !important;
  border-color: #38283a !important;
  color: #38283a !important;
}

p {
  font-family: "palatino linotype", serif;
}

.font-700 {
  font-weight: 700;
}

/* contact page */
/*-------- contact input design------------- */
.container-2 {
  background: rgb(50 100 151 / 5%);
  border-radius: 20px;
  position: relative;
  backdrop-filter: blur(2px);
}

.container-2 {
  background: rgb(69 118 167 / 4%);
  border-radius: 20px;
  position: relative;
  backdrop-filter: blur(2px);
}

.address-box {
  border-radius: 20px;
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.1);
  transform: scale(0.9);
  transition: 0.2s;

  i {
    font-size: 40px;
    transition: all 500ms;
  }
}

.address-box:hover {
  transform: scale(1);

  i {
    transform: rotateY(360deg);
  }
}

.trans-form {
  padding: 45px;
  background: rgb(235 249 255 / 70%);
  height: 100%;

  input,
  textarea {
    width: 100%;
    border: none;
    padding: 10px;
    background: transparent;
    border-bottom: 1px solid #999;
    margin: 5px 0px;
    transition: 0.2s linear;
  }

  input:focus,
  textarea:focus {
    outline: none;
    box-shadow: 0px 16px 20px -12px #2a629a;
    border-bottom: 1px solid #2a629a;
    transition: 0.2s linear;
  }

  ::placeholder {
    color: #4b4f50 !important;
    font-weight: 500;
  }
}

@media only screen and (max-width: 767.98px) {
  .trans-form {
    padding: 20px;
  }
}

.container-2 .p-light-style {
  font-size: 16px !important;
}

.color-dark {
  color: #38283a;
}

.p-light-style {
  font-size: 17px;
  font-weight: 500;
  color: #05080e;
}

/* ------popup -----------*/
.form-design-h {
  background: rgb(0 0 0 / 60%);
  backdrop-filter: blur(104);
  backdrop-filter: blur(1px);
  padding: 35px;
  border-radius: 10px;
}

.form-design-h textarea {
  width: 100%;
  border-radius: 50px;
  background: transparent;
  border-color: #38283a;
  padding: 5px 10px;
  color:white;
}

.form-design-h input {
  width: 100%;
  border-radius: 50px;
  padding: 5px 10px;
  background: transparent;
  border-color: #38283a;
 color:white;
}

.form-design-h select {
  width: 100%;
  border-radius: 50px;
  padding: 5px 10px;
  background: transparent;
  border-color: #38283a;
  color: #cbc4c4c4;
}

.form-design-h input::placeholder {
  color: #cbc4c4c4 !important;
}

.form-design-h option {
  color: #000;
}

.pop-bg {
  background: transparent;
}

.btn-pop-closs {
  button {
    outline: 0px;
    background-color: #e10000;
    color: white;
    right: -100%;
    position: relative;
    top: -65px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 20px;
  }
}


/* feature-section */
.feature-slider .slick-track {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

.form-input {
  input {
      padding: 10px;
      border-radius: 10px;
  }

  button {
      padding: 10px 10px;
      border: 1px solid transparent !important;
      transition: 0.2s linear;
      width: 100%;
  }

  button:hover {
      color: white;
      border: 1px solid white !important
  }

.feature-section {
  border-top: 5px solid transparent;
  border-image: url(./images/border-1.webp) 30 round;
}}
