@import url('https://fonts.cdnfonts.com/css/nexa-bold');

body {
    font-family: 'Nexa', sans-serif;
    ;
    scroll-behavior: smooth;
}

:root {
    --blue: #00A8FF;
}

@media (min-width:768px) {

    .FAQ,
    .booking {
        margin-top: 200px;
        margin-bottom: 200px;
    }

    .our-process,
    .our-services {
        margin-top: 80px;
        padding-bottom: 80px;
    }
}

/* Start FirstSection */
.section-first {
    background-image: url(./img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-nav .nav-link:hover {
    color: var(--blue);
}

.navbar-nav .active {
    color: var(--blue);
}

.section-first button {
    background-color: var(--blue);
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
}

.section-first .container {
    margin-bottom: 60px;
}

.section-first p,
.section-first h1 {
    color: #fff;
}

.section-first span {
    color: var(--blue);
}

.images img {
    margin-left: -20px;
}

.images {
    margin-right: -20px;
}

.section-first .clients-num {
    color: var(--blue);
    margin-top: 10px;
    margin-bottom: -15px;
}

@media (max-width:576px) {
    .section-first {
        background-position: center;
        background-size: auto;
    }

    .section-first ul li {
        font-size: 14px;
    }

    .section-first .book-b {
        font-size: 10px;
    }

    .section-first ul button {
        max-width: 150px;
        padding: 7px 10px 4px 10px;
    }

    .section-first span.small {
        max-width: 16px;
        max-height: 20px;
        margin-left: -3px;
    }

    .section-first button.small {
        width: 35px;
    }

    .section-first .images {
        padding-left: 32px;
    }

    .section-first img {
        max-width: 110px;
    }

    .section-first .container {
        margin-bottom: 18px;
    }

    .section-first .text p {
        font-size: 12.8px;
    }

    .section-first .text h1 {
        font-size: 21px;

    }

    .section-first .text button {
        max-width: 190px;
        padding-top: 10px;
        padding-bottom: 6px;
        font-size: 12px;
        margin-bottom: 8px;
        /* margin-left: ; */
    }
}

@media (min-width:992px) {
    .section-first .text p {
        font-size: 19px;
    }

    .section-first .text h1 {
        font-size: 43px;
    }

    .section-first button {
        max-width: 270px;
        font-size: 16px;
    }

    .section-first .clients {
        margin-left: -30px;
    }
}

/* End FirstSection */
/* Start midddle box */
.middle-box {
    background-color: #fff;
    border-radius: 10px;
    margin-top: -50px;
    padding-top: 25px;
    max-width: 90%;
}

.middle-box .borde {
    height: 80px;
}

.middle-box span {
    color: var(--blue);
    font-size: 50px;
    font-weight: 200;
    margin-bottom: -10px;
}

.middle-box p,
.middle-box span {
    margin-top: -10px;
}

.middle-box span {
    margin-left: 5px;
}

.borde {
    border-right: 2px solid rgba(0, 0, 0, 0.06);
}

@media (max-width:576px) {
    .middle-box {
        padding: 15PX 12PX;
    }

    .middle-box .borde {
        max-height: 45px;
    }

    .middle-box span {
        font-size: 23px;
        margin-top: 5px;
    }

    .middle-box p {
        font-size: 8px;
        padding-right: 6px;
    }
}

@media (min-width:576px) {
    .middle-box span {
        font-size: 40px;
        margin-top: 5px;
    }

    .middle-box p {
        font-size: 15px;
    }
}

/* End midddle box  */
/* Start section-sec */
.section-sec .text h1 {
    font-size: 45px;
}

.section-sec .text p {
    font-size: 22px;
}

.section-sec .blue {
    color: var(--blue);
}

@media (max-width:576px) {
    .section-sec .text h1 {
        font-size: 30px;
    }

    .section-sec .text p {
        font-size: 14px;
    }

    .section-sec img {
        max-width: 310px;
    }

    .section-sec h1.end {
        font-size: 18px;
    }
}

@media (min-width:576px) {
    .section-sec .text h1 {
        font-size: 35px;
    }

    .section-sec .text p {
        font-size: 16px;
    }

    .section-sec img {
        max-width: 330px;
    }

    .section-sec h1.end {
        font-size: 23px;
    }
}

@media (min-width:992px) {
    .section-sec .text h1 {
        font-size: 34px;
    }

    .section-sec .text p {
        font-size: 18px;
    }

    .section-sec img {
        max-width: 320px;
    }

    .section-sec h1.end {
        font-size: 33px;
    }
}

@media (min-width:1200px) {
    .section-sec .text h1 {
        font-size: 40px;
    }

    .section-sec .text p {
        font-size: 20px;
    }

    .section-sec img {
        max-width: 400px;
    }

    .section-sec h1.end {
        font-size: 40px;
    }
}

/* End section-sec */
/* Start our services */
.card {
    border-radius: 15px;
    overflow: hidden;
}

.our-services .card h4 {
    font-size: 24px;
    margin-bottom: -5px;
}

.our-services .text {
    font-size: 14px;
}

.our-services .cost {
    font-size: 12px;
}

.our-services .price {
    font-size: 15px;
}

.our-services .card-img-overlay {
    display: flex;
    align-items: end;
}

.our-services .card span {
    color: var(--blue);
}

.our-services .card .line-through {
    text-decoration: line-through red;
}

.our-services .card {
    margin-top: 0px;
    transition-duration: 0.4s;
}

.our-services .card:hover {
    margin-top: -30px;
}

.our-services .card img {
    transform: scale(1.2);
    transition-property: transform;
    transition-duration: 0.4s;
}

.our-services .card:hover img {
    transform: scale(1);
}

.our-services .card-img-overlay {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.782));
}

@media (max-width:576px) {
    .our-services .card {
        max-width: 330px;
    }

    .our-services .card h6 {
        font-size: 13px;
    }
}

@media (min-width:992px) {
    .our-services .card h6 {
        font-size: 12px;
    }
}

@media (min-width:1200px) {
    .our-services .card h6 {
        font-size: 14px;
    }
}

@media (min-width:1400px) {
    .our-services .card h6 {
        font-size: 17px;
    }
}

/* End our Services */

/* Start our process */
.our-process .card h1 {
    font-size: 75px;
}

.our-process .card i {
    font-size: 95px;
}
/* Default image styling */
.hover-image {
    transition: opacity 0.3s ease;
}
.hover-image-2 {
    transition: opacity 0.3s ease;
}
.hover-image-3 {
    transition: opacity 0.3s ease;
}
/* Change image when hovering over the card */
.hover-image-container:hover .hover-image {
    content: url('img/headset\ white.svg'); /* Change to your second image */
}
.hover-image-container-2:hover .hover-image-2 {
    content: url('img/file\ white.svg'); /* Change to your second image */
}
.hover-image-container-3:hover .hover-image-3 {
    content: url('img/caledner\ white.svg'); /* Change to your second image */
}

.our-process .card {
    background-color: #fff;
    margin-top: 0px;
    transition: 0.4s;
    color: black;
}

.our-process .card:hover {
    background-color: var(--blue);
    margin-top: -30px;
    color: #fff;
}

@media (max-width:576px) {
    .our-process .card {
        max-width: 330px;
    }
}

@media (min-width:1400px) {
    .our-process .card {
        min-height: 525px;
    }

    .our-process .card .card-upper {
        margin-bottom: 150px;
    }
}

@media (min-width:0px) {
    .our-process .card svg {
        font-size: 80px;
    }
}

@media (max-width:1400px) {
    .our-process .card svg {
        font-size: 80px;
    }

    .our-process .card {
        min-height: 450px;
    }

    .our-process .card .card-upper {
        margin-bottom: 110px;
    }
    .our-process .card p {
        font-size: 12px;
    }
}

/* End our process */
/* Start book */
.book {
    background-color: var(--blue);
    padding-top: 70px;
    padding-bottom: 70px;
}

.book p {
    font-size: 18px;
}

.book h1 {
    font-size: 40px;
}

.book img {
    margin-top: -20px;
}

.book button {
    background-color: #1a5f82;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    width: 100%;
}

@media (max-width:576px) {
    .book {
        padding: 50px 0px;
    }

    .book p {
        font-size: 13px;
    }

    .book h3 {
        font-size: 18px;
    }

    .book button {
        font-size: 11px;
        max-width: 270px;
    }

    .book img {
        max-width: 110px;
    }
}

/* End book */
/* Start records */
.inner {
    width: 100%;
}

.item {
    background-color: #F5F7F8;
}

.record {
    background-color: var(--blue);
}

.record img {
    width: 22px;
    color: #fff;
}

.record {
    align-items: center;
}

.record span img {
    max-height: 29px;
}

.swiper-button-next,
.swiper-button-prev {
    position: static !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #f8f6f6;
    border-radius: 50%;
    top: 20%;
    padding: 5px;
    cursor: pointer;
    display: flex;
    margin-top: 20px;
    justify-content: center;
    color: var(--blue) !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 22px;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: 54%;
    left: 0;
    width: 100%;
}
@media (max-width:576px) {
    .records h6 {
        font-size: 12px;
    }
    .swiper-button-next {
     margin-left: 1000px;
}
}
@media (max-width:767px) {
    .records h1 {
        font-size: 18px;
    }
}
/* End records*/
/* Start faq */
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.accordion__item {
    border-top: 1px solid rgba(0, 0, 0, 0.179);
    overflow: hidden;
}

.accordion__item p {
    opacity: 0.9;
    font-size: 19px;
}

.accordion__header {
    padding: 20px 25px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.accordion__header::after {
    content: '+';
    color: #0f0a0a6d;
    font-size: 3rem;
    top: 9px;
    right: 20px;
    transition: transform 0.2s;
    position: absolute;
    z-index: 1;
}

.accordion__header.active {
    background: #ffffff;
}

.accordion__header.active::after {
    content: "+";
    position: absolute;
    right: 25px;
    transform: rotate(405deg);
    color: var(--blue);
}

.accordion__item .accordion__content {
    padding: 0 25px;
    max-height: 0;
    transition: 0.3s;
    overflow: hidden;
}

.FAQ button {
    background-color: var(--blue);
    border-radius: 5px;
    font-size: 22px;
}

@media(max-width:576px) {
    .FAQ h1 {
        font-size: 20px;
    }

    .FAQ .accordion__header {
        font-size: 12px;
    }

    .FAQ .accordion__content p {
        font-size: 10px;
    }

    .accordion__header::after {
        font-size: 1.5rem;
    }

    .FAQ button {
        margin-top: 13px;
        font-size: 12px;
        max-width: 120px;
        padding-top: 8px;
        padding-bottom: 5px;
    }
}

@media(min-width:576px) {
    .FAQ h1 {
        font-size: 23px;
    }

    .FAQ .accordion__header {
        font-size: 17px;
    }

    .FAQ .accordion__content p {
        font-size: 11px;
    }

    .accordion__header::after {
        font-size: 2rem;
    }

    .FAQ button {
        font-size: 13px;
        max-width: 140px;
        padding: 10px;
    }
}

@media(min-width:768px) {
    .FAQ h1 {
        font-size: 27px;
    }

    .FAQ .accordion__header {
        font-size: 19px;
    }

    .FAQ .accordion__content p {
        font-size: 13px;
    }

    .accordion__header::after {
        font-size: 2rem;
    }

    .FAQ button {
        font-size: 13px;
        max-width: 180px;
        padding: 10px;
    }
}

@media(min-width:992px) {
    .FAQ h1 {
        font-size: 33px;
    }

    .FAQ .accordion__header {
        font-size: 22px;
    }

    .FAQ .accordion__content p {
        font-size: 14px;
    }

    .accordion__header::after {
        font-size: 3rem;
    }

    .FAQ button {
        font-size: 14px;
        max-width: 250px;
        padding: 10px;
    }
}

/* End faq */
/* STart booking */
.booking .container-bg {
    background-color: var(--blue);
    border-radius: 10px;
    padding: 75px !important;
}

.text .bord {
    border-right: 1px solid #fff;
}
.booking img {
    max-width: 197px;
}
.bord h1 {
    font-size:36px
}
.booking h5 {
    font-size: 17px;
}
.booking p{
    font-size: 17px;
}
.booking button{
    font-size: 18px;
}
@media (max-width:576px) {
    .booking  h5 {
        font-size: 15px;
    }
    .booking img{
        max-width: 110px;
    }
    .booking p ,
    .booking h6{
        font-size: 15px;
    }
    .booking h1 {
        font-size: 25px;
    }
    .booking button{
        font-size: 15px;
    }
}

@media (max-width:992px) {
    .booking .bord {
        border-bottom: 1px solid #fff;
        border-right: -0;
    }
}

@media (min-width:992px) {
    .booking h4 {
        font-size: 20px;
    }

    .header #month-year {
        font-size: 16px;
    }

    .header .btn {
        font-size: 16px !important;
    }

    .calender {
        min-width: 310px;
    }
}

/* End booking */
/* Start Footer */
.footer .upper-section {
    background-image: url(img/bg.jpg);
    background-size: cover;
    background-position-y: 30%;
    background-repeat: no-repeat;
}

.footer i {
    margin-right: 20px;
}

.footer .lowwer-section {
    background: linear-gradient(to right, #00A8FF, #173c4f);
}

.footer ul li {
    display: inline-block;
    margin-left: 80px;
    font-size: 15px;
}

.footer p {
    font-size: 12px;
}

.footer .copy-right {
    font-size: 13px;
}

.footer .copy {
    border-top: 1px solid rgba(255, 255, 255, 0.196);
    width: 90%;
}

.footer input {
    outline: none;
    color: rgb(255, 255, 255);
    background: transparent;
}

.footer .lowwer-section input {
    background-color: transparent;
    border: 0.5px solid rgba(255, 255, 255, 0.308);
    width: 313px;
    margin-top: 5px;
    font-size: 14px;
    padding: 4px 12px;
}

.footer .lowwer-section input.secin {
    width: 253px;
}

.footer .lowwer-section a {
    padding: 5px 0px;
}

.footer .lowwer-section .arrow {
    border: 0.5px solid rgba(255, 255, 255, 0.308);
    width: 50px;
    margin-bottom: -5px;
}

.footer input::placeholder {
    color: #ffffffab;
    font-size: 12px;
}

@media (max-width:576px) {
    .footer h4 {
        font-size: 17px;
    }

    .footer .upper-section p {
        font-size: 11px;
    }

    .footer .lowwer-section li {
        font-size: 12px;
        margin-left: 50px;
    }

    .footer .lowwer-section p {
        font-size: 8.8px;
    }

    .footer .lowwer-section h5 {
        font-size: 17px;
    }

    .footer .copy {
        font-size: 10px;
    }
}

@media (min-width:992px) {
    .footer .lowwer-section p {
        font-size: 11px;
    }
}

@media (min-width:1200px) {
    .footer .lowwer-section input.secin {
        width: 226px;
    }
}

@media (min-width:1400px) {
    .footer .lowwer-section input.secin {
        width: 255px;
    }
}

/* End Footer */