/* global rules  u.r. fromworks */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif;
    font-family: 'Work Sans', sans-serif;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    /* margin to hold elements in the centre of the site */
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

/* Small */
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

/* Medium */
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

/* Large */
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/* End global rules  */
/* Start Variables */
:root {
    --main-color: #198baa;
    --transparent-color: rgba(4, 97, 236, 0.815);
    --paragh-color: gray;
    --section-padding: 45px;

}

/* END Variables */
li {
    list-style: none;
}

a {
    text-decoration: none;
}


/* start project */
/* start header */
header {
    width: 100%;
    height: 60px;
    padding: 0 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: white;
}

.header {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    padding: 0 35px;
    /* box-shadow: 0 0 5px #222; */
    box-shadow: 1px 9px 6px 0px rgb(233 232 232 / 65%);
    transform: translateY(20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
}

.header .logo {
    height: 40px;
}

.header ul {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}



.header ul li a {
    color: gray;
    font-size: 1.2rem;
    font-weight: 600;
}

.header ul li a:hover {
    color: black;
    font-weight: bold;
    border-bottom: 2px solid black;
}

.header ul button {
    margin-right: 20px;
    width: 25px;
    height: 25px;
    background-color: white;
    border: 0.5px solid gray;
    border-radius: 5px;
}

.header ul button .icon-search {
    font-size: 12px;
    font-weight: bolder;
    color: gray;
}

.header .clk {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* width: 400px; */
}

.header .clk button {
    width: 220px;
    background-color: orange;
    padding: 5px;
    font-size: 1.3rem;
    color: white;
    border: none;
    border-radius: 163px;
    transition: 0.5s;
}

.selected {
    color: black !important;
}

.header .clk button:hover {
    cursor: grab;
    background: linear-gradient(to right, rgb(2, 2, 44) 50%, #03a3ff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

@media (min-width:1000px) {
    .header nav {
        display: none;
    }
}

@media (max-width:1000px) {
    .header .clk {
        display: none;
    }

}


@media (max-width:1000px) {
    .header ul {
        display: none;
    }

    header nav {
        width: 30px;
        display: flex;
        flex-wrap: wrap;
        /* to make the elemnts column*/
        justify-content: flex-end;
    }

    header nav span {
        background-color: black;
        margin-bottom: 5px;
    }

    header nav span:first-child {
        height: 1.5px;
        width: 100%;
    }

    header nav span:nth-child(2) {
        height: 2px;
        width: 65%;
    }

    header nav span:last-child {
        height: 3px;
        width: 100%;
    }

    .header nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: #f6f6f6;
        position: absolute;
        min-width: 200px;
        top: calc(100% + 15px);
        display: none;
        z-index: 1;
    }

    .header nav ul::before {
        content: "";
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #f6f6f6 transparent;
        position: absolute;
        left: 5px;
        top: -20px;
    }

    .header nav:hover ul {
        display: block;
    }

    .header nav ul li a {
        display: block;
        padding: 15px;
        text-decoration: none;
        color: #333;
        transition: var(--main-duration);
    }

    .header nav ul li a:hover {
        padding-left: 25px;
    }

    .header nav ul li:not(:last-child) a {
        border-bottom: 1px solid #ddd;
    }

    .header nav .clk {
        display: block;
    }
}

/* END header */

/* start home page */

.home .container {
    padding: var(--section-padding);
    margin-top: 132px;
    margin-bottom: -40px;
}

.home .intro span {
    color: var(--main-color);
}

.home .intro {
    display: flex;
    justify-content: space-between;

}

.home .intro .content {
    max-width: 600px;
}

@media (max-width:767px) {
    .landing .text {
        width: 100%;
    }

    .landing .content {
        max-width: 100%;
    }
}

.home .intro .content p {
    font-size: 20px;
    line-height: 2;
    color: var(--paragh-color);

}

.home .intro .content .org2 {
    display: inline-block;
    position: relative;
    left: 27px;
    top: -66px;
    width: 15px;
    height: 15px;
    ;
    background-color: orangered;
    border-radius: 100%;
}

.home .intro .pho {
    transition: 0.3s;
}

/* .home .container .pho .ground{
    display: block;
    width: 343px;
    height: 400px;
    border-radius: 50%;
    background-color: #03a3ff;
    z-index: -1;
} */
.home .container .pho:hover span {
    display: none;
}

.home .container .pho:hover img {
    opacity: unset;
}

@media (max-width:1000px) {
    .home .intro {
        flex-direction: column;
    }

    .home .intro .content {
        text-align: center;
    }

    .home .intro .content .org2 {
        display: none;
    }

}

/* .home .container .pho:hover  {
    border-radius: 50%;
    background-color: #03a3ff;
    position: relative;
    background: linear-gradient(to top, transparent, #03a3ff);
    background-position: center;
    /* background-position: left top; 
} */

.home .intro img {
    display: flex;
    justify-content: flex-end;
    border-radius: 50%;
    width: 335px;
    height: 348.47px;
    position: relative;
    left: -40px;
    opacity: 0.8;
    z-index: -1;
}


.home .container .org1 {
    /* position: relative;
    left: 325px;
    border-radius: 50%;
    border: 20px solid orange; */
    display: inline-block;
    position: relative;
    left: 15px;
    width: 30px;
    height: 30px;
    background-color: orange;
    border-radius: 50%;
}

.home .container .org2 {
    /* position: relative;
    left: 32pxpx;
    border-radius: 50%;
    border: 9px solid orangered; */
    display: inline-block;
    position: relative;
    left: -353px;
    top: -25px;
    width: 10px;
    height: 10px;
    background-color: orangered;
    border-radius: 100%;
}

.home .container .pink {
    display: inline-block;
    position: relative;
    left: -348px;
    top: 6px;
    width: 22px;
    height: 22px;
    background-color: blueviolet;
    border-radius: 50%;
}

.home .container .org {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: orange;
    border-radius: 50%;
    position: relative;
    left: 759px;
    left: 1000px;
    top: 168px;
}

.home .departs {
    padding-top: 25px;
    margin-top: 150px;
    background-color: #87ceb623;
}

.home .content h2 {
    position: relative;
    text-align: center;
    color: rgb(4, 4, 56);
    font-size: 40px;
}

.home .content h2::before {
    content: "";
    background-color: rgb(253 161 0 / 74%);
    position: absolute;
    left: 455px;
    top: 39px;
    width: 173px;
    height: 5px;
    bottom: 34px;
    border-radius: 8px;
}

.home .content span {
    color: var(--transparent-color);
}

.home .depatment {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 40px;
    padding-bottom: 60px;
}

@media (max-width:1000px) {
    .home .departs {
        text-align: center;
    }

    /* .home .depatment {
        text-align: center;
    } */
}

.home .depatment .box {
    padding: 10px;
    right: 50px;
    position: relative;
    width: 150px;
    height: 230px;
    margin-bottom: -50px;
    transition: 0.3s;
}

.home .depatment .box:hover img {
    background-color: #03a3ff;
}

.home .depatment .box:hover h3 {
    color: #03a3ff;
}

.home .depatment .box:hover p {
    color: #03a3ff;
}

.home .depatment .box img {
    /* width: -webkit-fill-available; */
    width: 100px;
    height: 100px;
    background-color: rgb(4, 4, 56);
    border-radius: 50%;
}

.home .depatment .box h3 {
    color: rgb(4, 4, 56);
    font-size: 15px;
}

.home .depatment .box p {
    font-size: 12px;
    color: var(--paragh-color);
}

/* END home page */
/* start contact */
.contact .container {
    display: flex;
    margin-top: -60px;
}

@media (max-width:550px) {
    .contact .container {
        flex-direction: column-reverse;
    }

    .contact .container .call {
        width: 100%;
    }

    .contact .container .acc {
        width: 100%;
    }

    .contact .social {
        align-items: flex-end;
    }

    .contact .container .etasl i {
        display: none;
    }
}

/* @media (max-width:550px) {
    .contact .container .call {
        width: 100%;
    }

    .contact .container .acc {
        width: 100%;
    }
} */

.contact h2,
.etasl {
    background-color: rgb(255 193 86 / 59%);
    width: 145px;
    height: 29px;
    position: relative;
    border-radius: 12px;
    text-align: center;
    color: rgb(255, 123, 0);
    margin-bottom: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.contact .icon-mobile2 {
    position: absolute;
    left: 253px;
    bottom: 9px;
    right: 9px;
}

.contact .icon-location {
    position: absolute;
    left: 217px;
    bottom: 9px;
}

.contact .mail {
    display: flex;
    justify-content: space-between;
}

.contact p {
    color: var(--paragh-color);
}

/* .contact .mail .sign {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #094dc0;
    position: relative;
    left: 21px;
    top: 27px;
}
.contact .mail .sign .arrow {
    position: relative;
    top: 12px;
    left: 12px;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 0.1em solid white;
    border-top: 0.1em solid white;
    transform: rotate(357deg);
    color: white;
    line-height: 24px;
    padding: 5px 5px;
}
.contact .mail .sign .arrow::after {
    content: "";
    display: inline-block;
    position: relative;
    border: 0.3px solid white;
    transform: rotate(42deg);
    height: 10px;
    left: -2px;
    top: 11px;
    top: -10px;

} */
.contact .container {
    padding: var(--section-padding);
    display: flex;
    justify-content: space-between;
}

.contact .acc {

    width: 253px;
}


.contact .social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 40px;

}

.contact .social img {
    width: 40px;
}

.contact .social img:hover {
    width: 50px;
    height: 50px;
}

.contact .social p {
    font-size: 20px;
    line-height: 2;
    color: var(--paragh-color);
}

.contact .social .icons {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.contact .social .icons:hover i {
    /* max-zoom: 100px; */
    background-image: url(../images/doctor-nurses-special-equipment@2x.png);
}

/* .contact .call h2 {
    /* background-color: rgba(243, 179, 69, 0.658);
    width: 135px;
    border-radius: 12px;
    text-align: center;
    color: rgb(255, 123, 0);
    margin-bottom: 50px; 
} */
.contact .call p {
    font-size: 13px;
    line-height: 2;
    color: var(--paragh-color);
}

.contact .call .break {
    position: relative;
    left: 35px;
}

/* end contact */
/* start footer */
.footer .container {
    border-top: 0.5px rgba(68, 66, 66, 0.103) solid;
    display: flex;
    justify-content: center;

}

.footer .container p {
    font-size: 20px;
    line-height: 2;
    color: var(--paragh-color);
}

@media(max-width:970px) {
    .footer .container p {
        font-size: 16px;
    }
}

@media(max-width:550px) {
    .footer .container p {
        font-size: 10px;
    }
}

/* END footer */

/* Start section 1 */
.home .container .watermark {
    transition: all 200ms ease-in;
    filter: grayscale(1) opacity(.8);
    opacity: 0.1;
    width: 100%;
    position: fixed;
    top: 10px;
}

.home .show {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width:1000px) {
    .home .show {
        flex-direction: column;
    }

    .home .show .org2 {
        display: none;
    }

    .home .show .org2left {
        display: none;
    }
}

.home .show p {
    margin-top: 20px;
    width: 365px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
    color: var(--paragh-color);

}

.home .show img {
    width: 405px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 200ms ease-in;
    filter: grayscale(1) opacity(.8);
}

.home .show img:hover {

    filter: grayscale(0) opacity(1);
}

.home .back-arrow {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 70px;

}

.home .icon-arrow-right2 {
    font-size: 100px;
    transition: .4s;
    position: absolute;
    color: gray;
}

/* section 2 */
.home .show .bateni {
    height: 465px;
}

.home .show .org2 {
    /* display: inline-block; */
    position: relative;
    left: -13px;
    top: -71px;
    width: 15px;
    height: 15px;
    background-color: orangered;
    border-radius: 100%;
}

.home .show .org2left {
    /* display: inline-block; */
    position: relative;
    left: -26px;
    top: 195px;
    width: 15px;
    height: 15px;
    background-color: orangered;
    border-radius: 100%;
}


/* END SEC1 */

/* start form callus */
.home .callus {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:1000px) {
    .home .callus {
        flex-direction: column;
    }

    /* .home .callus h1 {
        text-align: center;
    }
} */

    .home .callus h1 {
        position: relative;
        color: var(--paragh-color);
        right: 310px;
        font-size: 47px;
    }

    .home .callus input {
        overflow: visible;
        width: 30%;
        height: 46px;
        margin: 31px;
        border-radius: 11px;
        border-color: gray;
        padding: 21px;
    }

    .home .callus form {
        position: relative;
        right: 14%;
        margin-top: 0;
        margin-bottom: 80px;
    }

    .home .callus textarea {
        width: 67%;
        position: relative;
        right: 16px;
    }

    .home .callus button {
        width: 200px;
        background-color: orange;
        color: white;
        padding: 5px;
        border: none;
        border-radius: 10px;
        transition: 0.8s;
        position: relative;
        top: 51px;
        left: 460px;
    }

    .home .callus button:hover {
        cursor: grab;
        background: linear-gradient(to right, rgb(2, 2, 44) 50%, #03a3ff 50%);
        background-size: 200% 100%;
        background-position: right bottom;
    }

    .callpage {
        background-color: #eee;
    }

    /* end */
    /* section book*/
    .home .book {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .home .book form {
        margin-top: -158px;
        margin-right: 30px;
    }

    .home .book h1 {
        font-size: 51px;
    }

    .home .book h1 span {
        color: var(--main-color);
        font-size: 90px;
    }

    .home .book form .one1 {
        width: 294px;
    }

    .home .book form .two2 {
        width: 90px;
    }

    .home .book form .three3 {
        width: 398px;
    }

    .home .book form input {
        margin-left: 10px;
        margin-bottom: 25px;
        padding: 5px;
    }

    .home .book button {
        width: 180px;
        height: 55px;
        background-color: orange;
        color: white;
        padding: 5px;
        border: none;
        border-radius: 10px;
        transition: 0.8s;
        position: relative;
        top: 80px;
        left: 350px;
    }

    .home .book button:hover {
        cursor: grab;
        background: linear-gradient(to right, rgb(2, 2, 44) 50%, #03a3ff 50%);
        background-size: 200% 100%;
        background-position: right bottom;
    }

    .spe-footer .container {
        margin-top: 50px;
        padding: 10px 200px;
        width: 100%;
        background-color: rgba(230, 149, 0, 0.418);
        /* height: 100px; */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .spe-footer .container img {
        width: 80px;
    }

    .spe-footer .imagefoo h3 {
        color: rgb(255, 145, 0);
        text-align: center;
    }

    /* end book */
    /* END project */