/*!
  * Item: InspireFolio - Portfolio Template
  * Description: Personal Portfolio Template - Landing Page
  * Author/Developer: ExifyThemes
  * Version: v1.0.0
  * Profile: https://www.templatemonster.com/authors/exifythemes/
*/

@import "bootstrap.min.css";
@import "fonts.css";
@import "slick.css";
@import "aos.css";


/*--- Body Style Start ---*/
:root {
    --body-fonts: 'BR Firma', wght, sans-serif;
    --body-bg: #FFFFFF;
    --color-primary: #FCDA69;
    --color-secondary: #8873F0;
    --color-text: #919191;
    --text-secondary: #7D6104;
    --text-gray: #878C8E;
    --color-white: #FFFFFF;
    --color-dark: #1D1D1D;
    --border-color: #D9DADB;
}

body {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 400;
    font-family: var(--body-fonts);
    color: var(--color-dark);
    background-color: var(--body-bg);
}

.container-fluid {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}


@media (min-width: 1441px) {
    .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 2000px) {
    .container {
        max-width: 2000px;
        padding-left: 100px;
        padding-right: 100px;
    }
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: 300;
}

p {
    margin: 0;
}

h1 {
    font-size: 5rem;
    line-height: 1.3;
    font-weight: 700;
}

h2 {
    font-size: 3rem;
    font-weight: 700;
}

h3 {
    font-size: 2.2rem;
    font-weight: 600;
}

h4 {
    font-size: 1.7rem;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: var(--color-dark);
    transition: 0.35s all ease;
}

a:hover {
    color: var(--color-primary);
}

section {
    position: relative;
    padding: 100px 0 !important;
    z-index: 1;
}

.section-bg {
    background-color: var(--color-primary) !important;
}

.section-title {
    max-width: 750px;
    margin-bottom: 80px;
}

.section-title h2 {
    margin-bottom: 25px;
}

.section-title p {
    position: relative;
    padding-left: 60px;
    margin-top: 15px;
}

.section-title p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 39px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--color-dark);
    display: inline-block;
}

.section-bg .section-title p {
    color: var(--text-secondary);
}

.section-bg .section-title p:before {
    background-color: var(--text-secondary);
}

.section-title span {
    font-weight: 500;
    color: #FD0303;
    transform: matrix(0.87, -0.5, 0.5, 0.87, 0, 0);
    display: inline-block;
    margin-bottom: 12px;
    margin-left: -5px;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: 0.7s all ease-in-out;
    background-color: #BBB9A1;
}

.preloader-hidden {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.preloader svg rect {
    fill: var(--color-primary);
    -webkit-transition: width 0.7s ease-in-out 0.8s;
    transition: width 0.7s ease-in-out 0.8s;
    width: 0;
    transition-delay: 0.3s;
}

.preloader-active svg rect:nth-child(2) {
    width: 60px;
}

.preloader-active svg rect:nth-child(3) {
    width: 42px;
    transition-delay: 0.5s;
}

.preloader-active svg rect:nth-child(4) {
    width: 21px;
    transition-delay: 0.7s;
}


.btn {
    padding: 23px 30px;
    border-radius: 16px;
    font-weight: 600;
    line-height: 1;
    min-width: 220px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.pf-btn {
    color: var(--color-white);
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}


.pf-btn,
.pf-btn:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

.pf-btn img {
    width: 24px;
}

/*--- Body Style End ---*/

/*--- Header CSS Start ---*/
.header {
    padding: 50px 0 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0.6s all ease;
}

.header.shown {
    padding: 15px 0;
    background-color: var(--body-bg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.header.shown .navbar-brand img {
    width: 45px !important;
    height: 45px !important;
}

.header .navbar-collapse {
    justify-content: flex-end;
}

.header .navbar {
    padding: 0;
    justify-content: space-between !important;
    width: 100%;
}

.header .navbar-brand {
    width: 200px;
    flex: 0 0 200px;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: var(--color-dark);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .navbar-brand img {
    width: 100px;
    height: 82px;
    transition: 0.35s all ease-in-out;
}

.header .nav-item + .nav-item,
.header li + li {
    margin-left: 50px;
}

.header .navbar-nav .nav-link {
    line-height: 1.4;
    padding: 0;
    color: var(--color-dark);
    font-weight: 600;
    text-align: center;
    position: relative;
   
}

.header .navbar-nav .nav-link:after {
    content: '';
    width: 0;
    height: 2px;
    background-color: var(--color-dark);
    border-radius: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: 0.35s all ease-in-out;
}

.header .nav-link:hover,
.header .nav-link.active {
    color: var(--color-secondary);
}

.header .nav-link:hover:after,
.header .nav-link.active:after {
    width: 100%;
    background-color: var(--color-secondary);
}

/*--- Header CSS End ---*/

/*--- Hero CSS Start ---*/
.hero {
    padding: 200px 0 100px;
    position: relative;
    overflow: hidden;
}

.hero .container-fluid {
    position: relative;
}

.hero .section-title {
    max-width: 510px;
    margin-bottom: 0 !important;
}

.hero-col {
    position: relative;
}

.hero-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-32deg);
    z-index: 1;
    width: 155%;
}

.hero-img {
    margin: auto;
    background: var(--color-primary);
    width: 350px;
    height: 500px;
    box-sizing: border-box;
    border-radius: 80px;
    transition: transform 400ms ease;
    position: relative;
    transform: rotate(30deg);
}

@media (min-width: 1700px) {
    .hero {
        padding: 230px 0 150px;
    }

    .hero-img {
        width: 380px;
        height: 550px;
    }
}

.hero-img:before,
.hero-img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: inherit;
    height: inherit;
    background-color: inherit;
    border-radius: inherit;
}

.hero-img:before {
    transform: rotate(60deg);
}

.hero-img:after {
    transform: rotate(-60deg);
}

.hero-tag-line {
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 1.25rem;
    font-weight: 400;
    max-width: 250px;
}

.scroll-down {
    position: absolute;
    max-width: 420px;
    width: 100%;
    bottom: 300px;
    right: -130px;
    transform: rotate(-90deg);
    color: var(--color-dark);
}

.scroll-down:before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: var(--color-secondary);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    animation: slideUpDown 2s infinite alternate;

}

.scroll-down:after {
    content: "";
    width: calc(100% - 130px);
    height: 2px;
    background-color: var(--border-color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes slideUpDown {
    0% {
        right: 0;
    }
    100% {
        right: calc(100% - 180px);
    }
}

@media (min-width: 2000px) {
    .scroll-down {
        bottom: 250px;
        right: 5%;
    }
}

/*--- Hero CSS End ---*/

/*--- Skills Section CSS Start ---*/
.skills-section {
    padding-bottom: 84px !important;
    overflow: hidden;
}

.skill-badge {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--text-secondary);
    border-radius: 16px;
    color: var(--text-secondary);
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.35s all ease-in-out;
}

.skill-badge img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: 0.35s all ease-in-out;
}

.skill-badge:hover {
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-dark);
    box-shadow: 0 0 4px #00000029;
    transform: scale(1.03);
}

.skill-badge:hover img {
    filter: grayscale(0);
    opacity: 1;
}

@media (min-width: 992px) {
    .skills-section .mb-4 {
        margin-bottom: 2.3rem !important;
    }
}

.skills-rounded {
    width: 234px;
    height: 234px;
    position: relative;
    transform: rotate(-180deg);
    transition: 0.5s all ease-in-out;
}

.skills-rounded img {
    width: 100%;
    height: 100%;
    animation: rotate 13s linear infinite;
}

.skills-rounded:hover img {
    animation: none;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.skills-rounded .skills-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    animation: none;
}

/*--- Skills Section CSS End ---*/


/*--- Experience Section CSS Start ---*/
.experience-section {
}

.exp-col {
    padding: 30px 0 0 0;
    display: flex;
    border-top: 1px solid var(--border-color);
    max-width: 790px;
}

.experience-section .section-title {
    margin-bottom: 0 !important;
}

.exp-year {
    width: 145px;
    flex: 0 0 145px;
    font-weight: 600;
    color: var(--color-secondary);
    text-align: right;
}

.exp-detail {
    width: 100%;
    padding: 0 15px !important;
}

.exp-detail h3 {
  
}

.company-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.company-info p {
    font-size: 0.875rem;
    margin-bottom: 40px;
    color: var(--text-gray);
}

/*--- Experience Section CSS End ---*/

/*--- Portfolio Section CSS Start ---*/
.portfolio-section {
}

.portfolio-col {
    margin-bottom: 100px;
}

.portfolio-col:nth-child(2n) {
    margin-top: -30px;
}

.portfolio-card {
    position: relative;
}

.portfolio-card .img {
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border-color);
    height: 500px;
}

.portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-card a {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -1;
    transition: 0.5s all ease;
}

.portfolio-card a img {
    width: 80px;
    height: 80px;
    filter: invert(1);
    transition: 0.3s all ease;
    position: relative;
    left: -30px;
    top: 40px;
    opacity: 0;
}

.portfolio-card .img:hover a {
    opacity: 1;
    z-index: 1;
}

.portfolio-card .img:hover a img {
    opacity: 1;
    left: 0;
    top: 0;
}

.portfolio-info {
    margin-bottom: 45px;
}

.portfolio-info span {
    font-size: 0.875rem;
    display: block;
    color: var(--text-secondary);
    font-weight: 300;
}

.portfolio-info h3 {
    margin-bottom: 8px;
    font-weight: 400;
}

/*--- Portfolio Section CSS End ---*/

/*--- Testimonials Section CSS Start ---*/
.testimonials-section {

}

.testimonials {
    display: flex;
    gap: 100px;
}

.testimonials-container {
    max-width: 1000px;
    width: 100%;
}

.testimonials-text p {
    font-size: 1.75rem;
    line-height: 1.5;
    color: var(--text-gray);
    font-weight: 300;
    margin-bottom: 30px;
}

.testimonials-text p span {
    color: var(--color-dark);
    font-weight: 400;
}

.quotes-icon {
    width: 300px;
}

.quotes-icon img {
    width: 50%;
}

.client-info {
    margin-top: 50px;
    border-bottom: 1px solid var(--color-dark);
    padding: 20px 0;
    background-color: var(--color-white);
    position: relative;
    z-index: 3;
}

.client-info span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text-gray);
    font-size: 0.8rem;
}

.client-info span:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--color-secondary);
    display: inline-flex;
    align-items: center;
}

.testimonials-section .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    position: absolute;
    right: 0;
    bottom: 25px;
    top: auto;
    z-index: 5;
    transition: 0.35s all ease-in-out;
    font-size: 0;
    background-image: url(../images/long-arrow.svg);
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--border-color);
}

.testimonials-section .slick-prev.slick-arrow {
    right: 70px;
    transform: rotate(180deg);
}

.testimonials-section .slick-arrow:hover {
    background-color: var(--color-secondary);
}

.testimonials-section .slick-arrow.slick-disabled {
    background-color: var(--border-color);

}

.testimonials-text p,
.client-info h4,
.client-info span {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

.testimonials-slider .slick-active p,
.testimonials-slider .slick-active .client-info h4,
.testimonials-slider .slick-active .client-info span {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in 1s ease-in-out forwards;
}

.testimonials-slider .client-info h4,
.testimonials-slider .client-info span {
    transition-delay: 1s;
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

/*--- Testimonials Section CSS End ---*/


/*--- Footer CSS Start ---*/
.footer {
    padding: 80px 0 0 0;
    background-color: var(--color-dark);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.hand {
    position: absolute;
    left: 0;
    width: 70px;
    top: -45px;
    animation: wave 2s infinite;
}

@keyframes wave {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.footer-contact a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-dark);
}

.mail-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
}

.footer-contact span {
    max-width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsletter-box {
    background-color: var(--color-white);
    border: none;
    border-radius: 100px 0 100px 0;
    transform: none;
    padding: 50px;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.5s all ease-in-out;
}

.newsletter-box:hover {
    transform: rotate(0deg);
}

.newsletter-box .form {
    width: 100%;
    position: relative;
}

.newsletter-box .form-group {
    position: relative;
}

.newsletter-box .form-control,
.newsletter-box input {
    background-color: transparent;
    border: none;
    border-bottom: 4px solid var(--color-dark);
    height: 50px;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    font-size: 1.25rem;
}

.newsletter-box label {
    position: absolute;
    left: -10px;
    top: -36px;
    font-weight: 600;
    transition: 0.35s all ease-in-out;
}

.form-control:focus + label,
.form-control:not(:placeholder-shown) + label {
    top: -90px;
}

.newsletter-box .form-control:focus,
.newsletter-box input:focus {
    border-bottom-color: var(--color-secondary);
}

.submit-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    border: none;
    background-color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    position: relative;
    left: 0;
    top: -8px;
    transition: 0.3s all ease-in-out;
}

.submit-btn:hover {
    left: 5px;
    /*top: -5px;*/
}

.submit-btn img {
    width: 60%;
}

.copyrights {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid var(--color-dark);
    font-size: 0.75rem;
    font-weight: 400;
}

/*--- Footer CSS End ---*/

/*------------- 1600 -----------------*/
@media only screen and (max-width: 1600px) {
    .skill-badge {
        padding: 20px 15px;
    }

    .exp-detail {
        padding-left: 15px;
    }

    .testimonials {
        gap: 50px;
    }

    .quotes-icon {
        width: 200px;
    }
}

/*------------- 1366 -----------------*/
@media only screen and (max-width: 1366px) {
    h1 {
        font-size: 3.6rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    .header {
        padding: 40px 0 20px;
    }

    .navbar-brand {
        width: 170px;
        flex: 0 0 170px;
    }

    .hero-tag-line {
        right: -30px;
        top: -45px;
        font-size: 1rem;
    }

    .portfolio-card .img {
        height: 400px;
    }

    .portfolio-info {
        margin-bottom: 30px;
    }
}


/*------------- 1199 -----------------*/
@media only screen and (max-width: 1199px) {
    .hero-tag-line {
        right: -20px;
        top: -75px;
        font-size: 1rem;
    }

    .scroll-down {
        display: none;
    }

    .exp-col {
        max-width: 100%;
    }

    .testimonials {
        flex-wrap: wrap;
        position: relative;
        gap: 30px;
    }

    .quotes-icon {
        position: relative;
        top: 0;
        right: auto;
        transform: none;
        opacity: 1;
        left: 0;
        width: 80px;
        margin: 0;
    }

    .submit-btn {
        width: 80px;
        height: 80px;
    }
}


/*------------- 991 -----------------*/
@media only screen and (max-width: 991px) {
    .container-fluid,
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    section {
        padding: 50px 0 !important;
    }

    .skills-section {
        padding-bottom: 35px !important;
    }

    .header {
        padding: 20px 0;
    }

    .header .navbar-brand {
        width: 150px;
        flex: 0 0 150px;
        font-size: 1rem;
    }

    .navbar {
        flex-wrap: nowrap;
    }

    .header .navbar-toggler {
        padding: 0;
        z-index: 1090;
        position: absolute;
        right: 0;
        width: 37px;
        height: 37px;
        outline: none;
        box-shadow: none;
    }

    .header .navbar-brand {
        z-index: 1090;
    }

    .header .navbar-toggler span {
        width: 35px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
        position: absolute;
        top: 3px;
        bottom: auto;
        left: 0;
        right: 0;
        transition: 0.35s all ease;
        background-color: var(--color-dark);
    }

    .header .navbar-toggler span:first-child {
        top: 30%;
    }

    .header .navbar-toggler span:last-child {
        top: auto;
        bottom: 30%;
        left: 0;
        right: 0;
    }

    /* Additional CSS for the cross icon */
    .header .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(45deg);
        top: 50%;
        background-color: var(--color-white);
    }

    .header .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(-45deg);
        top: 50%;
        background-color: var(--color-white);
    }

    body.navbar-open {
        overflow: hidden;
    }

    body.navbar-open .navbar-brand {
        color: var(--color-white);
    }

    .header .navbar-collapse {
        position: absolute;
        top: -20px;
        left: -20px;
        background: var(--color-secondary);
        width: 100vw;
        height: 100vh;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        border: none;
        padding: 15px;
    }

    .header .navbar-collapse ul {
        position: relative;
        top: -40px;
        transition: 0.8s all ease;
        margin-left: 0 !important;
        margin-top: 100px !important;
        opacity: 0;
        width: 100%;
    }

    .header .navbar-toggler[aria-expanded=true] {
        transition-delay: 0.3s;
    }

    .header .navbar-nav .nav-link:hover {
        color: var(--color-white);
    }

    .header .navbar-collapse.show {
        visibility: visible;
        opacity: 1;
        z-index: 999;
        margin-top: 0;
    }

    .header .navbar-collapse.show ul {
        top: 20px;
        opacity: 1;
    }

    .header .nav-item {
        margin: 0 0 25px 0 !important;
        display: block;
        text-align: center;
    }

    .header .navbar-nav .nav-link {
        padding: 0;
        font-size: 1.6rem;
        line-height: 1;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        z-index: 1;
        color: var(--color-white) !important;
    }

    .header .navbar-nav .nav-link:after {
        content: "";
        background-color: rgba(255, 255, 255, 0.5);
        height: 5px;
        position: absolute;
        border-radius: 0;
        bottom: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .header .navbar-nav .nav-link.active:after {
        width: calc(100% + 20px);
    }


    .hero {
        padding: 160px 0 100px;
    }

    .hero-img {
        width: 250px;
        height: 320px;
    }

    .hero-tag-line {
        display: none;
    }

    .hero-img img {
        width: 100%;
    }


    .portfolio-card .img {
        height: auto;
    }

    .portfolio-col {
        margin-bottom: 30px;
        margin-top: 0 !important;
    }

    .portfolio-col:nth-child(2n) {
        margin-top: 0;
    }

    .portfolio-info {
        margin-bottom: 30px;
    }

    .portfolio-card a img {
        width: 70px;
        height: 70px;
    }

    .portfolio-card {
        padding: 0;
        transform: scale(0.9);
        transition: 0.5s all ease;
    }

    .portfolio-col.slick-current .portfolio-card {
        transform: scale(1);
    }

    .testimonials-text p {
        font-size: 1.25rem;
    }

    .skills-section .slick-slide {
        padding: 0 5px;
    }
}


/*------------- 767 -----------------*/
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.7rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    .btn {
        padding: 20px 25px;
    }

    .section-title {
        margin-bottom: 35px;
    }

    .section-title span {
        margin-bottom: 20px;
    }

    .section-title h2 {
        margin-bottom: 17px;
    }

    .section-title p {
        padding-left: 0;
    }

    .section-title p:before {
        content: none;
    }

    .header .navbar-brand img {
        width: 45px;
        height: 45px;
    }

    .hero-img {
        width: 220px;
        height: 270px;
    }

    .hero .section-title {
        max-width: 400px;
    }

    .skills-rounded {
        display: none;
    }

    .skills-row > * {
        padding-right: 5px;
        padding-left: 5px;
    }

    .skill-badge {
        padding: 15px 9px;
        font-size: 0.75rem;
    }

    .skill-badge img {
        width: 20px;
        height: 20px;
    }

    .exp-detail {
        padding: 0 !important;
    }

    .exp-year {
        text-align: right;
        max-width: 110px;
        flex: 0 0 110px;
        white-space: nowrap;
    }

    .company-info p {
        margin-bottom: 0;
    }

    .portfolio-info {
        margin-bottom: 20px;
    }

    .newsletter-box {
        padding: 50px 30px 30px 30px;
        border-radius: 60px 0 60px 0;
    }

    .submit-btn {
        width: 55px;
        height: 55px;
    }

    .newsletter-box .form-control,
    .newsletter-box input {
        border-bottom-width: 2px;
        font-size: 1rem;
    }

    .footer-contact a {
        font-size: 1.3rem;
    }

    .footer-contact span {
        max-width: calc(100% - 60px);
    }
}

/*------------- 380 -----------------*/
@media only screen and (max-width: 380px) {
    body {
        font-size: 0.875rem;
    }

    h2 {
        font-size: 2.3rem;
    }

    .hero-img {
        width: 230px;
        height: 290px;
        margin-top: 30px;
    }

    .submit-btn {
        width: 40px;
        height: 40px;
    }
}
