@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "blender";
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "blender";
    src: url(../fonts/blender.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}


h1 {
    font-family: "Cinzel", serif;
    font-size: 65px;
    color: #ffffff;
    font-weight: 400;
    margin: 0px 0px 20px;
}

h2 {
    font-family: "Cinzel", serif;
    font-size: 60px;
    color: #000;
    font-weight: 400;
    margin: 0px 0 20px;
    line-height: 1.1;
}


h3 {
    font-family: "Cinzel", serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Cinzel", serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Cinzel", serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Cinzel", serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 25px;
    color: #8a8a8a;
}


/* Header Start */

header {
    position: absolute;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid #fd994a;
    padding: 12px 0;
}

.menusection-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.header-cart-icon a {
    border: 1px solid #e29356;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
}

.theme-btn-1 {
    background: #ffffff;
    padding: 5px 5px 5px 18px;
    text-transform: uppercase;
    border-radius: 50px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: fit-content;
    border: 2px solid #ca5702;
    box-shadow: 0 0 10px 0 #00000054;
}

.theme-btn-1 span {
    background: #ca5702;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
}

.header-logo a img {
    width: 80px;
    height: 81px;
    object-fit: cover;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0 10px;
    font-size: 15px;
    text-transform: uppercase;
}

.menuSec .active:before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 1px;
    bottom: -41px;
}

.menuSec .active {
    position: relative;
}


.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;

}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/* Header Ends */


/* Main Banner Ends */

.container-fluid.add-padding {
    padding: 0 4%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.banner_text h1 span {
    display: block;
    padding: 3px 0;
    background: #ff9d4c;
    position: relative;
}

.banner_text p {
    color: #ecaa76;
    margin-bottom: 22px;
}

.banner_text h1 span:before {
    content: "";
    position: absolute;
    background: #ff9d4c;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
}

.banner_text h1 span:after {
    content: "";
    position: absolute;
    background: #f6720e;
    width: 12px;
    height: 100%;
    top: 0;
    left: -45px;
}

section.main_slider {
    position: relative;
    overflow: hidden;
}

.main-slider-images img {
    width: 960px;
    height: 712px;
    object-fit: cover;
}

.main-slider-images {
    position: absolute;
    right: 0;
    z-index: 99;
    bottom: 0;
}

section.main_slider .custom-slider-nav {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 20;
    color: #fff;
    left: 60px;
    bottom: 50px;
}

section.main_slider .number-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

section.main_slider .progress-line {
    width: 220px;
    height: 1.5px;
    background: #d2874d;
    position: relative;
}

section.main_slider .progress-fill {
    height: 100%;
    width: 0%;
    background: #fff;
    transition: 0.4s ease;
}

section.main_slider button.next-btn {
    background: none;
    border: none;
}

section.main_slider button.prev-btn {
    background: none;
    border: none;
}

section.main_slider button.next-btn img {
    width: 39px;
    height: 39px;
    object-fit: contain;
}

section.main_slider button.prev-btn img {
    width: 39px;
    height: 39px;
    object-fit: contain;
    transform: rotate(180deg);
}

section.main_slider span.total {
    font-family: "Cinzel", serif;
    color: #ecd2c5;
}

section.main_slider span.current {
    font-family: "Cinzel", serif;
    font-size: 25px;
}

/* Main Banner Ends */

/*About Us Start*/


.about-us-images:before {
    content: "";
    position: absolute;
    background-image: -webkit-linear-gradient(-56deg, rgb(253, 109, 0) 0%, rgb(165, 71, 0) 100%);
    width: 80%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.about-us-images {
    position: relative;
    padding: 70px 0px 70px 70px;
}

.about-us-images img {
    width: 100%;
    height: 605px;
    object-fit: cover;
    border-radius: 10px;
}

.about-us-text h2 span {
    display: block;
}

.about-us-text h2 {
    color: #ca5702;
    text-align: end;
    position: relative;
}

.about-us-text label {
    color: #000;
}

.about-us-text {
    margin-left: 15px;
}

.about-us-button {
    margin-top: 25px;
}

.about-us-text p {
    margin-bottom: 25px;
}

.about-us-text h2:before {
    content: "";
    position: absolute;
    background: #cbcbcb;
    width: 60%;
    height: 1px;
    left: 0;
    bottom: 37px;
}

/*About Us Ends*/



.menu-main p {
}

ul#myTab button {
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
}

ul#myTab {
    padding-bottom: 10px;
    border: unset;
}

.nav-link.active:before {
}

section.menu-wrap {
    padding-bottom: 90px;
}
.menu-main p {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}

ul#myTab button {
    font-size: 14px;
    color: rgb(15, 16, 16);
    text-transform: uppercase;
    position: relative;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border: unset;
    position: relative;
}


.nav-link.active:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fd6d00;
}

section.menu-wrap {
    padding-bottom: 90px;
}

.menu-view a {
    font-size: 14px;
    color: rgb(202, 87, 2);
    text-transform: uppercase;
    border-bottom: 1px solid;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border: unset;
}
.row.mt-3.border-btm {
    border-bottom: 1px solid #cbcbcb;
    align-items: center;
}

.menu-box {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 18.703px 18.061px 38px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
}

section.menu-wrap .container-fluid {
    padding: 0 40px;
}

.mene-img {
    position: relative;
}

.mene-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

span.menu-ratiing {
    position: absolute;
    background-color: rgb(255, 255, 255);
    top: 10px;
    right: 10px;
    border-radius: 50px;
    font-size: 18px;
    color: rgb(7, 70, 68);
    line-height: 2.484px;
    padding: 10px 10px;
}

span.menu-ratiing i {
    color: #ffa200;
    font-size: 15px;
}

.menu-text {
    text-align: center;
    margin-top: 20px;
}

.menu-text a {
    margin: 0 auto;
    margin-top: 10px;
}

.menu-text h3 {
    font-size: 20px;
    color: rgb(22, 22, 22);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.menu-text h4 {
    font-size: 22px;
    color: rgb(22, 22, 22);
    text-transform: uppercase;
}

.menu-text p {
    margin-bottom: 10px;
}



.catering-steps img {
    width: 18px;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.catering-section{
    padding-top:70px;
    padding-bottom:120px;
    text-align:center;
    color:#fff;
    position: relative;
}

.catering-section h1{
    font-size:42px;
    letter-spacing:2px;
    font-weight:500;
}

.catering-section .sub-title{
    font-size: 27px;
    position: relative;
    display: inline-block;
}

.catering-steps{
    font-size: 16px;
    opacity:.9;
    text-transform: uppercase;
}

.dishes-section{
    margin-top:-80px;
}

.dish-card{
    border-radius:12px;
    overflow:hidden;
}

.dish-card img{
    width:100%;
    height: 350px;
    object-fit:cover;
    border-radius:10px;
}

.popular-title{
    color:#fff;
    margin-top:50px;
    letter-spacing:2px;
    font-weight: 500;
}

.catering-section .sub-title:before {
    content: '';
    position: absolute;
    top: 20px;
    left: -65%;
    width: 60%;
    height: 1px;
    background: #ffffff82;
}

.catering-section .sub-title:after {
    content: '';
    position: absolute;
    top: 20px;
    right: -65%;
    width: 60%;
    height: 1px;
    background: #ffffff82;
}

.catering-img-row {
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 0;
}

section.catering-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    z-index: -1;
    background-image: url(../images/catering-section-back.jpg);
    background-size: cover;
}

.row.g-4.catering-img-row .col-lg-3 {
    margin: 0 !important;
    padding: 0 8px;
}

.event-img {
    border-radius: 10px;
    background-color: rgb(32, 31, 32);
    box-shadow: 0px 30px 57px 0px rgba(0, 0, 0, 0.06);
    height: 350px;
    object-fit: cover;
}

p.event-text {
    padding-right: 20px;
}

section.why-chosse-wrap {
    padding: 80px 0;
}

.choes-img img {
    width: 95%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}

.choose-text h2 span {
    display: block;
}

.choose-text h2 {
    font-weight: 400;
}
/*testimonial_sec start*/

.testimonial_sec {
}

.testimonial_sec .custom-space {
    margin-top: 50px;
}

.testimonial_top_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.testimonial_top_bar p {
    text-align: center;
    color: #666666;
    margin: 0 auto;
    width: 50%;
}

.testimonial_top_bar {
    padding: 30px 0 15px 0;
}

.checked {
    color: #fd8f00;
}

.testimonial_boxspan {
    color: #febc66;
}

.testimonial_box {
    padding: 50px 24px;
    height: 320px;
    margin: 25px 0px;
    position: relative;
}

.testimonial_box i {
    position: absolute;
    color: #ca5702;
    top: -7%;
}

.testimonial_box p {
    padding: 0;
    max-height: 100px;
    font-weight: 500;
    color: #8a8b8d;
    font-family: 'Montserrat';
    overflow-y: scroll;
}

.profile {
    padding: 30px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.profile_text p {
    margin: 0;
    padding: 0;
    overflow-y: visible;
}

.profile_text h6 {
    margin: 0;
    color: #000;
    font-size: 20px;
}

.profile_text p {
    padding: 0;
    text-transform: uppercase;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box i {
    background-color: #ca5702;
    color: #fff;
    opacity: 1;
    border: 1px solid;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_slider .slick-slide.slick-current.slick-active .profile_text p {
    padding: 0 !important;
    color: #fff
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box h6 {
    color: #fff;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box p {
    padding: 20px 0 16px 0;
    color: #fff;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
    border-width: 1px;
    border-color: rgb(244, 244, 244);
    border-style: solid;
    border-radius: 0px;
    background-color: #ca5702;
    box-shadow: 23.013px 9.768px 59px 0px rgba(193, 193, 193, 0.2);
}

.testimonial_box:hover {
    background-color: #CA5703 !important;
    box-shadow: 23.013px 9.768px 59px 0px rgba(193, 193, 193, 0.2);
}

.testimonial_box:hover i {
    opacity: 1;
    background-color: #ffffff;
    color: #51483f;
}

.testimonial_slider .slick-slide.slick-current.slick-active {
    width: 11% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-list.draggable {
    height: 463px;
    padding: 60px 0;
}

.testimonial_slider .slick-active {
    opacity: 1;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
    border-radius: 0px;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
}

.profile i {
    position: relative;
    top: 0;
    left: 0;
    background-color: #000000 !important;
    border: 1px solid #fff;
    color: #fff !important;
}

.testimonial_slider .slick-slide.slick-active+.slick-slide.slick-active .testimonial_box p {
    color: #8a8b8d;
    margin: 0 0 10px;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
    border-radius: 0px;
}

.testimonial_slider-btn {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}

.testimonial_slider-btn button {
    height: 60px;
    width: 60px;
    display: flex;
    flex-shrink: 0;
    color: #cccccc;
    border-radius: 50%;
    align-items: center;
    transition: ease-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #cccccc;
    background-color: transparent;
}

.testimonial_slider-btn button:hover {
    color: #000;
    transition: ease-in;
    border-color: #5a4140;
    transition-duration: 0.5s;
    background-color: #5a4140;
}

.abouttestimonial_sec {
    overflow-x: hidden;
    padding: 80px 5% 100px;
}
.testimonial_box:hover * {
    color: #fff !important;
}
section.testimonial_sec .section-heading p {
    width: 60%;
    margin: 0 auto;
}
/*testimonial_sec end*/



/* footer */

.footerSec {
    background-color: #191919;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 20px;
}

.newsletter {
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.newsletter h2 {
    color: #ffffff;
}

.newsletter p {
    font-size: 14px;
    color: #ffffff8a;
    margin: 0 auto 30px;
    width: 80%;
    font-weight: 500;
}

.newsletter form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.newsletter input[type="email"] {
    padding: 15px 20px;
    width: 50%;
    border: 1px solid #626262;
    border-radius: 40px;
    font-size: 14px;
    background: #1f1f1f;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 500;
}

.newsletter input::placeholder {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
}

.footer_content {
    padding: 55px 50px;
    position: relative;
}

.footer_content::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    height: 1px;
    width: 90%;
    background: #ffffff1c;
    z-index: 1;
    transform: translateX(-50%);
}

.ftr_links ul,
.ftr_social_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftr_links ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ftr_links a {
    color: #fef7f6;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
}

.ftr_links a:hover {
    color: #ca5702;
}

.ftr_social_links ul {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.ftr_social_links a {
    color: #fff;
    font-size: 12px;
    transition: background 0.3s, color 0.3s;
    height: 35px;
    width: 35px;
    background-color: #ca5702;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ftr_social_links a:hover {
    color: #2954ac;
    background-color: #ffffff;
}

.footer-btm {
    border-top: 1px solid #ffffff1c;
    padding-top: 20px;
    text-align: center;
}

.copy-txt p {
    color: #ffffff8a;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}
.copy-txt {
    text-align: start;
}

.card-img {
    text-align: end;
}
/* footer */
