* {
    font-family: 'Syne';
    text-decoration: none;
}

body {
    background-color: #f9f9f9;
}


.white-bg {
    background-color: white;
    padding: 0px 20px;
}




aside {
    position: fixed;
    width: 330px;
    height: 100vh;
    background-color: #ffffff;
    top: 0;
    left: 0;
}




.social-media-icons li i {
    font-size: 30px;
    color: #767676;
    cursor: pointer;

}

.social-media-icons li i:hover {
    color: black;
}

.social-media-icons li a {
    list-style: none;
    text-decoration: none;
}

.icons-container * {
    transition: scale 300ms, filter 300ms;
}

.icons-container:has(:hover) :not(:hover) {
    scale: 0.8;
    filter: blur(2px);
}

.menu-icon {
    font-size: 30px;
}

.logo img {
    cursor: pointer;
}

.menus {
    padding: 40px 0px;
}


.menus ul li {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s linear;
    cursor: pointer;
}

.grey {
    color: #767676 !important;
}

.act {
    color: black !important;
}

.menus ul li a:hover {
    color: black !important;
}

.copy-right {
    color: #767676;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.copy-right span {
    color: #767676;
}

.name {
    font-size: 17px;
    color: #767676;
    margin-bottom: 12px;
    display: inline-block;
}

.left h3 {
    font-size: 45px;
    font-weight: 700;
    color: black;
    line-height: 1.3;
}

.cd-headline {
    font-size: 45px;
    font-weight: 700;
}



.kitto-home {
    min-height: 100vh;
}


.button {
    padding: 15px 35px;
    border: none;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    border: none;
    background-color: #666;
    color: white;
}

.button-btn{
    color: white;
}

.button:hover {
    background-color: black;
}

html {
    transition: all 0.3s linear;
}


/* about page  */
.kioto_tm_about {
    padding: 100px 0px;
}

.virag-tittle {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px;

}

.virag-bio {
    padding-bottom: 100px;

}

.personal-details {
    padding-left: 50px;
}

.personal-details-tittle {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px;
}

.virag-text p {
    font-size: 15px;
    color: #767676;
    line-height: 1.8;

}

.list {
    margin-top: 50px;
}

.bio {
    padding-right: 50px;
    box-sizing: border-box;
}

.list-title {
    min-width: 140px;
    font-weight: 500;
    display: inline-block;
}

.list-dsc {
    color: #767676;
}

.list ul li {
    margin-bottom: 6px;
}

.button {
    width: 200px;
    text-align: center;
}

.virag-bio {
    border-bottom: 1px solid rgb(235, 226, 226);
}

/* section 3 */



.kioto_tm_skills {
    padding: 0px 0px 100px;
}

.skills {
    border-bottom: 1px solid rgb(235, 226, 226);
    padding-bottom: 100px;
}

.capital {
    text-transform: uppercase;
}

.programming-skills-tittle span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px;
}

.virag-progress {
    margin-top: 52px;
}

.progress-inner {
    margin-bottom: 20px;
}

.progress-inner span {
    color: #767676;
}

.left-side {
    padding-right: 50px;
}

.right-side {
    padding-left: 50px;

}

.range-back {
    background: rgba(0, 0, 0, .1);
    width: 100%;
    min-width: 100%;
    position: relative;
    height: 2px;
}

.bar-in {
    width: 95%;
}

.bar-in-2 {
    width: 80%;
}

.bar-in-3 {
    width: 90%;
}

.bar {
    height: 100%;
}


.range-back .bar .open {
    width: 100%;
}


.progress-inner .range-back .bar-in {
    height: 100%;
    background: #767676;
    overflow: hidden;
}

.progress-inner .range-back .bar-in-2 {
    height: 100%;
    background: #767676;
    overflow: hidden;
}

.progress-inner .range-back .bar-in-3 {
    height: 100%;
    background: #767676;
    overflow: hidden;
}

/* section-4 */

.kioto-testimonial {
    padding: 0px 0px 100px;
}

.testimonial {
    border-bottom: 1px solid rgb(235, 226, 226);
    padding-bottom: 100px;
}

.text-testimonial {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(235, 226, 226);
    text-align: left;

}

.text-testimonial p {
    color: #767676;
}

.details {
    width: 100%;
    height: auto;
    clear: both;
    align-items: center;
    margin-bottom: 30px;
}

.client-image {
    position: relative;
    width: 60px;
    height: 60px;
}

.image-client {
    background-image: url(../images/client-1.webp);
}

.image-client {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
}

/* section-counter */

.kioto-counter {
    padding: 0px 0px 100px;
}

.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}


#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
    transition: all 0.3s linear;

}

.projectFactsWrap .item:nth-child(1) {
    background: transparent;
    border: 1px solid #767676;
}

.projectFactsWrap .item:nth-child(2) {
    background: transparent;
    border: 1px solid #767676;
}

.projectFactsWrap .item:nth-child(3) {
    background: transparent;
    border: 1px solid #767676;
}

.projectFactsWrap .item:nth-child(4) {
    background: transparent;
    border: 1px solid #767676;
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: #767676;
    font-size: 18px;
    margin: 0;
    padding: 10px;
}


.projectFactsWrap .item span {
    width: 60px;
    background: #767676;
    height: 2px;
    display: block;
    margin: 0 auto;
}


.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 40px;
    color: #767676;
}

.projectFactsWrap .item:hover {
    box-shadow: 0px 0px 15px #767676;

}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: rgb(0, 0, 0);
}

.projectFactsWrap .item:hover span {
    background: rgb(0, 0, 0);
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}





/* section-5 service page  */

.kioto-service {
    padding: 100px 0px 0px;
}

.services-list {
    margin-top: 60px;
}

.services-list .padding-left {
    padding-left: 40px;
    margin-bottom: 40px;
}

.services-list .list-inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 45px 50px 42px 50px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.services-list .list-inner svg {
    width: 40px;
    height: 40px;
    color: #767676;
    margin-bottom: 17px;
    width: 40px;
    height: 40px;
    color: #999;
    margin-bottom: 17px;
}

.services-list .list-inner h3 {
    font-size: 18px;
}

.box-inner-list {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 29px;
    padding-top: 25px;
}

.box-inner-list li {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    padding-left: 18px;
    color: #767676;
}

/* contact form */


.kioto-contact {
    display: flex;
    align-items: center;
    height: 100vh;
}

.form-wrapper {
    background-color: white;
    width: 100%;
    max-width: 600px;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
   
}

.title {
    font-size: 28px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}

.subtitle {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
}

.contact-form {
    width: 100%;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.form-column {
    flex: 1;
    min-width: 250px;
}

.form-label {
    display: block;
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: border-color 0.3s, transform 0.3s;
}

.form-input:focus,
.form-textarea:focus {
    border-color: #6f6df4;
    outline: none;
    transform: scale(1.02);
}

.form-textarea {
    resize: none;
}

.submit-button {
    display: block;
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #767676, #5c5c5f);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.submit-button:hover {
    background: linear-gradient(135deg, #5c5c5f, #767676);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .form-wrapper {
        padding: 30px;
    }

    .title {
        font-size: 24px;
    }

    .subtitle {
        font-size: 14px;
    }

    .form-row {
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .form-wrapper {
        padding: 20px;
    }

    .title {
        font-size: 20px;
    }

    .subtitle {
        font-size: 12px;
    }

    .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .form-column {
        min-width: 100%;
    }

    .form-label {
        font-size: 12px;
    }

    .form-input,
    .form-textarea {
        padding: 10px;
    }

    .submit-button {
        padding: 10px;
        font-size: 14px;
    }
}

/* Social Media Icons */
.social-media-list {
    position: relative;
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.social-media-list li a {
    color: #fff;
    z-index: 99;
    position: relative;
}

.social-media-list li a i {
    font-size: 30px;
}


.social-media-list li {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 10px 3px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    background-color: #767676;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.social-media-list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 0 1px #000000;
    transition: all .2s ease-in-out;
}

.social-media-list li:hover {
    background-color: #fff;
}

.social-media-list li:hover:after {
    opacity: 1;
    transform: scale(1.12);
    transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.social-media-list li:hover a {
    color: #000;
}

.copyright {
    font: 200 14px 'Oswald', sans-serif;
    color: #555;
    letter-spacing: 1px;
    text-align: center;
}

hr {
    border-color: #767676;
}

/* Begin Media Queries*/




.title {
    text-align: left;
}

.subtitle {
    text-align: left;

}

/* blog section  */

.kioto-blog {

    padding: 50px 0px 0px;

}


.card {
    color: #323232;
    background-color: #ffffff;
    border-radius: 20px;
    background: #e0e0e0;
    box-shadow: -9px 9px 18px #0000005c, 9px -9px 18px #ffffff;
    display: flex;
    flex-direction: column;
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.card__img {
    overflow: hidden;
}

.card__img img {
    transition: all 0.1s linear;
    display: block;
}


.card:hover img {
    transform: scale(1.02);
    /* box-shadow: 0px 0px 10px 2px #00000069; */
}

.card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    background-color: blueviolet;
    filter: grayscale(1);
}

.card__descr-wrapper {
    padding: 15px;
    display: grid;
    margin-bottom: 20px;

}

.card__title {
    color: #323232;
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 20px;
}

.card__descr {
    color: #323232;
}

.svg {
    width: 25px;
    height: 25px;
    transform: translateY(25%);

}

.card__links {
    margin-top: 10px;
}

.card__links .link {
    color: var(--font-color);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

.card__links .link:hover {
    text-decoration: underline;
}

/* off canvas */
.offcanvas.offcanvas-start {
    width: 300px;
}

/* loader */
.loader {
    --path: #2f3545;
    --dot: #5628ee;
    --duration: 3s;
    width: 44px;
    height: 44px;
    position: relative;
  }
  
  .loader:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    display: block;
    background: var(--dot);
    top: 37px;
    left: 19px;
    transform: translate(-18px, -18px);
    animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86)
      infinite;
  }
  
  .loader svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .loader svg rect,
  .loader svg polygon,
  .loader svg circle {
    fill: none;
    stroke: var(--path);
    stroke-width: 10px;
    stroke-linejoin: round;
    stroke-linecap: round;
  }
  
  .loader svg polygon {
    stroke-dasharray: 145 76 145 76;
    stroke-dashoffset: 0;
    animation: pathTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86)
      infinite;
  }
  
  .loader svg rect {
    stroke-dasharray: 192 64 192 64;
    stroke-dashoffset: 0;
    animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
  }
  
  .loader svg circle {
    stroke-dasharray: 150 50 150 50;
    stroke-dashoffset: 75;
    animation: pathCircle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86)
      infinite;
  }
  
  .loader.triangle {
    width: 48px;
  }
  
  .loader.triangle:before {
    left: 21px;
    transform: translate(-10px, -18px);
    animation: dotTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86)
      infinite;
  }
  
  @keyframes pathTriangle {
    33% {
      stroke-dashoffset: 74;
    }
  
    66% {
      stroke-dashoffset: 147;
    }
  
    100% {
      stroke-dashoffset: 221;
    }
  }
  
  @keyframes dotTriangle {
    33% {
      transform: translate(0, 0);
    }
  
    66% {
      transform: translate(10px, -18px);
    }
  
    100% {
      transform: translate(-10px, -18px);
    }
  }
  
  @keyframes pathRect {
    25% {
      stroke-dashoffset: 64;
    }
  
    50% {
      stroke-dashoffset: 128;
    }
  
    75% {
      stroke-dashoffset: 192;
    }
  
    100% {
      stroke-dashoffset: 256;
    }
  }
  
  @keyframes dotRect {
    25% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(18px, -18px);
    }
  
    75% {
      transform: translate(0, -36px);
    }
  
    100% {
      transform: translate(-18px, -18px);
    }
  }
  
  @keyframes pathCircle {
    25% {
      stroke-dashoffset: 125;
    }
  
    50% {
      stroke-dashoffset: 175;
    }
  
    75% {
      stroke-dashoffset: 225;
    }
  
    100% {
      stroke-dashoffset: 275;
    }
  }
  
  .loader {
    display: inline-block;
    margin: 0 16px;
  }

  .pre-loader {
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    z-index: 99;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.swiper-pagination-bullet-active {
    background: black !important;
}