@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

* {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: "Cinzel", serif;
}

.myanmar {
    font-family: "Cinzel", serif;
    font-weight: 400;
}

p,
dl,
ol,
ul,
a,
span,
input,
li,
button,
.btn {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    font-family: "Inter", sans-serif;
    font-style: normal;
}

.contact-btn {
    text-align: center !important;
    display: flex !important;
    background: transparent;
    width: 260px;
    border: 1px solid #073068;
    padding: 12px 15px;
    justify-content: center;
    align-items: center;
    gap: 1px;
    color: #073068 !important;
    font-size: 16px;
    line-height: normal;
}

.header .navbar-toggler svg {
    color: #dfeaff;
}

.header.sticky .navbar-toggler svg {
    color: #073068;
}

.header .navbar-toggler {
    color: #dfeaff;
    display: flex;
    align-items: center;

}

.header.sticky .navbar-toggler {
    color: #073068;
}

img {
    max-width: 100%;
}

section {
    padding: 80px 60px;
    overflow: hidden;
}

footer {
    padding: 60px 60px;
}

a {
    text-decoration: none;
    color: #000;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.bg-light {
    background: #EBF8FF !important;
}

.bg-cream {
    background: #EDF4FF;
}

.bg-cream-light {
    background: #EDF4FF;
}

.banner-header .caption h1 {
    text-transform: uppercase;
    font-weight: 300;
}

.cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: transparent;
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 10px 14px;
    gap: 10px;
    color: #fff;
    line-height: 150%;
}

.cta-button:hover {
    border: 1px solid #fff;
    background-color: #0000002b;
}

.container {
    max-width: 100%;
    margin: auto;
    padding: 0;
}

.max-container {
    max-width: 1355px;
}

.section-title {
    font-family: "Cinzel", serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 38px;
    line-height: normal;
    position: relative;
    display: inline-block;
}

.text-primary {
    color: #073068 !important;
}

.border-primary {
    border-color: #073068 !important;
}

.bg-primary {
    background: #073068 !important;
}

/* header */
.header {
    position: fixed;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(95, 95, 95, 0) 100%);
    padding: 14px 60px;
    left: 0;
    top: 0%;
    width: 100%;
    z-index: 111;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.header.sticky {
    /* top: -110%; */
    top: 0;
    background: #fff;
    border-bottom: 1px solid rgb(218, 218, 217);
}


.header .logo {
    width: 300px;
    height: 77px;
    object-fit: contain;
}

.header .logo.logonoraml {
    display: none;
}

.header.sticky .logo.logowhite {
    display: none;

}

.header.sticky .logo.logonoraml {
    display: block;
}

.header .navbar-nav {
    gap: 15px;
}

.header .navbar-collapse {
    position: fixed;
    left: 0;
    top: 0;
    width: 30%;
    height: 100dvh;
    background: #fff;
    z-index: 111;
    padding: 38px 66px;
    overflow: auto;
    display: none !important;
}

.zzz {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.7s ease;
}

.zzz.show {
    opacity: 1;
    transform: translateY(0);
}

.header .navbar-collapse.collapse.show {
    display: block !important;
}

.header .nav-link {
    color: #000000;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.header .nav-link:hover,
.header .nav-link:hover svg path {
    color: #073068;
    stroke: #073068;
}

.header .nav-link.active {
    color: #000000;
}

.header .nav-link svg path {
    transition: .3s all;
    stroke: #000000;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.header.sticky .nav-link {
    color: #073068;
}

.header.sticky .nav-link svg path {
    stroke: #073068;
}

.header .nav-link:hover {
    color: #000000;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* .................... hero section start .................... */


.banner-slider-new.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0;
}

.bg-wallpaper {
    background-color: #073068;
    background-image: url('../images/wallpaperimg.png');
    background-position: center;

}

.footer-shade {
    background-color: #073068;
    background-image: url('../images/footer-shade.png');
    background-position: center;
}

.header .theme-btn {
    display: flex;
    background: transparent;
    border: 1px solid #073068;
    padding: 13px 16px;
    justify-content: center;
    background: #073068;
    align-items: center;
    gap: 1px;
    color: #fff;
    font-size: 16px;
    line-height: normal;
}

.header .theme-btn:hover {
    background: #0a428e;
}

.header .navbar-expand-lg .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.book-now-modal {}

.book-now-modal form {}

.book-now-modal form .form-label {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.book-now-modal form br {
    display: none;
}

.book-now-modal form span {
    display: block;
}

.book-now-modal form span .form-control {
    border: 1px solid #ececec;
    padding: 8px 14px;
    height: auto;
}

section.hero {
    display: flex;
    align-items: end;
    justify-content: center;
    min-height: 100dvh;
}

section.hero .container {
    position: relative;
    z-index: 10;
}

section.hero .container h2 {
    color: rgba(255, 255, 255, 0.87);
    font-size: 60px;
    line-height: normal;
}

section.facilities .theme-btn {
    display: flex;
    background: transparent;
    border: 1px solid #073068;
    padding: 13px 16px;
    justify-content: center;
    background: #073068;
    align-items: center;
    gap: 1px;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    margin-left: auto;
}

section.hero .container p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: normal;
    max-width: 1078px;
    margin: auto;
}

section.hero .ourbr-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

section.hero .ourbr-bg::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg,
            rgba(15, 56, 109, 0.00) 36.06%,
            rgba(15, 56, 109, 0.60) 90.38%);
}

section.hero.slick-slide {
    display: flex;
}

.whatsappbtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #063169;
    border-radius: 50%;
    border: 1px solid #14498d;
    z-index: 11111111;
}

.whatsappbtn svg {
    color: #fff;
    height: 26px;
    width: 26px;
}

/* .................... hero section end .................... */

/* .................... welcome section start .................... */

section.welcome .section-description {
    color: #3C3C3C;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 152.632%;
    max-width: 1250px;
    margin-bottom: 80px;
}

section.welcome .vintage-slider .vintage-img {
    overflow: hidden;
    min-height: 380px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

section.welcome .vintage-slider .vintage-img img {
    min-height: 380px;
}

section.welcome .vintage-slider .vintage-img .imglayer {
    background:
        radial-gradient(70.91% 70.91% at 50% 29.09%,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.7) 100%),
        transparent;
    width: 100%;
    height: 100%;
}

section.welcome .vintage-slider .vintage-img .imglayer:hover {
    background: linear-gradient(180deg,
            rgba(115, 65, 3, 0) 36.06%,
            #073068 68.27%);
}

section.welcome .vintage-slider .vintage-img .imglayer .subtitle {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

section.welcome .vintage-slider .slick-slide {
    margin: 0 10px;
}

section.welcome .vintage-slider .slick-list {
    margin: 0 -10px;
}

section.welcome .vintage-slider .slick-arrow::before,
section.facilities .slick-arrow::before,
section.attractions .slick-arrow::before {
    display: none !important;
}

section.welcome .vintage-slider .slick-next{
    background: url('../images/Right-Arrow-Button.svg') !important;
    background-size: 99% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: 11;
    height: 45px;
    width: 45px;
    right: 50px;
}

section.welcome .vintage-slider .slick-prev
{
    background: url('../images/Left-Arrow-Button.svg') !important;
    background-size: 99% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 45px;
    width: 45px;
    z-index: 11;
    left: 50px;
}
section.facilities .slick-next,
section.attractions .slick-next {
	background: url('https://krishnangan.chooseyourfabric.in/wp-content/uploads/2025/09/right11.png') !important;
	background-size: 99% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	z-index: 11;
    height: 45px;
    width: 45px;
}
section.facilities .slick-prev,
section.attractions .slick-prev {
	background: url('https://krishnangan.chooseyourfabric.in/wp-content/uploads/2025/09/left11.png') !important;
	background-size: 99% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	height: 45px;
    width: 45px;
    z-index: 11;
}

/* .................... welcome section end ..................... */

.facilties .single-facility h2 {
    font-family: "Cinzel", serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 38px;
    line-height: normal;
    position: relative;
    display: inline-block;
}

header .navbar-toggler {
    padding: 0;
    display: block;
    border: 0;
}

/* cultural-evenings section start */
section.cultural-evenings .cultural-detail {
    display: grid;
    align-items: center;
    grid-template-columns: 535px 1fr;
    gap: 70px;
}

section.cultural-evenings .cultural-detail p {
    color: #465163;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 40px;
}

section.cultural-evenings .cultural-detail .section-title {
    font-size: 38px;
}

section.cultural-evenings .cultural-detail .learn-btn {
    display: flex;
    background: transparent;
    width: 260px;
    padding: 12px 15px;
    justify-content: center;
    align-items: center;
    gap: 1px;
    color: #FFF;
    font-size: 16px;
    line-height: normal;
}

section.cultural-evenings .cultural-detail .learn-btn:hover {
    background: #073068;
}

/* .................... cultural-evenings section start .................... */



/*  */
.service-detail-sec .top-head p {
    color: #465163;
    text-align: center;
    font-size: 16px;
    line-height: normal;
}

section.welcome.welcomeserviceslider .vintage-slider .slick-prev,
section.welcome.welcomeserviceslider .vintage-slider .slick-next {
    display: none;
}

/*  */

/* .................... rooms section start .................... */
section.rooms {}

section.rooms .room {}

section.rooms .room .tabscard {
    display: grid;
    grid-template-columns: 225px 1fr;
}

section.rooms {}

section.rooms .blocks {
    padding: 30px;
    background: #EDF4FF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

section.rooms h5 {
    color: #073068;
    margin-bottom: 25px;
    font-family: "Cinzel", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

section.rooms p {
    color: #465163;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 35px;
}

section.rooms .learn-btn {
    display: flex;
    background: transparent;
    width: 260px;
    border: 1px solid #073068;
    padding: 12px 15px;
    justify-content: center;
    align-items: center;
    gap: 1px;
    color: #073068;
    font-size: 16px;
    line-height: normal;
}

section.rooms .room-img img {
    object-fit: cover;
    width: 100%;
    /* max-height: 427px; */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.privacy-policy-new h1 b,
.privacy-policy-new h2 b,
.privacy-policy-new h3 b{
    font-family: "Cinzel", serif;
    font-weight: 500;
}
section.rooms .slick-arrow::before {
    display: none !important;
}

section.rooms .slick-next {
    background: url('../images/Right-Button.svg') !important;
    background-size: 99% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: 11;
    height: 45px;
    width: 45px;
    right: 12px;
    top: calc(100% - 50px);
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}

section.rooms .slick-prev {
    background: url('../images/Left-Button.svg') !important;
    background-size: 99% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 45px;
    width: 45px;
    z-index: 11;
    right: 70px;
    bottom: unset;
    top: calc(100% - 50px);
    left: unset;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}

/* .................... rooms section end .................... */

section.dining .section-description {
    max-width: 1200px;
    margin: auto;
    color: #465163;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 60px;
    /*  */
}


section.dining .dining-features .card-title {
    font-size: 24px;
    margin-bottom: 16px;
    color: #073068;
}

section.dining .dining-features .card-text {
    color: #465163;
    line-height: normal;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
}

section.dining .feature .img-box {
    margin-bottom: 20px;
}

/* section.dining .feature .img-box img {
    height: 440px;
} */


/*  */



section.facilities .head p {
    color: #465163;
    font-size: 16px;

    line-height: normal;
    /* 156.667% */
    max-width: 853px;
}


section.facilities .content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.facilities .content .facility {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

/* section.facilities .content .facility:nth-child(odd) {
    flex-direction: row-reverse;
} */

section.facilities .content .facility .card {
    display: flex;
    flex-basis: 50%;
    background: transparent;
    border: 0;
    padding: 0;
}

section.facilities .content .facility .img-box {
    flex-basis: 50%;
}

section.facilities .content .facility .img-box img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

section.facilities .content .facility .card .card-body {
    padding: 0;
}

section.facilities .content .facility .card .htnme {
    font-size: 18px;

    line-height: normal;
}

section.facilities .content .facility .card .htad {
    color: #465163;
    font-size: 16px;

    line-height: 24px;
    /* 150% */
}

section.facilities .content .facility .card .card-title {
    color: #073068;
    font-size: 24px;


    text-transform: uppercase;
}

section.facilities .content .facility .card .card-text,
section.facilities .content .facility .card li {
    color: #465163;
    font-size: 16px;
}

section.facilities .content .facility .card .booknow {
    display: flex;
    background: transparent;
    width: 260px;
    border: 1px solid #073068;
    padding: 12px 15px;
    justify-content: center;
    align-items: center;
    gap: 1px;
    color: #073068;
    font-size: 16px;
    line-height: normal;
}

/* .booknow {
    display: flex;
    width: 375px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    color: #fff;
    background: #073068;
    color: #FFF;
    text-align: center;
    font-size: 16px;

    line-height: normal;
} */

/* .booknow:hover {
    color: #fff;
    background: #073068;
} */

/*  */


/*  */


section.amenities .amenity-icons .icon:nth-child(odd) {
    border-radius: 8px;
    background: #073068;
}

section.amenities .amenity-icons .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.amenities .amenity-icons .icon p {
    color: #073068;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    margin-top: 16px;
}

section.amenities .amenity-icons .icon:nth-child(odd) p {
    color: #FFF;
}

section.amenities .amenity-icons2 .icon:nth-child(even) {
    border-radius: 8px;
    background: #073068;
}

section.amenities .amenity-icons2 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.amenities .amenity-icons2 .icon p {
    color: #073068;
    text-align: center;
    font-size: 16px;


    line-height: normal;
    margin-top: 16px;
}

section.amenities .amenity-icons2 .icon:nth-child(even) p {
    color: #FFF;
}

/*  */



/*  */

section.attractions {}

section.attractions .card {
    border-radius: 16px;
    border: 1px solid rgba(52, 69, 96, 0.48);
    overflow: hidden;
    background: transparent;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

section.attractions .card .card-body {
    padding: 18px;
    background: transparent;
}

section.attractions .card .card-body .card-title {
    margin-bottom: 15px;
    color: #073068;
    font-family: "Cinzel", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

section.attractions .card .card-body .card-text {
    margin-bottom: 15px;


    color: #465163;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.attractions .card .extra-details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

section.attractions .card .extra-details li {
    border-radius: 8px;
    background: #073068;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    line-height: normal;
}

/*  */
section.testimonials .slick-slider {
    margin: 0 -35px;
}

section.testimonials .slick-slide {
    padding: 10px;
    margin-right: 35px;
    margin-left: 35px;
}

/*  */

section.contact .head p {
    color: #465163;
    font-size: 16px;
    font-style: normal;

    line-height: normal;
    /* 150% */
}

section.contact-us .newin span {
    display: block;
}

section.contact-us .contacticon {
    top: 15px;
    right: 14px;
    display: block;
    height: auto;
}

section.contact-us .contacticon br {
    display: none;
}

section.contact .newin span {
    display: block;
}
section.attractions .slick-slider {
    margin:0 -15px;
}
section.attractions .slick-slide {
    margin-right:15px;
    margin-left:15px;
}

section.contact .contacticon {
    top: 15px;
    right: 14px;
    display: block;
    height: auto;
}

section.contact .contacticon br {
    display: none;
}

.contact-form span {
    display: block;
}

section.contact .form-control,
section.contact .contact-form .form-select {

    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.07);
    padding: 15px 40px 15px 15px;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

section.contact .contact-form .form-control::placeholder,
section.contact .contact-form .form-select::placeholder {
    color: #fff !important;
}

section.contact .contact-form .submit-btn {
    width: 375px;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.07);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.about p {
    color: #465163;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: normal;
}

/*  */
section.contact-us .form-control,
section.contact-us .form-select {
    border-radius: 8px;
    border: 1px solid #073068;
    background: rgba(115, 65, 3, 0.06);
    padding: 15px 18px;
    color: #073068;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-form br {
    display: none;
}

section.contact-us .form-control::placeholder,
section.contact-us .form-select::placeholder {
    color: #073068 !important;
}

section.contact-us .submit-btn {
    border: 1px solid #073068;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    color: #073068 !important;
    background: #FFF;
    display: flex;
    width: 375px;
    padding: 12px 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
}

section.contact-us h3 {
    color: #073068;
    font-size: 38px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

section.contact-us p {
    color: #073068;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}


/*  */
.banner-slider-new .slick-dots li button:before {
    background: #ffffff;
    height: 3px;
    content: '';
    width: 100%;
}

.banner-slider-new .slick-dots li {
    width: 100px;
    height: auto;
}

.banner-slider-new .slick-dots li button {
    height: 3px;
    padding: 0;
}

.banner-slider-new .slick-dots {
    bottom: 20px;
}

.banner-slider-new .slick-dots li.slick-active button:before {
    opacity: 1;
}

/*  */
/* footer */


.footer .container {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    padding-top: 80px;
}

.footer .footer-top {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 105px;
}

.footer .footer-top .contside {
    display: grid;
    grid-template-columns: 0.4fr 0.4fr 1fr;
    gap: 40px;
}

.footer .footer-brand {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    display: block;
}

.footer .footer-about {
    font-size: 16px;
}

.footer .footer-links {}

.footer .footer-links-column {
    flex: 1;
    min-width: 75px;
}

.footer .footer-links-title {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 24px;
}

.footer .footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links-list li {
    margin-bottom: 8px;
}

.footer .footer-links-list a {
    transition: color 0.3s;
    font-size: 16px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.72);
    line-height: normal;
    text-transform: uppercase;
}

.footer .footer-links-list a:hover {
    color: #fff;
}

.footer .footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.footer .footer-bottom {
    padding: 5px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.07);
}

.footer .footer-copyright {
    color: #FFF;
    font-size: 18px;
    font-style: normal;

    line-height: normal;
    margin-right: 6px;
}

.footer .footer-copyright .logo-new {
    width: 113px;
    height: 32px;
}

.footer .footer-social {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer .footer-social-link {
    transition: color 0.3s;
    color: #FFF;
    font-size: 16px;
    font-style: normal;

    line-height: normal;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.footer .footer-social-link:hover {
    color: #ebebeb;
}

.footer .footer-legal {
    display: flex;
    gap: 36px;
}

.footer .footer-legal a {
    text-decoration: none;
    transition: color 0.3s;
    color: #FFF;
    font-size: 16px;
    font-style: normal;

    line-height: normal;
}

.footer .footer-legal a:hover {
    color: #ebebeb;
}

.footer .footer-contact-item span,
.footer .footer-contact-item a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    font-style: normal;

    line-height: normal;
}