*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background: #020617;
    margin: 0;
    padding: 0;
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    padding-bottom: 50px;
}
a{text-decoration: none;}
.pdt-x3{padding-top: 50px}
.pdb-x3{padding-bottom: 50px}
.pdb-x0{padding-bottom: 0px !important}
.mb-x3{margin-bottom: 30px}
.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
.block{display: block;}
.light, .light .h4{color: #fff}
.about-section p{margin-top: 20px; color: #d2e0f3; text-align: justify;}
p.center{text-align: center;}
.bdr-box{
    border: solid 1px #fce690b3;
    padding: 20px;
}
p a{
    color: #ff9000;
    text-decoration: underline;
    font-weight: 600;
}
.full{width: 100%}
li{list-style-type: none;}
h1, h2, h3, h4, h5, h6{
    color: #ff9000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 30px;
}
.h1, .h2, .h3, .h4, .h5, .h6{
    color: #fce690;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 30px;
}

h1, .h1{font-size: 30px ;}
h2, .h2{font-size: 26px ;}
h3, .h3{font-size: 24px ;}
h4, .h4{font-size: 22px ;}
h5, .h5{font-size: 20px ;}
h6, .h6{font-size: 18px ;}

.check-list {
    margin: 30px 0px;
    column-count: 2;
}
.check-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    color: #d2e0f3;
}
svg.text-green {
    width: 25px;
    color: #e48708;
}

.about-check-list {
    margin: 30px 0px;
    column-count: 1;
}
.about-check-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    color: #d2e0f3;
}
svg.text-yellow {
    width: 25px;
    color: #e48708;
}

.white {
    color: #fff;
    border-left: solid 4px #ff9000;
    padding-left: 20px;
}
.image-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
   
}
.image-box-heading {
    position: absolute;
    bottom: 18px;
    right: 18px;
    z-index: 2;
    background: linear-gradient(135deg, #B8475D, #5B2A39);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 4px;
    transform: rotate(-3deg);
    box-shadow: 0 6px 18px rgba(184, 71, 93, 0.4);
}
a.btn.btn-center {
    color: #d1d1d1;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 600;
    background-color: #150d1b;
    border: 1px solid #3b2949;
    border-radius: 100px;
}
a.btn.btn-center:hover {
    color: #000;
    background-color: #ff9000;
    border: 1px solid #ff9000;
}
img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.all-catagery-loop, .all-profile-loop {
    margin: 50px 0px;
}

.bg-dark{
    background: #000 url(images/image-adult-banner.webp) right no-repeat;
}
.bg-dark01{
    background: #000 url(images/escorts-girls-bangalore01.jpg) right no-repeat;
}
.bg-dark02{
    background: #000 url(images/home-bg.png) right bottom no-repeat ;
    background-size: center;
}
.black{
    background: #000;
}
.container{
    width:100%;
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}
.row{
    display:flex;
    flex-wrap:wrap;
    margin-left:-15px;
    margin-right:-15px;
}
.content-center{
    margin: 0 auto;
}

.grid-1{
    width: 8.33333333%;
    padding:15px;
}
.grid-2{
    width: 16.66666667%;
    padding:15px;
}
.grid-3{
    width: 25%;
    padding:15px;
}
.grid-4{
    width: 33.33333333%;
    padding:15px;
}
.grid-5{
    width: 41.66666667%;
    padding:15px;
}
.grid-6{
    width:50%;
    padding:0px 15px;
}
.grid-7{
    width: 58.33333333%;
    padding:0px 15px;
}
.grid-8{
    width: 66.66666667%;
    padding:0px 15px;
}
.grid-9{
    width: 75%;
    padding:0px 15px;
}
.grid-10{
    width: 83.33333333%;
    padding:0px 15px;
}
.grid-11{
    width: 91.66666667%;
    padding:0px 15px;
}
.grid-12{
    width:100%;
    padding:0px 15px;
}



header {
    background: #150e1c;
    border-bottom: 1px solid #411b49;
    padding: 10px 0px;
}
.navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo img{
   width: 200px;
    display: block;
}

.menu{
    display:flex;
    list-style:none;
    gap:40px;
}

.menu li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
    font-weight: 400;
    letter-spacing: 1px;
}

.menu li a:hover{
    color:#ff9000;
}

.menu-btn{
    display:none;
    color:#fff;
    font-size:28px;
    cursor:pointer;
}


.hero-banner {
    background: url(images/hero-bg-new.png);
    background-repeat: no-repeat;
    padding: 150px 0px;
    background-size: cover;
}
.main-banner{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.hero-banner h1{
    color: #fff;
    text-shadow: 1px 2px 3px #000;
    font-size: 3.5rem;
    line-height: 60px;
}
.hero-banner p{
    margin-top: 20px;
    color: #ff9000;
    line-height: 30px;
}

.hero-banner-inner {
    background: url(images/inner-banner.jpg);
    text-align: left;
    padding: 30px 0px;
    background-size: cover;
}
.hero-banner-inner h1{
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 32px;
}
.hero-banner-inner .main-banner{
    margin: unset;
    text-align: left;
    max-width: 100%;
}


.single-banner-inner {
    background: url(images/single-inner-page.jpg);
    text-align: left;
    padding: 30px 0px;
    background-size: cover;
}
.single-banner-inner h1{
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 32px;
}


.breadcromb {
    margin-top: 20px;
}
.breadcromb li {
    display: inline-block;
    border-right: solid 1px #fce690;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 15px;
}
.breadcromb li:last-child {
    border: none;
}
.breadcromb li a{
    color: #fff;
}
.counter {
    margin-top: 30px;
    border-radius: 1000px;
    text-align: center;
    background-color: #150d1b;
    border: 1px solid #3b2949;
}
.counter ul li {
    display: inline-block;
    padding: 20px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffffcc;
    text-align: center;
}
.counter ul li span {
    font-size: 30px;
    font-weight: 500;
    display: block;
    color: #ff9000;
    line-height: 40px;
}

.profile-list ul{
    display:flex;
    flex-wrap:wrap;
    gap:10px;

}

.profile-list ul li{
    width:24%;
    list-style:none;
}

.model-box {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: 20px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.model-box:before{
    position: absolute;
    content: '';
    background: linear-gradient( to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 28%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0) 75% );
     bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.model-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.model-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: linear-gradient( to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 28%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0) 75% );*/
    padding: 20px 20px;
    
}
.model-info .h4 {
    color: #ffffff;
    font-size: 23px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}
.model-info p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.star {
    background-image: url(images/star.svg);
    background-size: contain;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 1px;
}
.tag {
    width: 56px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 60px;
    background: linear-gradient(180deg, #A90000 0%, #F24A4A 100%);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.model-box:hover img {
    transform: translateY(-6px);

}

.sections-points h3{
    color: #fce690;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.sections-points ul{
    margin-left: 20px;
}
.location {
    column-count: 3;
    margin-top: 20px;
    background: #020617;
    border: solid 1px #21294a;
    padding: 30px;
    border-radius: 10px;
}
.location2 {
    column-count: 2;
}
.location li a {
    background: #0f172a;
    color: #94a3b8;
    padding: 10px 20px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
    border: solid 1px #21294a;
    text-align: center;
}
.location li:hover a {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #ffffff;
}
.max-width {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 29px;
    color: #fff;
}
.max-width h3{
    margin-bottom: 20px;
}
.area-section h2{
    font-size: 24px;
    line-height: 33px;
    margin: 20px 0px 10px 0px;
}
.area-section h2 span {
    display: block;
    color: #ff0808;
}
.location-bdr{
    border: solid 5px #fce690;
    border-radius: 20px;
    border-right: none;
    border-top: none;
}
.list-location-box {
    background: #790003;
    padding: 30px;
    color: #fff;
}
.list-location-box h3 {
    font-size: 20px;
    margin: 10px 0px;
}
.list-location-box ol {
    margin: 20px 0px 20px 20px;
}
.list-location-box ol li {
    list-style-type: square;
    line-height: 30px;
}
.area-section p {
    text-align: justify;
    margin-bottom: 20px;
}
.related-categery {
    column-count: 2;
    margin-top: 20px;
}
.sections-catagery ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sections-catagery ul li{
    width: 24%;
}
.sections-catagery li:nth-child(n+5) {
    margin-top: 30px;
}
.sections-catagery .relative {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: 20px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.sections-catagery .relative img {
    display: block;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
}
.sections-catagery .absolute {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 28%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0) 75%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    padding-bottom: 15px;
}
.absolute span {
    color: #fff;
    font-size: 14px;
    display: block;
    border-radius: 20px;
    padding: 5px 20px;
    margin-top: 14px;
    background-color: #150d1b;
    border: 1px solid #3b2949;
}
.sections-catagery ul li:hover .absolute span {
    color: #000;
    background-color: #f59e0b;
    border: 1px solid #f59e0b;
}
.sections-catagery ul li:hover img {
    transform: scale(1.2) rotate(3deg);
    -webkit-transform: scale(1.2) rotate(0deg);
    -moz-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    -o-transform: scale(1.2) rotate(0deg);
}
.sections-catagery ul li:hover .absolute {
    background: #0000005e;
}
.catagery-title{
    position: absolute;
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: end;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    left: 0;
    right: 0;
    bottom: 20px;
}
.sections-catagery ul li:hover .catagery-title {
    transform: translateY(-9px);
}
.service-locations {
    background-color: #0f172a;
    padding: 60px 20px;
    border-top: 1px solid rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.all-profile-loop ul li:nth-child(n+5) {
    margin-top: 30px;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6  {
    margin-top: 30px;
}
.content-bx-bg {
    background: #0f172a;
    border: solid 1px #21294a;
    padding: 30px;
    border-radius: 10px;
    color: #94a3b8;
}
.content-bx-bg-bdr {
    background: #0f172a;
    border-left: solid 10px #de7e07;
    padding: 30px;
    border-radius: 30px;
    color: #94a3b8;
}
/*Review Section*/
.review {
    background: #020617;
    border: solid 1px #21294a;
    padding: 30px;
    border-radius: 10px;
    color: #94a3b8;
}
.review-title p {
    color: #fff;
    font-size: 22px;
    margin: 0;
}
.review-title p span {
    font-size: 14px;
    display: block;
    color: #94a3b8 !important;
}
.review p span {
    font-size: 14px;
    display: block;
    color: #ff9000;
}
.star5 {
    color: #ff9000;
    font-size: 28px;
    margin-top: 12px;
}

/*Footer Fixes*/
footer {
   background-color: #020617;
    border-top: 1px solid #1e293b;
    padding: 50px 0px 30px 0px;
}
footer ul{
    padding: 0;
}
footer ul li{
    list-style-type: none;
}
footer ul li a {
    color: #94a3b8;
    text-decoration: none;
    font-weight: 400;
    line-height: 35px;
    font-size: 16px;
}
footer ul li:hover a {
    color: #ff9000;
}
.copy-right {
    text-align: center;
    color: #fff;
    padding-top: 30px;
    border-top: solid 1px #fbc66d;
    margin-top: 20px;
}
footer h6 {
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 20px;
}
footer p{
     color: #94a3b8;
}
.copy-right {
    text-align: center;
    color: #fff;
    padding-top: 30px;
    border-top: 1px solid #1e293b;
    margin-top: 20px;
}
.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    font-size: 22px;
    font-weight: 600;
}
.lcol, .rcol {
    float: left;
    width: 50%;
}
.lcol {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}
.rcol {
    background: linear-gradient(135deg,#25d366,#128c7e);
}
.lcol a, .rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.select-option{display:inline-flex; align-items:center; justify-content:space-between; margin-top: 30px;;}
.select-option .d-flex{display:flex; align-items:center; justify-content:center;}
.select-option button {
    background: #cda34b;
    padding: 8px 20px 4px;
    cursor: pointer;
    height: 48px;
    border: none;
    border-radius: 100px 00px 00px 100px;
}
.select-option select {
    padding: 15px 10px;
    border-radius: 00px 100px 100px 00px;
    color: #fff;
    font-size: 16px;
    width: 600px;
    background-color: #150d1b;
    border: 1px solid #3b2949;
}


/*FAQ*/

  .gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}
.gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px;
    color: #ffffff;
}
.accordion {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 5px;
    background: #111827;
    border: 1px solid #1f2937;
}
.accordion__intro {
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
}
.accordion__intro span{
  position: absolute;
  right: 10px;
  top: 37%;
  transition: all 0.3s ease-in-out;
}
.accordion.accordion__active .accordion__intro span{
  transform: rotate(180deg);
}
.accordion__content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
  border-top: 1px solid #1f2937;

}
.accordion h5,
.accordion p {
  margin: 0;
}
.accordion h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.accordion p {
  color: #94a3b8;
  margin: 0;
  line-height: 28px;
}
.accordion__active .accordion__content {
  padding:20px;
  opacity: 1;
}

/*Contact Page*/
.contact-box {
    padding: 25px;
    background: #3e1716;
    border: solid 1px #7a4f4e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
}
.info-icon {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    background-color: #fce690;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.info-icon i {
    font-size: 30px;
}
.info-content h5 {
    font-size: 20px;
    font-weight: 500;
}
.info-content p {
    color: #fff;
}
.form-group{
    margin-bottom: 20px;
}
.form-group input[type="text"] {
    width: 100%;
    padding: 10px;
    height: 50px;
    font-size: 18px;
    border: solid 1px #7a4f4e;
    background: #3e1716;
    color: #fff;
    border-radius: 5px;
}
.form-group textarea {
    width: 100%;
    padding: 10px;
    height: 180px;
    font-size: 18px;
    border: solid 1px #7a4f4e;
    background: #3e1716;
    color: #fff;
    border-radius: 5px;
}
.form-group button{
    background: #fce690;
    border: none;
    padding: 14px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-radius: 5px;
}
/*Pricing Page*/
.price-card {
    background: #020617;
    border-radius: 22px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
    transition: all .35s ease;
    border: solid 1px #21294a;
}
.price-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 18px;
    border: 4px solid #dc7b06;
}
.price-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.price-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 6px;
}
.starting {
    font-size: 14px;
    color: #ff8a00;
    font-weight: 500;
}
.price-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}
.price-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
    color: #444;
    border-bottom: 1px dashed #eee;
}

.price-list li span{
    color: #d2e0f3;
}
.price-list li strong{
    color: #f39b0a;
}
.price-card a {
    color: #fff;
    font-size: 18px;
}
.price-card a:hover {
    color: #de7e07;
}

/*Hotel List*/
.hotel-list {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.hotel-box {
    width: 32%;
    background: #3e1716;
    border: solid 1px #7a4f4e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
    overflow: hidden;
}
.hotel-box:hover {
    border: solid 1px #fce690;
}
.hotel-image {
    max-width: 180px;
    min-width: 180px;
}
.hotel-image img {
    display: block;
    width: 100%;
}
.hotel-info {
    padding-right: 10px;
}
.hotel-info h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}
.hotel-info p {
    color: #fff;
}
/*Profile Image*/
.about-box {
    padding: 30px;
    background: #3e1716;
    border: solid 1px #7a4f4e;
    border-radius: 10px;
    text-align: center;
}
.about-box li span{
    text-align: right;
    float: right;
}

.profile-overview h5{
    font-size: 20px;
}
.book-list{
    margin: 30px 0px;
}
.book-list li {
    background: url(images/icon.png) no-repeat left;
    padding-left: 30px;
    line-height: 32px;
    background-size: 16px;
}
.cat-box {
    margin-bottom: 50px;
    color: #fff;
}
.cat-box p{
    margin-bottom: 20px;
    color: #fff;
}
.overview-section h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0px;
}
.hotel-relative {
    position: relative;
}
.hotel-relative-heading {
    position: absolute;
    color: #fbc66d;
    background: #000000;
    padding: 10px 20px;
    bottom: 30px;
    right: 0;
    border-radius: 40px 0px 0px 40px;
    font-size: 20px;
    font-weight: 600;
    border: solid 1px #fbc66d;
    border-right: none;
}

ul.star-bg {
    margin: 25px 0px;
}
.star-bg li {
    background: url(images/star.svg) no-repeat left center;
    background-size: 14px;
    padding-left: 22px;
    line-height: 30px;
}

.privacy p{
    margin-top: 0px;
}
.privacy h2, .privacy .h2, .privacy h3, .privacy .h3 {
    font-size: 18px;
}

/* Responsive */
@media(max-width:991px){

    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5{
        width:50%;
    }
}

@media(max-width:767px){


    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-7{
        width:100%;
    }
    .hero-banner h1 {
        font-size: 35px;
    }
    .hero-banner {
        background: none;
        padding: 50px 0px;
    }
    h1, h2, h3, h4, h5, h6 {
        line-height: 36px;
    }
    .profile-list ul li {
        width: 100%;
        list-style: none;
    }
    p{text-align: justify;}
    .hero-banner p {
        text-align: center;
    }
    .hero-banner p strong {
        font-size: 18px;
    }
    .sections-catagery ul li {
        width: 48%;
    }
    .sections-catagery .absolute {
        font-size: 17px;
    }
    .absolute span {
        font-size: 11px;
        padding: 2px 14px;
    }
    ul.location {
        column-count: 2;
        margin-top: 20px;
    }
    footer .grid-3 {
        width: 50%;
    }
    .copy-right p{
        text-align: center;
    }
    .counter ul li {
        padding: 15px;
        font-size: 14px;
    }
    .counter ul li span {
        font-size: 30px;
        font-weight: 500;
        display: block;
        color: #fce690;
        line-height: 40px;
    }
    .hero-banner-inner h1 {
        font-size: 28px;
    }
    .hero-banner-inner {
        padding: 50px 0px;
    }
    .hotel-box {
        width: 100%;
    }
}
@media(max-width:768px){
    .select-option select {
        width: 100%;
    }
    .menu{
        position:absolute;
        top:60px;
        left:-100%;
        width:100%;
        background:#790003;
        flex-direction:column;
        text-align:center;
        transition:0.4s;
        padding:20px 0;
        gap: 0px;
    }

    .menu.active{
        left:0;
    }

    .menu li{
        margin:15px 0;
    }
    .menu-btn{
        display:block;
    }
}
