@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Ubuntu:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins: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&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins: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=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);

.container,
.container2 {
    max-width: 1440px;
    padding: 0 2rem;
    width: 100%
}

.heading-normal-txt,
.headings span {
    color: #EA2B2C;
}

.img-overlay,
.popup {
    transform: translate(-50%, -50%);
    left: 50%
}
.primary-btn a {
    color: white;
}

.one,
.popup {
    top: 50%
}

.img-overlay h2,
.img-overlay h3.in-view,
.img-overlay p.in-view,
.slogan h5.in-view,.descMain h5.in-view {
    animation: 4s forwards animate;
}

.img-overlay h2,
.img-overlay h3 {
    text-transform: uppercase;
    letter-spacing: 8px;
    transition: .5s ease-in-out
}
.mainSales a{
    color:white;
}

header,
main {
    top: 0;
    left: 0
}

#cookies-btn,
.btn,
.close,
.close1,
.contenttwo .button,
.primary-btn {
    cursor: pointer
}
.apple img {
    width: 55%;
    margin-top: -0.5rem;
}

.amazon1 {
    margin-left: -4rem;
}
.cookies a,
a {
    text-decoration: none
}

.container,
.slider-content-wrapper {
    overflow: hidden
}

#resolution .resImage2,
#resolution .resImg {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px
}
.form-control {
    color: #555555e3;
    font-family: poppins, sans-serif;
}
.links ul,
nav ul {
    list-style-type: none
}

:root {
    --primary-color: #2095ae;
    --white-color: #fff;
    --light-gray-color: #ddd;
    --blue-color: #0f2454
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: poppins, sans-serif
}

html {
    font-size: 16px
}

.marquee-container {
    width: 100%;
    overflow: hidden;
      white-space: nowrap;
    box-sizing: border-box;
    background-color: #EA2B2C;
    color: #fff;

}

.form-control,
.marquee,
.top-destination-wrapper {
    width: 100%
}

.marquee {
    width: 100%;
    /* color: white; */
    font-size: 18px;
    /* padding-left: 100%; */
    white-space: nowrap;
    animation: marquee 25s linear infinite alternate;
}



@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
.container {
    margin: 0 auto
}

.container2 {
    margin: 2rem auto;
    display: grid;
    place-items: center
}

#cookies,
.popup {
    display: none;
    position: fixed
}

.carousel img {
    height: 50vh
}

.carousel1 img,
img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.contenttwo input,
.contenttwo textarea {
    margin-bottom: 1rem;
    width: 12rem;
    padding-left: 1rem
}

.heading-normal-txt {
    font-size: 1rem;
    letter-spacing: 6px;
    margin-left: 4rem
}

.headings {
    font-size: 3rem;
    font-family: ubuntu;
    padding-bottom: 2rem;
    /*letter-spacing: 2px;*/
    margin-left: 4rem;
    color:#555555;
}

.secondary-headings {
    font-size: 2.5rem;
    font-family: ubuntu;
    padding: 1rem 0;
    color:#EA2B2C;
}
 p.lead.lead1{
    color:#748494;
}
 .lead1{
    color:#748494;
}
.lead,
nav ul li a {
    font-size: 1.1rem
}
nav {
    margin-top: 2rem;
}
.lead {
    line-height: 2;
    text-align: justify;
}

.img-overlay,
.mainSales,
.slogan h1,
.slogan h5 {
    text-align: center;
}
.offer img {
    width: 10%;
    float: right;
    transform: translateY(-12rem);
    margin-right: 10rem;
}
.primary-btn {
    width: 50%;
    outline: 0;
    background-color:#EA2B2C;
    border: none;
    padding: .7rem;
    font-size: 1rem;
    border-radius: 4px;
    color: var(--white-color)
}

.contentBox {
    position: relative;
    width: 49rem;
    /*background: #fff;*/
    border-radius: 20px;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, .1)*/
}
.formPopup1 {
    margin-top: 8.5rem;
}
.contentBox .imgBox {
    position: relative;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center
}

.contentBox .imgBox::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: #555555;
    border-radius: 50%;
    margin-top: 5rem
}

.contentBox .imgBox img {
    position: relative;
    max-width: 250px;
    margin-top: 2rem;
    z-index: 1
}

.contentBox .contenttwo {
    position: relative;
    width: 388px;
    height: 492;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -23rem;
    margin-left: 22rem
}
input#whatsapp {
    height: 1rem;
    margin-left: -11rem;
}


#hotel option.default-option {
    color: #748494;
}

label {
    margin-left: -5.7rem;
    margin-bottom: 4rem;
    color: #555555;
}
.contenttwo input {
    border-radius: 1rem;
    height: 2rem;
    font-size: 1rem;
    border: 2px solid gray;
    color: #555555;

}

.contenttwo textarea {
    border-radius: 1rem;
    font-size: 1rem
}

.contenttwo input:hover,
.contenttwo textarea:hover {
    background-color: #ebdceb;
    border: 2px solid #ebdceb
}

.contenttwo .button {
    width: 8rem;
    height: 3rem;
    font-size: 1em;
    color: #fff;
    border: 2px solid #EA2B2C;
    background: #EA2B2C;
    border-radius: 5rem;
     margin-left: -6rem;
    margin-top: 2rem;
}

.close {
    padding-left: 47rem;
    font-size: 2rem;
    color: red
}

.btn,
nav ul li a {
    color: var(--white-color)
}

.container1 {
    width: 1600px;
    margin: auto
}

.subcontainer {
    width: 85%;
    margin: auto
}

#cookies {
    width: 100%;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1
}

.cookies {
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 203px;
    /*margin-top:10px;*/
}

.cookies a {
    color: #ff0;
    font-weight: 500
}

#cookies-btn {
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 1rem;
    font-family: inherit;
    border: 3px solid #fff;
    background-color: #000;
    color: #fff;
    margin-right: -12rem
}

header {
    position: fixed;
    z-index: 6;
    width: 100%;
    height: 100;
    transform: all .3s ease-in-out;
    background:white;
}

header.sticky {
    background: white;
}

img.iso {
    width: 11%;
    height: 11%;
    position: fixed;
    /* float: right; */
    left: 90%;
    bottom: 85%;
    /*transform: translateY(-5rem);*/
    z-index: 6;
    overflow: hidden;
}

.logoImg {
    width: 200%;
    overflow: hidden;
}

.leftText p {
   width: 100%;
}

/*previous logo */
/*.logo img {*/
/*    width: 14.5%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    margin-top: -35px;*/
/*    margin-left: -27px;*/
/*}*/

.logo img {
   width: 70%;
    height: 100%;
    object-fit: cover;
    margin-top: -59px;
    margin-left: -27px;
    margin-bottom: -1.5rem;
}
.social-icons,
nav {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.iconsocial {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding-top: 1rem;
}

.iconsocial i {
    color: white;
    font-size: 1.5rem;
}
nav ul {
    display: flex;
   margin-right: 8rem;
}
.fas.fa-times.close-btn {
    margin-top: 3rem;
}
nav ul li {
    margin: 0 .9rem
}
nav ul li a{
    color:#EA2B2C;
}
i.fas.fa-bars.menu-btn {
    color: black;
}
nav ul li::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--white-color);
    opacity: 0;
    transition: .3s ease-in
}


nav ul li a:hover {
    color: red;
}
.links ul li a:hover{
    color: white;
}
.btn {
    font-size: 1.3rem;
    display: none
}

.dropdown ul {
    margin: 0;
    padding: 0
}

nav ul li .dropdown {
    display: none;
    background-color: transparent;
    width: 6vw
}

ul li:hover .dropdown {
    display: block;
    position: absolute;
    margin-left: -.3cm
}

nav ul li .dropdown ul li {
    display: block;
    opacity: 1;
    width: 1%
}

.swiper4 {
    width: 100%;
    /*margin-left: 2rem*/
}

main {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
    margin-top:8rem;
}

.swiper {
    height: 65vh
}

.slide-container {
    width: 100%;
    margin-bottom: 3rem
}

.slide-container img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-overlay {
    position: absolute;
    z-index: 5;
    width: 100%;
    font-family: ubuntu;
    background: 0 0
}

.img-overlay p {
    font-size: 3rem;
    letter-spacing: 8px;
    color: #EA2B2C;
}

.img-overlay h2 {
    font-size: 4rem;
    color: var(--white-color)
}

.img-overlay h3 {
    font-size: 1.5rem;
    color: #555555;
}

.mainText {
    padding: 7rem 0;
    margin-top: -7rem
}

#video .video-bg,
.agency-right-side img,
.overlay,
.video-bg {
    position: relative
}

.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}

@keyframes animate {
    0% {
        transform: translateX(-50%);
        opacity: 0
    }

    50% {
        opacity: .2
    }

    70% {
        opacity: .5;
        opacity: 1;
        transform: translateX(0)
    }
}

.img-overlay h3 span {
    color: #555555;
}

.flashing_effect {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    background: #EA2B2C;
    padding: 12px 15px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    rotate: 90deg;
    animation: 1s linear infinite flashing;
    position: fixed;
    bottom: 50%;
    z-index: 2;
}

.flashing {
    float: right;
    margin-right: 8rem
}

.flashing_effect a {
    color: #fff;
    font-size: 1.1rem
}

.flashing_effect:hover {
    background-color: #EA2B2C;
}

@keyframes flashing {

    0%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: .6
    }

    50% {
        opacity: .3
    }
}

#location-search {
    transform: translateY(-170%);
    margin-top: 3rem
}

.form-wrapper {
    /*background-color:#555555;*/
    padding: 2rem;
    width: 100%;
}

form {
    display: flex;
    align-items: center;
    justify-content: center
}

form input,
select {
    padding: .6rem;
    outline: 0;
    font-size: 1.1rem;
    color: #000;
    border: 1px solid var(--light-gray-color);
    margin: 0 .4rem;
    border-radius: 4px
}

.mainHeading {
    padding: 2rem;
    margin-bottom: 6rem;
    margin-top: -8rem;
    background-color:  #555555;
    width: 70rem;
    display: flex;
    height: 6rem
}

.mainHeading select {
    padding: 8px 0 8px 13px;
    margin: -3px -3px -3px 4px;
    border: 4px solid #a19797;
    border-radius: 2px;
    display: inline-flex;
    width: 172px
}

.mainSelect button {
    padding: 5px 42px 5px 13px;
    margin: -2px -2px -2px 4px;
    border: 3px solid #a19797;
    border-radius: 2px;
    width: 160px;
    height: 3rem;
    background: #fff;
    text-align: center;
    font-size: 20px;
        color: #EA2B2C;
}

button.asia.america {
    width: 225px
}

.asia-menu {
    grid-template-columns: repeat(7, 1fr);
    gap: 25px;
    display: none;
    background: #fff;
    padding: 18px;
    font-size: 18px;
    position: absolute;
    width: 70rem;
    z-index: 9;
    margin-left: -2rem;
    margin-top: .2rem
}

.asia-menu.americaWidth {
    width: 0
}

.list2Width {
    margin-left: 11rem
}

.list3Width {
    margin-left: 23rem
}

.list4Width {
    margin-left: 32rem
}

.list6.list6Width {
    margin-left: 58rem
}

.asia:hover {
    color: #049170
}

.asia-menu .list1:hover~.asia2 {
    color: #1acda3
}

.list1 a {
    color: black;
}

.asia-menu:hover,
.asia:hover+.asia-menu {
    display: grid;
    border-top: 5px solid #049170
}

.asia:hover .mainHeading {
    background-color: #fff
}

.asia-menu p,
.content {
    padding: 1rem;
    color:#555555;
}

.mainImg {
    width: 4%;
    margin-right: 10px;
    margin-top: -6px
}

.mainSales {
    margin-left: -1rem;
    margin-top: -2rem;
    color: #fff;
    background: #EA2B2C;
    width: 72px;
    border-end-end-radius: 35px;
    border-end-start-radius: 35px;
    padding: 14px;
}

.slogan {
    padding: 0 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -1rem
}

.slogan h1 {
    color: #EA2B2C;
    font-size: 9rem;
    font-weight: 600;
    word-spacing: 20px
}
.cardText h1 {
    color: #EA2B2C;
    font-size: 7rem;
    font-weight: 600;
    word-spacing: 20px
}

.leftText p,
.slogan p {
    color: #748494;
    text-align:justify;
}

.slogan h5 {
    font-size: 3.5rem;
    font-weight: 500;
    color:#555555;
}
.cardText h5 {
    font-size: 3.5rem;
    font-weight: 500;
    color: #555555;
}
.flyrathLogo button,
.partner button,
.slogan button,
.descMain button {
    height: 3.5rem;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2rem;
    text-align: center;
}

.descMain button {
    border: 2px solid #EA2B2C;
    width: 15rem;
    background-color: #EA2B2C;
    color: #fff;
    border-radius: 34px;
    margin-top: 2rem;
    cursor: pointer;
}
.slogan h1.in-view,.cardText h1.in-view  {
    animation: 1s ease-in-out slogan
}

.slogan p {
    text-align: center
}

.flyrathLogo button,
.slogan button {
    border: 2px solid #EA2B2C;
    width: 15rem;
    background-color: #EA2B2C;
    color: #fff;
    border-radius: 34px;
    margin-top: 2rem;
    cursor: pointer
}

.leftText button a,
.slogan button a,
.descMain button a{
    text-decoration: none;
    color: #fff
}

.cardText,
.center-button {
    text-align: center
}

.flyrathLogo button:hover,
.slogan button:hover ,.partner button:hover,.descMain button:hover{
    background-color: #000;
    border: 2px solid #000
}

@keyframes slogan {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.flyrathLogo {
    padding: 4rem;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 3rem;
    /*background-color: #cadede4d;*/
    margin-top: 2rem;
    background-color: #b8d5d50d;
}

.leftText,
.partner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.about-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3rem;
    margin: 3rem 0
}

.choose-wrapper,
.row-wise-img {
    display: grid;
    margin: 0 6rem;
    grid-gap: 2rem
}

.about-content-wrapper h2 span {
    color: #EA2B2C;
    font-family: ubuntu
}

.about-content-wrapper ul {
    list-style: none
}

.about-content-wrapper ul .icons {
    display: flex;
    align-items: center;
    margin: 1rem 0
}

.about-content-wrapper ul .icons i {
    background: #EA2B2C;
    padding: .8rem;
    border-radius: 50%;
    color: var(--white-color)
}

.about-content-wrapper ul p {
    margin-left: 1rem;
    color:#748494;
}

.agency-right-side .img img {
    width: 100%;
    height: 75vh;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    transition: .5s ease-in
}

.cards .card i,
.lg-img {
    transition: .5s;
    cursor: pointer
}
.descMain {
    padding: 0 1rem;

}

.desc1 {
    display: flex;
    align-items: center;
    justify-content: center;
    /*gap: 4rem;*/
    flex-direction: column;
    padding: 1rem;
}
.descList {
    display: flex;
    gap: 4rem;
}
.desc p {
    color: #748494;
    padding: 1rem;
    text-align: justify;
}

.descList ul li {
     list-style: none; 

    color: #748494;
}
i.fa-solid.fa-circle-check {
    margin-right: 1rem;
}

.agency-right-side .img::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 55px;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 100%;
    z-index: -2
}

.agency-right-side .img img:hover {
    transform: scale(.95)
}

.partner button {
    border: 2px solid #EA2B2C;
    width: 25rem;
    background-color: #EA2B2C;
    color: #fff;
    border-radius: 34px;
    margin-top: 1rem;
    cursor: pointer
}

.partner p {
    color: #555555;
    font-weight: 400
}

.hidden-content,
.hidden-content-carousel,
.img-content h2,
.price-label {
    color: var(--white-color)
}

.img-content a {
    color: white;
}

.partner h1 {
    font-size: 3.5rem;
    color:#EA2B2C;
}

#choose-place,
#travel-countries {
    padding: 6rem 0
}

#choose-place h2,
#choose-place p {
    margin-left: 4rem
}

.choose-wrapper {
    grid-template-columns: 2fr 1fr
}

.lg-img {
    position: relative;
    width: 100%;
    height: 96%
}

.carousel,
.hidden-content,
.hidden-content-carousel {
    transition: .5s ease-in-out
}

.carousel:hover::before,
.lg-img:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.lg-img:hover {
    transform: scale(1.02)
}

.img-content {
    position: absolute;
    bottom: 20px
}

.img-content h2 {
    padding: 0 2rem;
    letter-spacing: 2px;
    font-size: 1.1rem
}

.hidden-content {
    padding: .2rem .2rem 0 0;
    transform: translateY(150%)
}

.carousel:hover .hidden-content-carousel,
.lg-img:hover .hidden-content {
    transform: translateY(0)
}

.price-label {
    background: #EA2B2C;
    padding: .5rem 1rem;
    position: absolute;
    top: 50px;
    right: 0
}

.row-wise-img {
    grid-template-columns: repeat(3, 1fr)
}

.cardContent h3,
.search-box {
    margin-bottom: 2rem
}
.cardContent h3{
    color:#555555;
}
#top-destination {
    padding: 6rem 0;
}

.carousel {
    position: relative;
    cursor: pointer
}



.hidden-content-carousel {
    padding: .5rem 2rem;
    transform: translateY(120%)
}

.carousel-img-overlay {
    width: 100%;
    padding-right: 1rem
}

.carousel:hover {
    transform: scale(1.2)
}

.cards {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 80px;
    z-index: 9;
    margin-top: 50px;
    padding: 1rem 10rem
}

.cards .card i {
    background: #EA2B2C;
    color: #fff;
    padding: 15px;
    font-size: 36px;
    border-radius: 22%;
    margin: 1rem 5px
}

.cardContent p {
    color: #748494;
    width: 21rem;
        text-align: justify;
}

.cardMain {
    padding: 3rem 0
}

.cardText h2 {
    font-size: 39px;
    background: linear-gradient(270deg, #EA2B2C, #EA2B2C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: compatibility
}

i.fa-solid.fa-star {
    font-size: 2rem;
    padding: 1rem 0;
    color: #EA2B2C;
}

i.fa-solid.fa-star.half {
    background: linear-gradient(262deg, #fff, #ffa500a6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: compatibility
}

.cardText p {
    font-size: 20px;
    font-weight: 600;
    color:#555555;
}

#costa-victoria {
    padding: 6rem 0;
    position: relative
}

#costa-victoria video,
#video video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    max-height: 500px
}

.video-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6)
}

.video-content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    color: var(--white-color)
}

.video-content h2 {
    font-size: 2.5rem;
    letter-spacing: 4px;
    color: var(--white-color);
    font-family: ubuntu;
    margin-bottom: 1rem
}

.video-content span {
    font-size: 1rem;
    margin: 0 1.5rem
}

.airline {
    width: 100%;

}

.airlineLogo {
    display: flex;
    margin-top: -3rem;
}

.airlineLogo img {
    width: 10rem;
    height: 16%;
    object-fit: contain;
    margin-left: 20px;
    /* margin-top: 1rem; */
}

.airline1 ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;

    width: 37rem;

}

.travel-countries-wrapper {
    display: grid;
    grid-template-columns: 2fr 3fr;
    width: 100%;
    grid-gap: 2rem
}

.countries-content,.sloganThree {
    margin-top: 2rem
}

.countries-content ul,.sloganThree ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0
}
.countries-content ul li a,.sloganThree ul li a {

    color: #748494;
}
.countries-content ul li,.sloganThree ul li,.airline1 ul li {
    margin: 1.5rem 0;
    color:#748494;
}

.countries-content ul li i,.sloganThree ul li i,.airline1 ul li i {
    margin: 0 1.5rem;
    color:#EA2B2C;
}

#resolution {
    padding: 8rem 0
}

#resolution .resImg {
    display: grid;
    position: relative
}

#resolution .resImage2 {
    display: grid;
    position: relative;
    margin-top: 1rem
}

.resImg img.in-view {
    border-radius: 10%;
    animation: 1s ease-in animateImage
}

.resImage2 img.in-view {
    border-radius: 10%;
    animation: 1s ease-in animateImage1
}

@keyframes animateImage {
    from {
        transform: rotateY(70deg)
    }

    to {
        transform: rotateY(0)
    }
}

@keyframes animateImage1 {
    from {
        transform: rotateY(70deg)
    }

    to {
        transform: rotateY(0)
    }
}

.search-box {
    padding: 1rem 0;
    width: 600px;
    background: #fff;
    border-radius: 5px
}

.search-box button,
.search-box input {
    background: 0 0;
    border: 0;
    outline: 0
}

.row {
    display: flex;
    align-items: center;
    padding: 10px 20px
}

.search-box input {
    flex: 1;
    height: 50px;
    font-size: 18px;
    color: #333
}
.footerImg img {
    width: 9%;
    float: right;
    margin-top: -5rem;
    margin-bottom: 1rem;
    margin-right: 15rem;
}
.footer p,
.footer-wrapper,
.ft-content,
.links ul li a,
.social-icons i {
    color: var(--white-color)
}

.icon i,
.social-icons i {
    background: transparent;
}

.search-box button .fa-solid {
    width: 25px;
    columns: #555;
    font-size: 22px;
    cursor: pointer
}

.search-box input::placeholder {
    color: #555
}

.result-box ul {
    border-top: 1px solid #999;
    padding: 15px 10px;
     background: white;
    color: black;
}
.result-box {
    width: 50%;
    /* height: 100%; */
    z-index: 9;
    position: absolute;
    margin-top: -13rem;
        margin-left: 3rem;

}

.result-box ul li {
    list-style: none;
    border-radius: 3px;
    cursor: pointer;
    color:#EA2B2C;
}

.result-box ul li:hover {
    background:#748494 ;
}

#footer {
    padding: 1rem 5rem;
    background: #EA2B2C;
    margin-top: 7rem;
}
.content{
    color:white;
    width: 23rem;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--light-gray-color)
}

.ft-content {
    display: flex;
    align-items: center;
    /*padding: .5rem*/
     margin-bottom: -1.5rem;
}

.icon i {
    padding: 1rem;
    font-size: 1.5rem
}

.contentPayment {
    padding: 1rem;
    display: inline-flex;
    /*grid-template-columns: 1fr 1fr 1fr;*/
    gap: 1rem;
    font-size: 2rem;
    margin-top: 1rem;
}

.contentPayment table tr td img {
    height: 5rem;
    width: 15rem
}

.footer-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 1rem 0;
    grid-gap: 2rem;
    justify-content: center;
}

.about img {
    width: 50%;
    object-fit: cover
}

.social-icons i {
    padding: .5rem;
    font-size: 1.3rem;
    margin: 1rem 0;
    border-radius: 50%;
    cursor: pointer
}

.about .lead {
    font-size: .95rem;
    margin-top: 1rem
}

.links ul li {
    margin: 1rem;
    font-size: 1rem
}

.links,.contents{
    margin-top: -1rem;
}
.links.activities1 li {
    color: white;
}
.contents,
.links.activities,
.links.activities1 {
    margin-left: -5rem
}

.footer {
    border-top: 1px solid var(--light-gray-color)
}

.footer p {
    text-align: center;
    padding: 1rem 0
}

.content img {
    width: 80%;
    margin-left: -1rem
}

/*.contents {*/
/*    margin-top: 4rem*/
/*}*/

.asia-menu a {
        color: #555555;
}

.question h1 {
    margin-bottom: 1rem;
}

.question h3,
.question h1 {
    margin-left: 10rem;
}