body {
    font-family: 'Quicksand', sans-serif;
    color: #707070;
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: #707070;
}

a:hover {
    text-decoration: none;
    color: #e7888c;
}

p {
    font-size: 1rem;
}

section {
    padding: 48px 0;
}

.theme-bg {
    background: #e7888c;
}

.theme-color {
    color: #e7888c;
}

.navbar {
    padding: 15px 15px;
}

.navbar-nav .nav-item.active {
    color: #e7888c;
}

.navbar-nav .nav-link {
    font-size: 1.1rem;
    font-weight: 600;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #e7888c;
}

.nav-link.dropdown-toggle::after {
    display: none;
    content: "";
}

header.masthead {
    position: relative;
    background-color: #FFF;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 0;
}

h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.shoots-Head {
    position: relative;
    font-size: 30px;
    margin-bottom: 64px;
    font-weight: 600;
}

.shoots-Head2 {
    position: relative;
    font-size: 1.75rem;
    margin-bottom: 48px;
    font-weight: 600;
}

.shoots-Head::after,
.shoots-Head2::after {
    content: "";
    width: 30px;
    height: 4px;
    background: #e7888c;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.package-card {
    font-size: 1.05rem;
    line-height: 1.35;
    color: #707070;
    padding-left: 15px;
}

a .package-card:hover {
    text-decoration: none;
    border: 1px solid #e7888c;
}

p.package-price-tag {
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight: 500;
}

.package-card .package-head,
.package-card h5 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
}

.package-card .package-head {
    margin-bottom: 8px;
    position: relative;
}

.package-card .package-head:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #e7888c;
    position: absolute;
    left: -8px;
    bottom: 2px;
}

.package-card ul {
    margin-bottom: 5px;
}

.package-card img {
    object-fit: cover;
}

.reservation {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #707070;
}

.reservation h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
}

.about-para {
    font-weight: 600;
    line-height: 1.4;
}

.btn-outline-primary {
    border-color: #e7888c;
    color: #e7888c;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #e7888c;
    border-color: #e7888c;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #e7888c;
    border-color: #e7888c;
}

.btn-rounded {
    border-radius: 24px;
}

.personal-information {
    font-size: 1.1rem;
}

.form-group label {
    color: #e7888c;
    font-weight: 600;
    font-size: 1.5rem;
}

.form-control-plaintext {
    font-weight: 600;
    color: #58595b;
    font-size: 1.5rem;
}

.form-check-input {
    width: 24px;
    height: 24px;
    margin-top: 12px;
}

.form-check label {
    padding-left: 1.5rem;
}

footer.footer {
    color: #707070;
    padding-top: 7rem;
    padding-bottom: 1.5rem;
}

.footer p {
    font-size: 1.4rem;
}

footer a {
    color: #707070;
}

.contact-details a.h5 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
}

.form-control-lg {
    padding: .75rem 1rem;
    height: 54px;
}

.contact-form .btn,
.personal-information .btn,
.reservation-calender-btn .btn {
    color: #707070;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1rem;
}

.contact-form .btn:hover,
.personal-information .btn:hover,
.reservation-calender-btn .btn:hover {
    color: #FFF;
}

.personal-information .form-group {
    margin-bottom: 2rem;
}

.personal-information .btn {
    margin-top: 1.5rem;
}


/*************GALLERY GRID CSS*************/

.gallery-grid {
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
    padding: 0 15px;
}

.column {
    -ms-flex: 25%;
    /* IE 10 */
    flex: 25%;
    padding: 0;
}

.column img {
    margin-top: 0;
    vertical-align: middle;
}


/********Calender Widget CSS*********/

.calendar {
    height: 515px;
    perspective: 1000;
    transition: .9s;
    transform-style: preserve-3d;
    width: 100%;
}


/* Front - Calendar */

.front {
    transform: rotateY(0deg);
}

.current-date {
    border-bottom: 1px solid #FFF;
    padding: 15px 0px;
}

.current-date h3 {
    color: #111;
    font-size: 2rem;
    font-weight: 700;
}

.current-date h4 {
    color: #111;
    font-size: 1.5rem;
    font-weight: 700;
}

.week-days {
    list-style: none;
    color: #999;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    padding: 20px 0px;
}

.days {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.weeks {
    color: #333;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.weeks div {
    display: flex;
    font-size: 1.2em;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.last-month {
    opacity: .35;
}

.weeks span {
    padding: 10px 15px;
}

.weeks span.active {
    color: #111;
    border: 2px solid #111;
}

.weeks span:not(.last-month):hover {
    cursor: pointer;
    font-weight: 600;
}

.event {
    position: relative;
}

.event:after {
    content: '•';
    color: #e7888c;
    font-size: 1.4em;
    position: absolute;
    right: -4px;
    top: -4px;
}

.creditCardForm {
    max-width: 700px;
    background-color: #fff;
    margin: 100px auto;
    overflow: hidden;
    padding: 25px;
    color: #4c4e56;
    box-shadow: 0 0 5px 5px #e7888c
}

.creditCardForm label {
    width: 100%;
    margin-bottom: 10px;
}

.creditCardForm .heading h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #4c4e56;
}

.creditCardForm .payment {
    float: left;
    font-size: 18px;
    padding: 10px 25px;
    margin-top: 20px;
    position: relative;
}

.creditCardForm .payment .form-group {
    float: left;
    margin-bottom: 15px;
}

.creditCardForm .payment .form-control {
    line-height: 40px;
    height: auto;
    padding: 0 16px;
}

.creditCardForm .owner {
    width: 63%;
    margin-right: 10px;
}

.creditCardForm .CVV {
    width: 35%;
}

.creditCardForm #card-number-field {
    width: 100%;
}

.creditCardForm #expiration-date {
    width: 49%;
}

.creditCardForm #credit_cards {
    width: 50%;
    margin-top: 25px;
    text-align: right;
}

.creditCardForm #pay-now {
    width: 100%;
    margin-top: 25px;
}

.creditCardForm .payment .btn {
    width: 100%;
    margin-top: 3px;
    font-size: 24px;
    background-color: #e7888c;
    color: white;
}

.creditCardForm .payment select {
    padding: 10px;
    margin-right: 15px;
}

.transparent {
    opacity: 0.2;
}

@media(max-width: 650px) {
    .creditCardForm .owner,
    .creditCardForm .CVV,
    .creditCardForm #expiration-date,
    .creditCardForm #credit_cards {
        width: 100%;
    }
    .creditCardForm #credit_cards {
        text-align: left;
    }
}


/*  Examples Section */

.examples {
    max-width: 700px;
    background-color: #fff;
    margin: 0 auto 75px;
    padding: 30px 50px;
    color: #4c4e56;
}

.examples-note {
    text-align: center;
    font-size: 14px;
    max-width: 370px;
    margin: 0 auto 40px;
    line-height: 1.7;
    color: #7a7a7a;
}

.examples table {
    margin: 5px 0 0 0;
    font-size: 14px;
}

  /**===== bars1 =====*/
#bars1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
}

#bars1 span {
  position: absolute;
  display: block;
  bottom: 10px;
  width: 9px;
  height: 5px;
  background: rgba(0, 0, 0, 0.25);
  -webkit-animation: bars1 1.5s  infinite ease-in-out;
          animation: bars1 1.5s  infinite ease-in-out;
}

#bars1 span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#bars1 span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#bars1 span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#bars1 span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@keyframes bars1 {
  0% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: rgba(0, 0, 0, 0.25);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    background: #000000;
  }
  50% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: rgba(0, 0, 0, 0.25);
  }
}
@-webkit-keyframes bars1 {
  0% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: rgba(0, 0, 0, 0.25);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    background: #000000;
  }
  50% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: rgba(0, 0, 0, 0.25);
  }
}
/** END of bars1 */