
import Image from "next/image";
import { withCDN } from "@/lib/utils";


export default function TermsOfUse() {
  return (
    <main>
        {/*==============Hero-banner================*/}
      <section className="relative w-full overflow-hidden py-10 md:py-16 lg:py-25 flex align-center justify-center min-h-[210px] md:min-h-[300px]">
         {/* Background */}
        <div
          className="absolute inset-0 z-0 bg-cover bg-top"
           style={{
            backgroundImage: "url('https://YEOLMS.b-cdn.net/BG-12.png')",
            backgroundRepeat: "no-repeat",
           }}
        />

        {/* Content */}
        <div className="relative z-10 max-w-7xl mx-auto w-full flex flex-col items-center md:justify-start lg:justify-center gap-4">
            <h2 className="text-white text-[30px] md:text-[40px] lg:text-[50px] uppercase font-bold tracking-[2px]">
                Terms of Use
            </h2>
        </div>
      </section>


         {/*=============== Terms of use content ===============*/}
      <section className="relative w-full overflow-hidden py-10 md:py-16 lg:py-25 flex flex-col align-center justify-center px-5  mt-[-120px] pt-[50px] md:mt-[-120px] md:pt-[100px] lg:mt-[-100px] lg:pt-[200px]">
        {/* Background */}
        <div
          className="absolute inset-0 z-0 bg-contain bg-top"
           style={{
            backgroundImage: "url('https://yeolms.b-cdn.net/BG_packages-overview.png')",
            backgroundRepeat: "no-repeat",
           }}
        />

        {/* Back button */}
        <div className="relative z-10 max-w-7xl mx-auto w-full  mb-5">
            <a href="/login" className="flex items-center justify-start gap-1 w-max">
            <Image
            src={withCDN("/building-instruction/arrow%20back%20%2B%20close.png")}
            alt="BackerBot"
            width={40}
            height={40}
            unoptimized
            className="object-cover w-[40px] h-[40px]"
            />
             <span className="text-[#0097dc] text-[16px] md:text-[18px] lg:text-[20px] uppercase font-bold tracking-[2px] mb-1">
                Go Back
             </span>
            </a>
        </div>

         {/* Content */}
        <div className="relative z-10 max-w-7xl mx-auto w-full flex flex-col gap-4">
            <p className="text-[#58585a] text-[16px] md:text-[18px] lg:text-[20px]">
                This web site, together with Young Engineers Student portal (the “Site”) is owned and operated by The Decade Group – Young Engineers Ltd. (“Young Engineers”, “we”, “us” or “our”). The use of this Site and the content and information available on this Site (collectively the “Services”) shall be subject to acceptance of and compliance with the terms and conditions set forth in these terms of use (collectively, the “Terms of Use”) and elsewhere on this Site. The terms “you,” “your”, “yours”, “member” “members” and “yourself” refer to all visitors/members to this Site. Your agreement to comply with and be bound by these Terms of Use is deemed to occur upon your first use of the Site. If you do not agree to these Terms of Use, you should not review information or obtain goods, services or products from this Site. The Sample Store has the total right to edit or delete any content in the Site, including this Agreement, without notifying you.
            </p>

            <br/>
            <h3 className="text-[#58585a] text-[20px] md:text-[24px] lg:text-[28px] uppercase font-bold">
                INTELLECTUAL PROPERTY RIGHTS
            </h3>
             <p className="text-[#58585a] text-[16px] md:text-[18px] lg:text-[20px]">
                All editorial content, information, models, videos, photographs, illustrations, artwork and other graphic materials, and names, logos and trade marks on this Site are protected by copyright laws and/or other laws and/or international treaties, and belong to us and/or our suppliers, as the case may be. These works, logos, graphics, sounds or images may not be copied, reproduced, retransmitted, distributed, disseminated, sold, published, broadcasted or circulated whether in whole or in part, unless expressly permitted by us and/or our suppliers, as the case may be.<br/>
                
                Nothing contained on the Site should be construed as granting by implication, estoppel, or otherwise, any license or right to use any trademark displayed on the Site without our written permission. Misuse of any trademarks or any other content displayed on the Site is prohibited.<br/>

                We will not hesitate to take legal action against any unauthorized usage of its trade marks, name or symbols to preserve and protect its rights in the matter. All rights not expressly granted herein are reserved. Other product and company names mentioned herein may also be the trade marks of their respective owners.
             </p>

            <br/>
            <h3 className="text-[#58585a] text-[20px] md:text-[24px] lg:text-[28px] uppercase font-bold">
                CHANGES TO TERMS OF USE
            </h3>
            <p className="text-[#58585a] text-[16px] md:text-[18px] lg:text-[20px]">
                These Terms of Use may be modified from time to time. Any modifications to these Terms of Use will be effective upon posting. You should therefore read these Terms of Use before you place any order. Your continued use of the Site after any modifications to the Terms of Use indicates your acceptance of the modified Terms of Use
            </p>

            <br/>
            <h3 className="text-[#58585a] text-[20px] md:text-[24px] lg:text-[28px] uppercase font-bold">
                USE OF THIS SITE
            </h3>
            <p className="text-[#58585a] text-[16px] md:text-[18px] lg:text-[20px]">
             You agree not to:-
            <br/>
           (a) reproduce, copy, distribute, modify, publish, transmit, display, use, reuse, re-publicize, assign, sublicense, sell, or exploit for any public or commercial purpose, any portion of the Site, use of the Site, or access to the Site.
            <br/>
           (b) attempt to change, add to, remove, deface, hack or otherwise interfere with this Site or any material or content displayed on this Site; and/or
            <br/>
           (c) access or use this Site in any way that could or is intended to damage or impair the Site, or any server or network underlying the Site, or interfere with anyone else’s use and enjoyment of the Site.
            </p>

            <br/>
            <h3 className="text-[#58585a] text-[20px] md:text-[24px] lg:text-[28px] uppercase font-bold">
                USE OF INFORMATION
            </h3>
            <p className="text-[#58585a] text-[16px] md:text-[18px] lg:text-[20px]">
                We have a group privacy policy which sets out how we handle personal data that you may provide or that we may collect, in connection with your access or use of this website. The policy is available on this website. You accept and agree to the terms set out in the policy and consent to the collection, use and disclosure of your personal data in accordance with the policy.
            </p>

            <br/>
            <h3 className="text-[#58585a] text-[20px] md:text-[24px] lg:text-[28px] uppercase font-bold">
                SUBMISSIONS
            </h3>
            <p className="text-[#58585a] text-[16px] md:text-[18px] lg:text-[20px]">
                When available, you may post reviews of products or services, comments, suggestions, or other messages (collectively referred to as “Submissions”) so long as the content of your Submission is not unlawful, threatening, abusive, spiteful, defamatory, invasive of privacy, obscene, profane, sexually explicit, fraudulent or otherwise objectionable or injurious to third parties (including, but not limited to, any content that encourages conduct that would constitute a criminal offense, give rise to civil liability, or otherwise violate applicable law). You may not use a false e-mail address, impersonate any person or entity, or otherwise mislead as to the origin of your Submission. The Sample Store reserves the right (but not the obligation) to monitor, edit and remove any Submission. By posting or sending us any Submission, you grant The Sample Store a non-exclusive, perpetual, irrevocable and fully sublicensable right to use, reproduce, modify, adapt, publish, translate, create derivative works from, distribute, and display such Submission in any media.
            </p>

             <br/>
            <h3 className="text-[#58585a] text-[20px] md:text-[24px] lg:text-[28px] uppercase font-bold">
                PROMOTIONS
            </h3>
            <p className="text-[#58585a] text-[16px] md:text-[18px] lg:text-[20px]">
                From time to time, we may offer and/or co-sponsor contests and games on the Site. Each of these activities shall be governed by specific rules accessible from the Site.
            </p>

            <br/>
            <h3 className="text-[#58585a] text-[20px] md:text-[24px] lg:text-[28px] uppercase font-bold">
                DISCLAIMER AND EXCLUSION OF LIABILITY
            </h3>
            <p className="text-[#58585a] text-[16px] md:text-[18px] lg:text-[20px]">
                1. This Site, the Services, the information on this Site and use of all related facilities are provided on an "as is, as available" basis without any warranties whether express or implied.<br/>

                2. To the fullest extent permitted by applicable law, we disclaim all representations and warranties relating to this Site and its contents, including in relation to any inaccuracies or omissions in this Site, warranties of merchantability, quality, fitness for a particular purpose, accuracy, availability, noninfringement or implied warranties from course of dealing or usage of trade.<br/>

                3. We do not warrant that this Site will always be accessible, uninterrupted, timely, secure, error free or free from computer virus or other invasive or damaging code or that this Site will not be affected by acts of God or other force majeure events, including inability to obtain or shortage of necessary materials, equipment facilities, power or telecommunications, lack of telecommunication equipment or facilities and failure of information technology or telecommunications equipment or facilities.<br/>

                4. While we may make all reasonable efforts to include accurate and up-to-date information on this Site, we make no warranties or representations as to its accuracy, timeliness or completeness. WE SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR PUNITIVE DAMAGES, HOWSOEVER CAUSED, RESULTING FROM THE USE, INABILITY TO USE, OR RELIANCE ON OR DOWNLOADING FROM THIS SITE, OR ANY DELAYS, INACCURACIES IN THE INFORMATION OR IN ITS TRANSMISSION INCLUDING BUT NOT LIMITED TO DAMAGES FOR MISPROPPER USE OF ANY OF THE BUILDING BLOCKS, USE, DATA OR OTHER INTANGIBLE.
            </p>

            <br/>
            <h3 className="text-[#58585a] text-[20px] md:text-[24px] lg:text-[28px] uppercase font-bold">
               GOVERNING LAW AND JURISDICTION
            </h3>
            <p className="text-[#58585a] text-[16px] md:text-[18px] lg:text-[20px]">
                This Site may be accessed from all countries around the world where the local technology permits. As each country has differing laws, by accessing this Site both we and you agree that the laws of the State of Israel, without regard to the conflict of laws principles thereof, will apply to all matters relating to these Terms of Use.
                <br/>
                You accept and agree to submit to the exclusive jurisdiction of the courts of Tel-Aviv in respect of any dispute or difference arising out of and/or in connection with these Terms of Use
            </p>
        </div>

      </section>

      {/*=================== Footer-image-bottom =============*/}
      <section className="relative w-full">
        {/* Background */}
        <div
          className="absolute inset-0 z-0 top-[-160px] bg-cover bg-top"
          style={{
            backgroundImage: "url('https://YEOLMS.b-cdn.net/Package/botom%20bricks.png')",
            backgroundRepeat: "no-repeat",
          }}
        />
      </section>
    </main>
  );
}