*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Almarai", sans-serif;
    font-weight: 300;
    scroll-behavior: smooth;
    color: #FFFFFF;
}
body{
    overflow-x: hidden;
}
p{
    margin: 0 ;
    padding: 0;
}
a{
    text-decoration: none;
    color: #FFFFFF;
}
.head-all{
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .head-all{
        font-size: 50px;
        line-height: 54px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
/* End Global Style */
/* Start Secion Nav */
nav{
    background: linear-gradient(180deg, #00001B 0%, #000000 100%);
    backdrop-filter: blur(8px);
    position: fixed;
    top: 0; 
    left: 0;  
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    z-index: 99;
}
nav .icon-links{
    display: flex;
    align-items: center;
    gap: 80px;
}
nav .icon-links .links{
    display: flex;
    align-items: center;
    gap: 30px;
}
nav .icon-links .links .contact{
    display: none;
}
nav .get-in-touch button{
    border: 1px solid;
    border-image-source: linear-gradient(86.74deg, #4FC3F7 0%, #5D5FEF 100%);
    border-image-slice: 1;
    width: 170px;
    height: 46px;
    padding: 8px 24px;
    background-color: transparent;
    font-size: 19px;
    font-weight: 600;
    transition: all;
}
.fi-br-menu-burger{
    display: none;
    font-size: 30px;
    cursor: pointer;
}
nav .get-in-touch button:hover{
    background: linear-gradient(86.74deg, #4FC3F7 0%, #5D5FEF 100%);
}
@media screen and (max-width:992px) {
    nav .get-in-touch{
        display: none;
    }
    nav .icon-links .links{
        position: absolute;
        flex-direction: column;
        top: 87px;
        background: linear-gradient(180deg, #00001B 0%, #000000 100%);
        width: 100%;
        left: 0;
        padding: 30px;
    }
    .fi-br-menu-burger , nav .icon-links .links .contact{
        display: block;
    }
}
/* End Secion Nav */

/* Start Section Home */
.home{
    background: linear-gradient(180deg, #00001B 0%, #000000 100%);
    position: relative;
    height: 900px;
    width: 100%;
    padding: 282px 0 150px 0;
    margin-top: -150px;
    z-index: -2;
}
.home::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/hero-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.home .section{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.home .section .image-talos{
    position: relative;
    
}
.home .section .image-talos span{
    width: 21.27px;
    height: 21.27px;
    border-radius: 100%;
    background-color: white;
    position: absolute;
    top: 23px;
    left: 236px;
    
}
.home .section small{
    font-weight: 100;
    font-family: system-ui;
    font-size: 18px;
    letter-spacing: 2.5px;
    margin-top: -10px;
    margin-bottom: 30px;
    text-align: center;
}
.home .section .parag{
    font-size: 20px;
    text-align: center;
    color: #BFBFBF;
    max-width: 900px;
    line-height: 28px;
}
@media screen and (max-width:768px) {
    .home .section .parag{
        font-size: 18px;
    }
}
@media screen and (max-width:568px) {
    .home .image{
        width: 170px;
    }
    .home .image img{
        width: 100%;
    }
    .home .image-talos {
        width: 250px;
    }
    .home .image-talos img{
        width: 100%;
    }
    .home .section .image-talos span{
        left: 169px;
        top: 16px;
        width: 17px;
        height: 17px;
    }
}
/* End Section Home */

/* Start Section Feature */
.feature{
    padding: 100px 0;
    background: linear-gradient(180deg, #00001B 0%, #000000 100%);
}
.feature .section{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.feature .section .boxes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.feature .section .boxes .box{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    gap: 15px; 
    align-content: flex-start;
    flex-basis: 32%;
    background: #0E103926;
    backdrop-filter: blur(5px) ;
    min-height: 500px;
    position: relative;
}
.feature .section .boxes .box img{
    position: absolute;
    width: 100%;
}
.feature .section .boxes .box .img-1{
    left: 0;
    top: 96px;
}
.feature .section .boxes .box .img-2{
    left: 0;
    bottom: 0;
}
.feature .section .boxes .box .img-3{
    left: 0;
    bottom: 0;
}
.feature .section .boxes .box span{
    background: radial-gradient(50% 50% at 50% 50%, rgba(121, 253, 255, 0.3) 0%, rgba(96, 202, 203, 0.3) 13%, rgba(67, 141, 142, 0.3) 31%, rgba(43, 91, 91, 0.3) 48%, rgba(25, 51, 52, 0.3) 64%, rgba(11, 23, 23, 0.3) 78%, rgba(3, 6, 6, 0.3) 91%, rgba(0, 0, 0, 0.3) 100%);
    background-blend-mode: color-dodge;
    width: 20.79px;
    height: 20.74px;
    position: relative;
    mix-blend-mode: Color dodge;
    border-radius: 100%;
    overflow: hidden;
}
.feature .section .boxes .box .point-1{
    top: 106px;
    left: 99%;
}
.feature .section .boxes .box .point-2{
    left: -5%;
    top: 406px;
}
.feature .section .boxes .box .point-3{
    top: 435px;
    left: 95%;
}
.feature .section .boxes .box .head-1{
    font-size: 28px;
    font-weight: 600;
    text-align: left;
}
.feature .section .boxes .box .parag{
    color:#BFBFBF ;
    font-size: 20px;
}
.feature .section .boxes .box h1{
    margin-top: 240px;
    font-weight: 600;
    font-size: 32px;
}
@media screen and (max-width:1200px) {
    .feature .section .boxes .box .img-1{
        top: 208px;
    }  
    
    .feature .section .boxes .box .point-1{
        top: 200px;
    }
    .feature .section .boxes .box .point-2{
        top: 451px;
    }
}

@media screen and (max-width:992px) {
    .feature .section .boxes .box{
        flex-basis: 46%;
    }
    .feature .section .boxes{
        justify-content: center;
        gap: 40px;
    }
}

@media screen and (max-width:768px) {
    .feature .section .boxes .box{
        flex-basis: 70%;
    }
}

@media screen and (max-width:568px) {
    .feature .section .boxes .box{
        flex-basis: 90%;
    }
}
/* End Section Feature */

/* Start Section Transformed */
.transformed{
    height: 924px;
    background: linear-gradient(180deg, #00001B 0%, #000000 100%);
    position: relative;
    z-index: -1;
    padding: 200px 0;
}
.transformed::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/hand.png");
    background-size: cover;
    z-index: -2;
}
.transformed .section{
    background: radial-gradient(98.05% 261.61% at 1.95% 3.59%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) ;
    display: flex;
    border-radius: 20px;
    padding: 20px 40px;
    flex-direction: column;
    width: 786px;
    position: relative;
    gap: 30px;
}
.transformed .section .head-1{
    font-weight: 600;
    font-size: 50px;
}
.transformed .section .description{
    display: flex;
    gap: 10px;
    max-width: 698px;
}
.transformed .section .description img{
    width: 32px;
    height: 21px;
}
.transformed .section .description h2{
    font-weight: 600;
    font-size: 32px;
}
.transformed .section .blur{
    background: rgb(48 48 48 / 0%);
    display: flex;
    /* align-items: center; */
    padding: 30px 0px;
    margin-left: -41px;
    border-radius: 12px;
    backdrop-filter: blur(7px);
    flex-direction: column;
    gap: 44px;
}
.transformed .section .girl{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 50px;
}
.transformed .section .girl .image{
    width: 40px;
    height: 40px;
}
.transformed .section .girl .image img{
    width: 100%;
    border-radius: 100%;
}
.transformed .section .girl .name{
    font-size: 24px;
    font-weight: 600;
}
.transformed .section .slach{
    display: flex;
    gap: 60px;
    justify-content: center;
}
.transformed .section .slach i{
    font-size: 34px;
}

@media screen and (max-width:992px) {
    .transformed .section{
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .transformed .section .head-1{
        font-size: 30px;
    }
    .transformed .section .description h2{
        font-size: 20px;
    }
    .transformed .section .girl .name{
        font-size: 20px;
    }
}
@media screen and (max-width:568px) {
    .transformed{
        height: 700px;
        padding: 120px 0;
    }
    .transformed .section .description h2{
        font-size: 18px;
    }
    .transformed .section .description{
        gap: 5px;
    }
    .transformed .section .description img{
        width: 20px;
        height: 15px;
    }
    .transformed .section .girl .name{
        font-size: 18px;
    }
}
/* End Section Transformed */

/* Start Section Medical */
.medical{
    height: 808px;
    background: linear-gradient(180deg, #000000 0%, #000018 100%);
    position: relative;
    z-index: -1;
    padding: 200px 0;

}
.medical::after{
    content: "";
    filter: brightness(0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/palm.png");
    background-size: cover;
    background-position: center;
    z-index: -2;
}
.medical .section{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.medical .section h1{
    font-family: "Trade Winds", system-ui;
    font-weight: 400;
    font-size: 50px;
    text-align: center;
}
@media screen and (max-width:768px) {
    .medical{
        height: 400px;
    }
    .medical .section h1{
        font-size: 30px;
    }
    .medical::after{
        background-size: contain;
        background-repeat: no-repeat;
    }
}
/* End Section Medical */

/* Start Section Prices */
.prices{
    background: linear-gradient(180deg, #000000 0%, #00001B 100%);
    padding: 70px 0;
}
.prices .boxes{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 60px;
}
.prices .boxes .box{
    background: #04070D;
    width: 500px;
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #878787 0%, #212121 100%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}
.prices .boxes .box .head-1{
    font-size: 40px;
    font-weight: 600;
}
.prices .boxes .box .price{
    display: flex;
    gap: 2px;
}
.prices .boxes .box .price p{
    font-size: 90px;
    font-weight: 600;
}
.prices .boxes .box .price span{
    font-size: 28px;
    align-self: flex-end;
    margin-bottom: 34px;
}
.prices .boxes .box .line{
    width: 100%;
    height: 1px;
    background-color: #313131;
}
.prices .boxes .box .description{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}
.prices .boxes .box .description div{
    display: flex;
    align-items: center;
    gap: 15px;
}
.prices .boxes .box .description div p{
    font-size: 24px;
}
.prices .boxes .box .description div i{
    font-size: 20px;
}
/* End Section Prices */
@media screen and (max-width:1200px) {
    .prices .boxes .box{
        flex-basis: 45%;
    }
}
@media screen and (max-width:768px) {
    .prices .boxes .box{
        flex-basis: 80%;
    }
    .prices .boxes .box .head-1{
        font-size: 28px;
    }
    .prices .boxes .box .price p{
        font: 60px;
    }
    .prices .boxes .box .price span{
        font-size: 20px;
    }
    .prices .boxes .box .description div p{
        font-size: 20px;
    }
}
@media screen and (max-width:568px) {
    .prices .boxes .box{
        flex-basis: 95%;
    }
}

/* Start Section Questions */
.questions{
    padding: 100px 30px ;
    background: linear-gradient(180deg, #000000 0%, #00001B 100%);
}
.questions .head-1{
    text-align: left;
}
.questions .parag{
    font-size: 28px;
    margin-top: 20px;
}
.questions .contact-us{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.questions .contact-us form{
    flex-basis: 45%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #04070D;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #878787 0%, #212121 100%);
    border-image-slice: 1;
    padding: 40px;
}
.questions .contact-us form .head-2{
    font-weight: 600;
    text-align: center;
}
.questions .contact-us form .image{
    display: flex;
    justify-content: center;
}
.questions .contact-us form .inputs{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
}
.questions .contact-us form .inputs input , .questions .contact-us form .inputs textarea{
    background-color: transparent;
    height: 76px;
    border-radius: 20px;
    border: 1px solid #2D2D2D ;
    padding: 20px 32px;
    font-size: 24px;
}
.questions .contact-us form .inputs .submit{
    border: 1px solid;
    border-image-source: linear-gradient(86.74deg, #4FC3F7 0%, #5D5FEF 100%);
    border-image-slice: 1;
}
.questions .contact-us .image-world{
    flex-basis: 50%;
}
.questions .contact-us .image-world img{
    width: 100%;
}

@media screen and (max-width:992px) {
    .questions .contact-us{
        justify-content: center;
    }
    .questions .contact-us form{
        flex-basis: 70%;
    }
    .questions .contact-us .image-world{
        flex-basis: 70%;
    }
}

@media screen and (max-width:768px) {
    .questions .parag{
        font-size: 20px;
    }
    .questions .contact-us form{
        flex-basis: 90%;
    }
    .questions .contact-us .image-world{
        flex-basis: 90%;
    }
    .questions .contact-us form .head-2{
        font-size: 20px;
    }
    .questions .contact-us form .inputs input ,.questions .contact-us form .inputs textarea{
        height: 60px;
        font-size: 20px;
    }
}

@media screen and (max-width:568px) {
    .questions {
        padding: 100px 15px;
    }
    .questions .contact-us form{
        flex-basis: 100%;
    }
    .questions .contact-us .image-world{
        flex-basis: 100%;
    }
    .questions .contact-us form{
        padding: 40px 10px;
    }
    .questions .contact-us form .inputs{
        width: 100%;
    }
    .questions .contact-us form .inputs input , .questions .contact-us form .inputs textarea{
        width: 100%;
    }


}
/* End Section Questions */
footer{
    height: 512px;
    position: relative;
    width: 100%;
    background-color: black;
}
footer video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
footer .section{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}
footer .section .informations{
    display: flex;
    justify-content: space-around;
    padding: 70px 0;
    row-gap: 50px;
    flex-wrap: wrap;
    align-items: center;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
footer .section .informations .info{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer .section .informations .info .data{
    display: flex;
    align-items: center;
    gap: 10px;
}
footer .section .informations .info .social{
    display: flex;
    align-items: center;
    gap: 15px;
    color: #FFFFFF;
    margin-top: 20px;
}
