
/*-----------------------------------------------------------------------------------
    Template Name: It's Me - HTML Template
    Template URI: https://webtend.net/demo/html/itsme/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.0

    Note: This is Main Style CSS File.
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
    01. Default CSS
    02. Common Class
    03. Main Header
    04. About Section
    05. menuMains Section
    06. Skills Section
    07. Resume Section
    08. Portfolio Section
    09. Testimonial Section
    10. Weapons Section
    11. Contact Section
    12. Page Banner
    13. Blog Page
    14. Sidebar Widgets
    15. Main Footer
-----------------------------------------------------------------------------------*/

/****************************************************** */
/******************** 01. Default CSS ***************** */
/****************************************************** */
html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

:root {
    scroll-behavior: auto!important;
    --base-color:black!important;
    --heading-color: black!important;
    --primary-color: #02573E!important;
    --light-color: #FAFAFA!important;
    --base-font: 'Anybody', sans-serif!important;
    --heading-font: 'Bungee', cursive!important;
}

body {
    color: var(--base-color)!important;
    font-size: 1.1rem!important;
    font-weight: 300!important;
    line-height: 2rem!important;
    font-family: var(--base-font)!important;
}

a {
    color: var(--base-color)!important;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: var(--primary-color)!important;
}

h1,
h2,
h3 {
    font-weight: 900!important;
    font-family: var(--heading-font)!important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--heading-color)!important;
}

::selection {
    background-color: #fcf1e7!important;
    color: black!important;
    text-shadow: none
}

-webkit-::selection {
    background-color: #fcf1e7!important;
    color: black!important;
    text-shadow: none
}

::-moz-selection {
    background-color: #fcf1e7!important;
    color: black!important;
    text-shadow: none
}

::-webkit-scrollbar {
    width: 5px!important;
    height: 5px!important;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #2e2e2e
}

h1 {
    font-size: 3.2rem!important;
}

h2 {
    font-size: 3rem!important;
    line-height: 1.35;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.5rem;
    font-weight: 500;
}

h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1.5rem;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/****************************************************** */
/****************** 02. Common Class ****************** */
/****************************************************** */
/** Section Title */
.section-title h2 {
    text-transform: capitalize;
}

.sub-title {
    margin-left: 3px;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 6px 0px;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    color: var(--primary-color)!important;
}

/*.sub-title:before {
    content: '';
    height: 20px; /* Adjust height as needed */
   /* width: 100px; /* Adjust width as needed */
   /* margin-right: 10px; /* Add margin to create space between image and text */
   /* background-image: url('../images/line.png'); /* Replace with your image path */
    /*background-size: cover; /* Adjust background-size as needed *//*
}*/

.text-typed {
    color: var(--primary-color)!important;
}

/** Button styles */
.theme-btn, a.theme-btn {
    z-index: 1;
    color: white!important;
    font-size: 1rem!important;;
    cursor: pointer;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
    text-align: center;
    padding: 2% 4%;
    border-radius: 30px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-transform: capitalize;
    background: var(--primary-color)!important;
    box-shadow: 0 16px 16px rgba(116, 113, 113, 0.16);
}

.theme-btn:before,
a.theme-btn:before {
    content: '';
    width: 44px;
    z-index: -1;
    left: 5px;
    opacity: 0.2;
    transition: 0.75s;
    background: white!important;
    position: absolute;
    border-radius: 20px;
    height: calc(100% - 10px);
}

.theme-btn i,
a.theme-btn i {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 40px;
}

.theme-btn:hover:before,
a.theme-btn:hover:before {
    left: calc(100% - 49px);
}

.theme-btn:hover i,
a.theme-btn:hover i {
    margin-left: 45px;
    margin-right: -3px;
}

/* Read More Btn */
/*.read-more {
    font-weight: 500;
    align-items: center;
    display: inline-flex;
    text-decoration: underline;
    color: var(--primary-color);
}

.read-more i {
    font-size: 13px;
    transition: 0.5s;
    margin-left: 20px;
}

.read-more:hover i {
    margin-left: 25px;
}

/*social link style One 
.social-style-one {
    display: flex;
}

.social-style-one img {
    max-width: 70%;
}

.social-style-one a {
    height: 40px;
    width: 40px;
    line-height: 35px;
    background: white;
    border-radius: 5px;
    text-align: center;
    margin: 0 10px 5px 0;
}

.social-style-one a:last-child {
    margin-right: 0;
}

.social-style-one a:hover {
    box-shadow: 0 3px 6px rgba(149, 149, 149, 0.16);
}*/

/* List Style one */
.list-style-one li {
    font-weight: 600;
    font-size: 18px;
    display: flex;
}

.list-style-one li:before {
    content: "\f00c";
    font-size: 12px;
    height: 25px;
    width: 25px;
    flex: none;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    background: #f3f1fe;
    margin: 5px 12px 0 0;
    color: var(--primary-color);
}

.list-style-one li:not(:last-child) {
    margin-bottom: 15px;
}

/*** Preloader style ** */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 20%;
    z-index: 9999999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
    background-color: #FFB4CE;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}


.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.wrapper #content {
    flex: 1 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.full-page {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.section {
    min-height: 100%;
}

#pp-nav {
    display: none;
}

.progress-nav {
    position: fixed;
    width: 3px;
    top: 50%;
    right: 60px;
    z-index: 9;
    transform: translate(0, -50%)
}

.progress-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.progress-nav li {
    width: 3px;
    height: 30px;
    overflow: hidden;
    position: relative;
    background: white;
    transition: background .5s ease-in-out;
}

.progress-nav li:before {
    display: block;
    height: 100%;
    content: "";
    width: 3px;
    left: 0;
    top: 0;
    position: absolute;
    background: #02573E;
}

.progress-nav li.active:before {
    animation: navHeight .5s ease-in-out forwards;
}

@-webkit-keyframes navHeight {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@keyframes navHeight {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.progress-nav li.active,
.progress-nav li.active ~ li {
    background: white;
}

.progress-nav li:before {
    height: 100%;
}

.progress-nav li.active ~ li:before {
    height: 0%;
}

.pp-scrollable {
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

.slide-container {
    width: 100%;
    display: flex;
    min-height: 100%;
    position: relative;
    padding-top: 100px;
    align-items: center;
    padding-bottom: 100px;
}

.bg-lighter,
.slide-light {
    background-color: var(--light-color);
}

.section:not(.active) .animate-element {
    animation-name: none;
}

.section.active .animate-element {
    animation-duration: .7s;
    animation-fill-mode: both;
}

.section.active .delay1 {
    animation-delay: .1s;
}

.section.active .delay2 {
    animation-delay: .2s;
}

.section.active .delay3 {
    animation-delay: .3s;
}

.section.active .delay4 {
    animation-delay: .4s;
}

.section.active .delay5 {
    animation-delay: .5s;
}

.section.active .delay6 {
    animation-delay: .6s;
}

.section.active .delay7 {
    animation-delay: .7s;
}

.section.active .delay8 {
    animation-delay: .8s;
}

.section.active .delay9 {
    animation-delay: .9s;
}

.section.active .delay10 {
    animation-delay: 1s;
}

.section.active .delay11 {
    animation-delay: 1.1s;
}

.section.active .delay12 {
    animation-delay: 1.2s;
}

.section.active .delay13 {
    animation-delay: 1.3s;
}

.section.active .delay14 {
    animation-delay: 1.4s;
}

.section.active .delay15 {
    animation-delay: 1.5s;
}

.section.active .delay16 {
    animation-delay: 1.6s;
}

/****************************************************** */
/******************** 03. Main Header ***************** */
.header .container-fluid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.body-piling .brand {
    position: fixed;
    z-index: 500;
    left: 50px;
    top: 35px;
}

/*.brand-name:after {
    content: '';
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: 0 0 -22px -5px;
}*/


/*Nav Toggle Btn*/
.nav-toggle-btn {
    margin: 0;
    padding: 0;
    top: 5%;
    right: 4%;
    border: none;
    z-index: 995;
    position: fixed;
    background-color: transparent;
}

.hamburger {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 24px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

.hamburger span {
    align-self: flex-end;
    height: 2px;
    width: 100%;
    background: black;
    transition: all 400ms ease-in-out
}

.hamburger .meat {
    width: 83.33333333%;
    transition: all 200ms ease-in-out
}

.hamburger .bottom-bun {
    width: 58.33333333%;
    transition: all 400ms ease-in-out
}

.hamburger:hover span {
    width: 100%
}

html:not(.body-menu-opened) .hamburger:hover .top-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms
}

html:not(.body-menu-opened) .hamburger:hover .meat {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms
}

html:not(.body-menu-opened) .hamburger:hover .bottom-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%
    }

    50% {
        width: 50%
    }

    100% {
        width: 100%
    }
}

@keyframes burger-hover {
    0% {
        width: 100%
    }

    50% {
        width: 50%
    }

    100% {
        width: 100%
    }
}

.body-menu-opened .hamburger .top-bun {
    transform: rotate(-45deg) translate(-4.5px, 4px);
    width: 100%
}

.body-menu-opened .hamburger .bottom-bun {
    transform: rotate(45deg) translate(-4.5px, -4px);
    width: 100%
}

.body-menu-opened .hamburger .meat {
    width: 0
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    width: 100%;
    padding: 4%;
    display: flex;
    max-width: 100%;
    background: #fff;
    flex-direction: column;
    transition: transform .4s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.body-menu-opened .menu {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.hide-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0%;
    z-index: 980;
    display: none;
    background: black (0, 0, 0, .65);
}

.menu {
    width: 250px;
    max-width: 100%;
}

.menu .menu-lang,
.menu .menu-main {
    opacity: 0;
    transform: translateY(3rem);
    transition: all .5s ease-in-out;
}

.menu .menu-lang {
    transition-delay: .2s;
}

.menu .menu-main {
    transition-delay: .4s;
}

.body-menu-opened .menu .menu-lang,
.body-menu-opened .menu .menu-main {
    opacity: 1;
    transform: translateY(0);
}

/*.menu-lang {
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 600
}

.menu-lang-item {
    display: inline-block;
    margin-right: 1.5rem;
    color: #a3a4a8;
    text-decoration: none;
}

.menu-lang-item.active,
.menu-lang-item:hover {
    color: #1f2044;
    text-decoration: none;
}*/

.menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    font-weight: 700;
}

.menu-main > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-main > ul > li {
    margin-bottom: 1.1875rem;
    padding-left: 2px;
}

.menu-main a,
.menu-main a:hover {
    color: black;
    text-decoration: none;
}

.menu-main .active a,
.menu-main a:hover {
    background-color:#fff8e6;
    box-shadow: #fff8e6 0 0 0 2px;
}

.menu-main a:after {
    content: ".";
    opacity: 0;
    display: inline-block;
    transform: translate(2rem, 0);
    transition: all .3s ease-in-out;
}

.menu-main .active a:after {
    transform: translate(0, 0);
    opacity: 1;
}



/****************************************************** */
/******************* 04. About Section **************** */
/****************************************************** */

div.slide-container.about {
    background-color: #FFB4CE;
}

.about-content h3 {
    font-size: 2rem;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 1.2rem;
    max-width: 100%;
}

p b {
    font-weight: 500;
    color: var(--heading-color);
}

b a:not(:hover) {
    color: var(--heading-color);
}

.about-inner-images {
    position: relative;
}

.about-inner-images .hero-section {
    position: relative;
    left: 25%;
    max-width: 70%;
}

.flower-container {
    position: absolute;
    top: 0%;
    left: 20%;
    width: 200px;
    height: 200px;
  }
  
  .petals {
    position: absolute;
    height: 70%;
    top: 0;
    left: 0;
    animation: rotate 10s infinite linear;
    z-index: 1; /* Adjust the stacking order */
  }
  
  .center {
    left: 18%;
    top:20%;
    height: 30%;
    position: relative; /* Change to relative positioning */
    z-index: 2; /* Adjust the stacking order */
  }
  
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  


.about-inner-images .shape-one {
    position: absolute;
    top: 15px;
    left: 28%;
    max-width: 15%;
}

.about-inner-images .shape-two {
    position: absolute;
    top: 0;
    right: 30%;
    max-width: 10%;
}


/****************************************************** */
/***************** 05. passions Section *************** */
/****************************************************** */
.slide-passions { 
    background-color: #fff8e6;
}

.passion-inner-images {
    position: relative;
    max-width: 65%;
}

.passion-inner-images .shape-one {
    position: absolute;
    left: 0;
    top: 0%;
}

.passion-content {
    max-width: 450px;
    margin-left: 0;
}

.our-passions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.passion-item {
    width: 45%;
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.passion-item .icon {
    height: 40px;
    width: 40px;
    flex: none;
    transition: 0.5s;
    line-height: 44px;
    text-align: center;
    margin-right: 15px;
}

.passion-item h4 {
    margin: 0;
    transition: 0.5s;
    padding: 7px 0 6px;
    border-bottom: 2px solid transparent;
    font-size: 18px!important;
}

.passions-keyboard {
    position: absolute;
    bottom: -7%;
    left: 75%;
    max-width: 60%;
    transform: translateY(0);
    animation-name: floatAnimation;
    animation-duration: 4s!important;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  
  @keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-22px); /* Decrease the distance for a slower animation */
    }
    100% {
      transform: translateY(0);
    }
  }
  

/****************************************************** */
/****************** 06. Skills Section **************** */
/****************************************************** */
.slide-skills {
    background-color: #fff8e6;
}

.skill-content {
    max-width: 450px;
}

.bar-list {
    max-width: 330px;
}

.bar-item {
    margin-top: 18px;
}

.bar-item-title {
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    color: var(--heading-color);
}

.bar-item-value {
    font-size: 10px;
    padding-top: 2px;
    color: var(--heading-color);
}


.skill-images-inner {
    position: relative;
    display: inline-block;
    padding-right: 5%;
}

.skill-images-inner .shape-one {
    position: absolute;
    top: 25%;
    left: 5%;
    max-width: 15%;
}

.skill-images-inner .shape-two {
    position: absolute;
    bottom: 10%;
    right: 20%;
    max-width: 18%;
}

.skill-images-inner .shape-two {
    transform: translateY(0);
    animation-name: floatAnimation;
    animation-duration: 4s!important;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  
  @keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-22px); /* Decrease the distance for a slower animation */
    }
    100% {
      transform: translateY(0);
    }
  }

.skill-images-inner .shape-one {
    transform: translateY(0);
    animation-name: floatAnimation;
    animation-duration: 4s!important;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: 2s!important;
  }
  
  @keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-22px); /* Decrease the distance for a slower animation */
    }
    100% {
      transform: translateY(0);
    }
  }

/****************************************************** */
/****************** 07. Resume Section **************** */
/****************************************************** */
.slide-resume {
    background-color: #fff8e6;
}

.slide-resume h2{
    min-height: 140px;
}

.experiecnes h2 {
    min-height: 141px;
    margin-top: 7px;
}

.align-items-center {
    align-items: start!important;
}
.edu-experi-wrap {
    max-width: 485px;
}

.edu-experi-item {
    display: flex;
}

.edu-experi-item .years {
    width: 90px;
    flex: none;
    color: var(--heading-color);
}

.vacancy-content {
    position: relative;
    padding-left: 20px;
}

.edu-experi-item:not(:last-child) .vacancy-content {
    padding-bottom: 44px;
}

.vacancy-content:before {
    content: '';
    height: 100%;
    width: 1px;
    left: 0;
    top: -10px;
    position: absolute;
    background: #02573E;
}

.vacancy-content:after {
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    left: -2px;
    top: 12px;
    transform: rotate(45deg);
    background: var(--primary-color);
}

.vacancy-content .title {
    font-weight: 400;
    margin-bottom: 5px;
    display: inline-block;
    color: var(--primary-color);
}

.vacancy-content .subject {
    margin-bottom: 15px;
}

.vacancy-content .institution {
    color: #02573E;
    font-weight: 400;
    margin-bottom: 20px;
}

.vacancy-content p {
    margin-bottom: 0;
}

.beahance p a,
.beahance .title {
    color: #02573E;
}

.dribbble p a,
.dribbble .title {
    color: #02573E;
}

/****************************************************** */
/**************** 08. Portfolio Section *************** */
/****************************************************** */
.slide-portfolio {
    background-color: #fff8e6;
}

.counter-wrap {
    display: flex;
    flex-wrap: wrap;
}

.success-box {
    display: flex;
    margin-top: 50px;
    max-width: 200px;
}

.count-text {
    line-height: 1;
    font-size: 48px;
    font-weight: 400;
    margin-right: 15px;
    color: var(--primary-color);
}

.count-text.lass-than-ten:before {
    content: '0';
}

.count-text.plus:after {
    content: '+';
}

.success-box h6 {
    margin-bottom: 0;
    line-height: 23px;
}

.success-box:not(:last-child) {
    margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid #B7B7B7;
}

/* Protfolio */
.portfolio-wrap {
    margin: 0 -30px;
}

.portfolio-item {
    padding: 30px;
}

.portfolio-item img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 25px rgb(155 155 155 / 16%);
}

.slick-dots {
    display: flex;
    margin: 15px 0 -7px;
    justify-content: center;
}

.slick-dots li {
    height: 9px;
    width: 9px;
    margin: 7px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 50%;
    background: #D9D9D9;
}

.slick-dots li button {
    text-indent: 100px;
    background: transparent;
}

.slick-dots li:before {
    content: '';
    height: 15px;
    width: 15px;
    opacity: 0;
    margin-top: -3px;
    margin-left: -3px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #D8D8D8;
}

.slick-dots li.slick-active {
    background: var(--primary-color);
}

.slick-dots li.slick-active:before {
    opacity: 1;
}

/****************************************************** */
/***************** 10. Weapons Section **************** */
/****************************************************** */

.slide-weapons {
    background-color: #fff8e6;
}

.weapons-content {
    max-width: 515px;
}

.weapons-content .read-more {
    font-size: 18px;
}

.weapons-content .read-more:not(:hover) {
    color: var(--heading-color);
}

.weapons-images {
    max-width: 535px;
    margin-left: auto;
    position: relative;
    padding-bottom: 82%;
}

.weapons-item {
    background: white;
    position: absolute;
    border-radius: 15px;
    box-shadow: 0 18px 29px 20px rgb(183 189 212 / 16%);
}

.weapons-item.one {
    left: 28%;
    top: 28%;
    width: 36%;
    padding-bottom: 36%;
}

.weapons-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 66%;
    transform: translate(-50%, -50%);
}

.weapons-item.two {
    left: 5%;
    top: 8%;
    width: 18%;
    padding-bottom: 18%;
}

.weapons-item.three {
    top: 0;
    left: 48%;
    width: 14.5%;
    padding-bottom: 14.5%;
}

.weapons-item.four {
    top: 5%;
    right: 0;
    width: 28.5%;
    padding-bottom: 28.5%;
}

.weapons-item.five {
    left: 2%;
    top: 46%;
    width: 20.2%;
    padding-bottom: 19.5%;
}

.weapons-item.six {
    left: 0;
    width: 15%;
    bottom: 5%;
    padding-bottom: 14.5%;
}

.weapons-item.seven {
    bottom: 0;
    left: 25%;
    width: 18%;
    padding-bottom: 18%;
}

.weapons-item.eight {
    width: 22%;
    bottom: 8%;
    right: 10%;
    padding-bottom: 22%;
}

/****************************************************** */
/***************** 11. Contact Section **************** */
/****************************************************** */
.slide-contact {
    background-color: #fff8e6;
}

.contact-content {
    padding: 0 60px 80px;
}

.contact-content .section-title {
    max-width: 400px;
}

.contact-form {
    position: relative;
}

.form-group {
    margin: 45px 0 0;
}

.form-control {
    border: none;
    resize: none;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0;
    padding: 0 0 15px;
    background: transparent;
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}

.form-control:focus {
    box-shadow: none;
    background: transparent;
    border-color: var(--primary-color);
}

.contact-image {
    padding: 2%;
    width: 85%;
    margin-bottom: 15%;
    
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/****************************************************** */
/******************* 12. Page Banner ****************** */
/****************************************************** */
.breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    background: transparent;
}

.page-title {
    font-size: 45px;
    margin-bottom: 15px;
}

.breadcrumb-item.active {
    color: var(--primary-color);
}


/****************************************************** */
/***************** 14. Sidebar Widgets **************** */
/****************************************************** */
/*.sidebar {
    max-width: 335px;
}

.widget:not(:last-child) {
    margin-bottom: 50px;
}

.widget-title {
    position: relative;
    margin-bottom: 33px;
    padding-bottom: 20px;
}

.widget-title:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
}


.search-widget form {
    position: relative;
    border: 1px solid rgba(112, 112, 112, 0.15);
}

.search-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    line-height: 1;
    font-size: 18px;
    background: transparent;
    color: var(--primary-color);
}

.search-widget form input {
    padding: 18px 30px;
    border-radius: 5px;
    font-size: 18px;
}

.category-widget li {
    display: flex;
    font-weight: 500;
}

.category-widget li:not(:last-child) {
    margin-bottom: 10px;
}

.category-widget li:before {
    content: "\f105";
    font-weight: 600;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
}

.category-widget li a:not(:hover) {
    color: var(--heading-color);
}

.category-widget li span {
    margin-left: auto;
}

.news-widget-item {
    display: flex;
    align-items: center;
}

.news-widget-item:not(:last-child) {
    margin-bottom: 25px;
}

.news-widget-item img {
    margin-right: 25px;
}

.news-widget-item h6 {
    line-height: 1.5;
    margin-bottom: 5px;
}

.news-widget-item .date i {
    margin-right: 5px;
}

.tag-clouds {
    display: flex;
    flex-wrap: wrap;
}

.tag-clouds a {
    line-height: 1;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 5px;
    background: #f2f2f2;
    margin: 0 10px 10px 0;
    color: var(--heading-color);
}

.tag-clouds a:hover {
    color: white;
    background: var(--primary-color);
} */


/****************************************************** */
/******************* 15. Main Footer ****************** */
/****************************************************** */

.circle-physics {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: grab;
    background-color: #000000;
    background-image: url("/i-am.png");
    background-position-x: 50%;
    background-position-y: 30%;
    background-size: 40vw;
    background-repeat: no-repeat;
    z-index: 0;

  }
  
  .circle-sprites {
    pointer-events: none;

  }
  
  .circle {
    background: #FFFFFF;
    border-radius: 100%;
    border: 1.5px solid black;
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90% auto;
    box-shadow: 2px 2px 0 0 #000000; 

  }
  
  .circle:nth-child(13n+2) {
    background-color: #F6D072;
    background-image: url("/optimistic5.png");
  }
  
  .circle:nth-child(13n+1) {
    background-color: #FFB4CE;
    background-image: url("/adaptable.png");
  }
  
  .circle:nth-child(13n+3) {
    background-color: #50B6EB;
    background-image: url("/collaborative.png");
  }
  
  .circle:nth-child(13n+4) {
    background-color: #FFA420;
    background-image: url("/creative.png");
  }
  
  .circle:nth-child(13n+5) {
    background-color: #50B6EB;
    background-image: url("/adventurous.png");
  }
  
  .circle:nth-child(13n+6) {
    background-color: #FFFFFF;
    background-image: url("/curious.png");
  }
  
  .circle:nth-child(13n+8) {
    background-color: #F6D072;
    background-image: url("/eager-to-learn.png");
  }
  
  .circle:nth-child(13n+9) {
    background-color: #02573E;
    background-image: url("/energetic.png");
  }
  
  .circle:nth-child(13n+10) {
    background-color: #FFA420;
    background-image: url("/humorous.png");
  }
  
  .circle:nth-child(13n+11) {
    background-color: #02573E;
    background-image: url("/resourceful.png");
  }
  
  .circle:nth-child(13n+12) {
    background-color: #FFFFFF;
    background-image: url("/self-motivated.png");
  }
  
  .circle:nth-child(13n+13) {
    background-color: #FFB4CE;
    background-image: url("/humorous.png");
  }
  
  .circle:nth-child(13n+7) {
    background-color: #FFB4CE;
    background-image: url("/innovative.png");
  }
  
  .slide-container-footer {
    display: flex;
    min-height: 100%;
    position: relative;
}


/*cards portfolio */

 /*:root {
    --surface-color: #fff;
    --curve: 40;
  }
  
  /* {
    box-sizing: border-box;
  }
  /* body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fef8f8;
  }*/
  .portfolio-cards {
    --surface-color: #F6D072;
    --curve: 40;
    --curve1: 43;
  }
  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 0;
    list-style-type: none;
  }
  
  .card {
    position: relative;
    display: block;
    height: 100%;
    border-radius: calc(var(--curve) * 1px);
    overflow: hidden;
    border: none;
    cursor: pointer;
    max-width: 50%;
  }
  
  .card__image {
    width: 100%;
    height: auto;
  }
  
  .card__overlay {
    position: absolute;
    bottom: -1%;
    left: -1%;
    right: -1%;
    z-index: 1;
    border-radius: calc(var(--curve) * 1px);
    background-color: var(--surface-color);
    transform: translateY(100%);
    transition: .2s ease-in-out;
  }
  
  .card:hover .card__overlay {
    transform: translateY(0);
  }
  
  .card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 2em;
    border-radius: calc(var(--curve) * 1px) 0 0 0;
    background-color: var(--surface-color);
    transform: translateY(-100%);
    transition: .2s ease-in-out;
    
  }
  
  .card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 99.7%;
    right: 0;
    z-index: 1;
  }
  
  .card__arc path {
    fill: var(--surface-color);
    d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
  }
  
  .card:hover .card__header {
    transform: translateY(0);
  }
  
  .card__title {
    font-size: 1em;
    margin: 0 0 .3em;
    color: black
  }
  
  .card__description {
    padding: 0 2em 2em;
    margin: 0;
    color: black;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }


  /*button for form */

#contact-form button {
    position: relative;
    margin-top: 20%;
    padding: 1% 10% 1% 5%;
}







