* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-image:  linear-gradient(45deg,  #ff9a9e 0%,  #fad0c4 99%,  #fad0c4 100%);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
}
a {
    color: #353922;
}
p {
    color: #353922;
    margin-top: 10px;
    text-align: justify;
     line-height: 25px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 20px;
}
.text-cenetr {
    text-align: center;
}
li {
    margin-bottom: 10px;
}
.header-bg {
    background-image:  linear-gradient(45deg,  #ff9a9e 0%,  #fad0c4 99%,  #fad0c4 100%);
    box-shadow: rgb(0 0 0 / 35%) 0 2px 8px;
}
.mt-20 {
    margin-top: 20px;
}
.form-control {
    background: #fff;
    border-radius: 4px;
    color: #686868;
}
label {
    color: #353922;
}
.contact-main .btn-primary, .join-us-main .btn-primary {
    width: 100%;
    background-color: #353922;
    border-color: #353922;
}
.form-control::placeholder {
    color: #686868;
}
table th {
    background: #0191b6;
}
p a {
    font-weight: 600;
    text-shadow: 2px 2px 2px #fff;
    color: #353922;
}
tr td:first-child {
    font-weight: 600;
}
table.responsive tr td:first-child {
    font-weight: 400;
}
.profile-main .col-xs-12.box-shadow {
    min-height: 626px;
}
.fntclr {
    margin-bottom: 10px;
}
.social-share {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 55;
}
.social-share ul {
    padding: 0;
}
.social-share li {
    list-style: none;
}
.social-share img {
    box-shadow: 2px 2px 6px #000;
}
ul {
    padding-left: 40px;
    color: #353922;
}
.hotel-inner .box-shadow {
    min-height: 340px;
}
table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
table caption {
    margin: .5em 0 .75em;
}
table tr {
    padding: .35em;
    color: #353922;
    background: #e6328d;
}
table tr:nth-child(odd) {
    background: #000;
}
table td, table th {
    padding: .625em;
    text-align: center;
    color: #fff;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}
table th {
    letter-spacing: .1em;
    text-transform: uppercase;
}
table thead th {
    border-top: 0;
}

table tr td a {color: #fff !important;}
@media screen and (max-width:600px) {
    table {
    border: 0;
}
table caption {
    font-size: 1.3em;
}
table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
table.responsive tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
}
table.responsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
}
table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase;
}
table td:last-child {
    border-bottom: 0;
}
}nav {
    display: flex;
    align-content: center;
    width: 100%;
    margin-top: 0;
    border-bottom: #ddd;
    height: 120px;
    position: relative;
}
ul.main-nav {
    margin: 0;
    padding: 0;
    text-align: right;
    margin-left: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    list-style-type: none;
}
ul.main-nav>li {
    margin-left: 40px;
    height: 100%;
    display: flex;
}
ul.main-nav li a:hover {
    color: #000;
}
ul.main-nav li a {
    text-decoration: none;
    color: #525252;
    font-size: 16px;
    align-self: center;
    font-weight: 600;
}
ul.main-nav li .mega-menu {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 70px;
    padding: 35px 12px;
    display: none;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
}
ul.main-nav li:hover .mega-menu {
    display: flex;
}
input {
    border: 1px solid #eee;
    padding: 10px 10px 10px 50px;
    border-radius: 300px;
    font-size: 14px;
    background: 0 0;
}
.menu-toggle-button {
    cursor: pointer;
    display: none;
    user-select: none;
    margin-left: auto;
    align-self: center;
}
.menu-toggle-button:hover {
    color: #000;
}
.menu-toggle {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
@media screen and (max-width:1200px) {
    ul.main-nav {
    display: block;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 120px;
    height: 100vh;
    overflow-y: scroll;
    margin-bottom: 70px;
    z-index: 555;
}
ul.main-nav li {
    height: auto;
    position: relative;
    background: #000000d1;
    width: 100%;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #ddd;
    display: block;
}
ul.main-nav>li:last-child {
    border-bottom: 0;
    padding-bottom: 20px;
}
.menu-toggle:not(:checked)~ul {
    display: none;
}
input:checked+label {
    color: #f87573;
}
.menu-toggle-button {
    display: inline-flex;
    font-size: 40px;
    margin-top: 15px;
    color: #353922;
}
ul.main-nav li a {
    color: #e2286f;
}
}.box-shadow {
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    padding: 20px;
    margin-top: 20px;
}
.fntclr a {
    color: #353922;
    text-align: center;
}
.fntclr a:hover {
    color: #000;
}
.mrgntp {
    margin-top: 40px;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.text-center {
    text-align: center;
}
.cpyrgt {
    text-align: center;
    color: #353922;
    font-size: 14px;
}
.txtanmton {
    color: #353922;
    text-align: center;
    position: relative;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-transform: none;
    border: 1px solid #353922;
    box-shadow: 0 0 6px rgb(0 0 0);
    margin: 0;
    padding: 18px;
    margin-top: 10px;
    text-shadow: 2px 2px 2px #fff;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
input[type=submit] {
    background-color: #ff7a18;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #45a049;
}
.product-grid {
    text-align: center;
    border: solid 2px #fff;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 5px;
}
.hotel-main h3.title {
    margin-top: 0;
    color: #fff;
    padding: 5px;
    display: block;
    background-image: radial-gradient( circle 986.6px at 10% 20%,  rgba(251,6,6,0.94) 0%, rgba(3,31,213,1) 82.8%, rgba(248,101,248,1) 87.9% );
    width: 100%}
.hotel-main h3.title a {
    display: inline-block;
    color: #fff;
    text-shadow: none;
}
.hotel-main .price {
    text-shadow: 2px 2px 2px #fff;
    color: #353922;
    margin-top: 20px;
    margin-bottom: 10px;
}
.product-grid a {
    display: block;
}
.product-grid:hover {
    box-shadow: 0 0 11px #515151;
    transition: .5s;
}
.blog-inner, .blog-inner img, .hotel-main .hotel-inner .box-shadow, .hotel-main img {
    border: solid 2px #fff;
}
.hotel-main .price .img-responsive {
    display: inline-block;
    border: none;
    margin-right: 5px;
}
.btn-primary {
    background-color: #930351;
    border-color: #353922;
}
.btn-primary:hover {
    background: #000;
    border-color: #000;
}
.location-main .product-grid, .profile-main .product-grid {
    padding: 0;
}
.product-grid .title {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s;
    text-shadow: none;
    color: #fff;
}
.gallery-main .title {
    font-size: 20px;
    margin-bottom: 0;
}
.star-rating, .writer-calender {
    font-size: 27px;
    color: gold;
    background: #353922;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
}
.writer-calender {
    font-size: 14px;
    padding: 2px 5px;
}
.writer-calender span {
    display: inline-block;
    margin-right: 10px;
}
.writer-calender span a {
    color: gold;
}
h1, h2, h3, h4, h5, h6 {
    text-shadow: 2px 2px 2px #fff;
    color: #353922;
    font-weight: 600;
}
.product-new-label strong {
    position: absolute;
    top: 16px;
    right: 10px;
}
.contact-main .single-form, .join-us-main .single-form, .rate-main .single-table {
    min-height: 687px;
}
nav.pagination-button {
    border-bottom: none;
}
.pagination-button {
    display: block;
}
.pagination-button li a {
    background: #353922;
    color: #dfd700;
    padding: 10px 16px;
}
.pagination-button .box-shadow {
    padding: 0;
}
.d-flex {
    display: flex;
}
.mt-left {
    margin-left: 10px;
}
.blog-sidebar h3 {
    font-size: 18px;
    margin-top: 0;
}
.blog-sidebar .writer-calender {
    font-size: 11px;
    margin-bottom: 0;
}
.d-inline-block {
    display: inline-block;
}
.profile-sidebar .product-grid .product-content {
    min-height: 140px;
}
.top-header {
    background: #e9e6e6;
    color: #e2286f;
    font-size: 20px;
    padding: 7px 0;
}
.top-header a {
    color: #e2286f;
    float: right;
    display: inline-block;
}
.top-header a:first-child {
    float: left;
}
.product-grid .product-discount-label {
    background-color: #333;
    left: auto;
    right: 0;
}
.product-grid .product-content {
    background-image: radial-gradient( circle 986.6px at 10% 20%,  rgba(251,6,6,0.94) 0%, rgba(3,31,213,1) 82.8%, rgba(248,101,248,1) 87.9% );
    text-align: center;
    padding: 12px 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all .3s;
    border-top: 2px solid #fff;
}
.product-grid .product-content:hover {
    background-image: radial-gradient( circle 986.6px at 10% 20%,  rgba(251,6,6,0.94) 0%, rgba(3,31,213,1) 82.8%, rgba(248,101,248,1) 87.9% );
    color: radial-gradient( circle 986.6px at 20% 30%,  rgba(251,6,6,0.94) 0%, rgba(3,31,213,1) 92.8%, rgba(248,101,248,1) 87.9% );
}
.product-grid .price a, .product-grid .title a {
    color: #fff;
}
.product-grid .price a:hover {
    color: #353922;
}
.product-grid .price {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    transition: all .3s;
}
.product-grid .price span {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block;
}
a, a:hover {
    text-decoration: none;
}
.hd_dsgn {
    color: #353922;
    font-weight: 600;
    text-shadow: 2px 2px 2px #fff;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.bgftr {
    background-color: rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .2);
}
.fltrtd {
    float: right;
}
input::placeholder {
    color: #ffbce6;
}
textarea::placeholder {
    color: #ffbce6;
}
.blnk {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s;
    animation: blinkingText 1.2s infinite;
    background-color: #ef5777;
    padding: 10px;
    margin: 2px;
}
.margn {
    margin-top: 10px;
}
@media screen and (max-width:300px) {
    .topnav a {
    padding: 14px 32px;
}
}@media screen and (max-width:1199px) {
    .profile-sidebar .product-grid .product-content {
    min-height: auto;
}
.hotel-main h3.title {
    margin-top: 20px;
}
.col-lg-6.hotel-inner {
    text-align: center;
}
.col-lg-6.hotel-inner a {
    display: inline-block;
}
.hotel-inner .box-shadow {
    min-height: 690px;
}
.contact-main .single-form, .join-us-main .single-form, .rate-main .single-table {
    min-height: auto;
}
}@media screen and (max-width:990px) {
    .hotel-inner img {
    display: inline-block;
}
}@media screen and (max-width:767px) {
    h1 {
    font-size: 30px;
}
.top-header a, .top-header a:first-child {
    float: none;
    display: block;
    text-align: center;
}
.top-header a:first-child {
    margin-bottom: 10px;
}
.hotel-inner .box-shadow {
    min-height: auto;
}
}@media screen and (max-width:600px) {
    .hotel-inner img {
    display: inline-block;
}
.hotel-main h3.title {
    margin-top: 20px;
}
}@media screen and (max-width:480px) {
    .hotel-inner {
    text-align: center;
}
h1 {
    font-size: 20px;
}
h2, h3 {
    font-size: 18px;
}
.btn-lg, .top-header {
    font-size: 16px;
}
body {
    font-size: 15px;
}
.star-rating {
    font-size: 22px;
}
}@media screen and (max-width:320px) {
    .hotel-inner {
    text-align: center;
}
h1 {
    font-size: 20px;
}
p {
    font-size: 14px;
}
}video {
    width: 100%;
    height: auto;
}
,  
