/* AmirHSD */

@font-face {
    font-family: 'ClashGrotesk-Extralight';
    src: url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Extralight.woff2') format('woff2'),
        url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Extralight.woff') format('woff'),
        url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashGrotesk-Light';
    src: url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Light.woff2') format('woff2'),
        url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Light.woff') format('woff'),
        url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashGrotesk-Regular';
    src: url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Regular.woff2') format('woff2'),
        url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Regular.woff') format('woff'),
        url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashGrotesk-Medium';
    src: url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Medium.woff2') format('woff2'),
        url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Medium.woff') format('woff'),
        url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashGrotesk-Semibold';
    src: url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
        url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Semibold.woff') format('woff'),
        url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashGrotesk-Bold';
    src: url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Bold.woff2') format('woff2'),
        url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Bold.woff') format('woff'),
        url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashGrotesk-Variable';
    src: url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Variable.woff2') format('woff2'),
        url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Variable.woff') format('woff'),
        url('/src/content/font/ClashGrotesk/fonts/ClashGrotesk-Variable.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}

@media (min-width: 992px) {
    .rounded-lg-3 {
        border-radius: .3rem;
    }
}

h1 {
    color: white;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 200px;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    color: transparent;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.navbar-wrapper {
    position: fixed !important;
    margin: 0 auto;
    z-index: 1000;
    transition: 0.2s ease-in-out;
    top: 1.5rem;
}

.navbar-wrapper .navbar {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    margin: 0 auto;
    border-radius: 15px;
    transition: 0.2s ease-in-out;
    background: rgb(71 71 71 / 52%) !important;
    box-shadow: 0 4px 30px rgba(123, 123, 123, 0.1) !important;
    backdrop-filter: blur(9.5px) !important;
    -webkit-backdrop-filter: blur(9.5px) !important;
    border: 1px solid rgba(193, 193, 193, 0.3) !important;
}

@media screen and (max-width: 991px) {
    .navbar-wrapper .navbar .nav-item {
      margin-top: 15px;
    }
    .navbar-wrapper .navbar .nav-item a {
      font-size: 18px;
      padding: 10px;
      font-weight: bold;
      border-radius: 5px;
    }
    .navbar-wrapper .navbar .nav-item a:hover {
        color: #ffffff !important;
        background-color: #1b1c1d;
    }
  }

.navbar-wrapper .navbar .logo {
    width: 100px;
}

#navbarItems {
    justify-content: end;
}

.navbar-wrapper .navbar .nav-item a {
    padding-left: 25px;
    color: #fff !important;
    font-size: 16px;
    font-family: 'ClashGrotesk-Variable';
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    z-index: 10000;
}

.header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    margin-bottom: 175px;
}
.CircleGradiant1 {
    background: conic-gradient(from 180deg at 50% 50%, #FFCC70 0deg, #C850C0 120.07deg, #4158D0 179.52deg);
    /* background: darkgray; */
    border-radius: 50%;
    font-size: 400px;
    height: 1em;
    width: 1em;
    filter: blur(120px);
    z-index: -10000;
    position: absolute;
    margin-left: 75%;
    margin-bottom: 22%;
}

@media screen and (max-width: 768px) {
    .CircleGradiant1 {
        display: none;
        margin-left: -10%;
        margin-bottom: 22%;
    }
}


.header .header-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100vh;
}

@media screen and (max-width: 768px) {
    .header .header-title {
        justify-content: center;
        align-items: center;
        height: 50vh !important;
    }
}

.header .header-title .main-titles {
    font-size: 80px;
    font-weight: 1000;
    transition: all .2s ease;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    color: transparent;
    font-family: 'ClashGrotesk-Variable';
}

@media screen and (max-width: 768px) {
    .header .header-title .main-titles {
        font-size: 28px;
    }
}

.header .header-image img {
    width: 100%;
    /* padding: 100px 50px 0px 50px; */
    animation: toAnimation 1.8s infinite alternate-reverse !important;
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .header .header-image img {
        padding-top: 100px;
    }
}
@media screen and (max-width: 768px) {
    .home-wrapper .header .header-image {
        height: 50vh !important;
    }
}


.header .header-title .sub-title-header {
    margin: 30px 0;
    color: #9C9C9C;
    font-weight: 400 !important;
    font-size: 22px;
    font-family: 'ClashGrotesk-Variable';
}

.button-box {
    padding: 0px !important;
}

@media screen and (max-width: 768px) {
    .button-box {
        justify-content: center;
    }
}


.button {
    border: none;
    display: flex;
    align-items: center;
    width: auto !important;
    height: auto !important;
    font-weight: 600 !important;
    font-family: 'ClashGrotesk-Variable';
    color: #9C9C9C !important;
    background: linear-gradient(45deg, #1F2122, #1F2122);
    padding: 12px 40px !important;
    font-size: 18px ;
    box-shadow: none !important;
    text-decoration: none !important;
    border-radius: 15px !important;
    transition: all .2s ease-in-out !important;
}

.button-social-box {
    display: flex;
}

.button-social {
    border: none;
    display: flex;
    align-items: center;
    width: auto !important;
    height: auto !important;
    font-weight: 600 !important;
    font-family: 'ClashGrotesk-Variable';
    color: #9C9C9C !important;
    padding: 12px 12px !important;
    font-size: 30px ;
    box-shadow: none !important;
    text-decoration: none !important;
    border-radius: 15px !important;
    transition: all .2s ease-in-out !important;
}

@media screen and (max-width: 768px) {
    .header .header-title .sub-title-header {
        height: 25px;
        font-size: 18px !important;
    }
}
#about {
    margin-bottom: 260px;
}
.about .about-title {
    font-size: 85px;
    font-weight: 1000;
    line-height: 100px;
    /* transition: all .2s ease;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent; */
    color: #1F2122;
    text-shadow: -1px 0 #2E3031, 0 1px #2E3031, 1px 0 #2E3031, 0 -1px #2E3031;
    font-family: 'ClashGrotesk-Variable';
}

@media screen and (max-width: 768px) {
    .about .about-title {
        font-size: 60px;
    }
}

.about .about-subtitle {
    position: absolute;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
    transition: all .2s ease;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    color: transparent;
    font-family: 'ClashGrotesk-Variable';
    word-spacing: 15px;
    text-shadow: 0px 0px 20px #C850C0, 0px 0px 20px #4158D0;
}

@media screen and (max-width: 768px) {
    .about .about-subtitle {
        font-size: 18px;
    }
}

.about .about-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    background-color: #222324a8;
    border-radius: 40px;
    padding: 55px;
    direction: rtl;
    margin-bottom: 175px;
}

@media screen and (max-width: 768px) {
    .about .about-box {
        padding: 35px;
    }
}

.about .about-box .about-image {
    display: flex;
    justify-content: start;
    margin-bottom: 75px;
}

.about .about-box .about-image img {
    width: 80%;
    transition: all .2s ease;
    object-fit: cover;
    
}
.about .about-box .about-content {
    width: fit-content;
}

.about .about-box .about-content h2 {
    font-weight: normal;
    color: #9C9C9C;
    font-size: 18px;
    text-align: justify;
    line-height: 2.2;
    direction: ltr;
}

.about .about-box .about-work-box {
    display: flex;
}

@media screen and (max-width: 768px) {
    .about .about-box .about-work-box {
        flex-direction: column-reverse;
    }
}

.about .about-box .about-work-box .work-box {
    display: inline;
}

.about .about-box .about-work-box .work-box .work-box-logo{
    display: flex;
    justify-content: center;
}

.about .about-box .about-work-box .work-box .work-box-logo img {
    width: 30%;
    transition: all .2s ease;
    object-fit: cover;
}

.about .about-box .about-work-box .work-box .work-box-content {
    display: inline;
    justify-content: center;
}

.about .about-box .about-work-box .work-box .work-box-content .work-box-content-title h5 {
    display: flex;
    justify-content: center;
    font-weight: bold;
    color: #9C9C9C;
    font-size: 16px;
    text-align: justify;
    direction: ltr;
}

.about .about-box .about-work-box .work-box .work-box-content .work-box-content-description h6 {
    display: flex;
    justify-content: center;
    font-weight: normal;
    color: #9C9C9C;
    font-size: 14px;
    text-align: justify;
    direction: ltr;
}

.CircleGradiant2 {
    background: conic-gradient(from 180deg at 50% 50%, #FFCC70 0deg, #C850C0 120.07deg, #4158D0 179.52deg);
    /* background: darkgray; */
    border-radius: 50%;
    font-size: 400px;
    height: 1em;
    width: 1em;
    filter: blur(120px);
    z-index: -10000;
    position: absolute;
    margin-left: 0%;
    margin-top: 0%;
}
@media screen and (max-width: 768px) {
    .CircleGradiant2 {
        font-size: 300px;
    }
}

.CircleGradiant3 {
    background: conic-gradient(from 180deg at 50% 50%, #FFCC70 0deg, #C850C0 120.07deg, #4158D0 179.52deg);
    /* background: darkgray; */
    border-radius: 50%;
    font-size: 400px;
    height: 1em;
    width: 1em;
    filter: blur(120px);
    z-index: -10000;
    position: absolute;
    margin-left: 75%;
    margin-top: 22%;
}

@media screen and (max-width: 768px) {
    .CircleGradiant3 {
        display: none;
        margin-left: -10%;
        margin-bottom: 22%;
    }
}

.specialties .specialties-title {
    font-size: 85px;
    font-weight: 1000;
    line-height: 100px;
    /* transition: all .2s ease;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent; */
    color: #1F2122;
    text-shadow: -1px 0 #2E3031, 0 1px #2E3031, 1px 0 #2E3031, 0 -1px #2E3031;
    font-family: 'ClashGrotesk-Variable';
}

@media screen and (max-width: 768px) {
    .specialties .specialties-title {
        font-size: 60px;
    }
}

.specialties .specialties-subtitle {
    position: absolute;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
    transition: all .2s ease;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    color: transparent;
    font-family: 'ClashGrotesk-Variable';
    word-spacing: 15px;
    text-shadow: 0px 0px 20px #C850C0, 0px 0px 20px #4158D0;
}

.CircleGradiant4 {
    background: conic-gradient(from 180deg at 50% 50%, #FFCC70 0deg, #C850C0 120.07deg, #4158D0 179.52deg);
    /* background: darkgray; */
    border-radius: 50%;
    font-size: 400px;
    height: 1em;
    width: 1em;
    filter: blur(120px);
    z-index: -10000;
    position: absolute;
    margin-left: 0%;
    margin-top: 40%;
}
@media screen and (max-width: 768px) {
    .CircleGradiant4 {
        font-size: 300px;
    }
}

.CircleGradiant5 {
    background: conic-gradient(from 180deg at 50% 50%, #FFCC70 0deg, #C850C0 120.07deg, #4158D0 179.52deg);
    /* background: darkgray; */
    border-radius: 50%;
    font-size: 400px;
    height: 1em;
    width: 1em;
    filter: blur(120px);
    z-index: -10000;
    position: absolute;
    margin-left: 75%;
    margin-top: 10%;
}

@media screen and (max-width: 768px) {
    .CircleGradiant5 {
        display: none;
        margin-left: -10%;
        margin-bottom: 22%;
    }
}

.specialties .specialties-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    background-color: #222324a8;
    border-radius: 40px;
    padding: 55px;
    direction: rtl;
    margin-bottom: 175px;
    
}

@media screen and (max-width: 768px) {
    .specialties .specialties-box {
        padding: 0px;
        
    }
}

.specialties .specialties-box .specialties-box-skills {
    align-items: flex-start;
    border-radius: 40px;
    padding: 60px 40px;
}

@media screen and (max-width: 768px) {
    .specialties .specialties-box .specialties-box-skills {
        padding: 60px 10px;
    }
}

.specialties .specialties-box .specialties-box-skills .specialties-box-skill {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.specialties .specialties-box .specialties-box-skills .specialties-box-skill .specialties-box-skill-wrapper {
    width: 90%;
    margin: 25px 0;
}

.specialties .specialties-box .specialties-box-skills .specialties-box-skill .specialties-box-skill-title {
    display: flex;
    direction: ltr;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 18px;
    color: #ffff;
    text-shadow: 0px 0px 15px #000000;
}

.specialties .specialties-box .specialties-box-skills .specialties-box-skill .specialties-box-skill-title .name {
    font-weight: 600;
}

.specialties .specialties-box .specialties-box-skills .specialties-box-skill .specialties-box-skill-title .level {
    display: flex;
    justify-content: end;
    width: 20%;
}
.specialties .specialties-box .specialties-box-skills .specialties-box-skill .specialties-box-skill-title .level .star {
    width: 30%;
}


.specialties .specialties-box .specialties-box-skill .progress {
    direction: ltr;
    height: 5px;
    border-radius: 500px;
    background: #292b2c;
    
}

.specialties .specialties-box .specialties-box-skill .progress .progress-bar {
    border-radius: 500px;
    background-image: linear-gradient(43deg, #4158D0 15%, #C850C0 63%, #FFCC70 100%);
    
}


.Experiences .Experiences-title {
    font-size: 85px;
    font-weight: 1000;
    line-height: 100px;
    /* transition: all .2s ease;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent; */
    color: #1F2122;
    text-shadow: -1px 0 #2E3031, 0 1px #2E3031, 1px 0 #2E3031, 0 -1px #2E3031;
    font-family: 'ClashGrotesk-Variable';
}

@media screen and (max-width: 768px) {
    .Experiences .Experiences-title {
        font-size: 58px;
    }
}

.Experiences .Experiences-subtitle {
    position: absolute;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
    transition: all .2s ease;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    color: transparent;
    font-family: 'ClashGrotesk-Variable';
    word-spacing: 10px;
    text-shadow: 0px 0px 20px #C850C0, 0px 0px 20px #4158D0;
}

.Experiences .Experiences-box {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    background-color: #222324a8;
    border-radius: 40px;
    padding: 55px;
    direction: ltr;
    margin-bottom: 175px;
    
}

.Experiences .Experiences-box .Experiences-box-title  {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    .Experiences .Experiences-box .Experiences-box-title {
        padding-right: 0;
        padding-left: 00px;
    }
}

.Experiences .Experiences-box .Experiences-box-title h2 {
    display: flex;
    align-items: baseline;
    color: #9C9C9C;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
    padding: 8px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.1s ease-in;
}

.Experiences .Experiences-box h2 i {
    padding-right: 5px;
}

.Experiences .Experiences-box h2:nth-child(even) {
    border-top: 1px solid #252627;
    border-bottom: 1px solid #252627;
    background-color: #2E3031;
}

