@import url("/css/color.css");
/* .navbar {
    -webkit-box-shadow: 2px 34px 147px 37px rgba(255, 255, 255, 1);
    -moz-box-shadow: 2px 34px 147px 37px rgba(255, 255, 255, 1);
    box-shadow: 2px 34px 147px 37px rgba(255, 255, 255, 1);
} */
.banner {
    overflow: hidden;
    background-color: #f8f8f8;
}
.banner video {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    padding-bottom: 30px;
    clip-path: ellipse(71% 59% at 50% 40%);
    padding: 0;
}

.about-us {
    background-color: #f8f8f8;
    padding: 100px 0px;
}
.about-us .grid-container {
    display: flex;
    grid-template-columns: repeat(auto-fit, 1fr);
    gap: 120px;
}
.about-us .box {
    flex: 1;
}

.about-us .box img {
    border: 20px solid #f6f3f1;
    border-radius: 50%;
    width: 100%;
    -webkit-box-shadow: 2px 11px 26px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 11px 26px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 11px 26px -10px rgba(0, 0, 0, 0.75);
    animation: upDown 2s ease-in-out infinite;
}

.about-us h1 {
    color: var(--black);
    font-weight: 700;
    font-size: 17px;
    margin-top: 20px;
    text-transform: uppercase;
}
@keyframes upDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.about-us p {
    font-size: 15px;
}
.about-us h1:nth-child(2) {
    margin-top: 30px;
}
.choose-us {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    background-color: #f8f8f8;
}
.choose-us .oval {
    width: 150vw;
    height: 150vh;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    background-color: #fffcf5;
}
.choose-us .plane {
    width: 250px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 50;
}
.choose-us .main {
    z-index: 5;
    position: relative;
    padding-top: 100px;
}

.choose-us .title-container {
    display: flex;
    justify-content: center;
}
.choose-us .title-container .titles {
    width: 50%;
}
.choose-us .title-container .titles h1 {
    font-size: 45px;
    color: var(--black);
    font-weight: 700;
}
.choose-us .title-container .titles h2 {
    font-size: 16px;
    color: var(--black);
    font-weight: 700;
}
.choose-us .title-container .titles p {
    font-size: 13px;
    color: var(--black);
    margin-top: 25px;
}
.choose-us .grid-parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 150px;
    margin-top: 50px;
}

.choose-us .grid-parent .box {
    text-align: center;
}

.choose-us .grid-parent .image-div {
    display: flex;
    justify-content: center;
    transition: 0.2s ease-in-out;
}
.choose-us .grid-parent .image-div:hover {
    transform: scale(1.1);
}
.choose-us .grid-parent .image {
    border-radius: 50%;
    border: 5px solid #f6f3f1;
    width: 110px;
    height: 110px;
    padding: 20px;
    background-color: #fffcf5;
    -webkit-box-shadow: 2px 11px 26px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 11px 26px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 11px 26px -10px rgba(0, 0, 0, 0.75);
}

.choose-us .grid-parent .box img {
    width: 100%;
}
.choose-us .grid-parent .box h1 {
    color: var(--black);
    margin-top: 30px;
    font-size: 15px;
    font-weight: 700;
}
.choose-us .grid-parent .box p {
    color: var(--black);
    font-size: 13px;
}
.news {
    background-color: #171d2c;
    padding-top: 50px;
}

.news .text-line {
    margin: 0px 100px;
    border-bottom: 3px solid #3e4350;
}
.news .text-line h1 {
    color: var(--white);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}
.news .main {
    padding: 20px 0px;
    position: relative;
    z-index: 1;
}
.news .news-slider {
    margin-top: 0px;
    background-color: #171d2c;
    transition: 0.3s ease-in-out;
    display: flex;
    position: relative;
    margin: 0px 30px;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: visible !important;
    z-index: 1;
}

.news .news-slider .slick-slide {
    overflow: visible !important;
    height: 100%;
}
.news .news-slider .slick-track {
    display: flex !important;
    overflow: visible !important;
    padding: 30px 0px;
    height: 100%;
    align-items: stretch !important;
}

.news .box {
    border-radius: 20px;
    background-color: var(--white);
    padding: 25px;
    margin: 0px 20px;
    opacity: 0.7;
    transform: scale(1);
    transition: transform 0.4s ease, opacity 0.4s ease;
    max-width: 350px;
    width: 100%;
    height: 100%;
}
.news .box.slick-current {
    transform: scale(1.1);
    opacity: 1;
    z-index: 3;
}

.news .slick-dots li {
    width: 50px;
    padding-top: 5px;
}
.news .slick-dots li button:before {
    content: none;
}

.news .slick-dots li button {
    width: 50px;
    height: 3px;
    background-color: #626670;
    padding: 0;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.news .slick-dots li.slick-active button {
    background-color: #ffffff;
}

.news .box img {
    width: 100%;
    border-radius: 20px;
}
.news .box h1 {
    color: var(--black);
    font-size: 10px;
    margin-top: 10px;
}
.news .box h2 {
    color: var(--black);
    font-weight: 700;
    font-size: 15px;
    margin-top: -5px;
}
.news .box h3 {
    color: var(--black);
    font-weight: 500;
    font-size: 13px;
    margin-top: 5px;
    text-transform: capitalize;
}
.news .box p {
    color: var(--black);
    font-size: 12px;
    margin-top: -3px;
}
.news .view-btn {
    border: none;
    background: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    color: var(--black);
}

.news .view-btn span {
    padding-bottom: 7px;
    font-size: 12px;
    padding-right: 15px;
    text-transform: uppercase;
    color: var(--black);
}

.news .view-btn svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
    color: var(--black);
}

.news .view-btn:hover svg {
    transform: translateX(0);
}

.news .view-btn:active svg {
    transform: scale(0.9);
}

.news .view-btn .hover-underline-animation {
    position: relative;
    color: var(--black);
    padding-bottom: 7px;
}

.news .view-btn .hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--black);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.services {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: #171d2c;
}
.services .oval {
    width: 150vw;
    height: 150vh;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    background-color: #fffcf5;
}
.services .main {
    position: relative;
    z-index: 200;
    padding-top: 100px;
    height: 100%;
}
.services .info h1 {
    font-weight: 700;
    color: var(--black);
    font-size: 30px;
    margin: 0;
    padding: 0;
}
.services .info h2 {
    color: var(--dark-red);
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.services .info p {
    color: var(--black);
    font-size: 16px;
    margin-top: 20px;
}
.services .flex-div {
    margin-top: 50px;
    margin-left: 10%;
    display: flex;
}
.services .flex-div .info {
    width: 50%;
}
.services .box {
    border: 1px solid #afafaf;
    background-color: #fffcf5;
    padding: 30px;
    margin: 0px 30px;
    -webkit-box-shadow: -2px 12px 19px -3px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: -2px 12px 19px -3px rgba(0, 0, 0, 0.22);
    box-shadow: -2px 12px 19px -3px rgba(0, 0, 0, 0.22);

    margin-bottom: 30px;
    height: 100%;
}

.services .services-slider {
    width: 70%;
    margin-left: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: stretch;
    height: 100%;
}

.services .text-container h1 {
    font-size: 45px;
    color: var(--black);
    font-weight: 700;
}

.services .text-container p {
    font-size: 16px;
    color: var(--black);
    font-weight: 700;
}
.services .services-slider .box-img {
    background-color: #f9f6ef;
    border-radius: 12px;
    width: 100%;
    height: auto;
    border: 1px solid #afafaf;
}
.services .services-slider .name {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 0;
}
.services .services-slider .name2 {
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    color: var(--black);
    font-weight: 500;
    font-weight: 600;
}
.services .services-slider p {
    font-size: 12px;
    margin: 0;
    color: var(--black);
    font-weight: 500;
    text-transform: uppercase;
}
.services .services-slider .price {
    display: flex;
    font-size: 16px;
    color: var(--black);
    font-weight: 700;
    margin-top: 10px;
}

.services .services-slider img {
    width: 15px;
    margin-right: 5px;
}

.services .services-slider .description {
    margin-top: -5px;
}
.services .slick-dots {
    bottom: 10px;
}

.services .slick-dots li button {
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.services .slick-dots li.slick-active button {
    background-color: #ff6600;
}

.services .slick-prev,
.services .slick-next {
    color: #fff;
    border-radius: 50%;
    padding: 10px;
}

.services .slick-prev:before {
    content: "←";
    font-size: 30px;
    color: black;
    margin-left: -20px;
}

.services .slick-next:before {
    content: "→";
    font-size: 30px;
    color: black;
}
.bottom-part {
    margin-top: -250px;
}
.bottom-part img {
    width: 100%;
    position: relative;
    object-fit: cover;
    z-index: 100;
    background-color: #fffcf5;
}
@media (max-width: 1400px) {
    .choose-us .plane {
        width: 200px;
        right: 0;
        top: 30px;
    }
    .news .box {
        margin: 0px 20px;
    }
    .services .box {
        margin: 0px 20px;
        padding: 20px;
    }
    .services .flex-div {
        margin-left: 5%;
    }
}
@media (max-width: 1024px) {
    .choose-us .grid-parent {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .choose-us .oval {
        width: 300vw;
        height: 200vh;
    }
    .services .oval {
        width: 300vw;
        height: 200vh;
    }
    .choose-us .plane {
        width: 150px;
        right: 0;
        top: -20px;
    }
    .services .main {
        padding-top: 50px;
    }
    .services .flex-div {
        flex-direction: column;
        display: flex;
        margin-left: 0;
        margin-top: 30px;
    }
    .services .flex-div .info {
        width: 100%;
        text-align: center;
        padding: 0px 50px;
    }
    .services .services-slider {
        width: 100%;
        margin-left: 0;
    }
    .services .text-container h1 {
        font-size: 45px;
        margin: 0;
        padding: 0;
    }
    .services .text-container p {
        font-size: 14px;
        margin: 0;
        padding: 0;
    }
    .services .info h1 {
        font-size: 20px;
    }
    .services .info h2 {
        font-size: 13px;
    }
    .services .info p {
        color: var(--black);
        font-size: 12px;
    }
    .services .box {
        margin: 0px 10px;
    }
}
@media (max-width: 992px) {
    .about-us .grid-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .about-us .box img {
        width: 50%;
        border: 15px solid #f6f3f1;
    }
    .about-us .box .second-img {
        display: flex;
        justify-content: center;
    }
    .about-us .second-box {
        display: flex;
        flex-direction: column-reverse;
    }
    .news .box {
        margin: 0px 20px;
    }
    .banner video {
        clip-path: ellipse(100% 59% at 50% 40%);
    }
    .news .text-line {
        margin: 0px 50px;
        border-bottom: 3px solid #3e4350;
    }
    .services .services-slider .name {
        font-size: 15px;
        margin-top: 20px;
    }
    .services .services-slider .name2 {
        font-size: 12px;
        margin-top: 10px;
    }
    .services .services-slider p {
        font-size: 11px;
    }
    .services .services-slider .price {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .choose-us .grid-parent {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .choose-us .title-container .titles {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .banner video {
        clip-path: ellipse(150% 59% at 50% 40%);
        height: 50vh;
    }

    .about-us {
        background-color: #f8f8f8;
        padding: 50px 0px;
    }
    .about-us .box img {
        width: 50%;
        border: 13px solid #f6f3f1;
    }
    .about-us h1 {
        font-size: 15px;
    }
    .about-us p {
        font-size: 13px;
    }
    .choose-us .oval {
        width: 400vw;
        height: 300vh;
    }
    .choose-us .plane {
        width: 100px;
        right: 0;
        top: -12px;
    }
    .choose-us .title-container .titles h1 {
        font-size: 30px;
    }
    .choose-us .title-container .titles h2 {
        font-size: 14px;
    }
    .choose-us .title-container .titles p {
        font-size: 12px;
    }
    .news {
        padding-top: 20px;
    }
    .news .text-line {
        margin: 0px 20px;
        border-bottom: 3px solid #3e4350;
    }
    .news .text-line h1 {
        font-size: 15px;
    }
    .news .box {
        padding: 15px;
        margin: 0px 20px;
    }
    .services .oval {
        width: 450vw;
        height: 300vh;
    }
    .services .flex-div {
        margin-top: 20px;
    }
    .services .flex-div .info {
        padding: 0px 20px;
    }
    .services .services-slider {
        margin-left: 0;
    }
    .services .text-container h1 {
        font-size: 30px;
    }
    .services .text-container p {
        font-size: 13px;
    }
    .services .info h1 {
        font-size: 18px;
    }
    .services .info h2 {
        font-size: 12px;
    }
    .services .info p {
        color: var(--black);
        font-size: 11px;
    }
    .services .box {
        padding: 20px;
    }
    .services .services-slider .name {
        font-size: 13px;
        margin-top: 20px;
    }
    .services .services-slider .name2 {
        font-size: 11px;
        margin-top: 10px;
    }
    .services .services-slider p {
        font-size: 10px;
    }
    .services .services-slider .price {
        font-size: 12px;
        margin-top: 10px;
    }
    .bottom-part {
        margin-top: 0;
    }
    .services .main {
        position: relative;
        z-index: 200;
        padding-top: 100px;
    }
}
