@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap')

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
    color: #5D5D5D;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out !important;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

.form-select:focus {
    border-color: unset;
    box-shadow: none;
}

h1, h2, h3, h4, h6 {
  font-family: "Montserrat", sans-serif;
    font-style: normal;
    color: #000000;
}
h1 {
    font-size: 90px;
    font-weight: 700;
    line-height: 100px;
    color: #FFFFFF;
}
h2 {
    font-size: 70px;
    font-weight: 600;
    line-height: 85.33px;
    text-align: left;

}
h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;

}
h4 {    
    font-size: 44px;
    font-weight: 600;
    line-height: 55px;
}
h5 {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
}
h6 {
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
}
.p_120 {
    padding: 120px 0;
}
.p_80 {
    padding: 0 80px;
}
select:focus-visible {
    outline: none;
}
.text_p p {
    color: #919191;
}
.bg_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
input:focus-visible {
    outline: none;
}

.container-fluid {
    padding: 0 60px;
}

/*==================== button start here ====================*/
.cta {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 18px 45px;
    border-radius: 330px;
    border: 0;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s ease-in-out !important;
}
.cta::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #000080;
    border-radius: 100%;
    transition: all 0.5s ease-in-out !important;
    overflow: hidden;
}
.cta:hover {
    color: #fff;
}
.cta:hover::after {
    background-color: #000;
}
.cta span {
    position: relative;
    z-index: 1;
}
.cta i {
    margin-left: 5px;
    transition: all 0.5s ease-in-out !important;
}
.cta:hover i {
    transform: rotate(320deg);
}
.btn_lgt::after {
    background-color: #FFFFFF66;
}
/*==================== button page end here ====================*/

/*==================== home page start here ====================*/
.header_wrapper .navbar-brand {
    margin: 0;
    padding: 0;
}
.header_wrapper .navbar-nav {
    gap: 85px;
}
.header_wrapper .navbar-nav .nav-link {
    font-size: 16px;
    line-height: normal;
    padding: 0;
    color: #fff;
    position: relative;
}
.header_wrapper .navbar-nav .nav-link:hover {
    color: #fff;
}
.header_wrapper .navbar-nav .nav-link:after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.5s ease-in-out !important;
}
.header_wrapper .navbar-nav .nav-link:hover:after {
    width: 100%;
}
.header_wrapper .navbar-nav .nav-link.active {
    color: #fff;
}
.header_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.header_wrapper .btn {
    color: #FFFFFF;
    border: 0.5px solid #FFFFFF80;
    background: #FFFFFF1A;
    border-radius: 170px;
    padding: 14px 45px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
.header_wrapper .btn:hover {
    background-color: #BCA06C;
}
.header_wrapper .navbar {
    padding: 20px 0;
}
.banner_wreap {
    position: relative;
    padding: 133px 0 110px;
}
.banner_content p {
    max-width: 766px;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 40px;
    line-height: normal;
}
.banner_scrol {
    position: absolute;
    bottom: 20%;
    right: 5%;
}
.success_txt {
    text-align: center;
}
.success_txt h4 {
    color: #fff;
}

.about_hd span {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    color: #000080;
}
.btn_mail {
    border-radius: 0;
    padding: 20px 35px;
    transition: all 0.5s ease-in-out;
    background: unset;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    display: inline-block;
    color: #fff !important;
}
.btn_mail:hover {
    background-color: #000;
    color: #fff;
    border-color: #fff;
}
.about_hd .btn_mail:hover img {
    filter: invert(1);
}
.about_txt p {
    margin-bottom: 50px;
}
.choose_inner {
    border-top: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(224, 224, 224, 0) 0%, #E0E0E0 50%, rgba(224, 224, 224, 0) 100%);
    border-image-slice: 1;
}
.choose_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 80px;
    margin-top: 50px;
}
.choose_list {
    text-align: center;
}
.choose_list .choose_img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    box-shadow: 0px 25px 44px 0px #0080801F;
    background-color: #fff;
}
.choose_list .choose_img img {
    max-width: 80px;
}
.choose_list p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.choose_wrapper {
    position: relative;
}
.choose_wrapper::after {
    position: absolute;
    content: '';
    top: 45%;
    left: 0;
    right: 0;
    background-image: url(../img/line_txt.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 30%;
    z-index: -1;
}
.service_wreap .about_hd span {
    color: #fff;
}
/*.service_wreap .about_hd h3 {
    color: #FFFFFF;
}*/
.about_hd h3 {
    margin-top: 16px;
}
/*.service_wreap .btn_mail {
    color: #fff;
    border-color: #fff;
}*/
.service_wreap .btn_mail img {
    filter: invert(1);
    margin-right: 5px;
}
/*.service_wreap .about_txt p {
    color: #fff;
}*/
.service_wreap .row {
    align-items: center;
}
.service_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.service_grid .service_list {
    padding: 40px;
    border-radius: 25px;
    border: 1px solid #FFFFFF29;
    background: #00008005;
}
.service_list h5 {
    color: #fff;
}
.service_list p {
    color: #fff;
    margin: 0;
}
.service_list .service_img {
    margin-bottom: 28px;
}
.testimonial_hd {
    text-align: center;
    margin-bottom: 25px;
}
.testimonial_hd span {
    font-size: 22px;
    font-weight: 500;
    color: #000080;
}
.testimonial_txt {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.testimonial_name h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    color: #000000;
}
.testimonial_name span {
    font-size: 16px;
    line-height: normal;
    color: #000080;
}
.testimonial_slider .slick-track {
    display: flex;
}
.testimonial_list {
    border: 1px solid #EEEEEE;
    border-radius: 25px;
    padding: 35px;
    margin: 0 15px;
    height: auto;
}
.testimonial_list p {
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.testimonial_slider_lr .slick-list,
.testimonial_slider .slick-list {
    padding: 0 300px;
}
.testimonial_slider_lr .testimonial_list {
    height: auto;
}
.testimonial_slider_lr .slick-track {
    display: flex;
}
.testimonial_slider_lr {
    margin-top: 30px;
}
.faq_wrapper .accordion .accordion-item {
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    margin-top: 30px;
    overflow: hidden;
}
.faq_wrapper .accordion .accordion-item .accordion-button {
    padding: 40px;
    color: #202125;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}
.faq_wrapper .accordion {
    max-width: 1245px;
    margin: 0 auto;
}
.faq_wrapper .faq_hd {
    max-width: 589px;
    margin: 0 auto 50px;
    text-align: center;
    margin-bottom: 10px;
}
.faq_wrapper .accordion .accordion-item .accordion-body {
    padding: 0 40px 40px;
}
.faq_wrapper .accordion .accordion-item .accordion-body p {
    margin: 0;
}
.faq_wrapper .accordion .accordion-item .accordion-button:not(.collapsed) {
    border: 0;
    box-shadow: none;
    color: #fff;
    background-color: #BCA06C;
}
.accordion-collapse {
    color: #fff;
    background: #BCA06C;
    transition: all 0.5s ease-in-out;
}
button.accordion-button.collapsed {
    position: relative;
}

button.accordion-button.collapsed:after {
    content: '';
    position: absolute;
    background-image: url('https://loreberg-nidpn60lxw.live-website.com/wp-content/uploads/2024/04/Vector-25.png');
    width: 33px;
    height: 27px;
    right: 30px;
    rotate: 307deg;
    filter: grayscale(100%);
}
.accordion-button:not(.collapsed)::after {
    background-image: url('https://loreberg-nidpn60lxw.live-website.com/wp-content/uploads/2024/04/Vector-25.png');
    transform: rotate(-180deg);
}
.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}
.career_wreap {
    transform: unset;
}
.accordion-button:not(.collapsed)::after {
    top: 20px;
    position: absolute;
    right: 30px;
}
.career_wreap h2 {
    color: #fff;
}
.career_wreap p {
    max-width: 679px;
    margin: 0 auto 40px;
    color: #fff;
}
.footer_logo ul li a {
    color: #000000;
    margin-right: 30px;
}
.footer_logo ul li a:hover {
    color: #000080;
}
.footer_logo ul {
    margin-top: 45px;
}

.footer_content ul li {
    line-height: 1.2;
}

.footer_content ul li a::after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: all 0.5s ease-in-out !important;
}
.footer_content ul li a:hover::after {
    width: 100%;
}
.footer_bt p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
}
.footer_bt {
    padding: 30px 0;
    text-align: center;
    margin-top: 80px;
    padding-bottom: 0;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(90deg, rgba(188, 160, 108, 0) 0%, #BCA06C 48%, rgba(188, 160, 108, 0) 100%);
    border-bottom: 0;
}
.footer_content h6 {
    font-family: Poppins;
    font-size: 28px;
    line-height: normal;
}
.footer_content p {
    margin: 0;
    font-size: 18px;
}
/*==================== home page end here ====================*/



/*card Flip*/
section.founder-flip-card .container .flip-card {
    display: inline-block;
    margin: 0px 15px;
}

.flip-card {
    width: 30%;
    height: 400px;
    perspective: 1000px;
}
  
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
  
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
  
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 0px !important;
}
  
.flip-card-front {
    background-color: #f1f1f1;
    overflow: hidden;
}
.flip-card-front img{
    height: 100%;
    width: 100%;
}
.flip-card-back {
    background-color: #BCA06C;
    color: white;
    display: flex;
    justify-content: center;
    align-items: start;
    transform: rotateY(180deg);
}
  
.card-content {
    padding: 30px;
    text-align: center;
}
  
.card-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
  
.card-content p {
    font-size: 16px;
    margin-bottom: 20px;
}
  
.btn {
    padding: 10px 20px;
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
}
  
.btn:hover {
    background-color: #333;
    color: #f1f1f1;
}
  
.attribute{
    position: absolute;
    bottom: 10px;
}

/*-------------------Private Collection--------------------*/

section.private-collection {
    padding: 100px 0px;
}

/*---------------------Slider sectiom---------------*/
.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}
.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}
.slick-slide {
  float: left;
  padding: 0;
}

/* ==== Slider Style === */


.modern-slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}
.modern-slider .next-arrow{
  position:absolute;
  top:38%;
  right:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  cursor: pointer;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
  &:before{content:'\f105';}
}
.modern-slider .prev-arrow{
  position:absolute;
  top:38%;
  left:20px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
  cursor: pointer;
  &:before{content:'\f104';}
}
.modern-slider .item h3{
  font:30px/50px RalewayB;
  text-transform:uppercase;
  color:#FFF;
  animation:fadeOutRight 1s both;
  margin:0;
  padding:0;
}

section.content-slider-section {
    margin: 50px 0px;
}
/**/
.item.slick-slide {
    margin: 0 15px 0 0;
}
.modern-slider .prev-arrow {
    left: 0;
}
nav.menu.show ul li a {
    border: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 7px 0px;
}

.slick-list.draggable {
    padding-right: 70px;
}


.info h5 {
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    text-align: left;
    color: #000;
    margin-top: 20px;
}

.scroll {
    padding-top: 95px;
}

.banner_content h1 {
    font-size: 74px;
    font-weight: 500;
    line-height: 84px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    position: relative;
    z-index: 999;
    max-width: 790px;
    margin: auto;
}
.light_banner .banner_content h1{
    color:#000000;
} 
img.rotate {
    position: relative;
    z-index: 999;
    width: 100%;
    max-width: 183px;
}

div#navbarSupportedContent {
    justify-content: end;
}

.header_wrapper .navbar i {
    font-size: 14px;
}
.home .header_wrapper .menu-btn {
    background-color: #BCA06C;
}
.header_wrapper .navbar ul li a {
    border: 1px solid #bca06c;
    color: #bca06c;
}
.header_wrapper .navbar ul li a:hover {
    color: #BCA06C;
}
.header_wrapper .navbar ul li a.header_icon {
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.header_wrapper .navbar ul li a.header_icon:hover {
    background-color: #bca06c;
    color: #fff;
}
.header_wrapper .navbar ul li {
    display: flex;
    gap: 10px;
        width: 100%;
    justify-content: center;
}
.success_txt img {
    margin-top: -24rem;
    position: relative;
    z-index: 1;
    max-width: 350px;
}

.banner-txt {
    margin-top: 130px;
}
.accordion-button::after {
    width: 34px;
    height: 42px;
}


.rotate {
  animation: rotation 5s infinite linear;
}
.about_wrapper h2 {
    margin-bottom: 30px;
}
.about_wrapper h2 {
    margin-bottom: 30px;
    font-size: 100px;
    font-weight: 600;
    line-height: 121.9px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
}

.about_img img {
    width: 100%;
    max-width: 1100px;
}

.about_img {
    text-align: right;
}


.about_txt p span {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #565656;
}

.about_txt {
    padding-top: 36px;
}

.about_wrapper {
    padding-top: 0 !important;
}
.service_wreap {
    background: #BCA06C14;
}
.service_wreap .about_txt {
    padding: 0 !important;
    max-width: 600px;
}

.service_wreap .about_txt p{
    margin: 0;
    margin-bottom: 30px;
}

.service_wreap .about_txt h5 {
    font-family: Montserrat;
    font-size: 27px;
    font-weight: 600;
    line-height: 37px;
    text-align: left;
    color: #BCA06C;
    border-top: 1px solid #BCA06C;
    padding: 30px 0;
    margin: 0;
}
.founder-flip-card h2.text-center {
    text-transform: uppercase !important;
    margin-bottom: 40px;
}

.flip-card-front img {
    border-radius: 0 !important;
    object-fit: cover;
}
.flip-card-front {
    border-radius: 0;
}

.founder-details h5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    color: #000;
    margin: 0;
}

.founder-details p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #565656;
}

.card-content h2 {
    line-height: normal;
}

.card-content h2 {
    display: none;
}

.card-content a.btn-link {
    display: none;
}

.card-content p {
    margin: 0;
    text-align: left;
}


.founder-details {
    padding-top: 30px;
}
.private-img {
    height: 100%;
}

.private-img img {
    height: 100%;
}

.img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
        height: 100%;
}

.img-box img {
    width: 100%;
    max-width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 9;
}
section.private-collection {
    position: relative;
    overflow: hidden;
}

.collection_wrapp {
    max-width: 730px;
    margin: auto;
    padding: 10% 10% 10% 10%;
    position: relative;
    z-index: 999;
    float: right;
}
.collection_wrapp h5 {
    color: #fff;
}

.collection_wrapp p span {
    color: #fff;
}

h5.line-txt {
    color: #BCA06C;
    border-top: 1px solid #BCA06C;
    padding-top: 30px;
    margin-bottom: 60px;
    margin-top: 40px;
}.collection_wrapp {
    max-width: 730px;
    margin: auto;
    padding: 10% 10% 10% 10%;
    position: relative;
    z-index: 999;
    float: right;
}


.scroll {
    position: relative;
}
img.bottom-arrow-image {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 60%;
    z-index: 999;
}

.collection_wrapp {
    padding-left: 60px;
}
footer.footer_wrapper {
    background-color: #000;
    padding: 100px 0 40px;
    position: relative;
}
footer.footer_wrapper .col-lg-8 {
    text-align: right;
}
.footer_content h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    text-align: left;
    color: #fff;
}

.row.one-line {
    padding-bottom: 50px;
    margin-bottom: 100px;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(90deg, rgba(188, 160, 108, 0) 0%, #BCA06C 48%, rgba(188, 160, 108, 0) 100%);
    border-top: 0;
}
.footer_content ul li a {
    color: #fff;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
}

.footer_content.subscribe input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #BCA06C;
    padding-bottom: 10px;
    color: #fff;
 padding-left: 0px !important;
    font-size: 14px !important;
    font-weight: 500;
    height: 55px;
}

.footer_content.subscribe {
    max-width: 470px;
    margin-left: auto;
}
.footer_content.follow_us {
    margin-left: 80px;
}
.take-txt p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #fff;
}

.take-txt {
    padding-top: 120px;
    max-width: 512px;
    margin: auto;
}

.footer_content.subscribe img {
    margin-left: -19px;
    rotate: 270deg;
    max-width: 14px;
    margin-bottom: 5px;
}

.footer_content.subscribe input {
    padding-right: 30px;
    line-height: normal;
    margin: 0;
}
.bg-line {
    position: relative;
}
.bg-line:after {
    content: '';
    position: absolute;
    background-image: url('https://loreberg-nidpn60lxw.live-website.com/wp-content/uploads/2024/04/stroke_1-5.png');
    top: 0;
    height: 25px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -2px;
}
.faq_hd h2 {
    text-transform: uppercase;
}
.left-box h5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    color: #000;
}

.side-data {
    max-width: 520px;
}

.side-data p span {
    color: #565656;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
.side-data h6 {
    font-size: 27px;
    font-weight: 600;
    line-height: 37px;
    text-align: left;
    color: #BCA06C;
    border-top: 1px solid #BCA06C;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
}

section.founder-flip-card {
    padding: 100px 0;
}
a.btn_mail {
    position: relative;
}

a.btn_mail:after {
    content: '';
    position: absolute;
    background-image: url('https://loreberg-nidpn60lxw.live-website.com/wp-content/uploads/2024/04/Group-35058-1.png');
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}
.modern-slider .info {border-bottom: 1px solid #BCA06C;padding-bottom: 50px;}

/**/


.brand {
    position: absolute;
    z-index: 3;
    left: 35px;
    top: 10px;
  }
  
  .brand img {
    height: 5rem;
  }
  

  
  .menu-btn .btn-line {
    width: 18px;
    height: 2px;
    margin: 0 0 5px 0;
    background: #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
/*  .menu-btn.close {
    -webkit-transform: rotate(180deg);
    transform: rotate(359deg);
  }*/
.menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #BCA06C;
    padding: 12px 26px;
    border-radius: 90px;
    position: relative;
    z-index: 99999;
    cursor: pointer;
    background-color: #BCA06C;
}

.menu-btn p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 17px;
}

.menu-btn .btn-line:last-child {
    margin: 0;
}
.menu-btn.close:hover {
    background-color: transparent;
}

.menu-btn.close {
    border: 0;
}

.menu-btn.close.menu-btn p {display: none;}

.menu-btn:hover {
    background-color: #BCA06C;
}
  
  .menu-btn.close .btn-line:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .menu-btn.close .btn-line:nth-child(2) {
    display: none;
  }
  
  .menu-btn.close .btn-line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(0px, 0px);
    transform: rotate(-45deg) translate(0px, 0px);
  }
  
.menu {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0.95;
    visibility: hidden;
    left: 0;
    right: 0;
}

ul.menu-nav.show a.nav-link {
    border: 0;
}
  
  .menu.show {
    visibility: visible;
  }
  
  .menu-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    width: 100%;

    height: 100vh;
    overflow: hidden;
  }
  
  .menu-nav {
    margin: 0;
    padding: 0;
    background: #000;
    list-style: none;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .menu-nav.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .menu .nav-item {
    -webkit-transform: translate3d(1400px, 0, 0);
    transform: translate3d(1400px, 0, 0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .menu .nav-item.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .menu .nav-item.current > a {
    color: #fff;
  }
  
  .menu .nav-item.current > a:hover {
    color: #01172f;
  }
  
  .menu .nav-link {
    display: inline-block;
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    padding: 1rem 0;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .menu .nav-link:hover {
    color: #01172f;
  }
  
  .nav-item:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .nav-item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  
  .nav-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  
  .nav-item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .btn-line.sec-lime {
    display: none;
}

/*  */


.menu-bt button {
    border: 0;
    background: unset;
    color: #fff;
}
section.banner_wreap.bg_img {
    position: relative;
}

section.banner_wreap.bg_img:before {
    content: '';
    position: absolute;
    background-image: url("https://loreberg-nidpn60lxw.live-website.com/wp-content/uploads/2024/04/stroke_1-3.png");
    width: 100%;
    height: 25px;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -1px;
}

section.private-collection:after {
    content: '';
    background-image: url("https://loreberg-nidpn60lxw.live-website.com/wp-content/uploads/2024/04/stroke_1-1.png");
    width: 100%;
    height: 26px;
    bottom: 85px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

.take-txt {
    display: flex;
    align-items: start;
}

.footer_img img {
    width: 100%;
    min-width: 25px;
}

.footer_img {
    margin-right: 10px;
}


ul.menu-nav.show a.nav-link {
    font-size: 18px;
}

.success_txt img {
    margin-left: 7px;
}
.imprint_sectiotn {
    padding: 200px 0px 100px;
}
.inside_box {
    box-shadow: 2px 10px 10px rgba(0,0,0,0.1);
    padding: 30px;
    height: 100%;
    background-color: #BCA06C14;
}
.inside_box p a {
    color: #bca06c;
}
#mailpoet_form_1 {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
}
#mailpoet_form_1 form.mailpoet_form {
    padding: 0px;
}
.footer_content.subscribe div#mailpoet_form_1 {
    margin: 0px;
    border: 0px;
    background-color: transparent;
}
.footer_content.subscribe div#mailpoet_form_1 form.mailpoet_form.mailpoet_form_form {
    padding: 0px;
}
.footer_content.subscribe div#mailpoet_form_1 .mailpoet_form_columns.mailpoet_paragraph {
    margin: 0px;
}
#mailpoet_form_1 .mailpoet_paragraph {
    margin: 0px !important;
    height: 100%;
}
.mailpoet_form_columns.mailpoet_paragraph {
    display: flex;
}
#mailpoet_form_1 .mailpoet_submit {
    background-color: #bca06c !important;
    color: #ffffff !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0px;
    font-size: 17px !important;
    padding: 10px 20px !important;
    height: 55px !important;
    font-weight: 700;
    text-transform: uppercase;
    background-image: url(https://loreberg-nidpn60lxw.live-website.com/wp-content/uploads/2024/04/Group-35058-1.png);
}
.footer_content.subscribe .mailpoet_form_column:last-child {
    flex-basis: unset !important;
    min-width: 120px;
    margin: 0px !important;
}



@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}