@font-face {
    font-family: 'Helvetica'; /* Buraya bir isim verin */
    src: url('../fonts/Helvetica.ttf'); /* .ttf dosyasının yolunu ekleyin */
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    font-family: "Helvetica";

}

:root{
    --dark-bg : linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    --primary-color :#ffffff;
    --secondary-color: #626262;
    --custon-gray-color:#999999;
    --custon-gray-color2: #dbdbdb;
    --custon-gray-color3: #4c4c4c;
    --hover-bg-color:#ffa500;
    --hover-bg-color2:#2e7eb9;
    --hover-bg-color3:#8d8d8d;
    --hover-bg-color4:#f3f3f3 ;
    --bs-custom-blue:#5eade7;
    --fixed-white : #ffffff;
    --custon-gray-color4: #f7f7f7;
}
.dark-theme{
    --dark-bg: linear-gradient(to top, #09203f 0%, #212f3a 100%);
    --primary-color :#3a3a3a;
    --secondary-color: #ffffff;
    --hover-bg-color:#959595;
    --hover-bg-color4:#545454 ;
    --custon-gray-color4: #4c4c4c;
}

body{
    /*background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);*/
    background-image: var(--dark-bg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
}

/*Section Darkt Theme Start*/
.theme-select{
    position: absolute;
    height: 40px;
    width: 40px;
    border-bottom: 1px solid rgb(81, 81, 81);
    z-index: 9999;
    cursor: pointer;
    padding: 20px;
    top: 23px;
    background-color: var(--secondary-color);
}
.theme-select i{
    color: var(--primary-color);
}
.theme-select > i {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -8px -8px 0 0;
    width: 16px;
    height: 16px;
    -webkit-transition: -webkit-transform .3s ease-out 0s;
    -moz-transition: -moz-transform .3s ease-out 0s;
    -o-transition: -moz-transform .3s ease-out 0s;
    -ms-transition: -ms-transform .3s ease-out 0s;
    transition: transform .3s ease-out 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
/*Section Darkt Theme End*/

/*Navbar Start*/
.navbar{
    padding-top: 0;
}
.navbar .container-fluid{
    background-color: var(--primary-color);
    border-radius: 15px;
    padding: 10px 20px 10px 20px;
}
.navbar-brand img{
    width: 100%;
    height: 40px;
}
.sticky-top .nav-link{
    color: var(--secondary-color)!important;
}
.navbar-nav .nav-item{
    background-color: var(--primary-color);
    transition: 0.5s ease;
}
.navbar-nav .nav-item i{
    margin-right: 7px;
    color: #848484;
}

.navbar-nav .nav-item:hover, .dropdown-item:hover{
    background-color: var(--hover-bg-color);
}
.navbar-nav .nav-item:hover > .nav-link, .navbar-nav .dropdown .nav-link:hover{
    color: var(--primary-color)!important;
    cursor: pointer;
}
.dropdown:hover > .dropdown-menu{
    position: absolute;
    transition: 2s ease-in;
    width: auto;
    min-width: 230px;
}
.dropdown-menu .dropdown:hover > .dropdown-menu{
    left: 100%;
    top: 0;

}
.nav-item .show{
    color: var(--secondary-color);
}
.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu{
    display: block;
    background-color: var(--primary-color);
}

.dropdown:hover .dropdown-toggle::after{
    transition: 0.2s ease-in-out;
    transform: rotate(180deg);
}
.dropdown:hover  .dropdown-menu .dropdown-toggle::after{
    transform: rotate(0deg);

}
.social-links{
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    background: var(--secondary-color);
    transition: 0.5s ease;
    cursor: pointer;
}
.social-links a{
    text-decoration: none;
}
.social-links i{
    font-size: 20px;
    color: var(--primary-color);
    vertical-align: middle;
}
.social-links span{
    font-size: 14px;
    color: var(--primary-color);
}
.social-links:hover {
    background: var(--hover-bg-color);
}
/*Navbar End*/

/*Section Home Start*/
.home{
    margin-top: 24px;
}
.cv-info{
    border-radius: 10px;
    background-color: var(--primary-color);
    box-shadow: 2px 5px 5px -6px black;
    height: 560px;
}
.cv-info .card{
    border: 0;
}
.cv-info .card img{
    max-height: 301px;
    width: 100%;
    min-height: 300px;
    border-radius: 7px;
}
.cv-info .info-name h2{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--secondary-color);
}
.cv-info .info-name span{
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 3px;
    color: var(--secondary-color);
}
.cv-info .info-name p{
    font-size: 13px;
    color: var(--secondary-color);
}
.cv-info .info-name p i{
    color: var(--secondary-color);
    margin-left: 4px;
    font-size: 14px;
}
.cv-info .info-contacth {
    padding: 10px 0px 10px 0px;
}
.cv-info .info-contacth .info-phone a{
    display: block;
    padding: 8px;
    background: var(--bs-custom-blue);
    color: var(--fixed-white);
    text-align: center;
    font-size: 13px;
    font-weight:550;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s ease;
}
.cv-info .info-contacth .info-email a{
    display: block;
    padding: 8px;
    background: var(--secondary-color);
    color:var(--primary-color);
    text-align: center;
    font-size: 13px;
    font-weight:550;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s ease
}
.cv-info .info-contacth .info-phone a:hover{
    background-color: var(--hover-bg-color2);
}
.cv-info .info-contacth .info-email a:hover{
    background-color: var(--hover-bg-color3);
}
.info-contacth .info-phone i, .info-contacth .info-email i {
    color: var(--primary-color);
    font-size: 14px;
    margin-right: 2px;
}


/*Section Experience İn Content Start*/
.cv-experience{
    border-radius: 10px;
    background-color: var(--primary-color);
    max-height: 275px;
    box-shadow: 2px 5px 5px -6px black;
}
.cv-experience a{
    text-decoration: none;
}
.cv-experience h2{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--secondary-color);;
}
.cv-experience i{
    color:#ff8888;
}
.cv-experience .mission h3{
    color: var(--secondary-color);
}
.cv-experience .date span{
    font-size: 14px;
    font-weight: 600;
    color: var(--custon-gray-color);
}
.cv-experience .logo{
    text-align: center;
}
.cv-experience .logo img{
    width:70%;
    max-height: 36px;
    filter: saturate(0.1);
}
.cv-experience .mission h3{
    font-size: 14px;
    font-weight: 600;
}
.cv-experience .mission span{
    font-size: 12px;
    font-weight: 600;
    color:var(--custon-gray-color);
}
.cv-experience table tr{
    vertical-align: middle;
    cursor: pointer;
    transition: 0.5s ease;
}
.cv-experience table tr:hover{
    background-color: var(--hover-bg-color4);
    animation: shaker 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.cv-experience  .slide-item{
    overflow: hidden;
}

/*Section Experience İn Content End*/

/*Section Skill İn Content Start*/
.cv-skil{
    border-radius: 10px;
    background-color: var(--primary-color);
    height: 269px;
    box-shadow: 2px 5px 5px -6px black;
}
.cv-skil h2{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--secondary-color);
}
.cv-skil .skil span{
    min-height: 20px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: var(--custon-gray-color);
}
.cv-skil i{
    font-size: 24px;
    color: #ff8888;
    margin-right: 5px;
}
.cv-skil .item .skil .progress{
    height: 10px;
}
.cv-skil .item .skil:nth-child(1) i{
    color: #38a9ff;
}
.cv-skil .item .skil:nth-child(1) .progress-bar{
    background-image: linear-gradient(
    45deg, rgb(67 192 251)  25%,
    transparent 25%, transparent 50%,
    rgb(67 192 251)  50%, rgb(67 192 251)  75%,
    transparent 75%, transparent);
    background-color:#38a9ff;
    animation: progressAnimationStrike 4s;
}
.cv-skil .item .skil:nth-child(2) i{
    color: #2bd768;
}
.cv-skil .item .skil:nth-child(2) .progress-bar{
    background-image: linear-gradient(
    45deg, rgb(46 227 138)  25%,
    transparent 25%, transparent 50%,
    rgb(46 227 138)  50%, rgb(46 227 138)  75%,
    transparent 75%, transparent);
    background-color:#2bd768;
    animation: progressAnimationStrike 4s;
}
.cv-skil .item .skil:nth-child(3) i{
    color: #7c5ac2;
}
.cv-skil .item .skil:nth-child(3) .progress-bar{
    background-image: linear-gradient(
    45deg, rgb(153 113 235)  25%,
    transparent 25%, transparent 50%,
    rgb(153 113 235)  50%, rgb(153 113 235)  75%,
    transparent 75%, transparent);
    background-color:#7c5ac2;
    animation: progressAnimationStrike 4s;
}
.cv-skil .item .skil:nth-child(4) i{
    color: #ff8888;
}
.cv-skil .item .skil:nth-child(4) .progress-bar{
    background-image: linear-gradient(
    45deg, rgb(255 170 170)  25%,
    transparent 25%, transparent 50%,
    rgb(255 170 170)  50%, rgb(255 170 170)  75%,
    transparent 75%, transparent);
    background-color:#ff8888;
    animation: progressAnimationStrike 4s;
}
.cv-skil .item .skil:nth-child(5) i{
    color: #4dc9cc;
}
.cv-skil .item .skil:nth-child(5) .progress-bar{
    background-image: linear-gradient(
            45deg, rgb(0 184 188)  25%,
            transparent 25%, transparent 50%,
            rgb(0 184 188)  50%, rgb(0 184 188)  75%,
            transparent 75%, transparent);
    background-color:#4dc9cc;
    animation: progressAnimationStrike 4s;
}

.cv-skil .slide-container {
    overflow: hidden;
    height:184px;
}
/*Section Skill İn Content End*/

/*Section Product İn Content Start*/
.cv-product{
    border-radius: 10px;
    background-color: var(--primary-color);
    overflow: auto;
    /*max-height: 256px;*/
    box-shadow: 2px 5px 5px -6px black;
}
.cv-product h2{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--secondary-color);
}
.cv-product i{
    color: #ff8888;
}
.cv-product .table {
    margin: 0;
}
.cv-product .table  tr{
    border-color: transparent;
}
.cv-product .table tr td{
    margin-bottom: 5px;
}
.cv-product .table tr:nth-child(1) td:nth-child(1) i{
    color: #ff9800;
}
.cv-product .table tr:nth-child(1) td:nth-child(2) i{
    color: #ff8888;
}
.cv-product .table tr:nth-child(1) td:nth-child(3) i{
    color: #03a9f4;
}
.cv-product .table tr:nth-child(1) td:nth-child(4) i{
    color: #e94612;
}
.cv-product .table tr:nth-child(1) td:nth-child(5) i{
    color: #c673ef;
}
.cv-product .table tr:nth-child(1) td:nth-child(6) i{
    color: #689b09;
}
.cv-product .flex-row-reverse {
    margin-top: 13px;
}
.cv-product .skil-row td:nth-child(3) i{
    color: #03a9f4;
}
.cv-product .skil-row a{
    text-decoration: none;
}
.cv-product .card{
    text-align: center;
}
.cv-product .card i{
    font-size: 40px;
}
.cv-product .card span{
    font-size: 13px;
    font-weight: 600;
    color: var(--custon-gray-color);
    margin-top: 6px;
}
.cv-product .skil-row{
    margin-bottom: 0px;
}
.cv-product .skil-row .card{
    cursor: pointer;
    transition: 0.5s ease;
}
.cv-product .skil-row .card{
    background-color: transparent;
    border-color: var(--custon-gray-color2);
}
.cv-product .skil-row .card:hover{
    background-color: var(--primary-color);
    transition: 0.2s ease-in-out;
    transform: rotate(360deg);
}
.cv-product .flex-row-reverse a{
    font-size: 14px;
    text-decoration: none;
}
.cv-product .flex-row-reverse a span{
    color: var(--secondary-color);
}
.cv-product .flex-row-reverse i{
    margin-left: 5px;
    color: #ff8888;
}
/*Section Product İn Content End*/

/*Section Blog İn Content Start*/
.cv-blog{
    border-radius: 10px;
    background-color: var(--primary-color);
    height: 270px;
    box-shadow: 2px 5px 5px -6px black;
}
.cv-blog h2{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--secondary-color);
}
.cv-blog i{
    color: #ff8888;
}
.cv-blog .card-title{
    font-size: 13px;
    color: var(--secondary-color);
}
.cv-blog .card{
    background-color: var(--primary-color);
}
.cv-blog .card-text{
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cv-blog .owl-carousel .owl-item a{
    display: contents;
    text-decoration: none;
}
.cv-blog .owl-carousel .owl-item a img{
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.cv-blog .owl-carousel .owl-item a img:hover{
    opacity: .5;
}
.cv-blog .owl-carousel .owl-item a img{
    min-height: 100px;
    height: 100px;
}
.cv-blog .owl-item  .card{
    height: 170px;
    border-color: var(--custon-gray-color2);
}
.cv-blog .flex-row-reverse a{
    font-size: 14px;
    text-decoration: none;
}
.cv-blog .flex-row-reverse a span{
    color: var(--secondary-color);
}
.cv-blog .flex-row-reverse i{
    margin-left: 5px;
    color: #ff8888;
}
/*Section Blog İn Content End*/

/*Section Projects Start*/
.project{
    margin-top: 30px;
    border-radius: 10px;
    background-color: var(--primary-color);
    height: auto;
    box-shadow: 2px 5px 5px -6px black;
}
.project .owl-carousel .owl-item img{
    height: 150px;
    overflow: hidden;
    object-fit: cover;
}
.project h2{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--secondary-color);
}
.project i{
    color: #ff8888;
}
.project .owl-item .card{
    height: auto;
    min-height: 253px;
}
.project .card-title{
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary-color);
}
.project .card-text{
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--secondary-color);
}
.project .owl-carousel .owl-item a{
    display: contents;
    text-decoration: none;
}
.project .card{
    margin-bottom: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0,0,0,0.0), 0 3px 6px rgba(0,0,0,0.15);
    background-color: var(--primary-color);
    border-color: var(--custon-gray-color2);
}
.project .card:hover {
    box-shadow: 0 4px 10px var(--secondary-color), 0 4px 10px var(--custon-gray-color2);
}
.project .flex-row-reverse a{
    font-size: 13px;
    text-decoration: navajowhite;
}
/*Section Projects End*/

/*Section Tags Start */
.tag-cloud{
    padding: 10px;
}
.tag-cloud a {
    padding: 4px 15px;
    font-size: 13px;
    color: #ffffff;
    background: #626262;
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 4px;
    text-decoration: none;
}
.tag-cloud a:hover {
    transition: 0.2s ease-in-out;
    background: #e05b49;
}
/*Section Tags Start */



/*Section Category Start*/
.category{
    margin-top: 30px;
    border-radius: 10px;
    background-color: var(--primary-color);
    height: auto;
    box-shadow: 2px 5px 5px -6px black;
    height: auto;
    min-height: 320px;
}
.category .aside-blocks-title{
    padding: 16px;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: var(--secondary-color);
}
.category i{
    color: #ff8888;
}
.category ul{
    padding:0;
    margin: 0;
}
.category ul li{
    position: relative;
}
.category ul li[class^=nav-elipse-]::after{
    position: absolute;
    content: "";
    top: calc(50% - 4px);
    right: 29px;
    height: 8px;
    width: 8px;
    background: red;
    border-radius: 8px;
}
.category ul li.nav-elipse-red::after{
    background-color: #38b7ea;
}
.category ul li.nav-elipse-blue::after{
    background-color: #ff7473;
}
.category ul li.nav-elipse-yellow::after{
    background-color: #ffc952;
}
.category ul li.nav-elipse-green::after{
    background-color: #6dc8bf;
}
.category ul li.nav-elipse-primary::after{
    background-color: #0d6efd;
}
.category ul li.nav-elipse-purple::after{
    background-color: #6f42c1;
}
.category ul li a{
    padding: 10px 16px;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
    color: #999999;
    text-decoration: none;
}
.category ul li a:hover{
    transition: 0.2s ease-in-out;
    background-color:var(--hover-bg-color4);
}
/*Section Category End*/


/*Section Social Media Start*/
.social-media{
    margin-top: 30px;
    border-radius: 10px;
    background-color: var(--primary-color);
    height: auto;
    box-shadow: 2px 5px 5px -6px black;
}
.social-media h2{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--secondary-color);
}
.social-media i{
    color: #ff8888;
}
.social-media .counter .item{
    background-color:var(--custon-gray-color4);
    padding: 20px 0;
    border-radius: 5px;
    margin-bottom: 3px;
}
.social-media .counter .item:hover{
    cursor: pointer;
    animation: shaker 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: var(--secondary-color);
}
.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: var(--secondary-color);
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: var(--secondary-color);
}
.social-button i{
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    background: var(--primary-color);
    color: white;
    margin-left: 10px;
    margin-bottom: 10px;
    transition: 0.5s ease;
    cursor: pointer;
}
.social-button i:hover{
    background:var(--primary-color);
}

/*Section Social Media End*/

/*Section Footer Start*/
.footer{
    text-align: center;
}
.footer .footer-links{
    padding-top: 10px;
    margin-top: 30px;
    border-radius: 10px;
    background-color: var(--primary-color);
    height: auto;
    box-shadow: 2px 5px 5px -6px black;
}
.footer .footer-links a{
    text-decoration: none;
}
.footer-links i {
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    background: var(--secondary-color);
    color: var(--primary-color);
    margin-left: 10px;
    transition: 0.5s ease;
    cursor: pointer;
}
.footer-links i:hover{
    background-color: var(--hover-bg-color);
}
.footer .credit{
    padding: 10px;
    height: 40px;
    line-height: 30px;
}
.footer .credit p{
    color: var(--secondary-color);
}
.footer .credit a{
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    text-shadow: 0px 0px 1px black;
    color: var(--secondary-color);

}
.footer .credit span{
    color: #ffa500;
}
.footer .footer-copyright span{
    color: var(--secondary-color);
}
/*Section Footer Start*/

/*Section Home End*/

/*Section Content Page Start*/
.content-page{
    border-radius: 10px;
    background-color: var(--primary-color);
    min-height: 520px;
    height: auto;
    box-shadow: 2px 5px 5px -6px black;
    text-align: justify;
}
.content-page h1{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--secondary-color);
}
.content-page i{
    color: #ff8888;
}
.content-publish-time{
    font-size: 13px;
    text-align: right;
}
.content-publish-time span{
    color: var(--secondary-color);
}
.content-page .content .content-img img{
    width: 100%;
    height: 250px;
    border: 1px solid #4c4c4c;
    border-radius: 5px;
    box-shadow: 2px 5px 5px -6px black;
    margin-bottom: 30px;
    opacity: 0.7;
}
.content-page .content-text, .content-page .content-text p , .contact-text p , .contact-form .form-label {
    font-size: 15px;
    color: var(--secondary-color);
}
.content-page .tags{
    width: auto;
    float: left;
    margin: initial;
    text-align: left;
}
.content-page .tags i{
    height: 20px;
    line-height: 24px;
    vertical-align: middle;
}
.content-page .tags a{
    display: inline-block;
    margin: 0 3px 5px 0;
    padding: 6px 9px 6px 9px;
    background: #f5f5f5;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #222;
    text-decoration: none;
 }
.content-page .tags a:hover{
    background-color: #ffa500;
    color: white;
    transition: 0.5s ease;
}
.content-cv-area .cv-info{
    position: sticky;
    top: 90px;
    height: unset;
}
.content-cv-area .card img{
    min-height: 200px;
    max-height: 200px;
}
.content-cv-area .active , .content-cv-area .passive {
    position: relative;
    line-height: 33px;
    height: 30px;
}
.content-cv-area .active span::after {
    position: absolute;
    content: "";
    top: calc(50% - 4px);
    right: 0px;
    height: 13px;
    width: 13px;
    background: #6dc8bf;
    border-radius: 8px;
}

.content-cv-area .passive span::after {
    position: absolute;
    content: "";
    top: calc(50% - 4px);
    right: 0px;
    height: 13px;
    width: 13px;
    background: #db7799;
    border-radius: 8px;
}

.content-cat .content{
    position: sticky;
    top: 90px;
    height: unset;
}
.content .category{
    margin: 0;
}
.comment-area{
    border-radius: 10px;
    background-color: var(--primary-color);
    min-height: 220px;
    height: auto;
    box-shadow: 2px 5px 5px -6px black;
    text-align: justify;
    margin-top: 30px;
}
.comment-area .comment-text{
    text-align: center;
    color: var(--secondary-color);
}
.comment-area .comment-text span{
    font-size: 14px;
    border-bottom: 1px solid #222;
    padding-bottom: 2px;
}
.comment-area .comment-text p{
    font-size: 13px;
    margin-top: 5px;
}
.comment-area .comment-form{
    padding: 2% 15% 2% 15%;
    font-size: 15px;
}
.comment-area .comment-form textarea,.comment-form input {
    background: var(--primary-color);
    resize: none;
    border-color: #c7c7c7;
    color: var(--secondary-color);
}
.comment-form label{
    color: var(--secondary-color);
}
.comment-area .comment-form input::placeholder{
    font-size: 14px;
}
.comment-area .comment-form button{
    font-size: 14px;
    border-radius: 0;
}
.comment-area .comment-form button:hover{
    background-color: #ffa500;
    border-color: white;
    transition: 0.5s;
}
.comment-area .comment-list{
    padding: 2% 5% 2% 5%;
    font-size: 15px;
    color: var(--secondary-color);
}
.comment-area .comment-avatar{
    text-align: center;
}
.comment-list .comment-avatar img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
}
.comment-list .comment p{
    font-size: 14px;
}
.comment-list .comment h5{
    font-size: 15px;
    font-weight: 600;
}
.comment-list .comment span{
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
}
/*Section Content Page End*/

/*Section Contact Page Start*/
.contact-page{
    border-radius: 10px;
    background-color: var(--primary-color);
    min-height: 520px;
    height: auto;
    box-shadow: 2px 5px 5px -6px black;
    text-align: justify;
}
.contact-page h1{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--secondary-color);
}
.contact-page i{
    color: #ff8888;
}
.contact-social{
    text-align: right;
}
.contact-social span i{
    padding: 10px;
    background-color: #464646;
    color: white;
    font-size: 18px;
}
.contact-social span i:hover{
    transition: 0.5s ease-in-out;
    background-color: #ffa500;
}
.contact .contact-form{
    font-size: 15px;
}
.contact-page .contact-form textarea,.contact-form input {
    background: #fbfbfb;
    resize: none;
    border-color: #c7c7c7;
}
.contact-page .contact-form input::placeholder{
    font-size: 14px;
}
.contact-page .contact-form button{
    font-size: 14px;
    border-radius: 0;
}
.contact-page .contact-form button:hover{
    background-color: #ffa500;
    border-color: white;
    transition: 0.5s;
}
.google-maps #googleMap{
    width: 100%;
    height: 300px;
}
.contact-page .contact-address span{
    color: var(--secondary-color);
}
/*Section Contact Page End*/

/*Section Blog Page Start*/
.blog .card .body {
    color: #444;
    font-weight: 400;
}
.blog .card .header {
    color: #444;
    padding: 20px;
    position: relative;
    box-shadow: none;
}
.blog .single_post {
    background-color: var(--primary-color);
    border-color: var(--custon-gray-color2);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}
.single_post h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.single_post h3 a, .single_post p {
    color: var(--secondary-color);
    text-decoration: none;
}
.single_post p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
}
.single_post .img-post {
    position: relative;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px;
    padding: 8px;
}
.single_post .img-post>img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    max-width: 100%;
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
    height: 250px;
    object-fit: fill;
    width: 100%;
}
.single_post .blog-footer .actions a{
    font-size: 14px;
    color: var(--secondary-color);
}
.single_post .blog-footer .stats-area{
    text-align: right;
    height: 50px;
    line-height: 50px;
}
.single_post .blog-footer .stats {
    cursor: default;
    list-style: none;
    padding: 0;
}
.single_post .blog-footer .stats li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}
.single_post .blog-footer .stats li {
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.25em;
    margin: 0 0 0 1em;
    padding: 0 0 0 2em;
    text-transform: uppercase;
    font-size: 12px;
}
.single_post .blog-footer .stats li a {
    color: var(--secondary-color);
    text-decoration: none;
}


/*Section Blog Page End*/




/*Section Addition Start*/

/*Section Cloud Start*/
.cloud1 span {
    background: white;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 180px;
    left: 60px;
    border-radius: 50%;
    box-shadow: white 65px -15px 0 -4px,
    white 25px -25px,
    white 30px 10px,
    white 60px 15px 0 -10px,
    white 85px 5px 0 -5px;
    animation: cloud 5s ease-in-out infinite;
    z-index: -1;
}
.cloud2 span {
    background: white;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 180px;
    right: 130px;
    border-radius: 50%;
    box-shadow: white 65px -15px 0 -4px,
    white 25px -25px,
    white 30px 10px,
    white 60px 15px 0 -10px,
    white 85px 5px 0 -5px;
    animation: cloud2 5s ease-in-out infinite;
    z-index: -2;
}

/* Gallery Start */
.gallery .content-item {
    background-color:#FFFFFF;
}
.gallery .content-item img{
    width: 100%;
}

.gallery  .content-item.grey {
    background-color:#F0F0F0;
    padding:50px 0;
    height:100%;
}

.gallery  .content-item h2 {
    font-weight:700;
    font-size:35px;
    line-height:45px;
    text-transform:uppercase;
    margin:20px 0;
}

.gallery  .content-item h3 {
    font-weight:400;
    font-size:20px;
    color:#555555;
    margin:10px 0 15px;
    padding:0;
}

.gallery . content-headline {
    height:1px;
    text-align:center;
    margin:20px 0 70px;
}

.gallery  .content-headline h2 {
    background-color:#FFFFFF;
    display:inline-block;
    margin:-20px auto 0;
    padding:0 20px;
}

.gallery  .grey .content-headline h2 {
    background-color:#F0F0F0;
}

.gallery .content-headline h3 {
    font-size:14px;
    color:#AAAAAA;
    display:block;
}


.gallery #gallery .row {
    margin:0;
}

.gallery #gallery .row > div {
    padding:0;
}

.gallery #gallery .overlay-wrapper:hover .overlay {
    background-color:rgba(0,0,0,0.7);
}

.gallery .overlay-wrapper {
    position:relative;
    border: 5px solid #939393;
}

.gallery .overlay-wrapper .overlay {
    bottom:0;
    left:0;
    opacity:0;
    overflow:hidden;
    position:absolute;
    right:0;
    top:0;
    text-align:center;
    padding-top:25%;
    transition:all 0.4s ease;
}

.gallery .overlay-wrapper .overlay a {
    font-size:20px;
    width:50px;
    height:50px;
    color:#FFFFFF;
    display:inline-block;
    text-align:center;
    padding-top:12px;
    border-radius:50%;
    margin-right:15px;
    opacity:0.8;
}

.gallery .overlay-wrapper .overlay a:last-child {
    margin-right:0;
}

.gallery .overlay-wrapper .overlay a:hover {
    background-color:#333333;
    color:#FFFFFF;
}

.gallery .overlay-wrapper:hover .overlay {
    background-color:rgba(0,0,0,0.5);
    opacity:1;
}
/*Gallery En */


/*Section Cloud Start*/

/* 404 Animation */
.ex-page-content .svg-box{
    width: 380px;
    height: 500px;
}
/* 404 Animation */

/*Section Quick Menu*/
.navbar-minimal .navbar-toggler {
    position: absolute;
    min-height: 40px;
    border-bottom: 1px solid rgb(81, 81, 81);
    z-index: 9999;
    cursor: pointer;
    padding: 20px;
    top: 20px;
}
.navbar-minimal > .navbar-toggler{
    background-color: rgb(70 70 70)
}
.navbar-minimal > .navbar-toggler:hover {
    background-color: rgb(253 107 111)
}
.navbar-minimal .navbar-toggler > span {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -8px -8px 0 0;
    width: 16px;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxNiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsN2gxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDksMCw4LjU1MiwwLDgKCVMwLjQ0OCw3LDEsN3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLDEyaDE0YzAuNTUyLDAsMSwwLjQ0OCwxLDFzLTAuNDQ4LDEtMSwxSDFjLTAuNTUyLDAtMS0wLjQ0OC0xLTEKCVMwLjQ0OCwxMiwxLDEyeiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsMmgxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDQsMCwzLjU1MiwwLDMKCVMwLjQ0OCwyLDEsMnoiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjMzLDI4Ljk3bDExLjY0LTExLjY0YzAuNDU5LTAuNDU5LDEuMjA0LTAuNDU5LDEuNjYzLDAKCWMwLjQ1OSwwLjQ1OSwwLjQ1OSwxLjIwNCwwLDEuNjYzTDIuOTkzLDMwLjYzM2MtMC40NTksMC40NTktMS4yMDQsMC40NTktMS42NjMsMEMwLjg3MSwzMC4xNzQsMC44NzEsMjkuNDMsMS4zMywyOC45N3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLjk5MywxNy4zM2wxMS42NDEsMTEuNjRjMC40NTksMC40NTksMC40NTksMS4yMDQsMCwxLjY2MwoJcy0xLjIwNCwwLjQ1OS0xLjY2MywwTDEuMzMsMTguOTkzYy0wLjQ1OS0wLjQ1OS0wLjQ1OS0xLjIwNCwwLTEuNjYzQzEuNzg5LDE2Ljg3MSwyLjUzNCwxNi44NzEsMi45OTMsMTcuMzN6Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: -webkit-transform .3s ease-out 0s;
    -moz-transition: -moz-transform .3s ease-out 0s;
    -o-transition: -moz-transform .3s ease-out 0s;
    -ms-transition: -ms-transform .3s ease-out 0s;
    transition: transform .3s ease-out 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navbar-minimal > .navbar-menu {
    position: absolute;
    top: 20px;
    left: -900px;
    width: 450px;
    min-height: 312px;
    max-height: 100%;
    background-color: rgb(255 255 255);
    z-index: 1000;
    border-radius: 5px;
    padding: 50px 20px 10px 20px;
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 6px -6px #bbbbbb;
}
.navbar-minimal .open {
    width: 320px;
}
.navbar-minimal.open > .navbar-toggler > span {
    background-position: 0 -16px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: 0.5s ease-in;
}
.navbar-minimal.open > .navbar-menu {
    top: 20px;
    left: 0;
    transition: 0.8s ease-in-out;
}

.orderSearchNav.orsebtns {
    background: #626262;
    color: #fff;
    padding: 3px 30px;
    border-radius: 5px;
    cursor: pointer;
    height: 42px;
    margin-right: 8px;
    box-shadow: 0 5px 25px #959fdf70;
    display: flex;
    align-items: center;
}
.anibut{
    position: relative;
    overflow: hidden;
}
.otbuts {
    display: flex;
    align-items: center;
}
.anibut i{
    color: white;
}
.anibut::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    left: calc(100% - 35px);
    top: -5px;
    transition: .4s cubic-bezier(0,0,.34,.81);
    background: #ffffff10;
}
.anibut:hover:after {
    left: calc(100% - 75px) !important;
}

/*Section Quick Menu*/

/* Modal Area*/
.modal-dialog {
    width: 100% !important;
    max-width: 100%;
}
.searchArea, .contactArea {
    position: fixed;
    padding: 90px 0 65px;
    left: 0;
    right: 0;
    top: 0px;
    background: #FFFFFF;
    box-shadow: 0 5px 30px #e3e3e3;
    z-index: 99;
    display: flex;
    transition: .2s;
}
.searchArea .closeBtn, .contactArea .closeBtn {
    color: #969696;
    background: #f0f0f0;
    position: absolute;
    top: 10px;
    left: calc(50% - 60px);
    width: 120px;
    text-align: center;
    padding: 3px 10px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    transition: .2s;
    font-weight: bold;
}
.closeBtn i{
    font-size: 16px;
    font-weight: bold;
}
.searchArea .searchText>span, .contactArea>span {
    font-size: 20px;
    font-weight: bold;
    color: #7b7b7b;
    display: block;
    margin-bottom: 5px;
}
.searchArea .searchText p, .contactArea p {
    font-size: 12px;
    color: #b3b3b3;
    margin-bottom: 20px;
}
.searchArea .searchwell input, .contactArea .contactwell input {
    border: 1px solid #dadada7a;
    width: 100%;
    display: block;
    background: #626262;
    height: 60px;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.searchwell input{
    color: white;
}
.searchwell input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: white;
}

.searchwell input:-moz-placeholder,
textarea:-moz-placeholder {
    color: white;
}
.searchbtn, .contactbutton {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
    border: none;
    background-color: #626262;
    border-radius: 40px;
    padding: 12px 40px;
    box-shadow: 0 5px 25px #cfcfcf;
    margin-top: 10px;
}
.searchForm a{
    text-decoration: navajowhite
}
/* Modal Area*/


/* Section Anounce */
.anounce{
    background-color: var(--primary-color);
    border-radius: 15px;
    padding: 8px 20px 5px 18px;
    height: 38px;
    margin-top: 5px;
}
.anounce h1, .anounce h1 i{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--custon-gray-color);
}
.anounce a{
    text-decoration: none;
    color: var(--custon-gray-color);
}
.anounce-item{
    background-color: var(--custon-gray-color4);
    border-radius: 5px;
    margin-bottom: 9px;
}
.anounce-item .row .announce-status{
    border-right: 6px solid white;
    padding: 10px;
    display: flex;
    align-items: center;
}
.anounce-item .row .announce-text{
    padding: 10px;
    color: var(--secondary-color);

}
.anounce-item span, .anounce-item i{
   color: #6b6b6b;
}
.anounce-item i{
    margin-right: 5px;
}
.anounce-item  .active-anounce{
    color: #6dc8bf;
    font-weight: bold;
}
.anounce-item  .passive-announce{
    font-weight: bold;
    color: #f28742;
}
/* Section Anounce */


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #ffffff;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #ff868a;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
    color: #ff868a;
}
.scroll-top-wrapper:hover.scroll-top-wrapper i.fa {
    color: white;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}

.message-box h1 {
    color: #252932;
    font-size: 98px;
    font-weight: 700;
    line-height: 98px;
    text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

.front-404 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ex-page-content{
    min-height: 563px;
}

.render-paginate .page-link{
    color: #979797;
    font-size: 14px;
}
.render-paginate .active .page-link{
    background-color: #ff8888;
    border-color: #ff8888;
}
.comment{
    display:block;
    border-bottom: 1px dashed #efefef;
    margin-bottom: 25px;
}
.sub-comment li img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    float: left;
}
/*Section Addition End*/



/*Media Screen Start*/

@media (min-width: 1200px) {
    .navbar-nav .nav-item{
        margin-right: 10px;
    }
}

@media (max-width: 1200px) {
    .cv-info .info-name h1, .cv-experience h1, .cv-skil h1, .cv-product h1, .cv-blog h1, .category .aside-blocks-title, .project h1, .social-media h1, .content-page h1, .contact-page h1{
        font-size: 20px;
    }
    .cv-info .info-name span, .tag-cloud a, .counter .count-text, .content-publish-time span, .content-page .tags a, .category ul li a{
        font-size: 16px;
    }
    .cv-info .info-name p{
        font-size: 15px;
    }

    .cv-info .info-contacth .info-email a, .cv-info .info-contacth .info-phone a{
        font-size: 17px;
        margin-bottom: 6px;
    }
    .cv-experience .date span{
        font-size: 13px;
    }
    .cv-product .card span{
        font-size: 12px;
    }
    .cv-info .card img{
        max-height: 500px;
    }
}



@media (max-width: 990px) {

    .dropdown-menu .dropdown:hover > .dropdown-menu{
        position: static;
        display: block;
        top: 0;
        left: 0;
    }

    .cv-experience .date span{
        font-size: 24px;
    }
    .cv-experience .logo img{
        width: 35%;
        height: auto;
        max-height: 100px;
    }
    .cv-experience .mission h3{
        font-size: 16px;
    }
    .cv-experience .mission span{
        font-size: 20px;
    }
   .cv-experience{
       margin-top: 20px;
      /* height: auto;
       max-height: max-content;*/
   }
    .cv-skil{
        min-height: 256px;
        height: auto;
    }
    .cv-skil .card i{
        font-size: 80px;
    }
    .cv-skil .card span{
        font-size: 25px;
    }
    .cv-product{
        margin-top: 20px;
        height: auto;
    }
    .cv-product .card i{
        font-size: 80px;
    }
    .cv-product .card span{
        font-size: 16px;
    }
    .cv-product .flex-row-reverse, .cv-blog .flex-row-reverse{
        text-align: center;
    }
    .cv-product .flex-row-reverse a span , .cv-blog .flex-row-reverse a span{
        font-size: 20px;
        font-weight: 600;
        color: #999999;
    }
    .cv-product .flex-row-reverse i{
        font-size: 25px;
    }
    .cv-blog{
        height: auto;
    }
    .cv-blog .owl-item .card{
        height: auto;
    }
    .cv-blog .card-title, .cv-blog .card-text{
        font-size: 20px;
    }
    .cv-blog .owl-carousel .owl-item a img{
    height: auto;
    }
    .cv-skil .skil span{
        font-size: 16px;
    }
    .cv-skil i{
        font-size: 35px;
    }
    .cv-info {
        height: auto;
    }
}
/*Media Screen End*/

@keyframes shaker {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes progressAnimationStrike {
    from { width: 0 }
}
@keyframes scroll {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}
@keyframes cloud {
    /* Açıklığın orijinal konumuna geri dönmesi gerektiğinden %0 %100'ü yoksay */
    50% {
        transform: translateY(-40px);
    }
}
@keyframes cloud2 {
    50% {
        transform: translateY(40px);
    }
}

@keyframes appear {
    from {
        opacity: 0;
        clip-path: inset(100% 100% 0 0);
    }
    to {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}






