/*Main Styling*/
html{
    background-color: grey;
    scroll-behavior: smooth;
}

body{
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

@media(max-width: 1024px){
    body{
        margin-left: 0%;
        margin-right: 0%;
    }
}

h1, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    font-size: clamp(20px, 2vw, 50px);
}

h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    font-size: clamp(35px, 2vw, 45px);
}

h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    font-size: clamp(25px, 2vw, 25px);
}

p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#Contacts{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: white;
    font-size: clamp(25px, 2vw, 30px);
}

.Background{
    overflow: hidden;
    padding: 10px;
}

/*Main Header Code*/
.Navbar{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 5%;
    background-color: #000;
    position: relative;
}

#LogoText{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    font-size: clamp(25px, 2vw, 35px);
    text-align: center;
}

.NavLinks{
    display: flex;
    gap: 65px;
    width: 35%;
}

.NavLinksLeft{
    justify-content: flex-end;
}

.NavLinksRight{
    justify-content: flex-start;
}

.NavLinks a{
    color: white;
    text-decoration: none;
    font-size: clamp(15px, 2vw, 25px);
    transition: 0.5s;
}

.NavLinks a:hover{
    transform: scale(1.1);
    text-decoration: underline;
    text-underline-offset: 50%;
    color: grey;
}

.NavLogo{
    width: 20%;
    display: flex;
    justify-content: center;
}

.NavLogo img{
    max-width: 120px;
    width: 100%;
}

.MenuToggle{
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

.MobileMenu{
    display: none;
    flex-direction: column;
    background: #000;
    width: 100%;
    text-align: center;
}

.MobileMenu a{
    padding: 15px;
    border-top: 1px solid #222;
    color: white;
    text-decoration: none;
    font-size: clamp(18px, 2vw, 25px);
    transition: 0.5s;
}

.MobileMenu a:hover{
    transform: scale(1.1);
    text-decoration: underline;
    text-underline-offset: 30%;
    color: grey;
}

@media (max-width: 1024px){

    .NavLinks{
        display: none;
    }

    .MenuToggle{
        display: block;
    }

    .NavLogo{
        width: auto;
    }

    .Navbar{
        padding: 20px 5%;
    }
}


/*My Photo's*/
#LogoStyling{
    max-width: 100%;
}

.PersonalPhoto{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
}

.PersonalPhotoParent{
    display: flex;
    align-items: left;
    justify-content: left;
    width: 100%;
    height: fit-content;
    background: linear-gradient(
    180deg,
    #818181,
    #414141,
    rgb(39, 39, 39)
    );
}

.PersonalPhoto2{
    width: 66%;
    justify-content:center;
    display: flex;
    height: fit-content;
    padding: 1%;
    padding-bottom: 3%;
}

#PersonalPhotoStyling2{
    max-width: 100%;
    box-shadow: 
        clamp(-10px, 2vw, -60px)  
        clamp(10px, 2vw, 15px)    
        10px                   
        rgba(0, 0, 0, 0.8);
}

.PersonalPhotoChild1{
    width: 50%;
    height: fit-content;
    text-align: center;
    padding-left:5%;
    padding-right:5%;
    padding-bottom:2%;
}

.PersonalPhotoChild2{
    width: 50%;
    height: fit-content;
    justify-content: right;
    display: flex;
}

.ContactLinks{
    max-width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    gap: 5%;
    margin-top: 15%;
}

.SocialImages{
    width: clamp(50px, 3vw, 60px);
    height: auto;
    display: block;
    transition: 0.5s;
}

.SocialImages:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.ContactLinks a {
    display: inline-block;
}

@media (max-width: 1024px){
    .PersonalPhotoChild1{
        width: 70%;
        justify-content: center;
        display: flex;
        text-align: center;
        flex-direction: column;
    }

    .PersonalPhoto {
        display: none;
    } 

    .PersonalPhotoParent{
        justify-content: center;
        margin: auto;
    }

    .PersonalPhoto2{
        width: 100%;
    }
}

.cv-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    border-radius: 8px;
    transition: 0.3s ease;
    font-weight: 500;
    font-size: clamp(15px, 2vw, 25px);
}

.cv-button:hover {
    background-color: #333;
    transform: scale(1.1);
}

.cv-button a {
    text-decoration:none;
    color:white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
}



/*Information about myself code*/
.AboutMeAccordionParent {
    display: flex;
    justify-content: center;
    margin-right: 1%;
}

.AboutMeAccordionChild {
    width: 60%;
}

.AboutMeAccordion {
    background: linear-gradient(
    180deg,
    #3f3f3f,
    #1b1b1b,
    rgb(0, 0, 0)
    );
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: clamp(40px, 3vw, 60px);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    border-radius: 18px 18px 0 0;
}

.AboutMeInfo {
    background-color: black;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    max-width: 100%;
    color: white;
    font-size: clamp(15px, 2.5vw, 20px);
    flex-wrap: wrap;
    display: flex;
    border-radius: 0 0 18px 18px;
}

.active, .AboutMeAccordion:hover {
    background: linear-gradient(
    180deg,
    rgb(73, 73, 73),
    rgb(73, 73, 73),
    rgb(73, 73, 73)
    );
}

#ProfessionalSummery{
    margin-top: clamp(180px, 8vw, 220px);
}

#ProfessionalSummeryHeader{
    color: black;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: clamp(40px, 3vw, 80px);
}

#AboutMeParagraph{
    padding-left: 2%;
    padding-right: 2%;
}

@media (max-width: 1024px) {
    .AboutMeAccordion {
        flex-direction: column;
        width: 100%;
    }

    .AboutMeInfo{
        flex-direction: column;
        width: 100%;
    }

    .AboutMeAccordionChild{
        width: 100%;
    }

    .AboutMeAccordionParent{
        margin-right: 0%;
    }
}


/*My Personal Strengths Code*/
.StrengthsAccordionParent2 {
    display: flex;
    justify-content: center;
    margin-right: 1%;
}

.StrengthsAccordionChild2 {
    width: 60%;
    margin-top: clamp(50px, 2vw, 55px);

}

.StrengthsAccordion2 {
    background: linear-gradient(
    180deg,
    #3f3f3f,
    #1b1b1b,
    rgb(0, 0, 0)
    );
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: clamp(40px, 3vw, 60px);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    border-radius: 18px 18px 0 0;
}

.StrengthsInfo2 {
    background-color: black;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    max-width: 100%;
    color: white;
    font-size: clamp(15px, 2.5vw, 20px);
    flex-wrap: wrap;
    display: flex;
    border-radius: 0 0 18px 18px;
}

.active, .StrengthsAccordion2:hover {
    background: linear-gradient(
    180deg,
    rgb(73, 73, 73),
    rgb(73, 73, 73),
    rgb(73, 73, 73)
    );
}

@media (max-width: 1024px) {
    .StrengthsAccordion2 {
        flex-direction: column;
        width: 100%;
    }

    .StrengthsInfo2{
        flex-direction: column;
        width: 100%;
    }

    .StrengthsAccordionChild2{
        width: 100%;
    }

    .StrengthsAccordionParent2{
        margin-right: 0%;
    }
}


/*My Past Experience Code*/
.PastExAccordionParent3 {
    display: flex;
    justify-content: center;
    margin-right: 1%;
}

.PastExAccordionChild3 {
    width: 60%;
    margin-top: clamp(50px, 2vw, 55px);

}

.PastExAccordion3 {
    background: linear-gradient(
    180deg,
    #3f3f3f,
    #1b1b1b,
    rgb(0, 0, 0)
    );
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: clamp(40px, 3vw, 60px);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    border-radius: 18px 18px 0 0;
}

.PastExInfo3 {
    background-color: black;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    max-width: 100%;
    color: white;
    font-size: clamp(15px, 2.5vw, 20px);
    flex-wrap: wrap;
    display: flex;
    border-radius: 0 0 18px 18px;
}

.active, .PastExAccordion3:hover {
    background: linear-gradient(
    180deg,
    rgb(73, 73, 73),
    rgb(73, 73, 73),
    rgb(73, 73, 73)
    );
}

@media (max-width: 1024px) {
    .PastExAccordion3 {
        flex-direction: column;
        width: 100%;
    }

    .PastExInfo3{
        flex-direction: column;
        width: 100%;
    }

    .PastExAccordionChild3{
        width: 100%;
    }

    .PastExAccordionParent3{
        margin-right: 0%;
    }
}


/*My Education Code*/
.EducationAccordionParent4 {
    display: flex;
    justify-content: center;
    margin-right: 1%;
}

.EducationAccordionChild4 {
    width: 60%;
    margin-top: clamp(50px, 2vw, 55px);
}

.EducationAccordion4 {
    background: linear-gradient(
    180deg,
    #3f3f3f,
    #1b1b1b,
    rgb(0, 0, 0)
    );
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: clamp(40px, 3vw, 60px);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    border-radius: 18px 18px 0 0;
}

.EducationInfo4 {
    background-color: black;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    max-width: 100%;
    color: white;
    font-size: clamp(15px, 2.5vw, 20px);
    flex-wrap: wrap;
    display: flex;
    border-radius: 0 0 18px 18px;
}

.active, .EducationAccordion4:hover {
    background: linear-gradient(
    180deg,
    rgb(73, 73, 73),
    rgb(73, 73, 73),
    rgb(73, 73, 73)
    );
}


@media (max-width: 1024px) {
    .EducationAccordion4 {
        flex-direction: column;
        width: 100%;
    }

    .EducationInfo4{
        flex-direction: column;
        width: 100%;
    }

    .EducationAccordionChild4{
        width: 100%;
    }

    .EducationAccordionParent4{
        margin-right: 0%;
    }
}


/*My Goals Code*/
.GoalsAccordionParent5 {
    display: flex;
    justify-content: center;
    margin-right: 1%;
}

.GoalsAccordionChild5 {
    width: 60%;
    margin-top: clamp(50px, 2vw, 55px);
}

.GoalsAccordion5 {
    background: linear-gradient(
    180deg,
    #3f3f3f,
    #1b1b1b,
    rgb(0, 0, 0)
    );
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: clamp(40px, 3vw, 60px);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    border-radius: 18px 18px 0 0;
}

.GoalsInfo5 {
    background-color: black;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    max-width: 100%;
    color: white;
    font-size: clamp(15px, 2.5vw, 20px);
    flex-wrap: wrap;
    display: flex;
    border-radius: 0 0 18px 18px;
}

.active, .GoalsAccordion5:hover {
    background: linear-gradient(
    180deg,
    rgb(73, 73, 73),
    rgb(73, 73, 73),
    rgb(73, 73, 73)
    );
}

@media (max-width: 1024px) {
    .GoalsAccordion5 {
        flex-direction: column;
        width: 100%;
    }

    .GoalsInfo5{
        flex-direction: column;
        width: 100%;
    }

    .GoalsAccordionChild5{
        width: 100%;
    }

    .GoalsAccordionParent5{
        margin-right: 0%;
    }
}



/*My Works Code*/
#MyWorks{
    width: min(90%, 900px);
    margin: 50px auto;
}

#MyWorksHeader{
    color: black;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: clamp(40px, 3vw, 80px);
    margin-bottom: 0%;
    margin-top: clamp(180px, 8vw, 220px);
}

.ProjectTitle{
    color: black;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: clamp(35px, 2vw, 60px);
    margin-top: 2%;
    margin-bottom: 5%;
}

.ProjectTitle2{
    color: black;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: clamp(35px, 2vw, 60px);
    margin-top: 2%;
    margin-bottom: 5%;
    margin-top: clamp(180px, 8vw, 220px);
}

.SliderBox{
    margin-bottom: 60px;
}

.SliderWrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    background: #ddd;
}

.Slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.Slide {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.Slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.SlideText {
    position: absolute;
    left: 5%;
    bottom: 8%;
    background: rgba(0, 0, 0, 0.55);
    color: white;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: clamp(14px, 2vw, 22px);
}

.Prev,
.Next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.45);
    color: white;
    font-size: clamp(18px, 2vw, 30px);
    width: clamp(38px, 4vw, 50px);
    height: clamp(38px, 4vw, 50px);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
}

.Prev:hover,
.Next:hover {
    background: rgba(0, 0, 0, 0.7);
}

.Prev {
    left: 15px;
}

.Next {
    right: 15px;
}

.Dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.Dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bbb;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.Dot.Active {
    background: #333;
    transform: scale(1.15);
}

@media (max-width: 600px) {
    #MyWorks {
        width: 95%;
        margin: 30px auto;
    }

    .SlideText {
        left: 4%;
        right: 4%;
        bottom: 6%;
        padding: 10px 14px;
    }

    .Prev {
        left: 8px;
    }

    .Next {
        right: 8px;
    }
}



/*Testimonials Code*/
#Testimonials{
    margin-top: clamp(180px, 8vw, 220px);
    
}

.TestimonialsContainer {
    display: flex;
    justify-content: center; 
    gap: clamp(20px, 4vw, 30px);
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.TestimonialCard {
    width: clamp(380px, 30%, 400px); 
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transition: 0.3s;
    min-height: 350px;
}

.TestimonialCard h3 {
    color: gold;
    margin-bottom: 10px;
}

.TestimonialCard p {
    font-style: italic;
    color: #555;
    font-size: clamp(18px, 2vw, 20px);
}

.TestimonialCard h4 {
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: clamp(10px, 2vw, 20px);
}

.TestimonialCard span {
    font-size: clamp(12px, 2vw, 14px);
    color: rgb(0, 0, 0);
}

.TestimonialCard a {
    font-size: clamp(8px, 2vw, 15px);
    color:black;
    text-decoration: none;
}

.TestimonialCard a:hover {
    color: grey;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .TestimonialsContainer {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .TestimonialCard{
        min-height: 150px;
    }
}

#Testimonials h2{
    text-align: center;
    font-size: clamp(40px, 2vw, 80px);
    width: 60%;
    margin: auto;
    padding-top: 2%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-left: 1%;
    padding-right: 1%;
    text-decoration: underline;
    text-underline-offset: 50%;
    text-decoration-thickness: 5%;
    color: black;
    margin-bottom: 3%;
}

.TestimonialCard:hover{
    transform: scale(1.1);
}


/*Footer Code*/
footer{
    background-color: black;
    max-width:100%;
    height:fit-content;
    padding-bottom: 1%;
    padding-top: 1%;
    margin-top: clamp(180px, 8vw, 220px);
}

@media (max-width: 1024px) {
    footer{
        height:100px;
        padding-bottom: 0%;
    }
}

.FooterContent{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.FooterLinks {
    display: flex;
    align-items: center;
    font-size: clamp(15px, 2vw, 25px);
}

.FooterLinks a {
    color: white;
    padding: 0 15px;
    text-decoration: none;
}

.FooterSocials {
    display: flex;
    align-items: center;
}

.FooterSocials a {
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.FooterSocials a + a {
    border-left: 1px solid white;
}

.FooterSocials img{
    width: 30px;
    height: auto;
}

.FooterLinks a + a {
  border-left: 1px solid #ffffff;
}

#FooterCopyright{
    color: white;
    margin-left: 1%;
    font-size: clamp(15px, 2vw, 25px);
}