*,
p {
  margin: 0;
}
.butn-bg,
body,
p {
  color: #fff;
  line-height: 30px;
}
*,
.navbar-toggler:focus {
  outline: 0;
}
.my-slider,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat Alternates", sans-serif;
}
.blog .item,
.butn,
.my-slider,
.o-hidden,
.portfolio {
  overflow: hidden;
}
.blogPage-list h1,
.cd-headline,
.section-head h2,
footer p {
  letter-spacing: 2px;
}
@font-face {
  font-family: "Montserrat Alternates", sans-serif;
  src: url(../fonts/MontserratAlternates-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  word-wrap: break-word;
}
*::selection {
  background: #8f8f8f;
  color: #f0ffad;
}
body {
  background: #161617;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  overflow-x: hidden !important;
}
.cd-headline,
p {
  line-height: 1.2;
}
p {
  color: #fff;
  letter-spacing: 1px;
  padding: 0 3px;
  font-size: 15px;
  line-height: 30px;
  
}



.portfolio .items .item-img .item-image,
.swiper,
img {
  height: 100%;
  width: 100%;
}
a,
a:hover,
span {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
.section-padding {
  padding: 120px 0;
}
.section-head {
  margin-bottom: 40px;
  position: relative;
}
.section-head h2 {
  color: #333;
  font-family: system-ui;
  font-weight: 800;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section:hover .section-head h2 {
  color: #fff0;
  -webkit-text-stroke: 1px #f0ffad;
}
.bg-dark {
  background: #0f0f0f !important;
}
.butn,
.butn span,
.cd-words-wrapper b.is-visible,
.position-re {
  position: relative;
}
.full-width {
  width: 100% !important;
}
.bg-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.education_img_desk {
  background-image: url(../img/education.webp);
}
.header .container,
.header a,
.header h1,
.header p {
  position: relative;
  z-index: 2;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about .content h3,
.cd-words-wrapper,
.cd-words-wrapper b,
.header .caption .o-hidden {
  display: inline-block;
}
.cd-headline {
  font-size: 60px;
  font-weight: 700;
  margin: 15px 0;
}
.cd-words-wrapper {
  position: relative;
  text-align: center;
}
.cd-words-wrapper b {
  color: #f0ffad;
  font-weight: inherit;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.cd-headline.push b {
  opacity: 0;
}
.cd-headline.push b.is-visible {
  -webkit-animation: 0.6s push-in;
  animation: 0.6s push-in;
  opacity: 1;
}
.cd-headline.push b.is-hidden {
  -webkit-animation: 0.6s push-out;
  animation: 0.6s push-out;
}
::-webkit-scrollbar {
  width: 1%;
}
::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background-color: rgb(24 22 22 / 0.504);
}
@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.butn {
  background: #fff;
  border: 1px solid #fff0;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  outline: 0 !important;
  padding: 12px 34px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 3;
}
.butn span {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 2;
}
.butn:after,
.butn:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  width: 0;
  z-index: 1;
}
.butn:after {
  background: #fff;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.butn:hover:after,
.butn:hover:before {
  width: 100%;
}
.butn:hover span,
.butn:hover:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.butn-bg {
  background: #f0ffad;
  border-color: #f0ffad;
}
.butn-bg:hover span,
.butn-light span,
.butn-light:hover span,
.header .caption .social a:hover,
footer .social a:hover {
  color: #000;
}
.butn-light {
  background: #fff;
  color: #000;
}
.butn-light:hover,
.contact .form .butn:hover {
  border-color: #000;
}
.butn-light:after,
.butn-light:before {
  background: #f0ffad;
  color: #000;
}
.butn-bord {
  background: #fff0;
  border: 1px solid #eee;
}
.butn-bord:after,
.butn-bord:before {
  background: #000;
}
.butn-bord:hover {
  border-color: #f0ffad;
}
.about .content .social a:hover,
.butn-bord:hover span,
.navbar-toggler,
.skill-item .skill-lang_experience .skill-lang_abt h6 span {
  color: #f0ffad;
}
.navbar {
  background: #fff0;
  background-color: #111111ba;
  left: 0;
  min-height: 100px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  border-bottom: 1px solid #f0ffad5a;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .icon-bar i {
  font-size: 40px;
}
.navbar .navbar-nav .nav-link {
  color: #eee;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 15px 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navbar .navbar-nav .active {
  color: #f0ffad !important;
}
.nav-scroll {
  background: #111;
  left: 0;
  padding: 0;
  position: fixed;
  top: -100px;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, f-webkit-transform 0.5s;
  width: 100%;
}
.logo {
  height: 80px;
  width: 150px;
  display: flex !important;
  align-items: center !important;
}
.logo img {
  width: 100%;
  height: 75%;
}
.logo:hover {
  color: #f0ffad;
  text-shadow: none;
}
.header {
  background-image: url(../img/gsr-header-copy.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.header .caption h2 {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 4px;
}
.header .caption .social {
  background-color: hsl(0 0% 78% / 0.05);
  border-radius: 30px;
  display: inline-block;
  padding: 10px 20px;
}
.header .caption .social a {
  font-size: 14px;
  padding: 0 15px;
}
.about .content,
.about .skills {
  padding: 20px 0;
}
.about .skills h6 {
  font-size: 20px;
  font-weight: 400;
}
.about .skills span,
.blog .item .content p,
.my-slider {
  font-size: 14px;
}
.about .skills .skill-progress {
  background-color: #333;
  border-radius: 20px;
  height: 8px;
  position: relative;
  width: 100%;
}
.about .skills .skill-progress .progres {
  background-color: #f0ffad;
  border-radius: 20px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  width: 10%;
}
.about .skills .skill-progress .progres:after {
  content: attr(data-value);
  font-size: 10px;
  position: absolute;
  right: 0;
  top: -15px;
}
.about .hero-img {
  background-position: 50% 50%;
}
.about .content h6 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 8px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.about .content h3 {
  background: #f0ffad;
  color: #100;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 40px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.about .content h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.about .content .social span {
  color: #f0ffad;
  font-size: 12px;
  padding-right: 50px;
  position: relative;
}
.about .content .social span:after {
  background-color: #eee;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
}
.about .content .social a {
  font-size: 16px;
  margin: 0 10px;
  transition: 0.5s;
}
.skill-item .skill-item_exp li {
  font-size: 12px;
  padding-bottom: 10px;
}
.skill-item .skill-item_experience h5 {
  font-size: 1rem;
}
.portfolio .filtering span,
footer p {
  font-size: 12px;
  text-transform: uppercase;
}
.skill-item .skill-item_experience div {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}
.skill-item .skill-item_experience div span {
  color: #f0ffad;
  text-align: end;
  width: 150px;
}
.blog .item .content .data a:last-child:after,
.education_img_mobile {
  display: none;
}
.certificate .item {
  background: #0a0a0c;
  border-radius: 4px;
  height: 475px;
  margin: 10px;
  padding: 50px 20px;
  text-align: center;
}
.certificate-img {
  height: 295px;
}
.certificate-img img {
  height: 100%;
}
.certificate p span {
  font-size: 16px;
}
.certificate h5 {
  color: #f0ffad;
  padding-top: 10px;
}
.portfolio .filtering span {
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 9px 30px;
}
.portfolio .filtering .active {
  background: #f0ffad;
  -webkit-box-shadow: 0 10px 30px -4px rgb(0 0 0 / 0.2);
  box-shadow: 0 10px 30px -4px rgb(0 0 0 / 0.2);
  color: #fff;
}
.portfolio .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
}
.portfolio .items .item-img {
  border-radius: 5px;
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 400px;
}
.portfolio .item-img:hover .item-img-overlay {
  opacity: 1;
}
.portfolio .item-img:hover .item-img-overlay,
.portfolio .item-img:hover h6 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio .item-img h6 {
  margin-bottom: 8px;
  position: relative;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.portfolio .item-img-overlay {
  background: rgb(0 0 0 / 0.9);
  bottom: 5px;
  color: #fff;
  left: 5px;
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.portfolio .item-img-overlay a {
  bottom: 15px;
  color: #f0ffad;
  font-size: 30px;
  position: absolute;
  right: 15px;
}
.portfolio .item-img-overlay p {
  padding: 10px;
  line-height: normal;
}
.portfolio .item-img-overlay .overlay-info ul {
  color: #8f8f8f;
  list-style: disc;
  padding: 10px;
  text-align: start;
}
.portfolio .portfolio_routing {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  width: 100%;
}
.portfolio .item-img-overlay .portfolio_go_project {
  color: #f0ffad;
  font-size: 14px;
}
.blog .blog_routing a,
.portfolio .portfolio_routing a {
  border: 1px solid #f0ffad;
  border-radius: 4px;
  color: #f0ffad;
  font-weight: 500;
  padding: 10px;
  transition: 0.5s;
}
.blog .blog_routing a:hover,
.portfolio .portfolio_routing a:hover {
  border: 1px solid #222;
  color: #f0ffad;
  transition: 0.5s;
}
.my-slider {
  color: #000;
  display: flex;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 80%;
}
.swiper-wrapper {
  display: flex;
}
.swiper-slide {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-size: 18px;
  justify-content: center;
  text-align: center;
  width: 33.33%;
}
.blog .blog_routing,
.blogs-card {
  display: flex;
  justify-content: center;
}

.swiper-slide img {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.blog .item {
  border-radius: 4px;
  -webkit-box-shadow: 0 15px 40px rgb(0 0 0 / 0.1);
  box-shadow: 0 15px 40px rgb(0 0 0 / 0.1);
  position: relative;
}
.my-slider .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.blog .item:hover .content {
  bottom: 0;
}
.blog .item img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog .item .content {
  background-color: #0f0f0f;
  bottom: -60px;
  left: 0;
  padding: 10px 30px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.blog .item .content .data {
  color: #f0ffad;
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.blog .item .content .data a:last-child {
  margin-right: 0;
}
.blog .item .content h5 {
  color: #fff;
  font-weight: 500;
  line-height: 2.5;
}
.blog .blog_routing {
  padding-top: 40px;
  width: 100%;
}
.blogPage-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blogPage-list h1 {
  color: #333;
  font-weight: 800;
  color: #fff0;
  -webkit-text-stroke: 1px #f0ffad;
  transition: 0.4s;
}
.blogs-card {
  width: 95%;
  margin: 20px 0;
  gap: 20px;
  flex-wrap: wrap;
}
.blogs-card strong,
footer .social {
  justify-content: center;
  display: flex;
}
.blogs-card strong {
  width: 95%;
  gap: 20px;
  flex-wrap: wrap;
}
.card-self {
  width: 300px !important;
  height: 400px;
  box-shadow: rgb(232 232 232 / 0.1) 0 4px 12px;
  transition: 0.5s;
  object-fit: contain;
}
.card-self:hover {
  transform: scale(1.02);
  object-fit: contain;
}
.card-self a {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-self a img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.card-self-content {
  padding: 15px;
}
.card-self-content h2 {
  font-size: 20px;
}

.card-self-content p {
  line-height: normal;
}

.card-self:hover .card-self-content h2 {
  color: #f0ffad;
  transition: 0.5s;
}
.contact .info {
  background-image: url(../img/map.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 30px;
}
.contact .info .item {
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.contact .info .item .cont h6 {
  color: #f0ffad;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.contact .form input,
.contact .form textarea {
  background: #222;
  border: 0;
  border-radius: 30px;
  color: #fff;
  padding: 15px;
  width: 100%;
}
.contact .form textarea {
  border-radius: 10px;
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}
.contact .form .butn {
  cursor: pointer;
  float: right;
  overflow: hidden;
  color: #000;
}
footer {
  padding: 20px 0;
  border-top: 1px solid #f0ffad5a;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .social a {
  color: #585858;
  height: 40px;
  line-height: 40px;
  margin: 15px 10px;
  position: relative;
  width: 40px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
footer .social a:after {
  background-color: #222;
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  z-index: -1;
}
footer .social a:hover:after {
  background: #f0ffad;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
footer p {
  color: #999;
  font-weight: 400;
}
footer .social a img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 991px) {
  .navbar-blog {
    height: 150px;
  }
  .blogPage-list {
    min-height: 85vh;
    display: flex;
  }
  .blogs-card {
    width: 100%;
  }
  .logo {
    width: 180px;
    height: 100px;
  }
  .mb-md50 {
    margin-bottom: 50px;
  }
  .navbar {
    background-color: rgb(0 0 0 / 0.8);
    padding-left: 15px;
  }
  .navbar .navbar-collapse {
    height: 100vh;
    overflow: auto;
    padding: 10px 0;
    text-align: center;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #f0ffad !important;
  }
  .header {
    background-image: url(../img/gasar_edit.webp);
    background-position: 0 100%;
  }
  .header .caption h2 {
    font-size: 30px;
  }
  .cd-headline {
    font-size: 45px;
    line-height: 1.4;
  }
  .about .section-head {
    text-align: center;
  }
  .about .hero-img {
    height: 600px;
  }
  .valign {
    justify-content: center;
  }
  .education .education_img_desk {
    display: none;
  }
  .education .education_img_mobile {
    background-image: url(../img/education_mobile.webp) !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 200px;
    width: 100%;
  }
  .about .skills {
    padding: 50px 0;
  }
  .section-padding {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    width: 130px;
    height: 70px;
  }
  .section-head h2 {
    color: #f0ffad;
    font-size: 40px;
    text-align: start;
  }
  .butn {
    margin: 0 2px;
  }
  .header .caption h4 {
    font-size: 20px;
  }
  .cd-headline {
    font-size: 25px;
  }
  .portfolio .filtering span {
    font-weight: 400;
    margin: 0;
    padding: 9px 12px;
  }
  .portfolio .items {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .certificate .item {
    height: 380px;
  }
  .certificate-img {
    height: 200px;
  }
  .blog .item .content {
    bottom: -30px;
    padding: 10px 0;
  }
  .blog .item .content h5 {
    line-height: 0;
  }
  .blog .item .content span {
    font-size: 8px;
    padding: 0 !important;
  }

  footer > .container {
    display: flex;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 480px) {
  .header .caption h2 {
    font-size: 16px;
  }
  .cd-headline {
    font-size: 20px;
  }
  .portfolio .filtering span {
    margin-bottom: 10px;
  }
  .cd-words-wrapper {
    width: 100%;
  }
}
