@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;...;1,900&display=swap');


* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 14px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  z-index: 999;
}

.scrollToTop:hover {
  background-color:#FFD700;
  color: #000;
}


body {
    background-color: #f9f9f9;
}
 
/* Style for header*/

header {
    background-color: #222;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 150px;
}

.logo {
    
    width: 30%;
    height: auto;
}

.navigation a {
   
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
    padding: 0.9375em 2.1875em;
    letter-spacing: 1px;
    border-radius: 15px;
    margin-left: 15px; 
    transition: 0.3s ease;    
}

.navigation a:hover {
     color: #1c1c1c;
    background-color: #FFD700;
    transform: scale(1.1);
}

/* Style for Main-section*/

section
{
    padding: 100px 200px;
   
}

.main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 230px 200px;
    background: linear-gradient(to right, #1c1c1c, #262626);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}

.main h2 
{
    color: #fff;
    font-size: 1.8em;
    font-weight: 500;
}

.main h2 span
{
    display: inline-block;
    margin-top: 10px;
    margin-right:5px;
    color: #FFD700;
    font-size: 2.5em;
    font-weight: 600;
    

}

.main h3 
{
 color: #ffffff;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.main-btn {
    color: #FFD700;
    text-decoration: none;
    font-size: 2.0em;
    font-weight: 600;
    display: inline-block;
   
    letter-spacing: 1px;
    border-radius: 15px;
    margin-bottom: 40px;
    transition: 0.8s ease;
}




.social-icons a 
{
    color: rgb(255, 255, 255);
    font-size: 1.7em;
    padding-right: 30px;
     display: inline-block;
    align-items: center;
    transition: transform 0.3s ease;

}

.social-icons a i:hover {
    color: #FFD700;
    transform: scale(1.2); 
}


.ProAdv-icon {
    height: 35px;
    width: auto;
    vertical-align: middle;
    margin-right: 0 px;
    margin-left: -15xy;
    margin-bottom: 7px;
    transition: transform 0.3s ease;
    display: inline-flex;
}

.ProAdv-icon:hover {
    transform: scale(1.2);
    filter: brightness(0) saturate(100%) invert(77%) sepia(90%) saturate(620%) hue-rotate(1deg) brightness(105%) contrast(101%);
}




.main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 230px 200px;
    background: linear-gradient(to right, #1c1c1c, #262626);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}
.main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
}

.text {
    flex: 1;
}

.image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-quote {
    max-width: 100%;
    height: auto;
  border-radius: 12px; 
  box-shadow:
        inset 0 0 15px rgba(0, 0, 0, 0.3), 
        3px 5px 8px rgba(255, 215, 0, 0.2), 
        0px 4px 6px rgba(255, 215, 0, 0.15),             
        4px 0px 6px rgba(255, 215, 0, 0.15);             

}

/* Style for Experiences-section*/
.title
{
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 44px;
    color: #222222;
    margin-bottom: 30px;
    scroll-margin-top: 23vh;

}

.content 
{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    
}

.card {
background-color: #f9f9f9;

text-decoration: none;
width: 21.25em;
height: 24em;
box-shadow: 0 5px 25px rgba(1 1 1/15%);
border-radius: 10px;

padding: 25px;
margin: 15px;
transition: 0.7s ease;
}




.icon {
color: #000;
font-size: 7em;
text-align: center;
}

.info {
text-align: center;
}
.info h3 
{
color: #222222;
font-size: 1.2em;
font-weight: 700;
margin: 10px;
}
#CppIconStyle
{

    height: 1.2em;      
    width: auto;        
    filter: brightness(0) saturate(100%) invert(0);
    vertical-align: middle;
    margin-top: -25px;
    margin-bottom: 8px;
}
.info h4 
{
    color: #222222;
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px;
}
#experience .info p {
    font-family: 'Open Sans', Arial, sans-serif;
}


/* Style for Project-section*/
.projects {
        background: linear-gradient(to right, #1c1c1c, #262626);
}
.projectname
{
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 44px;
    color: #f9f9f9;
    margin-bottom: 30px;

}
#projects
{
    scroll-margin-top: 23vh;
}
.projects .content
{
    margin-top: 30px;
}
.project-card {
    background-color: #FFD700;
    border: 1px solid #222;
    min-height: 14em;
    width: 340px;
    overflow: hidden;
    border-radius: 10px;
    margin: 15px;
    transition: 0.7s ease;
}
.project-card:hover
{
transform: scale(1.1);
}
.project-card:hover .project-image {
opacity: 0.9;
}
.project-image img
{
width: 100%;

}
.project-info {
padding: 1em;
}
.project-category 
{
    font-size: 0.8em;
    color: #000000;
    font-family: 'Open Sans', Arial, sans-serif;
}
.project-title
{
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
}
#viewproject1
{
        color: #000;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border: solid 1px black;
    width: 80px ;
    padding: 3px;
    margin-top: -2px;
    border-radius: 5px;
    transition: 0.8s ease;
}
#viewproject1:hover
{
    background-color:black;
    color: #fff;
    transform: scale(1.1);
    
}
.view-project
{
    color: #000;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border: solid 1px black;
    width: 80px ;
    padding: 3px;
    margin-top: -5px;
    border-radius: 5px;
    transition: 0.8s ease;
}
.view-project:hover
{
    background-color:black;
    color: #fff;
    transform: scale(1.1);
    
}

.Naviscroll
{
    scroll-margin-top: 50vh;

}

.project-title-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.project-title-text {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1em;
    
}
.project-description {
    margin-top: 12px;
    font-size: 0.95em;
    line-height: 1.4em;
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
}
.contact .info h3 {
    color: #000;
     font-size: 1.6em;
}
.contact-link {
    color: #000;
    text-decoration: none;
    font-size: 1.3em;
    font-family: 'Open Sans', Arial, sans-serif;
    display: inline-block;
    margin-top: 10px;
}
.contact-link:hover {
    color: #554b11;
}
.contact .info p {
    font-size: 1.3em;
    font-family: 'Open Sans', Arial, sans-serif;
}
 .footer {
    background-color:#222222;
    color: #fff;
    padding: 2em;
    display: flex;
    justify-content: space-between;
}
.footer-title {
    font-size: 1.3em;
    font-weight: 600;
    
}
.footer-title span {
    color:#FFD700;
}

.menu-toggle {
    display: none;
    font-size: 2em;
    color: #FFD700;
    cursor: pointer;
}
.menu-toggle {
    display: none;
    font-size: 1.8rem;
    background: none;
    border: none;
    color: #FFD700;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1001;
}

/*Responsive page*/

@media (max-width: 1480px) {
    .logo {
    width: 65%;
    height: auto;
}
    
}


@media (max-width: 820px) {
    header {
        padding: 20px 40px;
    }

    .menu-toggle {
        display: block;
    }

   .navigation {
        display: none;
        flex-direction: column;
        background-color: #111;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        z-index: 1000;
    }

    .navigation.active {
        display: flex;
    }

    .navigation a {
        padding: 15px;
        border-bottom: 1px solid #444;
    }


    .main {
        flex-direction: column;
        padding: 130px 40px;
    }

    .main-content {
        flex-direction: column;
        gap: 30px;
    }


    section {
        padding: 80px 40px;
    }
    
    #EmailBox
    {

        width: 19.25em;

    }

    #PhoneInfo
    {
        font-size: 100;
    }
    #EmailInfo
    {
        font-size: 100%;
    }

    .footer {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

}

@media (min-width: 250px) and (max-width: 430px) 
{
    .image-quote {
    max-width: 115%;
    height: auto;
  border-radius: 12px; 
  box-shadow:
        inset 0 0 15px rgba(0, 0, 0, 0.3), 
        3px 5px 8px rgba(255, 215, 0, 0.2), 
        0px 4px 6px rgba(255, 215, 0, 0.15),             
        4px 0px 6px rgba(255, 215, 0, 0.15);             

}
}

@media (min-width: 820px) and (max-width: 1500px) 

{

     header {
        padding: 20px 40px;
    }

    .menu-toggle {
        display: block;
    }

   .navigation {
        display: none;
        flex-direction: column;
        background-color: #111;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        z-index: 1000;
    }

    .navigation.active {
        display: flex;
    }

    .navigation a {
        padding: 15px;
        border-bottom: 1px solid #444;
    }


    .main {
        flex-direction: column;
        padding: 130px 40px;
    }

    .main-content {
        flex-direction: column;
        gap: 30px;
    }

    section {
        padding: 80px 40px;
    }
    
    #EmailBox
    {

        width: 19.25em;

    }

    #PhoneInfo
    {
        font-size: 100;
    }
    #EmailInfo
    {
        font-size: 100%;
    }

    .footer {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    
}

 @media (min-width: 0px) and (max-width: 1500px) 
 {
.main-content .text{
        text-align: center;  
    margin: 0 auto;          
    display: flex;           
    flex-direction: column;
    justify-content: center; 
    align-items: center;     
    }
    
    .main h2 
{
    color: #fff;
    font-size: 1.5em;
    font-weight: 450;
}
   .main h2 span
{
    font-size: 1.8em;
    font-weight: 700;
}
 }
 
  @media (min-width: 762px) and (max-width: 1500px) 
  {
      .image-quote
         {
             width: 50%;
         }

  }