/* Navigation 499cac */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Rabar_021';
}

@font-face {
    font-family: "Rabar_021";
    src: url("../font/Rabar_021.ttf"),
        url("../font/Rabar_021.eot") format('embedded-opentype'),
        url("../font/Rabar_021.woff") format('woff'),
        url("../font/Rabar_021.svg") format('svg');
    /* IE9 Compat Modes */
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background-color: #fafafa;
}

body::-webkit-scrollbar-thumb {
    background: #192647;
    background: #499cac;
    border-radius: 6px;
}

.headerNav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #499cac 0%, #3a7a87 100%);
    padding: 8px 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.headerNav ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.headerNav ul li {
    margin: 0px 10px;
}

.headerNav ul li a {
    color: #fff;
}

.headerNav ul li a img {
    margin-top: 4px;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: brightness(1);
}

.headerNav ul li a:hover img {
    transform: scale(1.15);
    filter: brightness(1.2);
}

.headerNav .language span {
    display: flex;
    align-items: center;
    margin-left: 8px;
    position: relative;
}

.headerNav .language .btnLanguage {
    cursor: pointer;
}

.headerNav .language .listLanguage {
    width: 180px;
    position: absolute;
    top: 36px;
    z-index: 9999;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.headerNav .language .listLanguage.active {
    opacity: 1;
    visibility: visible;
}

.headerNav .language .listLanguage span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.headerNav .language .listLanguage hr {
    border: none;
    height: 0.6px;
    background: rgba(0, 0, 0, 0.123);
    margin: 10px 0px;
    margin-top: 16px;
}

.headerNav .language .listLanguage .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.headerNav .language .listLanguage .list hr {
    width: 100%;
}

.headerNav .language .listLanguage .list .item-language {
    width: 100%;
    margin: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.headerNav .language .listLanguage .list .item-language a {
    color: #111;
}

.headerNav .language .listLanguage .list .item-language i {
    font-size: 0.5rem;
    color: #D63939;
    margin-left: 12px;
}

.headerNav .language span .bi-translate {
    background: rgba(255, 255, 255, 0.300);
    color: #fff;
    border-radius: 50%;
    padding: 6px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.headerNav .language span p {
    margin-bottom: 4px;
    color: #fff;
}

@keyframes changeBackground {
    0% {
        background-image: url('../img/arinasite22.jpg');
    }

    50% {
        background-image: url('../img/arinasite2.jpg');
    }

    100% {
        background-image: url('../img/arinasite22.jpg');
    }
}

/* main {
    background-color: #499cac;
    background-image: url('../img/arinasite2.jpg');
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: opacity(90%);
    -webkit-filter: opacity(90%);
    -moz-filter: opacity(90%);
    animation: 15s changeBackground ease infinite;
} */

section {
    height: 100vh;
    /* background-image: url('../img/arinasite2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: opacity(90%);
    -webkit-filter: opacity(90%);
    -moz-filter: opacity(90%);
    animation: 15s changeBackground ease infinite; */
}

.centerTextPages {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.centerTextPages h1 {
    font-size: 4rem;
    color: #499CAC;
    text-shadow: 0 2px 10px rgba(73, 156, 172, 0.2);
    font-weight: 700;
    letter-spacing: 2px;
}

.centerTextPages h1::selection {
    background: #499cac;
    color: #fff;
}

.centerTextPages .linkPage {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    font-size: 1.2rem;
}

.centerTextPages .linkPage a {
    margin: 0px 6px;
    color: #499CAC;
}

.centerTextPages .linkPage span {
    color: #333;
}

@media only screen and (max-width: 540px) {
    .centerTextPages h1 {
        font-size: 3rem;
    }

    .centerTextPages .linkPage {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        font-size: 1rem;
    }

    .centerTextPages .linkPage a {
        width: 80px;
        margin: 0px;
        text-align: center;
    }

    .centerTextPages .linkPage span {
        width: 10px;
        text-align: center;
    }
}

@media only screen and (max-width: 375px) {
    .centerTextPages h1 {
        font-size: 2.5rem;
        color: #499CAC;
    }
}

header {
    background: rgba(73, 156, 172, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.nav-branding img {
    width: 120px;
    margin-top: 6px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.nav-branding:hover img {
    transform: scale(1.05);
}

.navbar {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    gap: 40px;
}

.nav-item a {
    color: #fff;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    position: relative;
    padding: 5px 10px;
    border-radius: 5px;
}

.nav-item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-item a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.nav-item a:hover::after {
    width: 80%;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: #fff;
}

@media only screen and (max-width: 900px) {
    .hamburger {
        display: block;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-menu {
        position: absolute;
        left: -100%;
        top: 70px;
        gap: 0;
        flex-direction: column;
        width: 100%;
        align-items: flex-end;
        padding: 2px 16px;
        justify-content: flex-start;
        transition: 0.3s;
        z-index: 9999;
        background: #499cac;
    }

    .nav-item {
        margin: 16px 0;
        color: #111;
    }

    .nav-item a {
        color: #fff;
    }

    .nav-menu.active {
        left: 0;
    }
}


/* slider home */

.auto-slider {
    max-height: 70vh;
    position: relative;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;

}

@keyframes sliding {
    0% {
        left: 0%;
    }

    25% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    75% {
        left: -300%;
    }

    100% {
        left: 0%;
    }
}

@keyframes indicating {
    from {
        left: -100%;
    }

    to {
        left: 0;
    }
}

figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

div#slider {
    overflow: hidden;
}

div#slider figure img {
    width: 20%;
    float: left;
    filter: blur(1px);
}

div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 35s sliding ease infinite;

}

.auto-slider .centerImg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    color: #fff;

}

.auto-slider .centerImg h1 {
    font-size: 5rem;
    text-align: center;
}

.auto-slider .centerImg p {
    text-align: center;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.762);
}

.centerImg {
    position: absolute;
    right: 20px;
    top: 20%;
    color: #fff;
    text-align: right;
    /* background: rgba( 255, 255, 255, 0.05 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 3px );
-webkit-backdrop-filter: blur( 3px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 ); */

}

.centerImg h1 {
    font-size: 5rem;
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #fff 0%,
            #499cac 29%,
            #fff 67%,
            #499cac 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.centerImg h4 {
    font-size: 3rem;
    background-image: linear-gradient(-225deg,
            #fff 0%,
            #499cac 29%,
            #fff 67%,
            #499cac 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

.fixedCard {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.5rem 0px;
    flex-wrap: wrap;
}

.fixedCard .card {
    margin: 10px;
}

.fixedCard .card .bodyCard {
    position: relative;
    height: 340px;
    width: 380px;
    padding: 20px;
    border-radius: 15px;
    margin-top: 2rem;
    text-align: right;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(73, 156, 172, 0.2);
    background: #fff;
    box-shadow: 0 4px 15px rgba(73, 156, 172, 0.1);
    transition: all 0.3s ease;
}

.fixedCard .card .bodyCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(73, 156, 172, 0.2);
    border-color: rgba(73, 156, 172, 0.4);
}

.fixedCard .card .img {
    position: absolute;
    top: -30px;
    width: 70px;
    height: 70px;
    padding: 10px;
    background: linear-gradient(135deg, #499cac 0%, #3a7a87 100%);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(73, 156, 172, 0.3);
    transition: all 0.3s ease;
}

.fixedCard .card:hover .img {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(73, 156, 172, 0.4);
}

.fixedCard .card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fixedCard .card .bodyCard a {
    color: #499cac;
    margin-top: 2rem;
}

.fixedCard .card .bodyCard span {
    color: rgba(0, 0, 0, 0.627);
    text-align: justify;
    direction: rtl;
    text-justify: inter-cluster;
    overflow-wrap: break-word;
}

.fixedCard .card .bodyCard .more {
    color: #499cac;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1rem;
    font-size: 1.3rem;
}

.moreTxt {
    font-size: 0px;
    visibility: hidden;
    margin-right: 8px;

    transition: .4s;
}

.moreTxt.active {
    font-size: 1.5rem;
    visibility: visible;
}

@media only screen and (max-width: 385px) {
    .fixedCard .card .bodyCard {
        position: relative;
        height: 340px;
        width: 100%;
        padding: 20px;
    }

    .fixedCard .card .img {
        position: absolute;
        top: -30px;
        width: 60px;
        height: 60px;
    }

    .fixedCard .card .bodyCard a {
        margin-top: 1.5rem;
    }
}

.main .title {

    text-align: center;
    margin-top: 4rem;

    display: flex;
    align-items: center;
    justify-content: center;
}

.main .view-object {
    text-align: right;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0px 20px;
}
.main .title a {
    color: #005963;
    font-size: 2.8rem;
    transition: all 0.3s ease;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 89, 99, 0.1);
}

.main .view-object div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main .view-object .backBtn {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #499CAC 0%, #3a7a87 100%);
    padding: 8px 15px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 2px 10px rgba(73, 156, 172, 0.2);
    transition: all 0.3s ease;
}

.main .view-object .backBtn i {
    margin-right: 6px;
    transition: .3s;
}

.main .view-object .backBtn:hover {
    background: linear-gradient(135deg, #5cc6db 0%, #499CAC 100%);
    color: #fff;
    transform: translateX(-3px);
    box-shadow: 0 4px 15px rgba(73, 156, 172, 0.3);
}

.main .view-object h2 {
    color: #005963;
    font-size: 2.8rem;
    transition: .3s;
}

@media only screen and (max-width: 550px) {
    .main .view-object div{
        display: flex;
            flex-direction: column;
            align-items: flex-end;
            justify-content: flex-end;
        }
    .main .view-object h2 {
        font-size: 2rem;
        margin-top: 1rem;
    }
}

.main .title a:hover {
    color: #499cac;
}

.main hr {
    margin: 4rem auto;
    border: none;
    height: 1px;
    background: rgba(51, 51, 51, 0.167);
    width: 80%;
    text-align: center;
}


/* CARD 3 PICTURE FOR SERVICE HOME PAGE */

.content {
    margin-top: 3rem;
}

.example {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;

}

.example .hair {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
}

.example .hair2 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    align-items: center;
    border-radius: 10px;

}

.example .hair .img {
    width: 50%;
    height: 500px;
    margin-right: 20px;
    overflow: hidden;
}

.example .hair .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: .3s;
}

.example .hair .img img:hover {
    transform: scale(1.3);
}

.example .hair .txt h1 {
    font-size: 2.5rem;
    color: #499cac;
}

.example .hair .txt {
    text-align: right;
    color: #333;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    float: right;
    margin: 1rem 5px;
    overflow: hidden;
    background: linear-gradient(135deg, #499cac 0%, #3a7a87 100%);
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(73, 156, 172, 0.3);
    transition: all 0.3s ease-out;
}

.button:hover {
    box-shadow: 0 6px 20px rgba(73, 156, 172, 0.4);
}

.button:hover {
    width: 110px;
}

.button .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 60px;
    transition: all 0.3s ease-out;
}

.button .icon i {
    font-size: 25px;
    line-height: 60px;
    transition: all 0.3s ease-out;
}

.button span {
    display: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    color: #fff;
    margin-left: 10px;
    transition: all 0.3s ease-out;
}

.button:hover span {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-right: 1rem;
}

.divider {
    margin: 1rem 0px;
}




@media only screen and (max-width: 802px) {
    .example .hair {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

    .example .hair2 {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        border-radius: 10px;
    }

    .example .hair3 {
        flex-direction: row-reverse;
    }

    .example .hair3 .img {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 640px) {
    .example .hair {
        flex-direction: column;
    }

    .example .hair2 {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        align-items: center;
        border-radius: 10px;
    }

    .example .hair3 {
        flex-direction: column;
    }

    .example .hair3 .img {
        margin-left: 0px;
    }

    .example .hair .img {
        width: 100%;
        margin-right: 0px;
    }

    .example .hair .txt {
        width: 100%;
        text-align: right;
        color: #333;
    }

}

@media only screen and (max-width: 640px) {
    .example .hair .txt h1 {
        font-size: 2rem;
    }
}

/* SWIPER CARD HOME PAGE */

.slider {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

.slider .slide-container {
    max-width: 1220px;
    width: 100%;
    /* background: #ddd; */
    padding: 20px;
}

.slider .slide-container .card {
    /* width: 300px; */
    background: linear-gradient(135deg, #499cac 0%, #3a7a87 100%);
    padding: 8px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(73, 156, 172, 0.2);
    transition: all 0.3s ease;
    /* margin: 10px; */
}

.slider .slide-container .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(73, 156, 172, 0.3);
}

.slide-content {
    margin: 0 40px;
    background: #fff;
    overflow: hidden;
    border-radius: 25px;
}

.card-wrapper {
    display: flex;
    align-items: center;
}
.slider .slide-container .card .image-content{
    width: 100%;
    height: 300px;
}
.slider .slide-container .card .image-content img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}

.slider .slide-container .card .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.slider .slide-container .card .txt h2 {
    color: #fff;
}

.slider .slide-container .card .txt span {
    color: rgba(255, 255, 255, 0.733);
}

.slider .slide-container .card .txt a {
    margin-top: 10px;
    background: #fff;
    width: 100%;
    padding: 6px;
    border-radius: 14px;
    color: #499cac;
    font-size: 1rem;
    cursor: pointer;
}

.btnSlider-pagination {
    color: #499cac;
    transition: .3s;
}

.btnSlider-pagination:hover {
    color: #56cde5;
}

.swiper-pagination-bullet {
    background-color: #499cac;
    opacity: 1;
}

.pagi {
    margin-top: 1.5rem;
}

/* CARD EXAMPLE HAIR */

.cards-example-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.cards-example-page .card-example2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 500px;
    margin: 10px;
    /* background: #eee; */
}

.cards-example-page .card-example2 .imgs {
    display: flex;
    align-items: center;
    position: relative;
}

.cards-example-page .card-example2 .imgs .imgOne,
.cards-example-page .card-example2 .imgs .imgTwo {
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.cards-example-page .card-example2 .imgs .imgOne img,
.cards-example-page .card-example2 .imgs .imgTwo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
    cursor: pointer;
}

.cards-example-page .card-example2 .imgs .imgOne img:hover,
.cards-example-page .card-example2 .imgs .imgTwo img:hover {
    transform: scale(1.3);
    cursor: pointer;
}

.cards-example-page .card-example2 .imgs .imgOne img {
    border-top-left-radius: 10px;
}

.cards-example-page .card-example2 .imgs .imgTwo img {
    border-top-right-radius: 10px;
}

.cards-example-page .txt-image {
    width: 100%;
    /* padding-right: 10px;
    padding-left: 10px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.cards-example-page .txt-image h3 {
    background: #499cacd7;
    width: 80px;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: flex-end;

}

.before {
    border-top-right-radius: 100%;
    justify-content: flex-start;
    padding-left: 8px;
}

.after {
    border-top-left-radius: 100%;
    justify-content: flex-end;
    padding-right: 8px;
}

@media only screen and (max-width: 1045px) {
    .cards-example-page .card-example2 {
        width: 400px;
    }

    .cards-example-page .card-example2 .imgs .imgOne,
    .cards-example-page .card-example2 .imgs .imgTwo {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 846px) {
    .cards-example-page .card-example2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 300px;
        margin: 10px;
        /* background: #eee; */
    }

    .cards-example-page .card-example2 .imgs {
        display: flex;
        align-items: center;
        position: relative;
    }

    .cards-example-page .card-example2 .imgs .imgOne,
    .cards-example-page .card-example2 .imgs .imgTwo {
        width: 150px;
        height: 150px;
        overflow: hidden;
    }

    .cards-example-page .txt-image h3 {
        background: #499cacd7;
        width: 60px;
        color: #fff;
        height: 30px;
        display: flex;
        font-size: 1rem;
        align-items: flex-end;

    }
}

@media only screen and (max-width: 646px) {
    .cards-example-page .card-example2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 10px;
        /* background: #eee; */
    }

    .cards-example-page .card-example2 .imgs {
        display: flex;
        align-items: center;
        position: relative;
    }

    .cards-example-page .card-example2 .imgs .imgOne,
    .cards-example-page .card-example2 .imgs .imgTwo {
        width:240px;
        height: 240px;
        overflow: hidden;
    }

    .cards-example-page .txt-image h3 {
        background: #499cacd7;
        width: 80px;
        color: #fff;
        height: 60px;
        display: flex;
        font-size: 1.3rem;
        align-items: center;
        padding-top: 4px;
    }
}

@media only screen and (max-width: 491px){
    .cards-example-page .card-example2 .imgs .imgOne,
    .cards-example-page .card-example2 .imgs .imgTwo {
        width:200px;
        height: 200px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 419px){
    .cards-example-page .card-example2 .imgs .imgOne,
    .cards-example-page .card-example2 .imgs .imgTwo {
        width:160px;
        height: 160px;
        overflow: hidden;
    }
    .cards-example-page .txt-image h3 {
        background: #499cacd7;
        width: 50px;
        color: #fff;
        height: 40px;
        display: flex;
        font-size: 0.9rem;
        align-items: center;
        padding-top: 4px;
    }
}

@media only screen and (max-width: 900px) {
    .cards-example-page .card-example2 .imgs {
        /* z-index: -1; */
    }
}


/* VIEW SERVICE */

.viewService {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
}

.viewService .right {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* margin: auto; */
}

.viewService .right span {
    width: 100%;
    text-align: justify;
    direction: rtl;
    font-size: 1.2rem;
    padding: 0px 20px;
    margin: 20px 0px;
}

.viewService .right span::selection {
    color: #499cac;
}

.viewService .right .img {
    width: 100%;
    height: 500px;
    padding: 0px 20px;
    margin: 20px 0px;
}

.viewService .right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 8px 8px 14px #ddd, -8px -8px 14px #ddd;
}

.viewService .left {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 0px 10px 10px 0px;
    margin: 20px 0px;
}

.viewService .left div {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 30px;
}

.viewService .left div a {
    width: 100%;
    background: #499cac;
    margin: 10px 0px;
    text-align: center;
    height: 54px;
    box-shadow: 2px 2px 8px rgba(51, 51, 51, 0.118);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    color: #fff;
    font-size: 1rem;
    padding: 4px;
    border-radius: 10px;
}

.viewService .left div a:hover {
    box-shadow: -2px -2px 8px rgba(51, 51, 51, 0.118);
    border-radius: 4px;
}

.viewService .left div a .img {
    width: 50px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 4px;
    height: 50px;
    background: #fff;
}

.viewService .left div a .img img {
    width: 100%;
    height: 100%;

}

@media only screen and (max-width: 900px) {
    .viewService {
        width: 100%;
        align-items: center;
        flex-direction: column;
    }

    .viewService .right {
        width: 100%;
    }

    .viewService .left {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        border-radius: 0px 10px 10px 0px;
        margin: 20px 0px;
    }

    .viewService .left div {
        width: 100%;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0px 20px;
    }

    .viewService .left div a {
        height: 64px;
    }

    .viewService .left div a .img {
        width: 60px;
        height: 60px;
    }
}

/* CONTACT PAGE */
.pageContact {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pageContact .up ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pageContact .up ul li {
    width: 300px;
    margin: 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    text-align: right;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pageContact .up ul li i {
    background: #499CAC;
    font-size: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 80px;
    height: 80px;
}

@media only screen and (max-width: 900px) {
    .pageContact .up ul li {
        width: 250px;
        margin: 6px;
    }

    .pageContact .up ul li i {
        font-size: 2rem;
        width: 60px;
        height: 60px;
    }

    .pageContact .up ul li .txt h2 {
        font-size: 1.2rem;
    }

    .pageContact .up ul li .txt h3 {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 530px) {
    .pageContact .up ul li {
        width: 100%;
        margin: 6px;
    }

    .pageContact .up ul li i {
        font-size: 2rem;
        width: 60px;
        height: 60px;
    }

    .pageContact .up ul li .txt h2 {
        font-size: 1.2rem;
    }

    .pageContact .up ul li .txt h3 {
        font-size: 1rem;
    }
}

.bottomForm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bottomForm form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bottomForm .Controls-input {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
}

.bottomForm .Controls-input input {
    width: 40%;
    margin: 10px;
}

.bottomForm input {
    height: 50px;
}

.bottomForm input,
.bottomForm textarea {
    width: 81.3%;
    margin: 10px;
    padding: 4px 10px;
    text-align: right;
    /* height: 50px; */
    outline: none;
    border: 1px solid rgba(51, 51, 51, 0.181);
    font-size: 1rem;
    transition: .3s;
    border-radius: 10px;
}

.bottomForm input:hover,
.bottomForm textarea:hover {
    border: 1px solid #499CAC;
}

.bottomForm input:focus,
.bottomForm textarea:focus {
    border: 1px solid #499CAC;
    border-radius: 10px;
}

.bottomForm button {
    background: linear-gradient(135deg, #499CAC 0%, #3a7a87 100%);
    width: 150px;
    height: 50px;
    border: none;
    margin-top: 4rem;
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
    box-shadow: 0 4px 15px rgba(73, 156, 172, 0.3);
    font-weight: 600;
}

.bottomForm button:hover {
    background: linear-gradient(135deg, #5cc6db 0%, #499CAC 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(73, 156, 172, 0.4);
}

.bottomForm h1 {
    margin-top: 4rem;
    margin-bottom: 3.5rem;
    font-size: 2.5rem;
    color: #005963;
}

@media only screen and (max-width :560px) {
    .bottomForm {
        padding: 10px;
    }

    .bottomForm .Controls-input {
        width: 100%;
        flex-direction: column;
    }

    .bottomForm .Controls-input input {
        width: 100%;
        margin: 6px 0px;
    }

    .bottomForm input,
    .bottomForm textarea {
        width: 100%;
        margin: 6px;
        padding: 4px 10px;
    }

    .bottomForm button {
        background: #499CAC;
        width: 100%;
        margin-top: 2rem;
    }

    .bottomForm h1 {
        margin-top: 4rem;
        margin-bottom: 3.5rem;
        font-size: 2rem;
        color: #005963;
    }
}

/* SUBJECT PAGE */

.cardsSub {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.cardsSub .card {
    width: 300px;
    background: #fff;
    border-radius: 15px;
    margin: 8px;
    box-shadow: 0 4px 15px rgba(73, 156, 172, 0.1);
    transition: all 0.3s ease;
    align-self: stretch;
    border: 1px solid rgba(73, 156, 172, 0.1);
}

.cardsSub .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(73, 156, 172, 0.25);
    border-color: rgba(73, 156, 172, 0.3);
}

.cardsSub .card .img {
    width: 300px;
    height: 200px;
}

.cardsSub .card .img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    object-fit: cover;
}

.cardsSub .card .txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    direction: rtl;
    padding: 10px;
}

.cardsSub .card .txt h2 {
    color: #333;
}

.cardsSub .card .txt span {
    margin-top: 1.5rem;
    color: rgba(51, 51, 51, 0.637);
}

.cardsSub .card .txt span::selection {
    background: #499CAC;
    color: #fff;
}

.cardsSub .card .txt h2::selection {
    color: #499CAC;
}

.cardsSub .card .txt a {
    margin-top: 8px;
    margin-bottom: 0.5rem;
    width: 100%;
    background: linear-gradient(135deg, #499CAC 0%, #3a7a87 100%);
    height: 40px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(73, 156, 172, 0.2);
}

.cardsSub .card .txt a:hover {
    background: linear-gradient(135deg, #5cc6db 0%, #499cac 100%);
    box-shadow: 0 4px 15px rgba(73, 156, 172, 0.3);
    transform: translateY(-2px);
}

/* VIEW SUBJECT */

.viewSubjectsPage {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.viewSubjectsPage .subjectAlign {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* direction: rtl; */
}

.viewSubjectsPage .subjectAlign span {
    text-align: justify;
    direction: rtl;
    padding: 0px 20px;
}

.viewSubjectsPage .subjectAlign span::selection {
    background: #499CAC;
    color: #fff;
}

.viewSubjectsPage .subjectAlign .img {
    width: 96%;
    height: 600px;
}

.viewSubjectsPage .subjectAlign .img img {
    width: 100%;
    height: 100%;
}

.viewSubjectsPage .newsSubjectAlign {
    width: 30%;
}

.newsSubjectAlign ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 8px 10px;
}

.newsSubjectAlign ul li {
    width: 100%;
    margin: 6px 0px;
}

.newsSubjectAlign ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 2px dotted #499CAC;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(51, 51, 51, 0.089);
    transition: .3s;
}

.newsSubjectAlign ul li a:hover {
    transform: translate(0px, -3px);
    -webkit-transform: translate(0px, -3px);
    -moz-transform: translate(0px, -3px);
}

.newsSubjectAlign ul li a .img {
    width: 100px;
    height: 100px;
}

.newsSubjectAlign ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.newsSubjectAlign ul li a .txt {
    text-align: right;
    padding: 10px;
}

.newsSubjectAlign ul li a .txt h3 {
    color: #333;
}

.newsSubjectAlign ul li a .txt span {
    color: rgba(115, 115, 115, 0.782);
}

.newsSubjectAlign ul li .text {
    background: #499CAC;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 10px;
    margin-bottom: 10px;
    animation: changeColor 2s linear infinite;
}



@media only screen and (max-width: 800px) {

    .viewSubjectsPage {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .viewSubjectsPage .subjectAlign {
        width: 100%;
    }

    .viewSubjectsPage .subjectAlign .img {
        padding: 20px;
        width: 100%;
        height: 100%;
    }

    .viewSubjectsPage .subjectAlign .img img {
        width: 100%;
        height: 100%;
    }

    .viewSubjectsPage .newsSubjectAlign ul li {
        margin: 6px 0px;
    }

    .viewSubjectsPage .newsSubjectAlign {
        width: 100%;
        padding: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .newsSubjectAlign ul li .text {
        height: 60px;
        font-size: 1.3rem;
    }
}

@keyframes changeColor {
    0% {
        background: #499CAC;
    }

    100% {
        background: #5cc3d7;
    }
}

/* ABOUT PAGE */

.pageAbout {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    margin-top: 1rem;
    padding: 20px;
}

.pageAbout .upAbout {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

.pageAbout .upAbout span {
    width: 50%;
    text-align: justify;
    direction: rtl;
    margin-left: 10px;
}

.pageAbout .upAbout video {
    width: 50%;
    border-radius: 10px;
    border: 2px dotted #499CAC;
}

.pageAbout .txt h2 {
    font-size: 2.5rem;
    color: #005963;
    margin-bottom: 1rem;
}

.pageAbout .downAbout {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.pageAbout .downAbout span {
    width: 50%;
    text-align: justify;
    direction: rtl;
}

.pageAbout .downAbout iframe {
    width: 50%;
    height: 500px;
    margin-right: 10px;
    border: none;
    border-radius: 10px;
    border: 2px dotted #499CAC;
}

@media only screen and (max-width: 700px) {
    .pageAbout .upAbout {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .pageAbout .upAbout span {
        width: 100%;
        margin-left: 0px;
    }

    .pageAbout .upAbout video {
        width: 100%;
        margin-top: 10px;
    }

    .pageAbout .txt h2 {
        font-size: 2.5rem;
        color: #005963;
        margin-bottom: 1rem;
    }

    .pageAbout .downAbout {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .pageAbout .downAbout span {
        width: 100%;
    }

    .pageAbout .downAbout iframe {
        width: 100%;
        height: 500px;
        margin-right: 0px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 550px) {
    .pageAbout .txt h2 {
        font-size: 2rem;
    }
}

/* FOOTER */

footer .content1 {
    position: relative;
    margin: 130px auto;
    text-align: center;
    padding: 0 20px;
}

footer .content1 .text {
    font-size: 2.5rem;
    font-weight: 600;
    color: #202020;
}

footer span,
footer p,
footer h2 {
    color: #fff;
}

footer .content1 .p {
    font-size: 2.1875rem;
    font-weight: 600;
    color: #fff;
    text-align: right;
}

footer {
    width: 100%;
    margin-top: 4rem;
    background-color: #499CAC;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg fill-opacity='0.1'%3E%3Cpath fill='%234da5b6' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%2352aec0' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%2356b7ca' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%235bc1d5' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%235FCADF' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%2356b7c9' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%234da4b4' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%234491a0' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%233b7f8c' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23336D78' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

footer .main-content {
    display: flex;
}

footer .main-content .box {
    flex-basis: 50%;
    padding: 10px 20px;
}

footer .box h2 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
}

footer .box .content {
    margin: 20px 0 0 0;
    position: relative;
}

footer .box .content:before {
    position: absolute;
    content: '';
    top: -10px;
    height: 2px;
    width: 100%;
    background: #1a1a1a;
}

footer .box .content:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 15%;
    background: #fff;
    top: -10px;
    right: 0;
}

footer .left .content p {
    text-align: justify;
    direction: rtl;
}

footer .left .content .social {
    margin: 20px 0 0 0;
    text-align: right;
}

footer .left .content .social a {
    padding: 0 2px;
}

footer .left .content .social a span {
    height: 40px;
    width: 40px;
    background: #499cac;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    transition: 0.3s;
}

footer .left .content .social a span:hover {
    background: #fff;
    color: #499cac;
}

footer .center .content .fas {
    font-size: 1.4375rem;
    background: #499cac;
    height: 45px;
    width: 45px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
}

footer .center .content .fas:hover {
    border-radius: 10px;
}

footer .center .content .text {
    font-size: 1.0625rem;
    font-weight: 500;
    padding-left: 10px;
}

footer .center .content .phone {
    margin: 15px 0;
}

footer .right form {
    text-align: right;
}

footer .right form .text {
    font-size: 1.0625rem;
    margin-bottom: 2px;
    color: #eee;
}

footer .right form .email {
    margin-top: 10px;
}

footer .right form input,
.right form textarea {
    width: 100%;
    font-size: 1.0625rem;
    background: #ffffff38;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border: 1px solid #ffffff3f;
    outline: none;
    text-align: right;
    transition: .3s;
    color: #fff;
}

footer .right form input:focus,
footer .right form textarea:focus {
    border-radius: 10px;
    background: #ffffff1f;
}

footer .right form input {
    height: 35px;
}

footer .right form .btn {
    margin-top: 10px;
}

footer .right form .btn button {
    height: 40px;
    width: 100%;
    border: none;
    outline: none;
    background: #fff;
    color: #499cac;
    font-size: 1.0625rem;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}

footer .right form .btn button:hover {
    border-radius: 10px;
}

footer .bottom center {
    padding: 5px;
    font-size: 0.9375rem;
    background: #fff;
}

footer .bottom center span {
    color: #499CAC;
}

@media screen and (max-width: 900px) {
    footer {
        position: relative;
        bottom: 0px;
    }

    footer .main-content {
        flex-wrap: wrap;
        flex-direction: column;
    }

    footer .main-content .box {
        margin: 5px 0;
    }
}


.downloadApp {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    bottom: -50px;
    right: 20px;
    transition: .3s;
}

.downloadApp h3 {
    color: #fff;
    visibility: hidden;
    height: 0px;
    transition: 3s;
}

.downloadApp h3.active {
    visibility: visible;
    height: 50%;
    transition: .3s;
}

.downloadApp .img {
    width: 50px;
    height: 50px;
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 10px;
}

.downloadApp .img img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 900px) {
    .downloadApp {
        right: 0px;
    }
}
