.button,
.menu-bar .logo,
.menu-bar li a,
a,
a:hover {
    text-decoration: none
}

.faq .faq-list,
.menu-bar ul {
    list-style: none;
    padding: 0
}

a,
a:hover {
    color: #000;
}

b {
    color: #000;
}

.btn,
.team-item,
.team-item img {
    transition: .5s
}

body {
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
    background-color: #F5449F;
    word-spacing: 8px
}

.ff-secondary,
.footer .btn-social:hover,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px;
    font-size: 30px;
    text-align: center;
    /* text-shadow: 3px 3px 3px #000; */
    font-weight: bold;
    background: bottom center no-repeat;
    font-family: 'Playfair Display', serif
}

p {
  word-spacing: normal;
}

.imgs-border {
  border: 3px solid #ffff00;
}

.ff-secondary {
    font-family: Pacifico, cursive
}

.section-title {
    position: relative;
    color: #000;
}

.section-title::before {
    left: -55px;
    margin-top: 5px
}

.section-title::after {
    right: -55px;
    margin-top: 2px
}

.team-item {
    box-shadow: 0 20px 65px #000;
    height: calc(100% - 50px);
    border: 2px solid black;
}

.team-item:hover img {
    transform: scale(1.1)
}

.team-item:hover {
    height: 100%
}

.team-item .btn {
    border-radius: 38px 38px 0 0
}

.gallery_product {
    text-align: center;
}

.footer {
    background-color: #F5449F;
}

.footer .btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #ff0379;
    border-radius: 35px;
    transition: .3s
}

.footer .btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s
}

.footer .btn-link::before {
    position: relative;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1)
}

.footer .copyright a {
    color: #fff
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.faq {
    padding: 30px 10px
}

.faq .faq-list li {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px
}

.faq .faq-list .question {
    display: block;
    position: relative;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    transition: .3s
}

.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 2px
}

.faq .faq-list p {
    margin-bottom: 0;
    padding-top: 10px;
}

.faq .faq-list .collapsed {
    color: #000;
    /* text-shadow: 3px 3px 3px #000 */
}

.faq .faq-list .collapsed .icon-close,
.menu-bar .menu-bttn {
    display: none
}

a {
    transition: .2s ease-in-out
}

a:hover {
    transition: .2s linear
}

::selection {
    color: #fff;
    background-color: #000;
}

.sticky-bar {
    position: fixed;
    bottom: -5px;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(136, 98, 111, .3897934173669467) 0, #000 0, #F5449F 45%);
    display: flex;
    justify-content: space-between;
    padding: 5px
}

.call-button,
.whatsapp-button {
    text-decoration: none;
    padding: 10px;
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7%;
    margin-right: 7%
}

.call-button {
    border-radius: 25px;
    box-shadow: 3px 6px 6px #1d1b1b;
    transition: .3s;
    border: 1px solid #000;
    font-size: 20px;
    cursor: pointer;
    background-color:red;
    color:#000;
}

.whatsapp-button {
    border-radius: 25px;
    box-shadow: 3px 6px 6px #0a0a0a;
    transition: .3s;
    border: 1px solid #000;
    font-size: 20px;
    cursor: pointer;
    background-color:springgreen;
    color:#000;
}

.call-button:hover,
.whatsapp-button:hover {
    /* box-shadow: 0 6px 6px #dd047b; */
    color: #dab6fe;
    /* transform: translateY(4px) */
}

.foter-wrapper .btm-city {
    margin: auto 0;
    width: 100%;
    float: left;
    line-height: 26px;
    border-radius: 7px
}

.foter-wrapper .btm-city p {
    font-size: 20px;
    text-align: justify;
    color: #d1a265;
    padding: 7px 5px;
    line-height: 36px
}

.foter-wrapper .btm-city p a {
    color: #fff;
}

.foter-wrapper .btm-city p a:hover {
    color: #d1a265;
}

header {
    display: block;
    background: #001f3f
}

.menu-bar .logo {
    display: block;
    float: left;
    font-size: 2em;
    color: #b8b8b8;
    border: none
}

.menu-bar .logo img {
    width: 160px;
    height: 70px;
}

.menu-bar {
    width: 100%;
    z-index: 3;
    height: auto;
    overflow: hidden;
    background-color: #F5449F;
}

.menu-bar ul {
    margin: 0;
    overflow: hidden;
}

.menu-bar li a {
    display: block;
    font-size: 20px;
    padding: 8px !important;
    color: #000;
    transition: .3s ease-in-out;
    margin: 15px;
    border-radius: 10px;
}

.menu-bar li a:hover {
    background: #000;
    color: #fff
}

.menu-bar .menu-icon {
    cursor: pointer;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
    margin-top: 10px
}

.menu-bar .menu-icon .navbar {
    background: #000;
    display: block;
    height: 2px;
    position: relative;
    transition: .2s ease-in;
    width: 32px
}

.menu-bar .menu-icon .navbar:after,
.menu-bar .menu-icon .navbar:before {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: .2s ease-out;
    width: 100%
}

.menu-bar .menu-icon .navbar:before {
    top: 10px
}

.menu-bar .menu-icon .navbar:after {
    top: -10px
}

.menu-bar .menu-bttn:checked~.menu-icon .navbar {
    background: 0 0
}

.menu-bar .menu-bttn:checked~.menu-icon .navbar:before {
    transform: rotate(-45deg)
}

.menu-bar .menu-bttn:checked~.menu-icon .navbar:after {
    transform: rotate(45deg)
}

.menu-bar .menu-bttn:checked~.menu-icon:not(.steps) .navbar:after,
.menu-bar .menu-bttn:checked~.menu-icon:not(.steps) .navbar:before {
    top: 0
}

.menu-bar .menu-bttn:checked~.menu {
    max-height: 600px
}

.menu-bar .menu {
    clear: both;
    max-height: 0;
    transition: .2s ease-out;
    float: none;
    display: table;
    margin: 0 auto
}

.main-content {
  background-color:#F5449F;
}


@media(min-width:768px) {
    .menu-bar li {
        float: left
    }
    .menu-bar li a {
        padding: 0
    }
    .menu-bar .menu {
        clear: none;
        float: right;
        max-height: none
    }
    .menu-bar .menu-icon {
        display: none
    }
}

@media (max-width:1199px) {
    .container {
        width: 970px
    }
    .menu-bar li a {
        font-size: 16px;
        padding: 15px 20px
    }
}

@media (max-width:991px) {
    .container {
        width: 750px
    }
    .menu-bar li a {
        padding: 10px 8px
    }
}

@media (max-width:767px) {
    .container {
        width: 100%
    }
    .menu-bar li {
        border: 2px
    }
    .menu-bar li a {
        display: block;
        text-align: left;
        padding: 10px;
        font-size: 20px
    }
    .menu-bar .menu {
        display: block
    }
}

.container {
    width: 100%
}

.packages {
    margin: 20px;
    width: 300px;
    padding-bottom: 1.5em;
    height: 100%;
    background-color: #1e2321;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 19px 38px #0a728b, 0 15px 12;
    flex-wrap: wrap;
    color: #f4f4f4
}



.list li {
    font-size: 20px;
    list-style: none;
    border-bottom: 1px solid #f4f4f4;
    border-width: 1px;
    padding: 10px
}

.first {
    margin-top: 40px;
    border-top: 1px solid #f4f4f4
}

.list {
    width: 80%
}

ol,
ul {
    padding: 0
}

.top {
    display: flex;
    flex-direction: column;
    align-items: center
}

.package-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

ul.escort-city li {
    display: block
}

ul.escort-city-list {
    padding: 2%;
    margin: 0;
    list-style: none;
    height: 300px;
    overflow-y: scroll
}

ul.escort-city-list li a {
    color: #fff;
    border-bottom: 1px dashed #000;
    display: block;
    padding: 5px;
    word-spacing: normal;
}

ul.escort-city-list li a:hover {
    background: #eb84d4;
    color: #fff
}

.area-heading {
    top: 0;
    list-style-position: inside;
    /* background-color: #012035; */
    position: sticky;
    color: #910863;
    height: fit-content
}

.rightside {
    width: 100%;
    float: left;
    background: #F5449F;
    margin-bottom: 30px;
    border-radius: 25px
}

mark {
    background-color: #d1a265;
}
  
