:root {
  --bg-color: #fff;
  --bg-primary: #f1f1f1;
  --text-color: #000;
  --text-secondary: #222222;
  /* #262525 */
  --text-primary: #999999;
}

* {
  transition: all 0.55s;
}

@font-face {
  font-family: 'blankaregular';
  src: url('/fonts/blanka-regular.woff2') format('woff2'),
      url('./fonts/blanka-regular.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}

.navbar-brand {
  padding: 10px 0px 10px !important;
  font: 500 normal 40px/12px 'blankaregular' !important;
  letter-spacing: 0.2rem !important;
  padding: 0 20px 20px !important;
  color: #000 !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1340px !important;
}

.logo{
  text-align: center;
}
.logo-span{
  display: inline-block;

}
.logo-span img{
display: inline-block;
  transform: translate(-15px, -3px);
}

nav a {
  color: #fff !important;
}

.navbar a {
  color: #fff !important;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 20px;
  font-weight: 600;
}

.navbar-expand-lg {
  width: 100%;
  position: absolute !important;
  top: 0;
  z-index: 6;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}

.navbar-toggler label {
  display: flex !important;
  flex-direction: column;
  width: 50px;
  cursor: pointer;
}
.navbar-toggler span:nth-of-type(1) {
  width: 50%;
}

.navbar-toggler span:nth-of-type(2) {
  width: 100%;
}

.navbar-toggler span:nth-of-type(3) {
  width: 75%;
}

.navbar-toggler input[type="checkbox"] {
  display: none;
}

.navbar-toggler input[type="checkbox"] {
  display: none;
}


.navbar-toggler input[type="checkbox"]:checked~span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px)
}


.navbar-toggler input[type="checkbox"]:checked~span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg)
}


.navbar-toggler input[type="checkbox"]:checked~span:nth-of-type(3) {

  transform-origin: bottom;
  width: 50%;
  transform: translate(30px, -11px) rotatez(45deg);
}

.navbar-toggler label span {
  background: #fff;
  border-radius: 10px;
  height: 5px;
  margin: 7px 0;
  transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

header::before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(292deg, #a50707bb, #000a45);
  opacity: 0.8;
}

header {
  height: 50vh;
  position: relative;
  text-align: center;
  background: url(./img/img1.webp) no-repeat center center /cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h1 {
  color: #fff;
  text-align: center;
  z-index: 6;
  font-family: 'Lora', serif;
}

@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Kaushan+Script&family=League+Spartan:wght@300&family=Lobster&family=Lora:wght@500&family=Montserrat:ital,wght@1,300&family=Shadows+Into+Light+Two&display=swap');
/* font-family: 'Cabin', sans-serif;
font-family: 'Kaushan Script', cursive;
font-family: 'League Spartan', sans-serif;
font-family: 'Lobster', cursive;
font-family: 'Lora', serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Shadows Into Light Two', cursive; */

@property --progress-value {
  syntax: '<integer>';
  inherits: false;
  initial-value: 0;
}

@keyframes html-progress {
  to {
    --progress-value: 92;
  }
}

@keyframes css-progress {
  to {
    --progress-value: 75;
  }
}

@keyframes js-progress {
  to {
    --progress-value: 50;
  }
}

@keyframes bs-progress {
  to {
    --progress-value: 70;
  }
}

.progress-bar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-bar-container {
  display: inline-block;
  /* background: #fff; */
  background: var(--text-secondary);
  padding: 15px 30px;
  border-radius: 20px;
  box-shadow: 2px 20px 20px 0px #0000007a;
  margin: 5px 8px 15px;
}

.progress-bar::before {
  counter-reset: percentage var(--progress-value);
  content: counter(percentage) '%';
}

.html {
  background:
    radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(rgb(77, 78, 78) calc(var(--progress-value) * 1%), rgb(19, 18, 18) 0);
  animation: html-progress 2s 1 forwards;
}

.html::before {
  animation: html-progress 2s 1 forwards;
}

.css {
  background:
    radial-gradient(closest-side, white 79%, transparent 80% 100%, white 0),
    conic-gradient(rgb(77, 78, 78) calc(var(--progress-value) * 1%), rgb(19, 18, 18) 0);
  animation: css-progress 2s 1 forwards;
}

.css::before {
  animation: css-progress 2s 1 forwards;
}

.js {
  background:
    radial-gradient(closest-side, white 79%, transparent 80% 100%, white 0),
    conic-gradient(rgb(77, 78, 78) calc(var(--progress-value) * 1%), rgb(19, 18, 18) 0);
  animation: js-progress 2s 1 forwards;
}

.js::before {
  animation: js-progress 2s 1 forwards;
}

.bs {
  background:
    radial-gradient(closest-side, white 79%, transparent 80% 100%, white 0),
    conic-gradient(rgb(77, 78, 78) calc(var(--progress-value) * 1%), rgb(19, 18, 18) 0);
  animation: js-progress 2s 1 forwards;
}

.bs::before {
  animation: bs-progress 2s 1 forwards;
}

h2 {
  text-align: center;
}

progress {
  visibility: hidden;
  width: 0;
  height: 0;
}

.sec-1 {
  /* background: #181818; */
  background-color: var(--bg-color);
  padding: 100px 0px;
  text-align: center;
}

.sec-1 .containers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.sec-1 .box label {
  font-size: 18px;
  /* color: #000; */
  color: var(--bg-color);
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Cabin', sans-serif;
}

.sec-1 .inner-box {
  width: 500px;
}

.sec-1 .inner-box {
  width: 500px;
  position: relative;
  height: 300px;
  overflow: hidden;
  background-color: #3c4344;
  margin: 8px;
  border-radius: 10px;
  box-shadow: 2px 2px 14px 2px #0000007a;
}

.sec-1 .inner-box::before {
  content: "";
  position: absolute;
  background: linear-gradient(357deg, black 4%, transparent);
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all 0.20s;
}

.sec-1 img {
  border-radius: 10px;
  box-shadow: 1px 20px 30px 0px #000000f2;
}

.sec-1 .inner-box:hover .content {
  transform: translate(5px, -210px);
}

.sec-1 .content h2 {
  text-align: start;
  font-family: 'League Spartan', sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
}

.sec-1 .content p {
  font-family: 'Cabin', sans-serif;
}

.sec-1 .content {
  transform: translate(5px, -80px);
  transition: all 0.6s ease-out;
  text-align: start;
  color: #fff;
  width: 470px;
  margin: auto;
}

.sec-1 .box {
  text-align: start;
}

.sec-1 .inner-content {
  width: 400px;
  max-width: 250px;
  margin: auto;
}

.sec-1 hr {
  border: 5px solid var(--text-secondary);
  opacity: 1;
  height: 500px;
}

.sec-1 .inner-content h2 {
  text-align: start;
  /* color: #fff; */
  color: var(--text-color);
  font-family: 'League Spartan', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
}

.sec-1 .inner-content p {
  color: var(--text-primary);
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
}

.sec-1 .content p {
  color: #ccc;
}

.sec-1 h1,
.sec-4 h1,
.sec-5 h1,
.sec-contact h1 {
  color: var(--bg-secondry);
  font-family: 'Kaushan Script', cursive;
  padding: 0px 0px 25px;
  text-align: center;
  font-size: 25px;
  text-transform: lowercase;
}

.box button .btn:hover {
  color: none !important;
  background: none !important;
}

.box button {
  border: none;
  padding: 8px 70px;
  border-radius: 47px;
  background: #000;
  color: #fff;
  margin: 0 30px 0;
}


.sec-about {
  background-color: #f3f3f363;
  padding: 10px 0 100px;
}

.sec-about h2 {
  text-align: center;
  font-size: 2em;
  margin: 40px 0;
  font-family: "Noto Serif", serif;
  color: #212121;
}

.sec-about span {
  color: rgb(255 30 30);
}

.sec-about .container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.sec-about .item {
  text-align: center;
}

.sec-about .item h3 {
  line-height: 4rem;
  font-size: 1.3rem !important;
  font-weight: 600;
}

h3 {
  font-size: 1.3rem !important;
  font-weight: 600;
}


.sec-about .item h4 {
  /* font-family: "Nunito Sans", sans-serif; */
  color: #7b7b7b;
  line-height: 2em;
  font-size: 1rem !important;
}

.sec-about .content {
  display: inline-block;
  padding: 17px;
  border-radius: 20px;
  background: #8f8f8f;
}

.sec-about .item-1 .content {
  background: #c5cbd5;
  box-shadow: 0 20px 25px hsla(0, 0%, 56%, .22);
}

.sec-about .item-2 .content {
  background: #2e61d2;
  box-shadow: 0 20px 25px rgba(46, 97, 210, .3);
}

.sec-about .item-3 .content {
  background: #fa3f6c;
  box-shadow: 0 20px 25px rgba(250, 63, 108, .3);
}


.sec-2 {
  padding: 0px 0 100px;
}

.sec-2 .inner-content {
  width: 800px;
  margin:  auto;
  max-width: 250px;
  text-align: center;
}

.sec-2 .inner-content h2 {
  line-height: 6rem;
  font-size: 2em;
  font-family: "Nunito Sans", sans-serif;
}

.sec-2 .inner-content h4 {
  line-height: 2rem;
  color: #7b7b7b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
}

.sec-2 .container {
  display: flex;
  justify-content: center;
  align-content: center;
}

.sec-2 .box {
  width: 400px;
  margin: 2rem auto;
  box-shadow: 0px 18px 40px 0 #95919140;
  padding: 25px;
  border-radius: 20px;
  max-width: 370px;
  text-align: center;
}

.sec-2 .content img {
  width: 161px;
    height: 150px;
    border-radius: 50%;
  box-shadow: 0px 7px 19px 0 #5d5a5a40;
}

.sec-2 .content h4 {
  margin: 5px 0 0;
  color: #6b6a6a;
  /* font-family: "Nunito Sans", sans-serif; */
  font-size: 1em !important;
  text-transform: uppercase;
}

.sec-2 .content h3 {
  margin: 10px 0 0;
  text-transform: capitalize;
  /* font-family: "Nunito Sans", sans-serif; */
  font-size: 1.5rem;
}

.sec-2 .content p {
  font-size: 16px;
  border-radius: 10px;
  /* font-family: "Noto Serif", serif; */
  margin: 20px 0 0;
  /* color: #5f5f5f; */
}

.sec-2 .content a {
  background: #0058ff;
  padding: 15px;
  margin: 20px 0;
  display: inline-block;
  border-radius: 5px;
}


.sec-3 h2 {
  color: #2b2b2b;
  font-size: 2rem;
  /* font-family: "Nunito Sans", sans-serif; */
  font-family: "Noto Serif", serif;
  text-align: center;
  margin: 0 0 50px;
}

.sec-3 {
  padding: 100px 0;
  background: #f4f5f9;
}

.sec-3 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  text-align: center;
  flex-wrap: wrap;
}

.sec-3 .container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}

.sec-3 .container .item h3 {
  color: #2d2d2d;
  margin: 10px 0 0;
  /* font-family: "Nunito Sans", sans-serif; */
}

.sec-3 .container .item-1 {
  background: #c5cbd5;
  box-shadow: 0 20px 25px hsla(0, 0%, 56%, .22);
  border-radius: 25px;
  text-align: center;
  padding: 20px 15px;
  margin: 0 0 25px;
}

.sec-3 .container .item-2 {
  transform: translate(0px, -20px);
}

.sec-3 .container .item-3 {
  background: blue;
  box-shadow: 0 20px 25px rgba(46, 97, 210, .3);
  border-radius: 25px;
  text-align: center;
  padding: 20px 15px;
  margin: 0 0 25px;
  width: 100px;
}

.sec-3 .container .item-4 {
  transform: translate(0px, -20px);
}

.sec-3 .container .item-5 {
  background: #fa3f6c;
  box-shadow: 0 20px 25px rgba(250, 63, 108, .3);
  border-radius: 25px;
  text-align: center;
  padding: 20px 15px;
  margin: 0 0 25px;
}

footer {
  background-color: #161616;
  padding: 50px;
}

footer .col {
  text-align: center;
  height: 300px;
}

footer h1 {
  color: #fff !important;
  font-family: 'blankaregular';
  letter-spacing: 2px;
}

footer h3 {
  color: #fff;
  font-family: 'League Spartan';
  font-weight: 600;
  text-transform: lowercase;
}

footer .nav-link {
color: #737373;
font-weight: 500;
}

footer .nav-link:hover {
  color: #ffffff !important;
}

footer li {
  list-style: none;
  color: #312c2c;
  font-weight: 500;
}

footer p {
  color: #666666;
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 600;
}

footer h5 {
  font-size: 14px;
  color: #857f7f;
  font-weight: 600;
  font-family: 'League Spartan';
  display: inline-flex;
  text-transform: capitalize;
  flex-direction: column;
}


@media screen and (max-width:375px) {
  .sec-2 .box {
    width: 300px;
  }
}
@media screen and (max-width:430px) {
  .sec-1 hr {
    display: none;
  }
  h1{
    z-index: 2!important;
  }

  .navbar-brand {
    font-size:25px!important;
  }

    .navbar-expand-lg .navbar-collapse {
            background-color: #434343;
        }

  .sec-1 .containers {
    flex-direction: column-reverse;
  }

  header {
    height: 35vh;
  }

  .sec-1 .inner-box {
    width: 350px;
  }

  .sec-1 .inner-content h2 {
    text-align: center;
  }

  .sec-1 .content {
    width: 300px;
  }

  .sec-about .container {
    flex-direction: column;
  }

  .sec-about .container .item {
    margin-bottom: 50px;
  }

  .sec-2 .inner-content {
    width: 400px;
  }

  .sec-2 .container,
  .sec-3 .container {
    flex-direction: column;
  }

  .sec-3 .container .item-2,
  .sec-3 .container .item-4 {
    display: none;
  }
  footer .row{
    flex-direction: column;
  }
  footer .row .col{
    margin: 20px 0;
  }
}