@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html body {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  background: #fffcfc;
  position: relative;
  color: #000;
  overflow-x: hidden;
  line-height: 1.6;
}
html body a {
  color: #000;
  text-decoration: none;
  transition: 0.5s all ease;
}
html body a:hover {
  color: #ad9d6b;
  text-decoration: none;
}

.section {
  padding: 100px 0;
}
@media (max-width: 575px) {
  .section {
    padding: 50px 0;
  }
}

.heading {
  margin-bottom: 2.25rem;
  font-weight: 500;
  color: #000;
  font-size: 3rem;
}
@media (max-width: 360px) {
  .heading {
    font-size: 35px;
  }
}
.heading span {
  color: #ad9d6b;
}

.subheading {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 0.25rem;
}

.img-hover {
  width: 100%;
  overflow: hidden;
}
.img-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.img-hover img:hover {
  transform: scale(1.1);
}

.btn-custom {
  background: #e5ce9f;
  color: #fff;
  margin-top: 1rem;
  border-color: #e5ce9f;
  padding: 5px 30px;
  font-size: 14px;
  letter-spacing: 1px;
}
.btn-custom:hover {
  background: transparent;
  color: #ad9d6b;
}

.cursive-fnt {
  font-family: "Playfair Display", serif;
}

/*************Header*********/
header {
  background: transparent;
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 0;
  left: 0;
  padding: 15px 0 3px;
}
header .container {
  max-width: 100%;
}
header > .container {
  padding-left: 60px;
  padding-right: 60px;
}
header .navbar {
  padding: 0;
  font-family: "Playfair Display", serif;
}
header .navbar-brand .black-logo {
  display: none;
}
header .navbar-brand .white-logo {
  max-width: 150px;
}
header .navbar-light .navbar-toggler {
  padding: 0;
  font-size: 18px;
  line-height: 0;
  border-radius: 0;
  border: none;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
}
header .navbar-light .navbar-toggler .fa-bars:before {
  display: none;
}
header .navbar-light .navbar-toggler .fa-times {
  display: none;
}
header .navbar-light .navbar-toggler .fa-times:before {
  display: none;
}
header .navbar-light .navbar-toggler.closed {
  color: #000;
  position: fixed;
  top: 24px;
}
header .navbar-light .navbar-toggler.closed .navbar-toggler-icon {
  color: #000;
}
header .navbar-light .navbar-toggler.closed .navbar-toggler-icon .fa-times {
  display: block;
}
header .navbar-light .navbar-toggler.closed .navbar-toggler-icon .fa-bars {
  display: none;
}
@media (max-width: 360px) {
  header .navbar-light .navbar-toggler {
    font-size: 1.1rem;
  }
}
header .navbar-light .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-light .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  background-image: none;
  color: #fff;
  padding-right: 7px;
}
header .navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 28px;
  padding: 10px 2rem;
  font-weight: normal;
}
@media (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-link {
    padding: 0.3rem 0.75rem;
  }
}
header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link:hover {
  color: #ad9d6b;
}
@media (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
  }
}
header.fixed-top {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
}
header.fixed-top .navbar-brand .black-logo {
  display: block;
  max-width: 100px;
}
header.fixed-top .navbar-brand .white-logo {
  display: none;
}
header.fixed-top .nav-wrap .navbar-toggler {
  color: #000;
}
header.fixed-top .nav-wrap .navbar-toggler .navbar-toggler-icon {
  color: #000;
}
header.fixed-top .navbar-nav .nav-link.active, header.fixed-top .navbar-nav .nav-link:hover {
  color: #ad9d6b;
}

/*****Home Banner Section***/
.banner1 {
  background-image: url(../images/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-attachment: fixed;
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 200;
}
.banner1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 30%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  pointer-events: none;
}
@media (max-width: 991px) {
  .banner1 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .banner1 {
    height: 75vh;
    padding: 4rem 0;
  }
}
.banner1.inner-pages {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3215686275), rgba(0, 0, 0, 0.3215686275)), url(../images/bg201.jpeg);
  height: 400px;
}
@media (max-width: 767px) {
  .banner1.inner-pages {
    padding: 0;
  }
}
.banner1.inner-pages .banner-text h1 {
  margin: 0;
  padding-top: 2rem;
}
@media (max-width: 991px) {
  .banner1.inner-pages .banner-text h1 {
    padding-top: 0;
  }
}
.banner1 .cursive-fnt {
  color: #ad9d6b;
}
.banner1 .img-banner {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner1 .img-banner {
    margin: 0 auto;
  }
}
.banner1 .img-banner img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 767px) {
  .banner1 .img-banner img {
    margin-left: 0;
    width: 100%;
    height: 250px;
  }
}
.banner1 .banner-text {
  padding: 5rem 0 1rem;
  display: flex;
  align-items: flex-end;
  height: 100%;
  color: #fff;
  justify-content: center;
  max-width: 85%;
  margin: 0 auto;
  flex-direction: column;
  text-align: right;
}
@media (max-width: 992px) {
  .banner1 .banner-text {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
}
.banner1 .banner-text svg {
  width: 64px;
  height: 64px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .banner1 .banner-text {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .banner1 .banner-text {
    padding: 2rem 1rem;
    text-align: center;
  }
}
.banner1 .banner-text h1 {
  font-weight: 200;
  font-size: 4rem;
  margin-bottom: 24px;
  line-height: normal;
  width: 500px;
}
@media (max-width: 992px) {
  .banner1 .banner-text h1 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .banner1 .banner-text h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.banner1 .banner-text p {
  font-size: 0.85rem;
  margin-top: 1.5rem;
  font-weight: 200;
  line-height: 1.5rem;
  font-family: "Poppins", sans-serif;
  max-width: 50%;
  float: right;
}
@media (max-width: 992px) {
  .banner1 .banner-text p {
    max-width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .banner1 .banner-text p {
    font-size: 13px;
    line-height: 1rem;
    max-width: 90%;
    margin: 0 auto;
  }
}

.hero-desc-fixed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-desc-fixed .main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Playfair Display", serif;
}
.hero-desc-fixed .main-menu li {
  display: block;
  font-size: 24px;
  padding: 0 1rem;
}
.hero-desc-fixed .main-menu li a {
  color: #fff;
  padding: 0;
  border-bottom: 1px solid transparent;
}
.hero-desc-fixed .main-menu li a:hover {
  border-bottom: 1px solid #fff;
}

/********Hotels**********/
#hotels {
  /*background: url(../images/pat2.png);
  background-color: #f9f9f9;*/
  padding: 0;
}
#hotels .section-row {
  background-color: transparent;
  padding: 130px 0 0;
}
.navbar-brand{margin-right: 0rem;}
@media (max-width: 767px) {
  #hotels .section-row {
    padding: 60px 0 0;
  }
}
#hotels .section-row.row-reverse {
  background-color: transparent;
}
@media (min-width: 768px) {
	.nav-wrap{min-width:100px;}
  #hotels .section-row.row-reverse .hotel {
    flex-direction: row;
  }
  #hotels .section-row.row-reverse .hotel .text-box {
    padding: 3rem 0 3rem 2rem;
  }
}
#hotels .section-row .hotel {
  border: none;
  /*background: #ffffff;*/
}
#hotels .section-row .hotel .col-md-6:first-child {
  background-color: #f9efea;
  padding: 5rem;
}
@media (max-width: 767px) {
  #hotels .section-row .hotel .col-md-6:first-child {
    padding: 0rem;
  }
}
@media (min-width: 768px) {
  #hotels .section-row .hotel {
    flex-direction: row-reverse;
  }
  #hotels .section-row .hotel .text-box {
    padding: 3rem 2rem 3rem 0;
  }
}
@media (max-width: 767px) {
  #hotels .section-row .hotel {
    margin-bottom: 2rem;
  }
  #hotels .section-row .hotel:last-child {
    margin-bottom: 0;
  }
  #hotels .section-row .hotel .text-box {
    padding: 0;
  }
}
#hotels .section-row .hotel .hotel-img {
  width: 100%;
  height: 400px;
  padding: 0;
}
@media (max-width: 991px) {
  #hotels .section-row .hotel .hotel-img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #hotels .section-row .hotel .hotel-img {
    padding: calc(var(--bs-gutter-x) / 2) calc(var(--bs-gutter-x) / 2) 0;
    height: 300px;
  }
}
#hotels .section-row .hotel .hotel-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  #hotels .section-row .hotel .hotel-img img {
    padding: calc(var(--bs-gutter-x) / 2) calc(var(--bs-gutter-x) / 2) 0;
    height: 300px;
  }
}
#hotels .section-row .hotel .hotel-img .owl-dots {
  margin-top: -33px;
  position: relative;
}
#hotels .section-row .hotel .hotel-img .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #fff;
}
#hotels .section-row .hotel .hotel-img .owl-dots .owl-dot.active span, #hotels .section-row .hotel .hotel-img .owl-dots .owl-dot:hover span {
  background: #fff;
}
#hotels .section-row .hotel .post-container {
  padding: 0 2rem 2rem 2rem;
  height: 100%;
  display: flex;
}
@media (max-width: 767px) {
  #hotels .section-row .hotel .post-container {
    padding: 0 2rem 0rem 2rem;
    text-align: center;
  }
}
#hotels .section-row .hotel .post-container .heading {
  font-weight: 300;
  font-family: "Playfair Display", serif;
  font-size: 78px;
  line-height: 1.02;
  letter-spacing: 0.9px;
  text-align: right;
  margin-right: -100px;
  position: relative;
  margin-top: -30px;
}
.full-width-content{
padding-bottom:4rem;
}
.full-width-content h2{
	font-weight: 300;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: 0.9px;
}
#hotels .section-pink{
	    background-color: #fff;
}
.hotel-content .full-width-content{
padding-top:4rem;padding-bottom:1rem;
}
.post-container .fa-star-half, .post-container .fa-star{color:#f5c232;}
.bilan{padding:0 2rem;}
@media (max-width: 767px) {
  #hotels .section-row .hotel .post-container .heading {
    text-align: center;
    margin-right: 0px;
    margin-top: 30px;
    font-size: 60px;
  }
  #hotels .section-row .hotel .post-container .heading br {
    display: none;
  }
}
#hotels .section-row .hotel .post-container p {
  width: 75%;
}
@media (max-width: 991px) {
  #hotels .section-row .hotel .post-container p {
    width: 100%;
  }
}
#hotels .section-row .hotel .post-container .stars {
  color: #ffbc00;
  padding-bottom: 0.5rem;
}
#hotels .section-row .hotel .post-container .address {
  font-weight: normal;
  padding-bottom: 1rem;
  font-size: 13px;
}
#hotels .section-row .hotel .post-container .btn-custom {
  background: transparent;
  color: #4c4138;
  margin-top: 1rem;
  border-color: transparent;
  padding: 0;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
#hotels .section-row .hotel .post-container .btn-custom:hover {
  color: #ad9d6b;
}
#hotels .section-row .hotel .post-container .btn-custom .btn-txt {
  position: absolute;
  left: 50%;
  white-space: nowrap;
  top: 50%;
  transform: translate(27%, -50%);
}
#hotels .section-row.row-reverse .hotel .heading {
  text-align: left;
  margin-right: 0px;
  margin-left: -100px;
}
@media (max-width: 767px) {
  #hotels .section-row.row-reverse .hotel .heading {
    text-align: center;
    margin-left: 0px;
  }
}
#hotels .section-row.row-reverse .hotel p {
  float: right;
}
#hotels .section-row.row-reverse .hotel .btn-custom {
  float: right;
  clear: both;
}
@media (max-width: 767px) {
  #hotels .section-row.row-reverse .hotel .btn-custom {
    float: none;
  }
}
#hotels .section-row.row-reverse .hotel .btn-custom .btn-txt {
  transform: translate(-130%, -50%);
}

/****** best-picks ******/
.best-picks {
  background-image: linear-gradient(#222736 0%, #222736 50%, rgba(0, 0, 0, 0) 50%), url(../images/pat2.png);
}
@media (max-width: 767px) {
  .best-picks {
    background-image: linear-gradient(#222736 0%, #222736 20%, rgba(0, 0, 0, 0) 20%), url(../images/pat2.png);
  }
}
.best-picks .best-picks-hotels {
  margin-bottom: 2rem;
  /* @media (min-width: 1200px) {
       padding: 0 2.5rem;
   }
   @media (max-width: 575px) {
       padding: 0 1.5rem;
   }
   @media (max-width: 414px) {
       padding-right: calc(var(--bs-gutter-x) / 2);
       padding-left: calc(var(--bs-gutter-x) / 2);
   }*/
}
.best-picks .best-picks-hotels .card {
  border: transparent;
  font-weight: bold;
  text-align: center;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 4px #878787;
}
.best-picks .best-picks-hotels .card .hotel-img {
  object-fit: cover;
  width: 100%;
  height: 250px;
  padding: 0.75rem;
}
.best-picks .best-picks-hotels .card .card-body {
  padding: 0.75rem 0.75rem 2rem;
}
.best-picks .best-picks-hotels .card .card-body .stars {
  color: #facc33;
  padding-bottom: 1rem;
}
.best-picks .best-picks-hotels .card .card-body .score {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 1rem;
}
.best-picks .best-picks-hotels .card .card-body .score span {
  font-weight: normal;
  font-size: 12px;
}
.best-picks .best-picks-hotels .card .card-body .heading {
  font-size: 1.75rem;
  padding-bottom: 1rem;
  margin: 0;
}
.best-picks .best-picks-hotels .card .card-body .hotel-add-box {
  padding-bottom: 1rem;
  font-size: 13px;
  font-weight: normal;
}
.best-picks .best-picks-hotels .card .card-body .hotel-review {
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-weight: normal;
}

/*******About Us******/
.about {
  padding-bottom: 0;
}
.about .container {
  border-bottom: 1px solid rgba(88, 88, 88, 0.2196078431);
  padding-bottom: 50px;
}
.about .container .heading {
  font-weight: 300;
  font-family: "Playfair Display", serif;
}
.about p {
  letter-spacing: 1px;
}

.about-img {
  background-image: url(../images/pat2.png);
}
.about-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .about-img img {
    margin-bottom: 1rem;
  }
}

/*******Contact Us******/
.contact img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  height: 467px !important;
}
@media (max-width: 991px) {
  .contact img {
    height: 100% !important;
  }
}
.contact .text-section {
  padding: 25px 60px;
  height: 100%;
}
@media (max-width: 991px) {
  .contact .text-section {
    padding: 25px 15px;
  }
}
.contact .text-section p {
  text-align: justify;
}
.contact .text-section .heading {
  margin-bottom: 0;
}
.contact .text-section .btn-custom {
  margin-top: 15px;
}
.contact textarea.form-control {
  height: 150px;
}

.form-control {
  border-color: #eee;
  background: #f6f6f6;
  border-radius: 5px !important;
  padding: 7px 10px;
  margin-bottom: 15px;
  font-size: 12px;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ad9d6b;
}
@media (max-width: 575px) {
  .form-control {
    padding: 10px;
  }
}

#newcookies {
  color: #fff;
  top: unset;
  left: 0px;
  bottom: 0px;
  padding-right: 0px !important;
  height: auto;
  padding: 1rem 0;
  position: fixed;
  width: 100%;
  background: rgba(4, 23, 33, 0.7490196078);
  bottom: 0;
  left: 0;
  z-index: 9999;
}
#newcookies p {
  margin-bottom: 0;
  color: #fff;
}
#newcookies .btn {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #434343;
  margin-left: 1rem;
  padding: 0.15rem 0.5rem;
  cursor: pointer;
}

/*********Inner Page********/
.main {
  padding-top: 60px;
  padding-bottom: 60px;
}
.main .title {
  margin-bottom: 1rem;
  word-break: break-all;
}
.main h3 {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-weight: 600;
  font-size: 1.25rem;
}
.main h4 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
}

/*********Footer********/
.footer {
  background: #fffcfc;
  color: #585858;
  padding: 3rem 0 1rem;
  /*.footer-logo {
      img {
          width: 95px;
      }
  }*/
}
@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
}
.footer h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 991px) {
  .footer h5 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .footer .footer-links {
    padding-bottom: 1rem;
  }
}
.footer .footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}
.footer .footer-links ul li {
  padding: 0 0 7px;
  font-size: 12px;
}
.footer .footer-links ul li:last-child {
  padding-bottom: 0;
}
.footer .social {
  padding-left: 0;
  list-style-type: none;
  display: flex;
}
@media (max-width: 991px) {
  .footer .social {
    margin: 0 auto;
    justify-content: center;
  }
}
.footer .social li {
  margin-bottom: 8px;
}
.footer .social li i {
  background: #585858;
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #fff;
  font-size: 14px;
}
.footer .social li a:hover i {
  background: #ad9d6b;
  color: #fff;
}
.footer p {
  font-size: 12px;
}
.footer a {
  color: #585858;
}
.footer a:hover {
  color: #ad9d6b;
}
@media (max-width: 991px) {
  .footer .newsletter-form {
    padding-bottom: 1rem;
  }
}
.footer .newsletter-form input.form-control {
  background: transparent;
  color: #585858;
  border-color: #505050;
}
.footer .newsletter-form input.form-control:focus {
  box-shadow: none;
  border-color: #ad9d6b;
}
.footer .newsletter-form .input-group {
  position: relative;
  align-items: center;
  padding: 0;
  max-width: 400px;
  margin: auto;
}
.footer .newsletter-form .input-group .form-control {
  width: 100%;
  text-overflow: ellipsis;
  padding-right: 1.8rem;
}
.footer .newsletter-form .input-group .input-group-text {
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  color: #585858;
  z-index: 9;
}
.footer .newsletter-form .input-group .input-group-text.btn {
  background: transparent;
}
.footer .newsletter-form .input-group .input-group-text.btn:hover {
  color: #ad9d6b;
}
.footer .newsletter-form .input-group .input-group-text.btn:focus {
  box-shadow: none;
}

.footer-booter {
  background-color: #f9efea;
  color: #585858;
  text-align: center;
  font-size: 12px;
  padding: 25px 5px 20px;
}

.navbar-expand-lg .navbar-toggler {
  align-items: center;
}

.navbar-expand-lg .navbar-collapse {
  left: -100%;
  position: fixed;
  /*background-color: #000000a8;*/
  background: #fffcfc;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
  padding-top: 0px;
  padding-left: 0px;
  transition: all 0.5s ease 0s;
}

.navbar-expand-lg .navbar-collapse.show {
  left: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: flex;
  }
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
  .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }
  .navbar-expand-lg .navbar-nav {
    justify-content: center;
    height: 90vh;
    align-items: center;
  }
}
#hotel-bg, #attractions-bg, #about-bg, #contact-bg {
  background-size: cover !important;
  color: #fff;
  min-height: 47vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
}

#hotel-bg {
  background: url(../images/hotelbg.jpg) no-repeat center;
}

#attractions-bg {
  background: url(../images/hero.jpg) no-repeat center;
}

#about-bg {
  background: url(../images/about-bg.jpg) no-repeat center;
}

#contact-bg {
  background: url(../images/contact.jpg) no-repeat center;
}

.attractions-info {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 2rem;
}

.page-title {
  background-color: #f6f5f3;
  text-align: center;
  padding-bottom: 50px;
}
.page-title h1 {
  font-family: "Playfair Display", serif;
}

.right-nav-sec {
  font-family: "Poppins", sans-serif;
}
.right-nav-sec a {
  color: rgba(255, 255, 255, 0.8196078431);
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  padding: 10px 20px;
  transition: color 0.3s, background-color 0.3s;
}
.right-nav-sec a:hover {
  background-color: rgba(255, 255, 255, 0.8196078431);
  color: #000;
}

@media (max-width: 991px) {
  header > .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .right-nav-sec {
    display: none;
  }
  .navbar-light .navbar-brand {
    width: 200px;
  }
  .navbar-expand-lg .navbar-collapse {
    padding-left: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
