@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');



*, *::after, *::before {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    height: 200vh;
}


/* -------------------------------------------------------------------------------------------------------------------------------- */

/* Start Header */

header {
    min-height: 100vh;
    width: 100%;
    box-shadow: inset 0 0 0 2000px rgba(10, 10, 75, 0.3);
    position: relative;
}

.bg-video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -5;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .container {
    width: 90%;
    margin: auto;
}

header nav.mobile {
    display: none;
}

header .top-heading {
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .top-heading::after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: -5px;
}

header .top-heading .cave-logo {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FFF;
}

header .top-heading .cave-logo .contact-head {
    padding-left: 2rem;
    line-height: 1.9;
    font-size: 0.8rem;
    font-weight: 300;
}

header .top-heading .cave-logo .contact-head a {
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}

header .top-heading .cave-logo .cave-logo-img {
    width: 4rem;
    height: 4rem;
    overflow: hidden;
}

header .top-heading .cave-logo img {
    width: 100%;
    height: 100%;
}

header .links {
    width: 50%;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 400;
}

header .brand-title {
    background: linear-gradient(10deg, rgba(255,189,7,1) 20%, rgb(80, 197, 240) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-family: 'Luckiest Guy', cursive;
    font-size: 5rem;
    opacity: 0.9;
}

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


header .links .navbar ul li a {
    color: #FFF;
}

.active {
    color: #F6E848 !important;
}

header .adver-heading {
    padding: 20px;
    color: #FFF;
    word-spacing: 3px;
    letter-spacing: 1px;
    text-align: center;
}

header .adver-heading h3 {
    font-weight: 900;
    font-size: 4rem;
}

header .adver-heading p {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: -2.5rem;
    line-height: 1.5;
    letter-spacing: 3px;
    font-weight: 900;
}

header .adver-heading button {
    padding: 20px 40px;
    margin-top: 1.5rem;
    border-radius: 7px;
    border: 2px solid transparent;
    background-color: rgba(255, 189, 7, 0.9);
    font-weight: 900;
    color: #FFF;
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

header .adver-heading button:hover {
    color: #F6E848;
    border: 2px solid #F6E848;
    background-color: transparent;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

header .top-heading .links .navbar ul li a:hover,
header .top-heading .cave-logo .contact-head a:hover {
    color:#F6E848;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}


/* End Header */

main .container {
    width: 90%;
    margin: auto;
}

main .destination > h3 {
    text-align: center;
    color: #57c7ef;
    font-size: 3.5rem;
    margin-top: 10%;
    font-weight: 100;
    position: relative;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.2rem;
}

main .destination > h3::after {
    content: "Africano Adventure";
    font-family: 'Luckiest Guy', cursive;
    font-size: 5rem;
    color: rgb(255, 189, 7, 0.3);
    letter-spacing: -2px;
    word-spacing: 5px;
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
    width: 100%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

main .destination .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 5rem auto;
}

main .destination .cards .card {
    width: 30%;
    /*border: 1px solid #EEE;
    */display: flex;
    flex-direction: column;
    text-align: center;
    height: 65vh;
    margin-bottom: 2rem;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}



main .destination .cards .card .card-img {
    width: 100%;
    overflow: hidden;
    height: 50%;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

main .destination .cards .card .card-img img {
    width: 100%;
    height: 100%;
}

main .destination .cards .card .card-desc h3{
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    margin: auto;
}

main .destination .cards .card .card-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50%;
    padding: 0.5rem;
}

main .destination .cards .card .card-desc p {
    color: #333;
    font-weight: 300;
    font-size: 0.9rem;
}

main .destination .cards .card .card-desc .spec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main .destination .cards .card .card-desc .spec .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

main .destination .cards .card .card-desc .spec .item:last-child {
    border-top: 1px solid #111;
    width: 100%;
    height: 4rem;
}


main  .price {
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

main .price i {
    margin-right: 0.5rem;
}

main .destination .cards .card:hover {
    box-shadow: 5px 5px 10px #CCC, -5px -5px 10px #CCC;
    border: 1px solid #CCC;
    border-radius: 7px;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}



/* Start Footer */
footer {
    background-color: rgb(27, 27, 27);
    padding: 2rem;
    color: #FFF;
}

footer .up-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 2rem;
}

footer .up-footer > div {
    width: 30%;
}

footer h4 {
    font-size: 1.5rem;
    font-weight: 300;
    color:#57c7ef
}

footer .up-footer .quick-links ul {
    padding: 0;
}

footer .up-footer .quick-links ul li {
    padding-bottom: 1rem;
}

footer .up-footer .quick-links ul li a  {
    color: #FFF;

}

footer .up-footer .quick-links ul li i {
    color: #333;
    padding-right: 1rem;
}

footer .up-footer .get-in-touch .items div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .up-footer .get-in-touch .items i {
    padding-right: 1rem;
    color: #F6E848;
}

footer .up-footer .get-in-touch .social {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 1rem;
}

footer .up-footer .get-in-touch .social i {
    font-size: 1.5rem;
    cursor: pointer;
}

footer .up-footer .get-in-touch .items div {
    margin-bottom: 0.8rem;
    font-size: 0.8rem;
}

footer .up-footer .get-in-touch .items div p {
    margin: 0;
}

footer .up-footer .get-in-touch a, footer .down-footer a {
    color: #FFF;
}

footer .up-footer .get-in-touch .social i:hover,
footer .up-footer .quick-links li:hover a,
footer .up-footer .get-in-touch .items a:hover {
    font-weight: 700;
}

footer .up-footer .our-location .map {
    width: 100%;
    height: 40vh;
}

footer .down-footer {
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
}

footer .down-footer i {
    color: #F00;
}




/* Start Info Section */

.infos {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50vh;
    /* background-color: #f1f1f1; */
    /* background-image: url('/images/pexels-marek-piwnicki-13328078.jpg'); */
    /* background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(238, 238, 253, 0.644); */
    margin-top: 3rem;
}

.infos .container {
    width: 90%;
    padding: 2rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infos .infos-desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* width: 50%; */
}

.infos .infos-desc .info {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* border: 1px solid #CCC; */
}



.infos .infos-desc .info h3 {
    font-size: 1.7rem;
    font-weight: 700;
    position: relative;
    color: #102655c4;
}

.infos .infos-desc .info p {
    color: #222;
    line-height: 1.5;
}


/* .infos .infos-desc .info:first-child h3:before,
.infos .infos-desc .info:nth-child(2) h3:before,
.infos .infos-desc .info:nth-child(3) h3:before,
.infos .infos-desc .info:last-child h3:before {
    content: "";
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.infos .infos-desc .info:first-child h3:before {
    background-image: url('/images/ticket.svg');
}
.infos .infos-desc .info:nth-child(2) h3:before {
    background-image: url('/images/hot-air-balloon.svg');
}

.infos .infos-desc .info:nth-child(3) h3:before {
    background-image: url('/images/diamond.svg');
}

.infos .infos-desc .info:last-child h3:before {
    background-image: url('/images/medal.svg');
} */

/* End Info Section */
.reviews{
    height: 50vh;
    width: 100%;
    background-image: url('/images/sticky-sec.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 40%;
    background-attachment: fixed;
    /* box-shadow: inset 0 0 0 2000px rgba(7, 7, 43, 0.5), inset 0 0 0 2000px rgba(248, 188, 188, 0.3); */
}
.reviews .container {
    width: 90%;
    height: 100%;
    margin: auto;
}

.reviews .container .statics {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    text-align: center;
}

.reviews .container .statics .static-num {
    font-size: 4rem;
    color: #F6E848;
    font-weight: 500;
    position: relative;
    font-family: 'Luckiest Guy', cursive;
}

.reviews .container .statics .static-num::after {
    content: "";
    width: 3rem;
    border-bottom: 1px solid #FFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.reviews .container .statics .static-desc {
    font-size: 1.5rem;
    padding-top: 2rem;
    font-weight: 900;
}

.subscription {
    width: 100%;
    height: 30vh;
    /* background-image: url('/images/sub-pic.jpg');
    box-shadow: inset 0 0 0 2000px rgba(138, 144, 231, 0.2), inset 0 0 0 2000px rgba(47, 64, 214, 0.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed; */
    background-color: rgb(27, 27, 27);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

.subscription .title {
    width: 30%;
    /* font-family: 'Luckiest Guy', cursive; */
}

.subscription .title p {
    color: #FFF;
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.subscription .title span {
    color: #57c7ef;
    font-weight: 900;
    font-size: 3.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.subscription .box {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.subscription .box input {
    border: 1px solid transparent;
    border-radius: 5px;
    /* border-bottom: 2px solid #0000006b; */
    background-color: rgba(248, 248, 248, 0.123);
    font-size: 1.5rem;
    color: #FFF;
    width: 80%;
    padding: 2rem 1rem;
    display: flex;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.subscription .box input::placeholder {
    color: #FFF;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1rem;
    padding-left: 1.5rem;
}

.subscription .box button {
    background-color: transparent;
    border: none;
    padding-left: 1.5rem;
}

.subscription .box i {
    color: #F6E848;
    font-size: 2.2rem;
    cursor: pointer;
}

.subscription .box #msg, .success {
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    color: #4BB543 !important;
}

.success {
    padding-right: 2rem;
}

.scrollTop {
    position: fixed;
    bottom: 0.2rem;
    right: 0.2rem;
    color: #57c7ef;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.scrollTop:hover {
    background-color: #FFF;
    color:rgba(30, 30, 92);
    transition: 0.2s linear;
}

.reasons {
    padding: 5rem 0;
    width: 90%;
    margin: auto;
    min-height: 150vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.reasons .diver-pic {
    width: 40%;
    height: 100%;
    overflow: hidden;
}

.reasons .diver-pic img {
    width: 100%;
    height: 100%;
    border-radius: 44% 56% 26% 74% / 39% 31% 69% 61% ;
}

.reasons-list {
    width: 50%;
    padding: 0;
}

.reasons-list h3  {
    font-size: 3rem;
    color: #222;
    font-weight: 500;
    width: fit-content;
    position: relative;
}

.reasons-list h3::after  {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    background-color: #FFEE38;
    left: 0;
    top: 60%;
    z-index: -1;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

.accordion {
    padding: 0;
}

.accordion li {
    width: 100%;
    /* padding: 1rem; */
}

.accordion li label {
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.accordion li label::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #CCC;
    position: absolute;
    bottom: -1rem;
}

.reasons-list .accordion label  .chev-ic {
    background-color: rgba(30, 30, 92, 0.952);
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.reasons-list .accordion label  i {
    font-size: 0.8rem;
    color: #FFF;
}

.reasons-list .accordion  input[type="radio"] {
    display: none;
}

.reasons-list .accordion .content {
    padding-top: 1rem;
    line-height: 2;
    color: #333;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s linear;
    -webkit-transition: max-height 0.2s linear;
    -moz-transition: max-height 0.2s linear;
    -ms-transition: max-height 0.2s linear;
    -o-transition: max-height 0.2s linear;
}

.reasons-list .accordion label + input[type="radio"]:checked + .content {
    max-height: 50vh;
}


.gallery {
    min-height: 100vh;
    width: 90%;
    margin: 1rem auto;
}

.gallery > h3 {
    text-align: center;
    color: #57c7ef;
    font-size: 3.5rem;
    margin-top: 10%;
    font-weight: 100;
    position: relative;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.2rem;
}

.gallery > h3::after {
    content: "Africano Adventure";
    font-family: 'Luckiest Guy', cursive;
    font-size: 5rem;
    color: rgb(255, 189, 7, 0.3);
    letter-spacing: -2px;
    word-spacing: 5px;
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
    width: 100%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.gallery img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
    display: inline-block;
}

.grid-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-wrapper > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.grid-wrapper {
    margin: 8rem auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.d-none {
    display: none !important;
}

/* Start Resposive Design */

@media (max-width: 480px) {


    header {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 100vh;
        overflow: hidden;
        background-position: 50% 0%;
        background-size: cover;
        background-image: url('/mobile-bg.jpg');
        background-repeat: no-repeat;
        position: relative;
    }

    header .brand-title {
        display: block;
        font-size: 3rem;
    }

    video {
        display: none;
    }

    header .top-heading::after {
        display: none;
    }

    header .top-heading .cave-logo {
        display: none;
    }

    header .links {
        display: none;
    }

    header .adver-heading h3 {
        font-size: 2rem;
        font-weight: 900;
    }

    header .adver-heading p {
        font-size: 0.8rem;
        line-height: 1.7;
        font-weight: 500;
        text-align: center;
        padding-top: 2rem;
        padding-bottom: 4rem;
        text-transform: uppercase;
    }

    header .adver-heading button {
        display: block;
        margin: auto;
    }

    main .destination > h3 {
        font-size: 1.5rem;
        font-weight: 500;
    }
    main .container .destination {
        padding-top: 2rem;
    }
    main .destination > h3::after {
        display: none;
    }

    main .destination .cards {
        flex-direction: column;
        justify-content: center;
        /* margin: 1rem auto; */
    }

    main .destination .cards .card {
        width: 80%;
        display: flex;
        flex-direction: column;
        text-align: center;
        height: 40vh;
        position: relative;
    }

    main .destination .cards .card .card-img {
        width: 100%;
        overflow: hidden;
        height: 50%;
    }

    main .destination .cards .card .card-img img {
        width: 100%;
        height: 100%;
    }

    main .destination .cards .card .card-desc h3{
        font-size: 1rem;
        font-weight: 500;
    }

    main .destination .cards .card .card-desc h3::after {
        height: 40%;
        top: 55%;
    }

    main .destination .cards .card .card-desc {
        justify-content: center;
        height: 50%;
    }

    main .destination .cards .card .card-desc p {
        font-size: 0.8rem;
        font-weight: 400;
        padding: 0 0.5rem;
    }

    main .destination .cards .card .card-desc .spec .item:last-child {
        height: 3rem;
    }


    main .price {
        font-size: 0.6rem !important;
        font-weight: 500 !important;
        color: #333 !important;
    }

    .infos .container {
        display: block;
    }
    .infos .container .infos-desc {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 50vh;
        width: 100%;
    }
    .infos .container .infos-desc .info {
        width: 90%;
        margin: 2rem auto;
        border: none;
    }
    .infos .container .infos-desc .info h3 {
        font-size: 1.2rem;
        text-transform: uppercase;
        font-weight: 700;
        border-bottom: 4px solid #ffee38;
        width: 80%;
        margin: auto;
        padding-bottom: 0.5rem;

    }
    .infos .container .infos-desc .info p {
        font-size: 0.7rem;
        color: #111;
        line-height: 1.8;
        margin-top: 1rem;
    }

    .infos .container .info-img {
        display: none;
    }

    .infos .info-img::after {
        display: none;
    }

    .infos .infos-desc .info:first-child h3:before,
    .infos .infos-desc .info:nth-child(2) h3:before,
    .infos .infos-desc .info:nth-child(3) h3:before,
    .infos .infos-desc .info:last-child h3:before {
        content: "";
        position: absolute;
        top: -15%;
        left: -30%;
        background-repeat: no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px;
    }


    .reviews {
        background-position: 70% 50%;
    }
    .reviews .container .statics {
        flex-wrap: wrap;
        padding-top: 1.5rem;
    }

    .reviews .container .static .static-desc {
        font-size: 1.1rem;
    }

    .reviews .container .statics .static-num {
        font-size: 2.2rem;
        color: #FFEE38;
    }
    .reviews .container .statics .static {
        width: 100%;
        align-self: baseline;
    }


    .subscription {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 40vh;
    }

    .subscription .title {
        width: 100%;
        text-align: center;
        margin: 1rem auto;
    }

    .subscription .title span {
        letter-spacing: 3px;
    }

    .subscription .title p {
        font-size: 1.3rem;
        font-weight: 300;
    }

    .subscription .title span {
        font-size: 3rem;
    }

    .subscription .box {
        width: 100%;
        display: flex;
    }

    .subscription .box input {
        border: 1px solid transparent;
        border: 1px solid #ffffff00;
        border-radius: 5px;
        background-color: #ffffff10;
        font-size: 1.5rem;
        color: #FFF;
        width: 70%;
        padding: 15px 5px;
        display: flex;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
}

    .subscription .box input::placeholder {
        font-size: 1rem;
        color: #b4b4b4;
    }

    .subscription .box button {
        padding-left: 1rem;
    }

    .subscription .box i {
        color: #F6E848;
        font-size: 1.8rem;
        cursor: pointer;
    }

    .subscription .box #msg, .success {
        display: flex;
        font-size: 1rem;
        font-weight: 700;
        color: #4BB543 !important;
    }

    .success {
        padding-right: 2rem;
    }

    .reasons {
        min-height: 80vh;
    }

    .reasons .diver-pic {
        display: none;
    }

    .reasons-list {
        width: 100%;
        margin: auto;
        /* padding-left: 1rem; */
    }

    .reasons-list h3  {
        font-size: 1.6rem;
        font-weight: 500;
    }

    .accordion {
        padding: 0;
    }

    .accordion li {
        width: 100%;
    }

    .accordion li label {
        font-size: 1rem;
    }

    .reasons-list .accordion label  .chev-ic {
        width: 1rem;
        height: 1rem;
    }

    .reasons-list .accordion label  i {
        font-size: 0.5rem;
        color: #FFF;
    }

    .reasons-list .accordion .content {
        padding-top: 1rem;
        font-size: 0.8rem;
        width: 100%;
    }

    footer .up-footer {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    footer .up-footer > div {
        width: 100%;
    }

    footer h4 {
        font-size: 1.3rem;
        font-weight: 300;
    }

    footer .up-footer .quick-links ul {
        padding: 0;
    }

    footer .up-footer .quick-links ul li {
        padding-bottom: 1rem;
    }

    footer .up-footer .quick-links ul li a  {
        color: #FFF;

    }

    footer .up-footer .quick-links ul li i {
        color: #333;
        padding-right: 1rem;
    }

    footer .up-footer .get-in-touch .items div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 0.8rem;
    }

    footer .up-footer .get-in-touch .items i {
        padding-right: 1rem;
        color: #F6E848;
    }


    footer .up-footer .our-location .map {
        width: 90%;
        margin: auto;
        height: 40vh;
    }

    footer .down-footer {
        font-size: 0.5rem;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .scrollTop {
        position: fixed;
        bottom: 0.5rem;
        right: 0rem;
        background-color: rgba(30, 30, 92);
        color: #FFF;
        border-radius: 50%;
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        padding-top: 5px;
        font-size: 1.5rem;
        cursor: pointer;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
}

    .gallery {
        min-height: 100vh;
        width: 90%;
        margin: 2rem auto;
    }

    .gallery > h3 {
        font-size: 2rem;
        font-weight: 500;
    }

    .gallery > h3::after {
        display: none;
    }

    .grid-wrapper {
        margin: 2rem auto;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    header nav.mobile {
        position: absolute;
        display: block;
        width: 100%;
        z-index: 99;
    }

    header nav.mobile i {
        font-size: 2rem;
        color: #F6E848;
        padding: 2rem;
        position: relative;
    }

    header nav.mobile ul {
        position: absolute;
        top: 4rem;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 60vh;
        background-color: rgba(7, 7, 85, 0.89);
        padding-left: 0;
    }

    header nav.mobile ul li {
        width: 100%;
        height: 5rem;
        border-bottom: 1px solid #ffffff56;
    }

    header nav.mobile ul li:last-child {
        border: none;
    }

    header nav.mobile ul li:hover {
        background-color: rgba(7, 7, 85, 0.719);
    }

    header nav.mobile ul li a {
        padding: 1.5rem;
        color: #FFF;
        width: 100%;
        display: block;
    }

}

/* End Resposive Design */