*{
    --white:#fff;
    --gradient: linear-gradient(#b16a0d, #f0d653);
    --bg:#f7f7f7;
    --bg-gradient-color:#ffc579;
    --bg-gradient:linear-gradient(#f5f5f5, #ffffff);
    --bg-gradient2:linear-gradient(0deg, #f5f5f5dc 7%, #f5f5f559 17%, #f5f5f51e 100%);
    --bg-gradient3:linear-gradient(0deg, #cececedc 0%, #cececedc 50%, #cececedc 100%);
    --color-1:#303030;
   --bg-gradient2-90deg: linear-gradient(90deg, rgb(255, 255, 255) 50%, #f5f5f5 80%, #f5f5f5 100%);
    --solid:#24292e;
    --solid2:#1b1b1b;
    --secondary: #5F615E;
    --secondary-light:#5F615E;
    --secondary-transparent:#0000008a;
    --primary-transparent:#1f1f1f9d; /*Border colors*/
    --primary-transparent-hover:rgba(37, 37, 37, 0.317);
    --primary: #dfad50 ;
    --shadow:#0000003d;}
    @import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200;300;400;500;600;700;800&display=swap');

body[lang="ar"] { direction: rtl;font-family: 'Almarai', sans-serif;}
body[lang="en"] { direction: ltr;font-family: 'Inter Tight', sans-serif;}
.lang{margin-inline-start:2vw;margin-inline-end: 1vw;font-size: 18px;font-weight: 600;;background-color: transparent;border-radius: 100%;width: 40px;height: 40px;border:solid 2px var(--primary);color: var(--primary);}
body{font-family: 'Almarai', sans-serif;font-weight: 300;overflow-x: hidden;background-color: var(--bg);margin: 0;padding: 0;width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.main{width: 99%;display: flex;flex-direction: column;justify-content: center;align-items: center;}

.nav {height: 85px;;top: 0px;left: 1vw;padding: 8px 0%;width: 98%;border-radius: 20px;background: transparent;transition: 0.4s ease-in-out;position: fixed;display: flex;flex-direction: row;justify-content: space-between;align-items: center;z-index: 99;}
.nav .right{border-radius: 15px;background-color: #f7f7f7e3;backdrop-filter: blur(20px);display: flex;flex-direction: row;justify-content: end;align-items: center;width: 91%;height: 100%;padding: 0 0.4%;}
.button{gap: 10px;padding: 15px 50px;font-size: 18px;transition: 0.3s ease-in-out;border-radius: 15px;color: var(--white);background: var(--primary);text-decoration: none;display: flex;flex-direction: row;justify-content: center;align-items: center;font-weight: 200;}
.button:hover{padding-left: 60px;padding-right: 60px;}
.button.small:hover{padding: 15px 35px;}
.button.small{padding: 15px 43px;font-size: 16px;font-weight: 200;border: solid 1px var(--primary);}
.nav .right .links{gap: 2vw;display: flex;flex-direction: row;justify-content: center;align-items: center;}
.nav .right .links i{display: none;}
.nav .right .links a{font-size: 15px;padding: 10px 5px;transition: 0.2s ease-in-out;text-decoration: none;color: var(--secondary);font-weight: 500;;display: flex;flex-direction: column;justify-content: start;align-items: center;}
.nav .right .links a:hover{transform: translateY(-4px);color: var(--primary);}
.nav .logo{width: 7%;height: 85%;padding: 5px 0.5%;background-color: #f7f7f7e3;backdrop-filter: blur(20px);border-radius: 15px;object-fit: contain;}
/**/
.hero{z-index: 3;;height: calc(100vh - 100px);width: 99%;margin-top: 110px;position: relative;border-radius: 18px;display: flex;flex-direction: column;justify-content: end;align-items: start;overf7ow: hidden;}
.hero .bg-wrapper{position: absolute;z-index: -1;left: -2%;height: 100%;width: 103%; overflow: hidden;}
.hero .bg-wrapper img{width: 100%;height: 125%;object-fit: cover;filter: brightness(50%);opacity: 0.9;position: relative;}
.hero .bg-wrapper::after{z-index: 1;left: 0;top: 0;width: 100%;height: 100%;position: absolute;content: '';background-image: linear-gradient(170deg, #00000088 20%, transparent 90%)}
.hero .contents{width: 60%;row-gap: 0px;padding: 80px 3.7vw;display: flex;flex-direction: column;justify-content: start;align-items: start;text-align: start;}
.hero .contents h1{font-size: 6.5vw;margin: 0;color: var(--bg);font-weight: 500;letter-spacing: -0.15vw;line-height: 6.5vw;}
span{color: var(--primary);font-weight: 600;;}
.hero .contents h2{line-height: 22px;font-size: 17px;width: 370px;margin-top: 10vh;margin-bottom: 70px;color: var(--bg);font-weight: 200;text-align: start;}
.hero .contents .buttons{gap: 20px;display: flex;flex-direction: row;justify-content: center;align-items: center;}
.hero .contents .buttons .button.white{color: var(--white);padding: 15px 30px;background: var(--primary-transparent);box-shadow: none;}
.button svg{width: 27px;height: 27px;fill: var(--primary);}
.hero .contents .buttons .button.white:hover{background: var(--primary-transparent-hover);}

.partners{z-index: 2;overflow: hidden;border-radius: 17px;background-color: var(--color-1);width: 91%;padding: 0 4%;height: 100px;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: start;align-items: center;margin-top: 13px;}
.partners .wrapper{mix-blend-mode:lighten;gap: 110px;width: 100%;height: 100%;display: flex;flex-direction: row;justify-content: start;align-items: center;}
.partners .wrapper img{width: 80px;height: 60%;object-fit: contain;filter: grayscale(100%) brightness(100%) invert(100%);opacity: 0.7;}
.magnetic-ball{color: var(--white);inset-inline-end: 4vw;bottom: 4vw;border: solid 0.3vw var(--primary);text-decoration: none;transition: transform 0.1s;;display: flex;flex-direction: column;justify-content: center;align-items: center;font-family: 'IBM Plex Mono', monospace;font-size: 0.85vw;text-align: center;font-weight: 800;position: absolute;width: 8vw;height: 8vw;padding: 1.2vw;border-radius: 100%;overflow: hidden;z-index: 80;}
.magnetic-ball:hover{padding: 1vw;}
.magnetic-ball .arrow{overflow: hidden;width: 2.5vw;height: 2.5vw;border-radius: 100%;transition: 0.2s ease-in-out;display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;}
.magnetic-ball .arrow svg{width: 1.1vw;height: 1.1vw;transition: 0.2s ease-in-out;position: absolute;fill: var(--primary);}
.magnetic-ball:hover .arrow svg{transform: translateX(2vw)translateY(-2vw);}
.magnetic-ball .arrow .poped{bottom: -1.1vw;left: -1.1vw;}



.section1{z-index: 2;row-gap: 15px;width: 96%;margin: 160px 0%;margin-bottom: 100px;display: flex;flex-direction: column;justify-content: center;align-items: start;}
.section1 h1{margin-top: 0px;margin-bottom: 10px;font-size: 60px;color: var(--secondary);font-weight: 400;}
.section1 h5{font-weight: 400;margin: 10px 0;margin-bottom: 30px;font-size: 18px;color: var(--secondary);font-weight: 400;line-height: 30px;width: 70%;}

.cardings{z-index: 2;margin-top: 30px;width: 90%;padding: 100px 5%;;padding-bottom: 130px;border-radius: 25px;}
.section1 .banner{background-color: var(--color-1);width: 92%;padding: 30PX 4%;text-decoration: none;margin-top: 30px;height: fit-content;border-radius: 15px;position: relative;overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.section1 .banner p{width: 60%;z-index: 2;font-size: 30px;line-height: 40px;font-weight: 500;color: var(--white);}
.section1 .banner .button{z-index: 2;}
.section1 .banner img{width:100%;position: absolute;z-index: 0;left: 0;top: 0;object-fit: cover;height: 100%;filter: brightness(70%) contrast(80%);}
.section1 .group{width: 100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.section1 .group .box{background-color: var(--color-1);text-decoration: none;height: 500px;width: 49.6%;border-radius: 15px;display: flex;flex-direction: row;justify-content: start;align-items: center;transition: 0.2s ease-in-out;position: relative;overflow: hidden;}

.section1 .group .box .context{margin: 0 50px;display: flex;flex-direction: column;justify-content: center;align-items: start;row-gap: 10px;}
.section1 .group .box h2{z-index:2;color: var(--white);font-size: 40px;margin: 0;width: 50%;line-height: 45px;font-weight: 500;}
.section1 .group .box p{z-index:2;margin-bottom: 20px;font-weight: 100;width: 70%;color: var(--white);font-size: 16px;line-height: 22px;opacity: 0.7;}
.section1 .group .box h5{z-index:2;margin: 0px 0;color: var(--white);font-size: 17px;font-weight: 400;}
.section1 .group .box h5 small{transition: 0.2s ease-in-out;color: var(--primary);font-family:'Franklin Gothic Medium';padding: 8px 13px;background: transparent;border-radius: 10px;font-size: 18px;margin:0 0px;}
.section1 .group .box img{z-index: 0;position: absolute;opacity: 0.5;right: 0;bottom: -30px;height: 84%;transition: 0.2s ease-in-out;rotate: -10deg;filter: grayscale(100%);}
.section1 .group .box:hover img{height: 90%;opacity: 0.8;filter: none;}
.section1 .group .box:hover small{color: var(--bg);background: var(--primary);margin:0 10px;}

.section1 .group2{row-gap: 60px;margin-top: 2px;background-color: var(--color-1);border-radius: 15px;align-items: center;position: relative;overflow: hidden;width: 94%;padding: 70px 3%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.section1 .group2 .content{width: 100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.section1 .group2 .content h1{color: var(--white);font-size: 50px;}
.section1 .group2 .board{ border: 0.1rem solid #ffffff36;width: 92%;padding: 12px 4%;border-radius: 15px;background-color: var(--color-1);display: flex;flex-direction: row;justify-content: center;align-items: center;}
.section1 .group2 .board .inner{width: 100%;position: relative;display: flex;flex-direction: row;justify-content: center;align-items: center;gap: 10px;}
.phone{display: none;}
.section1 .group2 .board .box{min-width: 20%;display: flex;flex-direction: row;justify-content: center;align-items: center;gap: 1vw;}
.section1 .group2 .board .box img{width: 2.8vw;fill: var(--primary);}
.section1 .group2 .board .box h6{font-size: 18px;row-gap: 10px;color: var(--white);font-weight: 400;;display: flex;flex-direction: column;justify-content: start;align-items: start;text-align: start;}
.section1 .group2 .board .box h6 span{font-weight: 400;;font-size: 18px;color: var(--white);}

.section2::after{left: -13%;top: 0;width: 130%;height: 100%;background: var(--color-1);z-index: -3;position: absolute;content: '';}
.section2{z-index: 2;width: 85%;position: relative;row-gap: 25px;padding: 100px 0;display: flex;flex-direction: column;justify-content: center;align-items: start;}
.section2 h1{margin: 0;font-size: 60px;color: var(--white);font-weight: 400;}
.section2 h1 small{font-weight: 400;;color: var(--white);font-size: 25px;line-height: 60px;font-weight: 100;opacity: 0.5;}
.section2 .group{margin-bottom: 0px;margin-top: 100px;width: 100%;position: relative;display: flex;flex-direction:row;justify-content: space-between;align-items: start;}
.section2 .group .left{width: 50%;height: 100%;display: flex;
    flex-direction: column;justify-content: center;gap: 20px;align-items: center;}
.section2 .group .left .box{opacity: 0.1;background-color: rgb(0, 0, 0);
    text-align:start;width: 80%;padding: 10% 10%;
    border-radius: 20px;display: flex;flex-direction: column;justify-content: center;
    align-items: start;transition: 0.3s ease-in-out;position: relative;overflow: hidden;}

.section2 .group .left .box h1{font-size: 45px;margin-bottom: 20px;margin-top: 0;letter-spacing: -1px;}
.section2 .group .left .box h2{font-size: 17px;width: 90%;line-height: 25px;color: var(--white);font-weight: 100;opacity: 0.5;}
.section2 .group .right{width: 50%;top: 50vh;position: sticky;opacity: 1;height: 100%;margin-inline-end: 40px;padding-bottom: 50px;}
.section2 .banner2::after{background: var(--bg-gradient3);}
.section2 .banner2{width: 90%;padding: 0 5%;}
.banner2{background-color: #000000be;width: 85%;padding: 0 5%;align-self: center;text-decoration: none;margin: 0px 0;height: 120px;border-radius: 15px;position: relative;overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.banner2 p{width: 75%;z-index: 2;font-size: 35px;line-height: 45px;font-weight: 300;color:white;}
.banner2 .button{z-index: 2;}
.banner2 img{width:100%;position: absolute;margin-top: -500px;z-index: 0;left: 0;top: 0;}

.banner2 h1{font-size: 2.3vw;margin: 0;color: var(--white);opacity: 0.8;font-weight: 100;}




.section-gallery{z-index: 2;width: 99%;margin-bottom: 100px;margin-top: 200px;position: relative;text-align: center;display: flex;flex-direction: column;justify-content: start;align-items: center;}
.section-gallery h1{color: var(--secondary);margin-bottom: 60px;margin-top: 0;font-size: 55px;line-height: 70px;font-weight: 400;}
.section-gallery .gallery{border-radius: 15px;height: 75vw;overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;align-items: start;width: 100%;}
.section-gallery .gallery .col{width: 32%;display: flex;position: relative;gap: 1vw;flex-direction: column;justify-content: start;align-items: center;width: 30%;}
.section-gallery .gallery .col img{width: 100%;border-radius: 15px;height: 100%;object-fit: cover;filter: brightness(70%) contrast(80%);}
.section-gallery .gallery .col.center{margin-top: 120px;width: 38%;}

.section-sales{z-index: 2;width: 95%;margin: 50px 0;margin-bottom: 1vw;display: flex;flex-direction: column;justify-content: start;align-items: start;position: relative;}
.section-sales h1{text-align: start;color: var(--secondary);font-size: 55px;line-height: 65px;font-weight: 400;}
.section-sales .uses{margin-top: 30px;row-gap:1vw;gap: 0.8vw;display: flex;flex-direction: row;justify-content: center;align-items: center;width: 100%;flex-wrap:wrap}
.section-sales .uses .box{border-radius: 15px;width: 24.3%;height: 38vw;text-decoration: none;position: relative;display: flex;flex-direction: column;justify-content: end;align-items: start;overflow: hidden;}
.section-sales .uses .box:hover h3{padding-bottom: 32px;}
.section-sales .uses .box h2{font-size: 32px;color: var(--white);margin: 0px 6%;font-weight: 100;letter-spacing: -1px;}
.section-sales .uses .box h3{line-height: 20px;font-size: 17px;width: 67%;;padding-bottom: 25px;margin: 15px 6%;color: var(--white);transition: 0.2s ease-in-out;font-weight:200;opacity: 0.7;}
.section-sales .uses .box img{filter: brightness(70%) contrast(80%);position: absolute;height: 100%;width: 100%;object-fit: cover;left: 0;top: 0;z-index: -1;transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1)}
.section-sales .uses .box:hover img{transform: scale(120%);}
.section-sales .uses .box::before{transition: 0.2s ease-in-out;background-color: var(--primary);border-radius: 100%;content: '';position: absolute;z-index: 0;margin-inline-start: 85%;bottom: 20px;width: 2vw;height: 2vw;}
.section-sales .uses .box:hover::before{margin-inline-start: 87%;}
.section-sales .banner2{width: 80%;}



/* FOOTER */
.footer{z-index: 2;margin: 0;margin-top: 100px;border-radius: 0px;height: fit-content;background: var(--color-1);display: flex;flex-direction: column;justify-content: start;align-items: center;width: 101%;}
.footer .upper{padding: 90px 0;width: 80%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.footer .upper .left{display: flex;flex-direction: column;justify-content: start;align-items: start;row-gap: 45px;}
.footer .upper .left h1{width: 90%;color: var(--white);font-weight: 200;;font-size: 30px;margin: 0;}
.footer .upper .left img{filter:grayscale(100%);height: 50px;;object-fit: contain;opacity: 60%;border-radius: 10px;padding-top: 18px;padding-bottom: 18px;padding-inline-start: 0px;padding-inline-end: 30%;}
.footer .upper .left h2{font-size: 14px;color: var(--white);font-weight: 100;opacity: 60%;margin: 0;font-weight: 100;}
.footer .upper .right{gap: 4vw;display: flex;flex-direction: row;justify-content: center;align-items: start;}
.footer .upper .right .group{row-gap: 20px;display: flex;flex-direction: column;justify-content: start;align-items: start;}
.footer .upper .right .group h1{margin-bottom: 8px;color: var(--white);font-size: 25px;font-weight: 100;margin-top: 0;}
.footer .upper .right .group a{text-transform:lowercase;color: var(--white);font-size: 15px;font-weight: 100;text-decoration: none;opacity: 0.6;}
.footer .upper .right .group a:hover{opacity: 1;}
.footer .lower{padding-bottom: 100px;opacity: 80%;padding-top: 25px;border-top: solid 1px rgba(255, 255, 255, 0.31);width: 80%;display: flex;flex-direction: row;justify-content: space-between;align-items: start;}
.footer .lower p{font-size: 14px;font-weight: 100;color: var(--white);}
.footer .lower .social{display: flex;flex-direction: row;justify-content: start;align-items: start;gap: 20px;}
.footer .lower .social a img{height: 25px;}
.footer a{transition: 0.3s;}
/**/


@media screen and (max-width: 1000px){
    body{width: 100%;overflow-x: hidden;}
    .lang{font-size: 14px;width: 34px;height: 34px;margin-inline-end: 3vw;}
    .nav .right{border-radius:15px;background-color: #f7f7f7e3;backdrop-filter: none;width: calc(88% - 165px);padding: 0 3%;}
    .nav .right .links{border: 0.1rem solid var(--primary-transparent);
        position: fixed;gap: 10vw;justify-content: space-between;border-radius: 15px;
        bottom: 2vh;z-index: 0;height: 70px;background-color: #f7f7f7e3;backdrop-filter: blur(20px);width: 75%;left: 2.5%;padding:0 10%;}
        .nav .right .links i{display: block;font-size: 17px;color: #000000;opacity: 0.5;}
        .nav .right .links a{width: 20px;font-size: 11px;gap: 7px;color: #000000be;opacity: 0.8;font-weight: 400;}
        .nav .right .links a:hover{color:white}
        .nav .right .links .active:hover{color: var(--primary);}
        .nav .right .links .active{opacity: 1;color: var(--primary);text-shadow: 0 0 10px var(--primary);position: relative;}
        .nav .right .links .active i{color: var(--primary);opacity: 1;}
        .nav .right .links .active::after{content: '';position: absolute;z-index: 1;width: 5px;height: 5px;border-radius: 100%;top: 0px;background-color: var(--primary);}
        .nav .logo{width: 150px;height: 80%;padding:8px 4%;backdrop-filter: none;border-radius: 15px;object-fit: contain;}
        .main{width: 100%;overflow-x: hidden;}
/* Navigation */
.nav{padding: 15px 3vw;width: 93.6vw;top: 0px;margin-top: 0;left: 1px;overflow: visible;}
.button{gap: 5px;padding: 12px 35px;font-size: 16px;}
.button:hover{padding: 12px 40px;}
.button.small:hover{padding: 10px 35px;}
.button.small{padding: 10px 30px;font-size: 12px;}
/**/
span{font-weight: 600;}
/* HERO */
.hero{height: 75vh;width: 95%;margin-top: 90px;border-radius: 11px;}
.hero .contents{row-gap: 0px;padding: 30px 3vw;}
.hero .contents{width: 90%;}
.hero .contents h1{font-size: 48px;font-weight: 500;letter-spacing: -1px;line-height: 50px;}
.hero .contents h2{line-height: 18px;font-size: 13px;width: 95%;margin-bottom: 40px;margin-top: 13px;margin-bottom: 36vh;opacity: 0.9;}
.hero .contents .buttons{gap: 5px;width: 100%;justify-content: start;}
.hero .contents .buttons .button{border-radius: 7px;}
.hero .contents .buttons .button.white{padding: 12px 15px;font-size: 12px;width: 34%;}
.button svg{width: 18px;height: 18px;}
span{font-weight: 100;}
.partners{border-radius: 12px;height: 75px;margin-top: 12px;width: 87%;}
.partners .wrapper{gap: 70px;width: 100%;height: 100%;}
.partners .wrapper img{width: 60px;height: 40%;}

.magnetic-ball{inset-inline-end: 3vw;bottom: 20vh;font-size: 2.5vw;font-weight: 800;width: 20vw;height: 20vw;padding: 5vw;transition: 0.5s;}
.magnetic-ball:hover{padding: 5vw;}
.magnetic-ball .arrow{width: 8vw;height: 8vw;}
.magnetic-ball .arrow svg{width: 5vw;height: 5vw;}
.magnetic-ball:hover .arrow svg{transform: translateX(12vw)translateY(-12vw);}
.magnetic-ball .arrow .poped{bottom: -10vw;left: -10vw;}

/**/

/* SECTION 1 */
.section1{row-gap: 13px;width: 95%;margin: 50px;margin-top: 100px;}
.section1 h1{font-size: 40px;margin-top: 10px;margin-bottom: 0;}
.section1 .banner{margin-top: 30px;height: 60px;border-radius: 11px}
.section1 .banner p{width: 75%;font-size: 15px;line-height: 18px;margin-inline-end: 20px;}
.section1 .group{flex-direction: column;gap: 12px;}
.section1 .group .box{height: 220px;width: 100%;border-radius: 11px;padding: 10px 0;}
.section1 .group .box .context{margin: 0 20px;row-gap: 2vw;}
.section1 .group .box h2{font-size: 25px;width: 100%;line-height: normal;margin: 0;}
.section1 .group .box p{margin-bottom: 20px;margin-top: 10px;width: 80%;font-size: 13px;line-height: 18px;}
.section1 .group .box h5{margin: 0px 0;font-size: 15px;}
.section1 .group .box h5 small{padding: 4px 7px;font-size: 12px;}
.section1 .group .box img{height: 80%;}
.section1 .group .box:hover img{height: 82%;}
.section1 .group .box:hover small{color: var(--bg);background: var(--gradient);margin:0 10px;}

.section1 .group2{row-gap: 30px;margin-top: 0px;border-radius: 11px;width: 90%;padding: 20px 5%;}
.section1 .group2 .content{width: 100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.section1 .group2 .content h1{font-size: 32px;margin-inline-end: 20px;}

@keyframes marquee2 {
    0% {
        transform: translateX(-860px);
    }
   100% {
    transform: translateX(225px);
}
}


.section1 .group2 .board{width: 92%;padding: 0px 4%;border-radius: 11px;overflow: hidden;gap: 20px;}
.section1 .group2 .board .inner{width: 100%;white-space: nowrap;  animation: marquee2 17s linear infinite;gap: 20px;}
.section1 .group2 .board .inner .phone{display: flex;}
.section1 .group2 .board .box{width: 100px;justify-content: center;padding: 0 50px;gap: 15px;}
.section1 .group2 .board .box img{width: 50px;}
.section1 .group2 .board .box h6{font-size: 12px;row-gap: 10px;}
.section1 .group2 .board .box h6 span{font-size: 12px;}
/**/






/* SECTION 2*/

.section2::after{left: -18%;top: 0;width: 124%;height: 100%;background: var(--color-1);z-index: -3;position: absolute;content: '';}

.section2{width: 90%;row-gap: 25px;padding: 60px 0;}
.section2 h1{margin: 0;font-size: 32px;line-height: 45px;width: 90%;}
.section2 h1 small{font-size: 18px;line-height: 40px;}
.section2 .group{margin-bottom: 0px;margin-top: 40px;width: 100%;height: 1150px;justify-content: center;}
.section2 .group .left{width: 100%;height: 100%;gap: 20px;}
.section2 .group .left .box{width: 80%;padding: 50px 10%;padding-bottom: 50px;border-radius: 11px;}
.section2 .group .left .box h1{font-size: 25px;margin-bottom: 0px;margin-top: 0;line-height: 35px;}
.section2 .group .left .box h2{font-size: 13px;width: 90%;line-height: 18px;}
.section2 .group .right{display: none;}
.banner2{width: 85%;padding: 0 5%;margin: 20px 0;height: 100px;border-radius: 11px;}
.banner2 p{width: 90%;font-size: 30px;}
.banner2 .button{z-index: 2;}
.banner2 img{width:100%;position: absolute;margin-top: -500px;z-index: 0;left: 0;top: 0;}
.banner2::after{opacity: 0.80;left: 0;top: 0;width: 100%;height: 100%;z-index: -1;content: '';position: absolute;background-image: var(--bg-gradient2-90deg);}
.banner2 h1{font-size: 18px;width: 50%;line-height: 25px;}
/**/



.section-gallery{margin-bottom: 20px;margin-top: 60px;width: 95%;overflow: hidden;}
.section-gallery h1{margin-bottom: 30px;font-size: 30px;line-height: 35px;}
.section-gallery .gallery{height: 80vw;width: 100%;margin-top: 50px;transform: scale(140%);}
.section-gallery .gallery .col{width: 30%;gap: 2vw;}
.section-gallery .gallery .col img{width: 100%;box-shadow: 0 0 10px #00000019;border-radius: 6px;}
.section-gallery .gallery .col.center{margin-top: 80px;width: 37%;}
.section-gallery::after{box-shadow: inset 0vw -5vw 10vw 5vw var(--bg);}

.section-sales{width: 94%;margin: 80px 0;}
.section-sales h1{font-size: 30px;line-height: 43px;position: relative;}
.section-sales h1 span{position: absolute;top: -45px;font-size: 18px;}
.section-sales .uses{margin-top: 30px;gap: 20px;flex-direction: column;width: 100%;}
.section-sales .uses .box{border-radius: 15px;width: 100%;height: 250px;}
.section-sales .uses .box:hover h3{padding-bottom: 32px;}
.section-sales .uses .box h2{font-size: 22px;margin: 0px 5%;}
.section-sales .uses .box h3{line-height: 19px;font-size: 14px;width: 80%;padding-bottom: 20px;margin: 7px 5%;}

.section-sales .uses .box img{width: 100%;height: 100%;}
.section-sales .uses .box::after{opacity: 0.8;box-shadow: inset 0vw -20vw 20vw 2vw var(--bg) ;}
.section-sales .uses .box::before{right: 5%;bottom: 5%;width: 5vw;height: 5vw;}
.section-sales .uses .box:hover::before{right: 5%;}




    /* FOOTER */
.footer{margin: 2vw 0;width: 106.5%;padding-bottom: 30px;}
.footer .upper{padding: 60px 0;width: 80%;display: flex;flex-direction: column;justify-content: start;align-items: start;row-gap: 20px;}
.footer .upper .left{row-gap: 20px;margin-bottom: 0px;}
.footer .upper .left h1{font-size: 25px;}
.footer .upper .left img{height: 30px}
.footer .upper .left h2{font-size: 11px;}
.footer .upper .right{gap: 3vw;display: flex;flex-direction: column;justify-content: start;align-items: start;}
.footer .upper .right .group{margin-bottom: 10px;row-gap: 20px;display: flex;flex-direction: column;justify-content: start;align-items: start;}
.footer .upper .right .group h1{margin-top: 50px;margin-bottom: 8px;font-size: 22px;}
.footer .upper .right .group a{font-size: 14px;}
.footer .lower{padding-top: 25px;flex-direction: column-reverse;justify-content: center;align-items: center;}
.footer .lower p{font-size: 11px;text-align: center;margin: 20px 0;}

/**/
}
/* CERTIFICATES page*/

.certificates{width: 95%;margin: 150px 0;display: flex;flex-direction: column;justify-content: start;align-items: start;position: relative;}
.certificates h1{text-align: start;color: var(--secondary);font-size: 55px;line-height: 65px;}
.certificates .uses{display: flex;flex-direction: row;justify-content: space-between;align-items: center;width: 100%;flex-wrap: wrap;}
.certificates .box{margin: 20px 0;border-radius: 15px;width: 49%;height: 38vw;text-decoration: none;position: relative;display: flex;flex-direction: column;justify-content: end;align-items: start;overflow: hidden;}
.certificates .box:hover h3{padding-bottom: 32px;}
.certificates .box h2{font-size: 32px;color: var(--secondary);padding-bottom: 25px;margin: 15px 6%;}
.certificates .box h3{line-height: 20px;font-size: 17px;width: 67%;;padding-bottom: 25px;margin: 15px 6%;color: var(--secondary-light);transition: 0.2s ease-in-out;font-weight: 400;;}

.certificates .box img{position: absolute;height: 100%;width: 100%;object-fit: cover;left: 0;top: 0;z-index: -1;}
.certificates .box::after{opacity: 0.8;content: '';position: absolute;z-index: -1;left: 0;bottom: 0;width: 100%;height: 100%;box-shadow: inset 0vw -8vw 5vw 1vw var(--bg) ;}




            ::-webkit-scrollbar {width: 5px;}
  ::-webkit-scrollbar-track {
    background: var(--bg); }
  ::-webkit-scrollbar-thumb {background: var(--primary); }
  ::-webkit-scrollbar-thumb:hover { background: var(--secondary-transparent); }
  ::-moz-selection {  color: var(--primary); background: rgba(255, 255, 255, 0.132);}
  ::selection {color: var(--primary);background: rgba(255, 255, 255, 0.132);}



   /* Contactus Page ////////////////////////////////////////////////////////////////////////////////////////*/
   
   .social-details{width: 40%;height: 95%;background: var(--color-1);border-radius: 15px;display: flex;flex-direction: column;justify-content: start;align-items: start;}
   
   .social-details .items{row-gap: 3vh;display: flex;margin-top: 5vh ;flex-direction: column;justify-content: center;align-items: start;width: 100%;}
   .social-details .item{display: flex;gap: 20px;margin: 0px 60px;flex-direction: row;justify-content: center;align-items: center;}
   .social-details .item .text{font-size: 15px;color: #ffffff73;display: flex;flex-direction: column;row-gap: 7px;justify-content: center;align-items: start;font-weight: 100;}
   .social-details .item i{background:var(--gradient);box-shadow: 0 0 14px 2px #0000000e;flex-direction: column;justify-content: center;align-items: center;text-align: center;width: 25px;height: 25px;object-fit: cover;padding: 10px;border-radius: 10px;font-size: 25px;color: white;}
  
  
   .social-details .item .text span{color: white;font-size: 18px;}

   .social-details .context{row-gap: 12px;margin: 5vh 0px;display: flex;flex-direction: column;justify-content: start;align-items: center;text-align: center;width: 100%;}
   .social-details h6{margin: 0px 0px;font-size: 35px;color: white;text-align: center;font-weight: 300;}
   .social-details h5{margin: 0px 0px;color: white;opacity: 0.6;font-size: 16px;font-weight: 100;color: white;text-align: center}
   
   .login{padding-bottom: 20px;overflow: hidden;margin: 12vh 0px;gap: 1%;height: 85vh;width: 98%;border-radius: 20px;position: relative;display: flex;flex-direction: row;justify-content: center;align-items: center;}
   .login .backgrounded{position: absolute;left: auto;width: 100%;height:100%;z-index: -1;object-fit: cover;border-radius: 35px;object-fit: cover;filter: brightness(50%) contrast(100%);}
   .form{width: 57%;;height: 95%;row-gap: 1.5vh;margin: 0 0px;display: flex;flex-direction: column;justify-content: start;align-items: center;background: var(--color-1);backdrop-filter: blur(20px);border-radius: 15px;}
   .form h1{font-size: 35px;color: white;margin: 0px;margin-top: 5vh;align-self: center;width: 100%;text-align: center;font-weight: 300;}
   .form h2{margin-bottom:3vh;margin-top: 0;font-size: 16px;opacity: 0.6;font-weight: 100;color: white;align-self: center;width: 100%;text-align: center;font-weight: 100;}

   .form-group{gap: 50px;row-gap: 0vh; position: relative;width:100%;display: flex;flex-direction: row;justify-content: center;align-items: center;}
   
   .credits{position: relative;margin: 0.8vh 0px;width: 30%;}
   .credits label {color: white; position: absolute; top: 50%; left: 10px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);  transform: translateY(-50%); font-size: 18px;font-weight: 100; pointer-events: none;-webkit-transition: all 1s ease-out 0s; transition: all 0.15s ease-out 0s;}
   .credits input {background-color: #57575767;box-shadow:inset 0 -5px 20px 0px #00000029;border-radius: 4px;padding: 19px 10px;position:relative;width: 100%; display: inline-block; font-size: 19px;border: none;border-bottom: 1.5px solid var(--primary); color: white; outline: none; }
   input:focus + label,input.has-value + label,textarea:focus + label,textarea.has-value + label {top: 2px;font-weight: 100;font-size: 13px;opacity: 0.8;}
   textarea:focus + label,textarea.has-value + label {top: 2px;font-weight: 100;}
   input:focus::-webkit-input-placeholder { color: transparent;}
   
   .form .submit{color: var(--bg);transition: 0.3s ease-in-out;width: 70%;margin-top: 3vh;font-size: 17px;height: 50px;background-color: var(--primary);border: none;box-shadow: 0 0 10px #0000001d;border-radius: 1000px;text-align: center;}
   .form .submit:hover{width: 60%;}
   .form  .text-area{background-color: #57575767;box-shadow:inset 0 -5px 30px 0px #00000029;color: white;font-size: 18px;margin-top: 2vh;min-width: calc(60% + 50px);max-width:calc(60% + 50px);border-radius: 15px;height: 100px;max-height: 10vh;min-height: 9vh;padding: 20px;border: none;}
   .form  .text-area:focus{box-shadow: 0 0 1px 1px var(--primary);outline: none;}
.upload{width: calc(60%);transition: 0.3s ease-in-out;margin-top: 1vh;background-color: rgba(146, 115, 30, 0.112);padding: 0px 5%;height: 11vh;font-size: 17px;color: white;border-radius: 10px;border: dotted 4px var(--primary);display: flex;flex-direction: column;justify-content: start;align-items: center;}
.upload img{margin:16px 0;height: 4vh;}
.upload:hover{opacity: 0.8;}
   @media screen and (max-width: 1000px){    body{overflow: auto;}
   .login{margin: 120px 0px;height: 1880px;width: 95%;flex-direction: column-reverse;;}
       .login .backgrounded{top: 0;height: 200%;display: none;}
       .form{width: 100%;;height: 95%;row-gap: 25px;margin: 20px 0px;display: flex;flex-direction: column;justify-content: center;align-items: center;background-color: var(--color-1);border-radius: 25px;}
       .form h1{font-size: 35px;color: white;margin: 0px;margin-top: 30px;align-self: center;width: 100%;text-align: center;}
       .form h2{margin-bottom: 25px;margin-top: 0;font-size: 16px;opacity: 0.8;font-weight: 100;color: white;align-self: center;width: 100%;text-align: center;}
       
       .form .form-group{row-gap: 25px; position: relative;width:100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
       
       .credits{position: relative;margin: 0px 0px;width: 80%;margin-inline-end: 5%;}
       .credits label {position: absolute; top: 50%; font-size: 18px; }
       .credits input {position: relative;width: 100%; display: inline-block; font-size: 19px;}
       input:focus + label,input.has-value + label,textarea:focus + label,textarea.has-value + label {top: 2px;font-weight: 100;font-size: 13px;opacity: 0.8;}
       
       textarea:focus + label,textarea.has-value + label {top: 2px;font-weight: 100;}
       input:focus::-webkit-input-placeholder { color: transparent;}
       
       .form .submit{width: 70%;margin-top: 60px;font-size: 17px;height: 50px;color: var(--white);}
       .signupfromlogin{font-size: 15px;color: var(--title);text-decoration: none;margin-bottom: 0px;margin-top: 20px;opacity: 0.7;}
       .signupfromlogin span{font-size: 15px;color: var(--primary);font-weight: 900;}    /* fonts */
       


       .social-details{width:100%;height:75%;background-color: var(--color-1);border-radius: 25px;display: flex;flex-direction: column;justify-content: start;align-items: start;}
       .social-details .items{row-gap: 5vh;display: flex;margin-top: 5vh ;flex-direction: column;justify-content: center;align-items: start;width: 100%;}
       .social-details .item{display: flex;gap: 20px;margin: 0px 60px;flex-direction: row;justify-content: center;align-items: center;}
       .social-details .item .text{display: flex;flex-direction: column;row-gap: 7px;justify-content: center;align-items: start;}
       .social-details .item .text{font-size: 15px;color: white;}
       .social-details .item img{width: 25px;height: 25px;background: var(--red-grad2);object-fit: cover;padding: 10px;border-radius: 10px;}
       .social-details .item .text span{color: white;font-size: 18px;}
      
     
       .social-details .context{row-gap: 12px;margin: 5vh 0px;display: flex;flex-direction: column;justify-content: start;align-items: center;text-align: center;width: 100%;}
       .social-details h6{margin: 0px 0px;font-size: 35px;color: white;text-align: center;}
       .social-details h5{margin: 0px 0px;color: white;opacity: 0.6;font-size: 16px;font-weight: 100;text-align: center}
       
   }
   