/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #646868;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  scroll-behavior: smooth;
  position: relative;
}

section {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1b1b;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.scroll-left {
  padding: 4px 0;
  overflow: hidden;
  position: relative;
  background: #11ab67;
  color: #1b1b1b;
  font-family: "Inter";
  letter-spacing: 1px;
  transition: all 0.6s ease-in-out;
}

.scroll-left .container marquee {
  display: none;
  font-size: 14px;
  text-shadow: 0px 0px 5px #e3e3e34d;
  -webkit-text-stroke-width: thin;
}

.scroll-left a {
  font-size: 15px;
  color: #1b1b1b;
  font-weight: 600;
  margin: 1px 5px 1px;
  display: block;
}

.scroll-left a i {
  font-size: 16px;
}

.scroll-left .container,
#header .container {
  max-width: 1200px;
}

svg polyline {
  stroke: #11ab67;
}

/*--/ Scrolltop s /--*/
.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: 0.7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: 0.6s;
  z-index: 997;
  padding: 5px 0;
  background-color: #fff;
  position: relative;
}

#header.top_bar_menu {
  padding: 6px 0;
  background-color: #11ab67;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.4s;
}

#header .navbar .logog img,
#header .navbar .logo img {
  max-height: 80px;
  margin-right: 1px;
}

#header .logog {
  display: none;
}

#header.top_bar_menu {
  background: #11ab67;
  padding: 4px 0;
}

#header.top_bar_menu .logo {
  display: none;
}

#header.top_bar_menu .navbar .logog {
  display: block;
}

.navbar .logo a {
  margin-bottom: 0;
  font-size: 26px;
  line-height: normal;
  color: #1b1b1b;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

#header.top_bar_menu .navbar .logo a span {
  color: white;
}

.navbar .logo a span {
  color: #cfac6a;
}

.navbar-light .navbar-toggler {
  color: rgb(17 171 103);
  border-color: transparent;
  box-shadow: 0 0 0 0;
  font-size: 44px;
}

#header.top_bar_menu .navbar-light .navbar-toggler {
  color: white;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar-collapse {
  justify-content: end;
  padding: 15px 6px;
}

.navbar-collapse.show {
  position: absolute;
  width: 100%;
  top: 100%;
  background: #11ab67;
  left: 0px;
  right: 0px;
  padding: 15px 18px 20px;
}

.navbar_ul ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 20px;
}

.navbar_ul li {
  position: relative;
}

.navbar_ul > ul > li {
  white-space: nowrap;
  padding: 10px 8px;
}

.navbar_ul a.nav-link,
.navbar_ul a.nav-link:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1b1b1b;
  font-size: 17px;
  font-weight: 500;
  padding: 0;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.2px;
  position: relative;
}

.navbar_ul a.nav-link i,
.navbar_ul a.nav-link:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar_ul > ul > li > a.nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  width: 0;
  background-color: #11ab67;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.navbar_ul a.nav-link:hover:before,
.navbar_ul a.nav-link.active:before,
.navbar_ul li:hover > a.nav-link:before,
.navbar_ul li.active > a.nav-link:before,
.navbar_ul .active:before {
  visibility: visible;
  width: 98%;
}

.top_bar_menu .navbar_ul > ul > li > a:before {
  background-color: #f1f1f1;
}

.navbar_ul a.nav-link:hover,
.navbar_ul .active,
.navbar_ul .active:focus,
.navbar_ul li:hover > a.nav-link {
  color: #11ab67;
}

.top_bar_menu .navbar_ul a:hover,
.top_bar_menu .navbar_ul .active,
.top_bar_menu .navbar_ul .active:focus,
.top_bar_menu .navbar_ul li:hover > a {
  color: #f1f1f1;
}
.navbar a.hero_action {
  text-transform: capitalize;
  padding: 10px 20px 12px !important;
}
.top_bar_menu a.hero_action {
  background: #cca969;
}
.top_bar_menu a.hero_action:before {
  background-color: #c9a158;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  height: 85vh;
  position: relative;
  color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)), url(../img/hero-bg.jpg);
  background-position: bottom;
  background-size: cover;
}

.hero .hero-content {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero .overlay-itro {
  background-color: rgb(0 0 0 / 75%);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  z-index: 1;
}

.hero .hero-title {
  color: #f1f1f1;
  font-weight: 400;
  font-size: 64px;
  font-family: "Nunito", sans-serif;
  text-shadow: 1px 1px 2px #ffffff2b;
}

.hero .hero-subtitle {
  font-size: 2rem;
  font-weight: 500;
  color: white;
  margin-bottom: 25px;
}

.hero .hero-subtitle span {
  background-color: #0404044a;
  padding: 1px 2px 1px;
  color: #cfac6a;
}

.hero-content p {
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
}

.hero .hero-subtitle i {
  margin-right: 5px;
}

.hero .text-slider-items {
  display: none;
}

.hero-single {
  height: 350px;
}

.hero-single .hero-content {
  margin-top: 30px;
}

.hero-single .hero-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.hero-single .breadcrumb {
  background-color: transparent;
  color: #0078ff;
}

.hero-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.hero-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.hero-single .breadcrumb a {
  color: #fff;
}

button.hero_action,
a.hero_action {
  text-transform: uppercase;
  display: inline-block !important;
  text-align: center !important;
  font-weight: 400 !important;
  padding: 14px 25px !important;
  position: relative !important;
  background: #11ab67;
  text-decoration: none;
  border-radius: 50px;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 !important;
  line-height: normal;
}

button.hero_action i,
a.hero_action i {
  margin-right: 5px;
  font-size: 18px;
  font-weight: 400;
}

button.hero_action:before,
a.hero_action:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #0e9f5f;
  border-radius: 50px;
}

button.hero_action span,
a.hero_action span {
  position: relative;
  z-index: 1;
  color: #fff;
}

button.hero_action:hover:before,
button.hero_action:focus:before,
a.hero_action:hover:before,
a.hero_action:focus:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.section_heading h3 {
  font-size: 54px;
  color: #00000006;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: bolder;
  text-transform: uppercase;
}

.section_heading h2 {
  font-size: 42px;
  position: absolute;
  z-index: 1;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  text-shadow: 1px 1px 2px #0000002b;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about_me {
  padding: 70px 0 80px;
  position: relative;
  background-image: url(../img/about-bg.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.about_me .about-img {
  margin-bottom: 2rem;
  overflow: hidden;
  height: 300px;
  width: 300px;
  border-radius: 100%;
  border: 1px solid #c1c1c1;
  padding: 8px;
}

.about_project {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 30px;
}

.about_project a {
  box-shadow: 0 0 10px #00000020;
  padding: 6px 10px;
  border-radius: 10px;
  background: white;
  height: 70px;
  display: flex;
  align-items: center;
  margin: 8px 2px;
  justify-content: center;
}

.about_project.about_project2 a {
  height: 75px;
}

.owl-carousel.about_project .owl-item img {
  width: 130px;
  height: auto;
}

.owl-carousel.my_experience .owl-nav button,
.owl-carousel.about_project .owl-nav button {
  font-size: 28px;
  color: white;
  margin: 5px 10px;
  height: 40px;
  width: 40px;
  padding: 4px 7px;
  line-height: 0;
  background: #cfac6a;
  border-radius: 100px;
  border: 0 !important;
}

.owl-carousel.my_experience .owl-nav button span,
.owl-carousel.about_project .owl-nav button span {
  font-size: 40px;
}

.owl-carousel.my_experience .owl-nav button:hover .owl-carousel.about_project .owl-nav button:hover {
  background: #11ab67;
  color: #fff;
  text-decoration: none;
}

.direction_bx {
  position: relative;
}

.direction::after {
  content: "";
  width: 180px;
  height: 80px;
  border-right: 2px dashed #d5d5d5;
  border-bottom: 2px dashed #d5d5d5;
  display: flex;
  position: absolute;
  right: 10px;
}

/*--------------------------------------------------------------
# Experience  
--------------------------------------------------------------*/
.experience {
  padding: 70px 0 80px;
}

.scrollbar {
  verflow-y: scroll;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
  background-color: #e5e5e5;
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #11ab67;
  border-radius: 10px;
}
.my_experience .item {
  margin: 12px;
  box-shadow: 0 0 15px 0 #00000017;
  background-color: white;
  border-radius: 10px;
  padding: 25px 20px 25px 25px;
}
.experience_bx {
  overflow: hidden;
  padding-right: 5px;
  height: 440px;
  overflow: auto;
}

.company_logo {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c1c1c1;
  height: 80px;
}

.company_logo a {
  width: 200px !important;
}

.logo_span a {
  width: 170px !important;
}

.company_logo h4 {
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
  font-size: 20px;
}

.company_logo h4 span {
  font-weight: 400;
  font-size: 14px;
}

.company_logo p {
  margin-bottom: 0;
  color: #cfac6a !important;
  font-size: 16px;
}

.hilight {
  color: #11ab67;
}

.experience ul {
  list-style-type: none;
  padding-left: 2px;
  margin-bottom: 0;
}

.experience ul .check_icon {
  display: contents;
}

.experience li,
.experience p {
  font-size: 15px;
  color: #333;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.1px;
}

/*--------------------------------------------------------------
# Skills  
--------------------------------------------------------------*/
.skills {
  padding: 40px 0 50px;
  position: relative;
  background-color: #f6f6f8;
}

/*animation*/

.skills.bg-white {
  padding: 70px 0 100px;
}

.skills_bx {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.skills_bx a {
  box-shadow: 0 0 10px #00000015;
  padding: 10px;
  border-radius: 10px;
  background: white;
  display: block;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Technology  
--------------------------------------------------------------*/
.skills_progress {
  border-radius: 100%;
  border: 2px dashed #11ab67;
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skills_progress a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-image: url(../img/progress-bg1.png);
  background-size: cover;
  background-color: #cfeee0;
  position: relative;
  /*box-shadow: 0 0 30px rgb(18 18 18 / 23%);*/
  border-radius: 100%;
}

.skills_progress.skills_progress_2 a {
  background-image: url(../img/progress-bg2.png);
}

.skills_progress.skills_progress_3 a {
  background-image: url(../img/progress-bg3.png);
}

.skills_progress.skills_progress_4 a {
  background-image: url(../img/progress-bg5.png);
}

.all_progress {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
}

.skills_progress a img {
  margin: 0;
  width: 50px;
  border-radius: 10%;
}

.skills_progress a span {
  display: none;
  position: absolute;
  font-weight: 600;
  font-size: 20px;
  color: #11ab67;
  top: -11px;
  left: 0;
  right: 0;
}

/*--------------------------------------------------------------
# what I do
--------------------------------------------------------------*/
.what_i_do {
  padding: 60px 0 70px;
  background-color: #f6f6f8;
  position: relative;
}

.task_card {
  box-shadow: 0 0 16px 0 #00000015;
  padding: 5px 12px;
  display: grid;
  grid-template-columns: 8% auto;
  align-items: center;
  background-color: #fff;
  grid-gap: 8px;
  border-radius: 8px;
  height: 100px;
  margin-bottom: 20px;
  font-size: 15px;
}

.task_card:hover {
  background-color: #11ab67;
  color: white;
  transition: 0.2s !important;
}

.task_card:hover .check_icon {
  color: white;
  transition: 0.2s !important;
}

.check_icon {
  transition: 0.2s !important;
  color: #cfac6a;
  border: 2px solid;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 100%;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.gallery_section {
  padding: 70px 0 100px;
  background-color: #f6f6f8;
}

#main-wrapper {
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 15px 0 #00000017;
  border-radius: 2px;
  overflow: hidden;
}

#box-wrapper {
  position: relative;
}
#baguetteBox-overlay.visible {
  background-color: rgba(0, 0, 0, 0.88) !important;
}
#baguetteBox-overlay .full-image::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 10px;
}

#baguetteBox-overlay .full-image::-webkit-scrollbar {
  width: 8px;
  background-color: #e5e5e5;
  border-radius: 10px;
}
#baguetteBox-overlay .full-image::-webkit-scrollbar-thumb {
  background-color: #11ab67;
  border-radius: 10px;
}
#box {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

img {
  transition: all 2000ms ease-out;
}

#baguetteBox-overlay .full-image {
  overflow-y: scroll;
}

#baguetteBox-overlay .full-image:before {
  height: 0%;
  display: none;
}

#baguetteBox-overlay .full-image figure {
  height: 100%;
  height: 2000px;
  display: block;
}
#baguetteBox-overlay .full-image img {
  width: 100%;
  height: auto;
  max-height: max-content;
}

#box:hover .img_1 {
  transform: translateY(-37%);
}

#box:hover .img_2 {
  transform: translateY(-57%);
}

#box:hover .img_3 {
  transform: translateY(-73%);
}

#box:hover .img_4 {
  transform: translateY(-56%);
}

#box:hover .img_5 {
  transform: translateY(-71%);
}

#box:hover .img_6 {
  transform: translateY(-67%);
}

#box:hover .img_7 {
  transform: translateY(-67%);
}

#box:hover .img_8 {
  transform: translateY(-77%);
}

#box:hover .img_9 {
  transform: translateY(-70%);
}

#box:hover .img_10 {
  transform: translateY(-21%);
}

/* Override bootstrap column paddings */
.gallery {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 30px;
  margin-top: 30px;
}

.portfolio_bx {
  position: relative;
  width: 100%;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox i {
  position: absolute;
  color: #11ab67;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  font-size: 30px;
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(17 171 103 / 11%);
  content: "";
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover i {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact_me {
  position: relative;
  padding: 70px 0 80px;
}

.contact_me h5 {
  margin: 20px 0 10px;
}

.frm_bx {
  background-color: #e2f5ed;
  border-radius: 20px;
  padding: 30px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input,
.php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #11ab671f;
  border: 0 solid #fff;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0;
  background: #11ab671f;
}

.php-email-form input {
  padding: 16px 20px;
  border-radius: 100px;
}

.php-email-form textarea {
  padding: 16px 20px;
  margin-bottom: 0;
  border-radius: 20px;
}

.php-email-form button[type="submit"] {
  border: 0;
  padding: 16px 20px;
  transition: 0.4s;
  width: 100%;
  border-radius: 100px;
  overflow: hidden;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.social-links {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.social-links a {
  width: 60px;
  height: 60px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #cfac6a;
  box-shadow: 0 0 15px rgb(18 18 18 / 12%);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s !important;
}

.social-links a i {
  font-size: 28px;
  position: relative;
  z-index: 10;
  transition: color 0.5s;
  color: #000;
}

.social-links a::after {
  content: "";
  width: 100%;
  height: 100%;
  top: -90px;
  left: 0;
  background: #000;
  background: linear-gradient(-45deg, #11ab67, #11ab67);
  position: absolute;
  transition: 0.5s;
}

.social-links a:hover::after {
  top: 0;
}

.social-links a:hover i {
  color: #fff;
}

.social-links a:hover {
  transform: translateY(-5px) !important;
  transition: 0.4s !important;
}

.icon_bx {
  padding-left: 40px;
}

.get_touch .social-links {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 60px auto;
  justify-content: unset;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(18 18 18 / 12%);
  padding: 8px;
  border-radius: 100px;
}

.get_touch .social-links h5 {
  margin: 0;
  font-size: 20px;
}

.get_touch .social-links h5 span {
  font-weight: 700;
}

/*--------------------------------------------------------------
reviews
--------------------------------------------------------------*/

.reviews {
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 20%) 100%), url(../images/Reviews-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  color: white;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  background: #1b1b1b;
}

footer .copyright {
  margin-bottom: 0.3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}

footer p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0078ff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #298eff;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  display: block !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about_me p {
    padding-left: 20px;
  }
  #header .navbar .logog img,
  #header .navbar .logo img {
    max-height: 70px;
  }
  .navbar .logo a {
    font-size: 24px;
  }

  .navbar_ul ul {
    gap: 8px;
  }

  .task_card {
    padding: 2px 12px;
    grid-gap: 15px;
    height: 112px;
    font-size: 14px;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .navbar ul {
    display: grid;
    gap: 12px;
  }

  .navbar a.hero_action {
    width: 130px;
    background: #cca969;
  }
  .navbar a.hero_action:before {
    background-color: #c9a158;
  }

  .hero {
    height: auto;
    padding: 50px 0 60px;
  }

  .all_progress {
    gap: 20px;
  }

  .skills_progress a img {
    width: 40px;
  }

  .skills_progress {
    width: 100px;
    height: 100px;
  }

  .skills_progress a {
    width: 80px;
    height: 80px;
  }

  .task_card {
    padding: 2px 12px;
    grid-gap: 15px;
    height: 112px;
    font-size: 14px;
  }

  #box {
    height: 260px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_me p {
    padding-left: 20px;
  }

  .gallery {
    grid-template-columns: auto auto auto;
  }

  /*contact-us*/
  .frm_bx {
    padding: 20px;
  }

  .icon_bx {
    padding-left: 12px;
  }

  .social-links {
    justify-content: start;
    gap: 14px;
  }

  .social-links a {
    width: 42px;
    height: 42px;
    padding: 9px;
  }

  .social-links a i {
    font-size: 22px;
  }

  .get_touch .social-links {
    margin-top: 20px;
    grid-template-columns: 40px auto;
    gap: 10px;
    padding: 5px;
    width: 350px;
  }

  .get_touch .social-links h5 {
    margin: 0;
    font-size: 17px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .gallery {
    grid-template-columns: auto auto;
    gap: 25px;
  }

  .scroll-left .text-left,
  .scroll-left .text-end {
    text-align: center !important;
    line-height: normal;
  }

  #header .navbar .logog img,
  #header .navbar .logo img {
    max-height: 70px;
    margin-right: 3px;
  }

  .hero .hero-title {
    font-size: 3rem;
  }

  .hero .hero-subtitle {
    font-size: 1.7rem;
  }

  .hero-content p {
    font-size: 18px;
  }

  button.hero_action,
  a.hero_action {
    margin-bottom: 12px;
  }

  .section_heading h2 {
    font-size: 38px;
  }

  .icon_bx {
    padding: 15px 15px 0;
  }

  .section_heading h3 {
    font-size: 45px;
  }

  .skills_bx a {
    margin-bottom: 0;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .gallery {
    grid-template-columns: auto auto;
    gap: 15px;
  }

  .scroll-left .text-left,
  .scroll-left .text-end {
    text-align: center !important;
    line-height: 0;
  }

  #header .navbar .logog img,
  #header .navbar .logo img {
    max-height: 50px;
    margin-right: 0px;
  }

  .navbar .logo a {
    font-size: 20px;
  }

  .navbar-light .navbar-toggler {
    font-size: 34px;
  }

  .hero {
    padding: 40px 0;
    height: auto;
  }

  .hero .hero-title {
    font-size: 2.5rem;
    margin-bottom: 10px !important;
  }

  .hero .hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .hero-content p {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
  }

  button.hero_action,
  a.hero_action {
    margin-bottom: 12px;
  }

  .section_heading h3 {
    font-size: 35px;
  }

  .owl-carousel.about_project .owl-item img {
    width: 130px !important;
  }

  .owl-carousel.about_project .tulsa_logo img {
    width: 60px !important;
  }

  /*skills*/
  .all_progress {
    gap: 14px;
  }

  .skills_progress a img {
    width: 32px;
  }

  .skills_progress a img.svgimg {
    width: 40px !important;
  }

  .skills_progress {
    width: 88px;
    height: 88px;
  }

  .skills_progress a {
    width: 68px;
    height: 68px;
  }

  .skills_bx {
    gap: 10px;
  }

  .skills_bx a {
    padding: 8px;
    margin-bottom: 0;
    width: 50px;
    height: 50px;
  }

  .skills_bx a img {
    width: 32px !important;
    margin: 0 auto;
  }

  .skills_bx a img.svgimg {
    width: 40px !important;
    margin: 0 auto;
  }

  .section_heading h2 {
    font-size: 34px;
  }

  /*experience*/
  .my_experience .item {
    margin: 6px;
    box-shadow: 0 0 10px 0 #00000012;
    padding: 10px 10px 10px;
  }

  .logo_span a {
    width: 120px !important;
  }

  .company_logo a {
    width: 130px !important;
  }

  .company_logo {
    gap: 8px;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .experience li,
  .experience p {
    font-size: 14px;
  }

  /*contact-us*/
  .frm_bx {
    padding: 20px;
  }

  .icon_bx {
    padding-left: 12px;
  }

  .social-links {
    justify-content: start;
    gap: 14px;
  }

  .social-links a {
    width: 38px;
    height: 38px;
    padding: 6px;
  }

  .social-links a i {
    font-size: 20px;
  }

  .get_touch .social-links {
    margin-top: 15px;
    grid-template-columns: 40px auto;
    gap: 4px;
    padding: 5px;
  }

  .get_touch .social-links h5 {
    margin: 0;
    font-size: 16px;
  }
}
