* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

body {
    font-size: 14px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.navavav {
    position: absolute;
    top: 0;
}


#navbar {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    top: 40px;
    width: 100%;
}

#navbar .nav-item {
    padding: 7px 10px;
    transition: .3s all;
    display: flex;
    align-items: center;
}


#navbar .nav-link {
    transition: .3s all;
    color: #FFFFFF;
}

#navbar .nav-link:hover {
    transition: .3s all;
    color: #AD8121;
}

.navbar-light .navbar-toggler {
    outline: none;
    border: none;
}

.navbar-light .navbar-toggler-icon {
 background-image: none;
 color: #FFFFFF;
}

.nav-item button {
    border: none;
    outline: none;
    background: linear-gradient(180deg, #D0AD61 0%, #AD8121 100%);
    padding: 10px 30px;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    color: #FFFFFF;
    transition: 0.3s all;    
}

.nav-item button:hover {
    background: #FFFFFF;
    color: #AD8121;
    transition: 0.3s all;
}

.home-banner {
    padding-top: 280px;
    padding-bottom: 270px;
    /* margin-bottom: 191px; */
}

#home-banner-header-head {
    font-family: 'Playfair Display', sans-serif;
    font-size: clamp(20px, 7vw, 50px);
    font-weight: 800;
    /* line-height: 66.65px; */
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

#home-banner-header-head span {
    color: #AD8121;
}

.home-banner-header {
    width: 70%;
    margin: auto;
}

.home-banner-header p {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    text-align: center;
    margin-bottom: 30px;
}

.home-banner-header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.home-banner {
    /* background-image: url(./images/banner.webp); */
    background-repeat: no-repeat;
    background-size: cover;
}

#home-banner-header-btn1 button {
    border: none;
    outline: none;
    background: linear-gradient(180deg, #D0AD61 0%, #AD8121 100%);
    border: 1px solid #AD8121;
    padding: 10px 30px;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    color: #FFFFFF;
    transition: 0.3s all;
}

#home-banner-header-btn1 button:hover {
    background: #FFFFFF;
    color: #AD8121;
    transition: 0.3s all;
    border: 1px solid #FFFFFF;
}

#home-banner-header-btn2 button {
    border: none;
    outline: none;
    background: transparent;
    padding: 10px 30px;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    color: #FFFFFF;
    transition: 0.3s all;
}

#home-banner-header-btn2 button:hover {
    background: linear-gradient(180deg, #D0AD61 0%, #AD8121 100%); 
    border: 1px solid #AD8121;
}

  
.availability-box-row:after {
    position: absolute;
    content: "";
    top: 62px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #AD8121;
}
  
.availability-box {
    box-shadow: 0px 0px 50px 0px #00000026;
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    top: -70px;
}
  
#availability-box-row-head {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    margin-bottom: 20px;
    color: #AD8121;
}

  
.availability-box-row .form-select {
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 39.99px;
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
}
  
.border-line {
    position: absolute;
    right: 0;
    top: -30px;
}
  
.availability-box-row1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.availability-box-row1 button {
    border: none;
    outline: none;
    background: linear-gradient(180deg, #D0AD61 0%, #AD8121 100%);
    border: 1px solid #AD8121;
    padding: 10px 30px;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    color: #FFFFFF;
    transition: 0.3s all;
}

#home-rooms-details-sub {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: center;
    color: #AD8121;
    margin-bottom: 10px;
}

#home-rooms-details-head {
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 39.99px;
    text-align: center;
    margin-bottom: 60px;
}   

.box2 {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
    margin-bottom: 20px;
}

.box2 .hover {
    height: 100%;
    background-color: #AD8121F2;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500; 
    line-height: 20px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    padding: 20px;
    width: 100%;
    border-radius: 20px;
    
}


.box2:hover .hover {
    opacity: 1;
    cursor: pointer;
    width: 100%;
}

#home-rooms-details-sub2 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 26.66px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 8px;
}

#home-rooms-details-head2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    color: #FFFFFF;
}

#home-rooms-details-head2 span {
    font-size: 12px;
    font-weight: 400;
}

.home-rooms-details {
    margin-bottom: 100px;
}

.home-about {
    background-color: #AD8121;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 100px;
}

.home-about-row2 {
    padding-top: 100px;
}

#home-about-row-sub {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

#home-about-row-head {
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 39.99px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.home-about-row2 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.home-about-row2 button {
    border: none;
    outline: none;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
}





.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
  
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
  
.slick-list:focus {
    outline: none
}
  
.slick-list.dragging {
    cursor: hand
}
  
 
  
.slick-loading .slick-track {
    visibility: hidden
}
  
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
  
.slick-slide.dragging img {
    pointer-events: none
}
  
.slick-initialized .slick-slide {
    display: block
}
  
.slick-loading .slick-slide {
    visibility: hidden
}
  
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
  
.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}
  
.img-fill img {
    height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
    border-radius: 15px;
}
  
.slide-Container {
    padding-left: 120px;
    overflow: hidden;
    margin-bottom: 100px;
}
    
.SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 10px;
}
  
.ProductBlock {
    padding: 0 7.5px;
}
  
.ProductBlock .img-fill {
    height: 500px;
}
  
.ProductBlock h3 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: 800;
    margin-top: 10px;
}
  

.wrapper {
	max-width: 1100px;
	width: 100%;
	position: relative;
    margin-bottom: 100px;
}

.wrapper .carousel {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% / 3) - 12px);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 16px;
	border-radius: 8px;
	scroll-behavior: smooth;
	scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
	display: none;
}
.carousel.no-transition {
	scroll-behavior: auto;
}
.carousel.dragging {
	scroll-snap-type: none;
	scroll-behavior: auto;
}
.carousel.dragging .card {
	cursor: grab;
	user-select: none;
}

.carousel .card {
	scroll-snap-align: start;
	list-style: none;
	background: #fff;
	cursor: pointer;
	padding: 30px;
	flex-direction: column;
	border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #EDEDED40;
    border: none;
    color: #000000B2;
}

.carousel .card:hover {
    background-color: #AD8121;
    box-shadow: 0px 0px 20px 0px #EDEDED40;
    color: #FFFFFF;
}

.carousel .card .img {
	background: #8b53ff;
	height: 148px;
	width: 148px;
	border-radius: 50%;
}

.card .img img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #fff;
}

.carousel .card h2 {
	font-weight: 500;
	font-size: 1.56rem;
	margin: 30px 0 5px;
}

.carousel .card span {
	color: #6a6d78;
	font-size: 1.31rem;
}

@media screen and (max-width: 900px) {
	.wrapper .carousel {
		grid-auto-columns: calc((100% / 2) - 9px);
	}
}

@media screen and (max-width: 600px) {
	.wrapper .carousel {
		grid-auto-columns: 100%;
	}
}

.test_details {
    display: flex;
    gap: 7px;
    align-items: center;
}

.card p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;    
}

#test_details-text-icons {
    color: #AD8121;
    font-size: 10px;
}

#test_details-text-icons:hover {
    color: #FFFFFF;
    font-size: 10px;
}

#test_details-text-head {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.card-bg {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.footer {
    background-color: #AD8121;
    padding-top: 40px;
    color: #FFFFFF;
    padding-bottom: 10px;
}

#footer-head {
    font-family: 'Playfair Display', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 40px;
    margin-top: 20px;
}

#footer-links a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;  
    color: #FFFFFF;
}

#footer-links {
    margin-bottom: 10px;
}

.adds {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.footer p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;  
    color: #FFFFFF; 
}

.adds1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;  
    color: #FFFFFF;
}

#logo {
    margin-bottom: 10px;
}

.footer-copy {
    background-color: #FFFFFF;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}

.footer-copy1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
}

.room-page {
    margin-bottom: 100px;    
}

.room-page-row {
    position: relative;
    margin-bottom: 50px;
}

.room-page-overlay {
    background-color: #000000CC;
    border-radius: 0px 30px 0px 30px;
    width: fit-content;
    padding: 30px 50px;
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 39.99px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}

.gallery-row1 {
    margin-bottom: 20px;
}

.gallery-page {
    margin-bottom: 100px;
}

.contact-form {
    background-color: #AD8121;
    padding: 45px;
    border-radius: 30px;
}

#contact-form-head {
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 39.99px;
    margin-bottom: 48px;
    color: #FFFFFF;
}

.contact-form input {
    background-color: #FFFFFF;
    padding: 15px;
    border: none;
    outline: none;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 20px;
}

.contact-form input::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    color: #00000080;
}

.contact-form textarea {
    background-color: #FFFFFF;
    padding: 15px;
    border: none;
    outline: none;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 40px;
}
.contact-form textarea::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    color: #00000080;
}

.contact-form button {
    border: none;
    outline: none;
    width: 100%;
    padding: 10px 30px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    background-color: transparent;
    color: #FFFFFF;
}

.contact-page {
    margin-bottom: 100px;
}

.contact-map iframe {
    border-radius: 30px; 
    height: 620px;
}

.contact-address-rows {
    display: flex;
    gap: 10px;
    justify-content: center;
}


#contact-address-rows1 {
    color: #AD8121;
    font-size: 16px;
}

#contact-address-rows2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
}

.contact-address-row {
    margin-bottom: 100px;    
}

.hotelbody1 {
    background-color: #AD8121;
    color: #FFFFFF;
    width: 495px;
    padding-top: 193px;
    padding-left: 100px;
    padding-right: 50px;
    height: 100%;
}

.hotelbodyRow {
    margin-bottom: 100px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

.hotelbody2 img {
    width: 100%;
    max-width: 100%;
}



#hotel-body1-head {
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 39.99px;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.hotelbody1 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;
}

.mission-row {
    display: flex;
    gap: 15px;
    background-color: #F2F2F2;
    border-radius: 20px 0px 0px 20px;
    padding: 30px;
    margin-bottom: 30px;
}

.mission-row2 {
    width: 90%;
}

#mission-row2-head {
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 25.51px;
    margin-bottom: 10px;
}

.team-row-text {
    background-color: #AD8121;
    color: #FFFFFF;
    border-radius: 0px 0px 20px 20px;
    padding: 15px;
    width: 100%;
}

#team-row-text-head {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 25.51px;
    margin-bottom: 10px;
}

.team-row-text span {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.51px;
}

.team-row {
    position: relative;
    margin-bottom: 30px;
}

.team-row-text {
    position: absolute;
    bottom: 0;
}

.book-a-stay {
    margin-bottom: 100px;
}

#book-a-stay-row1-sub {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    color: #AD8121;
    margin-bottom: 10px;
}

#book-a-stay-row1-head {
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 39.99px;
    margin-bottom: 30px;
}

.book-a-stay-row1 {
    padding-top: 100px;
}

.book-a-stay-row1 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: justified;
}

.input-box {
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
}

.input-box input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    color: #000000;
}

.input-box input::placeholder {
    color: #00000080;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
}

.input-box .form-select {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    color: #00000080;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
}

.imput-icon {
    color: #AD8121;
    position: absolute;
    right: 18px;
    top: 15px;
}

.book-a-stay-row2 button {
    border: none;
    outline: none;
    background: linear-gradient(180deg, #D0AD61 0%, #AD8121 100%);
    padding: 15px;
    border-radius: 8px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.book-a-stay-row22 button {
    border: none;
    outline: none;
    background: linear-gradient(180deg, #D0AD61 0%, #AD8121 100%);
    padding: 15px;
    border-radius: 8px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

#background-container {
    transition: background-image 3s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-contact {
    background-color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-contact-row {
    display: flex;
    justify-content: space-between;
}

.header-contact-row-left {
    display: flex;
    gap: 10px;
}

.header-contact-row-left1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    color: #FFFFFF;
}

.header-contact-row-left1 i {
    color: #AD8121;
    margin-right: 5px;
}

.header-contact-row-right-icon a {
    color: #AD8121;
    text-decoration: none;
    margin-right: 5px;
}

.book-a-stay-row2 p {
    color: #AD8121;
    font-size: 16px;
    margin-bottom: 5px;
}

.book-a-stay-row22 p {
    color: #AD8121;
    font-size: 16px;
    margin-bottom: 5px;
}

.book-a-stay-row2 input {
    width: 100%;
    border: none;
    outline: none;
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
    padding: 15px;
    color: #00000080;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

.book-a-stay-row22 input {
    width: 100%;
    border: none;
    outline: none;
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
    padding: 15px;
    color: #00000080;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

/* MEDIA */


@media (max-width: 768px) {

    .book-a-stay-row22 input {
        width: 100%;
        border: none;
        outline: none;
        border: 1px solid #F2F2F2;
        background-color: #F2F2F2;
        padding: 15px;
        color: #00000080;
        border-radius: 8px;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
    }

    .header-contact-row {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .header-contact-row-left {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #navbar {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 0px;
        color: #FFFFFF;
        font-weight: bold;
        position: absolute;
        top: 150px;
        width: 100%;
    }

    #navbar .nav-link:hover {
        transition: .3s all;
        color: #000000;
    }

    #navbar .nav-link {
        transition: .3s all;
        color: #FFFFFF;
        background: linear-gradient(180deg, #D0AD61 0%, #AD8121 100%);
        padding: 10px;
        border-radius: 5px;
    }

    .home-banner {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .book-a-stay-row1 {
        padding-top: 0px;
        margin-bottom: 30px;
    }

    .hotelbody1 {
        background-color: #AD8121;
        color: #FFFFFF;
        width: auto;
        padding: 40px;
    }

    .contact-form {
        background-color: #AD8121;
        padding: 25px;
        border-radius: 30px;
    }

    .contact-map {
        margin-bottom: 20px;
    }

    .contact-address-rows {
        display: flex;
        gap: 20px;
        justify-content: left;
    }

    .footer-copy {
        background-color: #FFFFFF;
        padding: 15px 20px;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 5px;
    }

    .slide-Container {
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        margin-bottom: 100px;
      }

    .border-line {
        display: none;
    }

    .availability-box-row {
        margin-bottom: 30px;
    }

    .home-banner-header {
        width: 100%;
        margin: auto;
    }

    #home-banner-header-btn2 button {
        border: none;
        outline: none;
        background: transparent;
        padding: 10px 20px;
        border-radius: 10px;
        font-family: 'Open Sans', sans-serif;
        border: 1px solid #FFFFFF;
        font-size: 14px;
        font-weight: 400;
        line-height: 21.79px;
        color: #FFFFFF;
        transition: 0.3s all;
    }
    
	#home-banner-header-btn1 button {
        border: none;
        outline: none;
        background: linear-gradient(180deg, #D0AD61 0%, #AD8121 100%);
        border: 1px solid #AD8121;
        padding: 10px 20px;
        border-radius: 10px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 21.79px;
        color: #FFFFFF;
        transition: 0.3s all;
    }
}







@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */


	

}



@media (min-device-width : 737px)
and	(max-device-width : 991px){
	
	 
    
	
}


@media only screen 
and (min-device-width : 737px) 
and (max-device-width : 767px) { /* STYLES GO HERE */



}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
	
	
	
  
}




@media (min-width:320px) and (max-width: 480px) { 
	
    
    
}


