* {
    scroll-behavior: smooth;
    font-family: 'Nunito', sans-serif !important;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #2F3640;
}


/* Handle */

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #464c5a;
}


/* font-family: 'Montserrat', sans-serif; */

body {
    background-color: #353b48;
    color: #f5f6fa !important;
}


/* PROGRESS */

.skill-title {
    font-size: 30px;
    text-align: center;
}

.progress {
    height: 3px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 40px;
    margin: 0;
    font-weight: bold;
    line-height: 0;
}

.prog-title {
    font-size: 18px;
}


/* PROGRESS END */


/* NAVBAR */

.navbar-toggler span {
    color: #dedede;
}

.navbar-toggler:focus {
    background-color: #272727;
    border: none !important;
    outline: none !important;
}

.nav-svg {
    transform: rotate(180deg);
}

.custom-navbar a {
    margin-right: 10px;
    margin-left: 10px;
    color: #f5f6fa;
}

.custom-navbar {
    background-color: #2f3640 !important;
    font-size: 25px;
    font-family: "Open Sans Condensed", sans-serif;
}

.custom-navbar .nav-link {
    color: #f5f6fa;
    transition: all ease 300MS;
}

.custom-navbar .nav-link:hover {
    color: #bdc3c7;
}


/* NAVBAR END */


/* CONTAİNER */

.main {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0pxz 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.main li {
    font-size: 20px;
}

.custom-title {
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
    font-weight: 700;
}

.landing #path {
    -webkit-border-radius: 40px 0px 0px 40px;
    -moz-border-radius: 40px 0px 0px 40px;
    border-radius: 40px 0px 0px 40px;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.path-1 {
    width: 700%;
    height: 100px;
    background-color: #2f3640;
    margin-top: 50px;
    z-index: 1231;
    margin-left: 100px;
}

.path-2 {
    width: 700%;
    height: 100px;
    background-color: #192a56;
    margin-top: 120px;
    margin-left: 300px;
    z-index: 3123112;
}

.path-3 {
    width: 700%;
    height: 100px;
    background-color: #273c75;
    margin-top: 100px;
    margin-left: 50px;
}

.path-4 {
    width: 700%;
    height: 100px;
    background-color: #40739e;
}

.content {
    margin-top: 150px;
}

.content hr {
    color: #f5f6fa;
    background-color: #f5f6fa;
    height: 1px;
}

.slick-js {
    margin-top: 150px;
}

.slick-js hr {
    color: #f5f6fa;
    background-color: #f5f6fa;
    height: 1px;
}

.content h3 {
    line-height: 5px;
    font-size: 40px;
    font-family: "Bebas Neue", cursive;
    text-align: center;
}

.slick-js h3 {
    margin-top: 100px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 5px;
    font-size: 40px;
}

.custom-card {
    width: 100%;
    background-color: #2f3640;
    border: none;
    height: 8.5rem;
    border-radius: 0.6rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    flex-direction: unset !important;
    display: flex;
    padding: 15px;
    margin-top: 30px;
}

.card-box {
    border-radius: 10px;
    width: 150px;
    height: 100%;
    background-color: #fff;
    opacity: 80%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.card-box span {
    color: #2f3640 !important;
    font-size: 104px;
    margin-top: 80px;
    margin-bottom: -10px;
}

.card-content {
    width: 100% !important;
    line-height: revert;
}

.card-content {
    width: min-content;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 2px;
    margin-top: -15px;
    opacity: 90%;
}

.card-title {
    font-family: monospace;
    line-height: 15px;
    margin-bottom: -0.25rem !important;
}


/* CONTAİNER BİTİŞ */


/* scss import */

.profile-card a {
    color: #fff;
}

.profile-card {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px inset !important;
}


/* scss import end */


/* SLİCK JS BUTTON */

#right-slick,
#left-slick {
    font-size: 40px;
    top: 90px;
    cursor: pointer;
}

#right-slick {
    position: absolute;
    right: -50px;
}

#left-slick {
    position: absolute;
    left: -50px;
}

.slick-img {
    width: 250px;
    height: 140px;
    margin-left: 5px;
    margin-right: 5px;
}

.slick-img img {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 0.4rem;
}


/* SLİCK JS BUTTON END */


/* 1000 PX & 768 PX RESPONSİVE */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .custom-title {
        font-size: 55px;
    }
}

@media screen and (max-width: 768px) {
    .profile-card-form {
        max-width: 90%;
        height: auto;
    }

    .profile-card__button {
        min-width: 170px;
        margin: 15px 25px;
    }

    .profile-card-social__item {
        width: 50px;
        height: 50px;
        margin: 10px;
    }

    .profile-card-inf__item {
        padding: 10px 20px;
        min-width: 120px;
    }

    .wrapper {
        height: auto;
    }

    .hidden-768 {
        display: none;
    }

    .custom-title {
        text-align: center;
    }

    .main {
        margin-top: 100px;
    }

    .subtitle {
        width: fit-content;
        margin: auto;
    }

    h3,
    .skill-title {
        font-size: 30px !important;
    }

    .skills-1 {
        font-size: 14px !important;
    }

    #left-slick {
        font-size: 35px;
        left: 0;
        top: 175px;
    }

    #right-slick {
        top: 175px;
        font-size: 35px;
        right: 0;
    }
}


/* ABOUTME CARD */

a,
a:hover {
    text-decoration: none;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.wrapper {
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
}

.profile-card {
    width: 100%;
    margin: auto;
    -webkit-box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.6);
    box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.6);
    background: #fff;
    position: relative;
}

.profile-card.active .profile-card-message,
.profile-card.active .profile-card__overlay {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.profile-card.active .profile-card-form {
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.profile-card__img {
    background-color: #ffff;
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 4;
    -webkit-box-shadow: 0px 5px 50px 0px #192a56, 0px 0px 0px 7px #273c75;
    box-shadow: 0px 5px 50px 0px #192a56, 0px 0px 0px 7px #273c75;
}

@media screen and (max-width: 576px) {
    .profile-card__img {
        width: 120px;
        height: 120px;
    }
}

.profile-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.profile-card__cnt {
    text-align: center;
    padding: 0 20px;
    padding-bottom: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.profile-card__name {
    font-weight: 700;
    font-size: 24px;
    color: #6944ff;
    margin-bottom: 15px;
}

.profile-card__txt {
    font-size: 18px;
    font-weight: 500;
    color: #324e63;
    margin-bottom: 15px;
}

.profile-card__txt strong {
    font-weight: 700;
}

.profile-card-loc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.profile-card-loc__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 27px;
    margin-right: 10px;
}

.profile-card-inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 35px;
}

.profile-card-inf__item {
    padding: 10px 35px;
    min-width: 150px;
}

.profile-card-inf__title {
    font-weight: 700;
    font-size: 27px;
}

.profile-card-inf__txt {
    font-weight: 500;
    margin-top: 7px;
}

.profile-card-social {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-card-social__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 55px;
    height: 55px;
    margin: 15px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #405de6;
    -webkit-box-shadow: 0px 7px 30px rgba(43, 98, 169, 0.5);
    box-shadow: 0px 7px 30px rgba(43, 98, 169, 0.5);
    position: relative;
    font-size: 21px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (min-width: 768px) {
    .profile-card-social__item:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.profile-card-social__item.facebook {
    -webkit-box-shadow: 0px 4px 30px rgba(43, 98, 169, 0.5);
    box-shadow: 0px 4px 30px rgba(43, 98, 169, 0.5);
}

.profile-card-social__item.twitter {
    background: linear-gradient(45deg, #1da1f2, #0e71c8);
    -webkit-box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.7);
    box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.7);
}

.profile-card-social__item.instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-box-shadow: 0px 4px 30px rgba(120, 64, 190, 0.6);
    box-shadow: 0px 4px 30px rgba(120, 64, 190, 0.6);
}

.profile-card-social__item.behance {
    background: linear-gradient(45deg, #1769ff, #213fca);
    -webkit-box-shadow: 0px 4px 30px rgba(27, 86, 231, 0.7);
    box-shadow: 0px 4px 30px rgba(27, 86, 231, 0.7);
}

.profile-card-social__item.github {
    background: linear-gradient(45deg, #333333, #626b73);
    -webkit-box-shadow: 0px 4px 30px rgba(63, 65, 67, 0.6);
    box-shadow: 0px 4px 30px rgba(63, 65, 67, 0.6);
}

.profile-card-social__item.codepen {
    background: linear-gradient(45deg, #324e63, #414447);
    -webkit-box-shadow: 0px 4px 30px rgba(55, 75, 90, 0.6);
    box-shadow: 0px 4px 30px rgba(55, 75, 90, 0.6);
}

.profile-card-social__item.link {
    background: linear-gradient(45deg, #F2395C, #F2395C);
    -webkit-box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.6);
    box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.6);
}

.profile-card-social .icon-font {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.profile-card-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

@media screen and (max-width: 576px) {
    .profile-card-ctr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.profile-card__button {
    background: none;
    border: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 19px;
    margin: 15px 35px;
    padding: 15px 40px;
    min-width: 201px;
    border-radius: 50px;
    min-height: 55px;
    color: #fff;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 576px) {
    .profile-card__button {
        min-width: inherit;
        margin: 0;
        margin-bottom: 16px;
        width: 100%;
        max-width: 300px;
    }

    .profile-card__button:last-child {
        margin-bottom: 0;
    }
}

.profile-card__button:focus {
    outline: none !important;
}

@media screen and (min-width: 768px) {
    .profile-card__button:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.profile-card__button:first-child {
    margin-left: 0;
}

.profile-card__button:last-child {
    margin-right: 0;
}

.profile-card__button.button--blue {
    background: linear-gradient(45deg, #1da1f2, #0e71c8);
    -webkit-box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.4);
    box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.4);
}

.profile-card__button.button--blue:hover {
    -webkit-box-shadow: 0px 7px 30px rgba(19, 127, 212, 0.75);
    box-shadow: 0px 7px 30px rgba(19, 127, 212, 0.75);
}

.profile-card__button.button--orange {
    background: linear-gradient(45deg, #d5135a, #f05924);
    -webkit-box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.35);
    box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.35);
}

.profile-card__button.button--orange:hover {
    -webkit-box-shadow: 0px 7px 30px rgba(223, 45, 70, 0.75);
    box-shadow: 0px 7px 30px rgba(223, 45, 70, 0.75);
}

.profile-card__button.button--gray {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #dcdcdc;
    color: #142029;
}

.profile-card-message {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 130px;
    padding-bottom: 100px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.profile-card-form {
    -webkit-box-shadow: 0 4px 30px rgba(15, 22, 56, 0.35);
    box-shadow: 0 4px 30px rgba(15, 22, 56, 0.35);
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 35px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    z-index: 3;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 576px) {
    .profile-card-form {
        padding: 20px;
    }
}

.profile-card-form__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 576px) {
    .profile-card-form__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.profile-card__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    background: rgba(22, 33, 72, 0.35);
    border-radius: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
}


/* ABOUTME CARD END */


/* PROJECT CARD */

.project-card {
    background-color: #2F3640;
    color: #f5f6fa;
    border-radius: 10px;
    min-height: 100px;
    margin-top: 20px;
}

.project-card hr {
    margin-top: 3px;
    margin-bottom: 3px;
    opacity: 10%;
}

.project-card p {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    opacity: 80%;
}

.project-card p a {
    color: #3498db;
    transition: all ease 100ms;
}

.project-card p a:hover {
    color: #fff;
}

.project-card p .date {
    color: #828eaa;
}

.border-success span {
    color: #2ecc71;
}

.border-danger span {
    color: #e74c3c;
}

.card-title {
    text-align: center;
    margin: 10px;
    font-weight: bold;
}


/* PROJECT CARD  END*/

@media only screen and (max-width: 1024px) {
    .section-title {
        text-align: center;
    }
}


/* contact SECTİON */





.contact-section {

    margin-bottom: 200px;
}

.contact-card {
    padding: 20px;
    background-color: #2F3640;
    border-radius: 15px;
}

.contact-form * {

    margin-bottom: 10px;

}

.contact-form button {
    text-align: center;
    width: 100%;
    background-color: #273C75;
    color: #fff;
}

.contact-form button:hover {
    color: #fff;
}

.contact-form button:focus {
    box-shadow: none;
}

.contact-input {
    width: 100%;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: transparent;
    border: none;
    color: #fff !important;
    border-bottom: #fff 1px solid;
}

.contact-info {
    text-align: center;
    padding: 0;
    list-style: none;
}

.contact-input:focus-visible {
    outline: none;
}

/* contact SECTİON  END*/



/* RESPONSİVE SOLVED */
@media only screen and (max-width: 500px) {

    #res-contain {
        margin-top: 100px !important;

    }

}

.comment-area {


    background-color: #353B48;
    padding: 10px 0px 10px 0px;
    margin-left: 10px;
    margin-right: 10px;
}

.comment-area #comment-avatar {
    display: flex !important;
    padding: 10px;
    font-size: 20px;
}

.comment-area #comment-avatar img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;

}


.comment-area #comment-avatar label {
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding-left: 20px;
}

#comment {
    font-size: 22px;
    margin-left: 15px;
}