:root{
  --c1: #1e5429;
--c2: #f6f19d; 
--c3: #333;
--c4: #cea82a;
  --bg:rgb(241, 248, 255);
  --w:#fff;

}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1{
  color: var(--c1) !important;
}
.c2{
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
}
.c4{
  color: var(--c4) !important;
}

.c5{
  color: var(--bg) !important;
}

.bg-c1{
   /* background-image: linear-gradient(to right, var(--c1) 0%, #71B280  110%); */
   background-color: var(--c1) !important;
}

.bg-c3{
   /* background-image: linear-gradient(to right, var(--c1) 0%, #71B280  110%); */
   background-color: #19191a !important;
}

.bg-c4{
   background-color: var(--c1) !important;
}


.bg-c2{
  background-color: var(--c2);
}

.bg-w{
  background-color: var(--w);
}

.bg-lgt{
  background-color: #f6f6f6 !important;
}
/* .c5{
  color: var(--c5) !important;
} */
.w{
  color: #fff !important;
}
.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}
.lh{
  line-height: 2rem !important;
}
@font-face {
  font-family: "opensans-reg";
  src: url(../OpenSans-Regular.ttf);
}

@font-face {
  font-family: "cormorant-Bold";
  src: url(../CormorantInfant-Bold.ttf);
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url(../OpenSans-Bold.ttf);
}




.hf{
  font-family: "cormorant-Bold" !important;
}

html{
  width: 100vw !important;
  overflow-x: hidden !important;
}

body{
  margin: 0% !important;
  padding: 0% !important;
 font-family: "opensans-reg" !important;
  font-size: 16px !important;
  line-height: 2rem !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  /* background-color: #f3f6f8 !important; */
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: transparent;
  /* position: relative; */
}
/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text{
display: flex;
align-items: center;
  justify-content: center;
}
.ftp{
  font-size: 15px; 
  /* letter-spacing: 1px; */
}


.top-nv-soc-img{
  width: 19px;
 
}

.first-img{
  height: 80px;
  width: 50%;
}

.iconHeight{
  height: 45px;
  width: auto;
}

.first-img img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}



/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn{
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon{
  width: 40px;
}
.icon-top-count{
  background-color: #ffffff;
  color: #000 !important;
}
/* nav bar */
/* default (transparent) */
.navbar {
  background-color: #FFFFFF1C !important;
  transition: background-color 0.3s ease; /* smooth change */
    position: fixed;   /* always on top */
  top: 0;
  left: 0;
  /* width: 100%; */
  z-index: 1050;     /* keep above everything */
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar.scrolled {
  background-color: #ffffff !important; /* solid white */
  backdrop-filter: none; /* remove blur if you want */
  -webkit-backdrop-filter: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) ;
  z-index: -1;
}



.top-nav.scroll-active nav {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  border-radius: 0 !important;
}

.top-nav {
  position: fixed !important;
  z-index: 100 !important;
  width: auto;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.logo{
  /* width: 180px; */
  height: 60px;
  /* border-radius:5px; */
}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.newnav{
  position: fixed !important;
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: 1000 !important;
  /* background: #fff !important; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .2s ;
  /* border-bottom: 1px solid var(--c1); */
  color:var(--c2) !important;
}

.newnav .nav-link{
  color: var(--c2) !important;
}


/* .newnav .nav-link{
  color: #000 !important;
} */
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}


.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 0px;
  /* text-align: center !important; */
}
.nav-link{
  color: #fff !important;
  /* font-weight: bold !important; */
  /* letter-spacing: 1px; */
  font-size: 16px !important;
  padding:  15px !important;
  position: relative;
}

.navbar.scrolled .nav-link{
  color: #000 !important;
}

/* .nav-link:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.navbar.scrolled .nav-link:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%,  rgba(246, 242, 157, 0.696) 100%);
} */


.navbar.scrolled .nav-link::before{
  
  background-color: var(--c1);
}

.nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1.5px;
  border-radius: 4px;
  background-color: var(--c2);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.nav-link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

/* .activ-nav{
  color: var(--c2) !important;
  font-weight: bold !important;
  border-bottom: 2px solid var(--c2) !important;
} */
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 40px;
}
/* .icon-div img{
width: 50px;
} */
.icon-div i{
font-size: 20px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}


.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px !important;
  color: #fff !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  /* padding: 20px 20px !important; */
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 0% !important;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important; */
  border-top: 1px solid var(--c2) !important;
  background-color: #19191a !important;
  color: #fff !important;
  overflow: hidden;
  /* min-width: 200px !important; */
}
.dropdown-item:hover{
  /* transform: translateX(10px); */
  transition: all .5s;
  color: var(--c4) !important;
}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.animate {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.btn-search{
  background-color: var(--c2) !important;
  
}
.nav-gift{
  width: 20px;
}



.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 12px;
  font-weight: 500 !important;
}
.dropdown-item i{
  margin-right: 6px;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */

  transition: all .5s;
}
.navbar .dropdown-menu{
  min-width: 180px;
  /* border-radius: 0% !important; */
  /* border-top: 3px solid var(--c1); */
}
/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover > .dropdown-menu {
  display: block;
}

/* Optionally add some transition effects */
.dropdown-menu {
  transition: all 0.3s ease;
}

.dropdown-menu{
  top: 100% !important;
}

.dropend .dropdown-menu{
  top: -20% !important;
  left: 100% !important;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.navbar .dropdown-item{
  font-size: 14px;
}



.mob-s-nav  .ab-lgo-bx{
  height: 45px;
  width: 45px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c4) !important;
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}

/* ------------  */



/* --/---------- / */

.top-cer{
  width: 70px;
}

.new-post{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
}

/* Show dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}


.dropdown-menu.animate {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(-10px);
  opacity: 0;
}

.nav-item.dropdown:hover > .dropdown-menu.animate {
  transform: translateY(0);
  opacity: 1;
} */


.button-nav {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: var(--c1);
  cursor: pointer;
  position: relative;
  padding: 8px;
  /* margin-bottom: 20px; */
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all .15s ease;
}

.button-nav::before,
.button-nav::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  border: 1px solid #7D8082;
  transition: all .15s ease;
}

.button-nav::before {
  top: 0;
  border-bottom-width: 0;
}

.button-nav::after {
  bottom: 0;
  border-top-width: 0;
}

.button-nav:active,
.button-nav:focus {
  outline: none;
}

.button-nav:active::before,
.button-nav:active::after {
  right: 3px;
  left: 3px;
}

.button-nav:active::before {
  top: 3px;
}

.button-nav:active::after {
  bottom: 3px;
}

.button_lg-nav {
  position: relative;
  display: block;
  padding: 5px 30px;
  color: #fff;
  background-color: var(--c4);
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}

.button-nav:hover .button_lg-nav{
  color: var(--c2) !important;

}

.button_lg-nav::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: var(--c1);
}

.button_lg-nav::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  background-color: var(--c1);
  transition: all .2s ease;
}

.button_sl-nav {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #19191a;
  transform: skew(-15deg);
  transition: all .2s ease;
}

.button_text-nav {
  position: relative;
}

.button-nav:hover {
  color: #0f1923;
}

.button-nav:hover .button_sl-nav {
  width: calc(100% + 15px);
}

.button-nav:hover .button_lg-nav::after {
  background-color: #fff;
}


/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom : 2%;
  left  : 2%;
  z-index: 50;
}

.sopp{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i{
  font-size: 40px;
}



@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}




/* ===== hero section ==================== */

/* ---------------------  */

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #d1d1d1 !important; /* Change this to the color you want */
}

.carousel-indicators .active {
  background-color: var(--c2) !important; /* Change this to the color you want for the active indicator */
}

.fill {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
 opacity: .35;
}



.hero-img1{
  object-position: top !important;
}

.ban-main{
position: relative;
background-color: black; 
}

.ban-con{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 350px !important;
  }

  .ban-con h1{
    font-size:40px !important;
  }

.btn-grad {
  /* background-image: linear-gradient(to right, var(--c1) 0%, #70bee3  51%, #356aef  100%); */
  background-color: var(--c2);
  /* margin: 10px;
  padding: 15px 45px; */
  text-align: center;
  /* text-transform: uppercase; */
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  /* box-shadow: 0 0 20px #eee; */
  border-radius: 2px !important;
  outline: none;
  border: none;
  display: block;
  /* width: 180px; */
  /* height: 50px;/ */
}

.btn-grad{
 background-image: linear-gradient(to right, var(--c1) 0%, #71B280  51%, var(--c1)  100%);
  background-color: unset !important;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
  border-radius: 2px 2px 2px 15px;
}

.btn-c1{
  background-color: var(--c1) !important;
  color: var(--c2) !important;
  transition: all 0.4s ease-in-out !important;
  border: 1.5px solid var(--c1) !important;
}

.btn-c1:hover{
  background-color: #2d5735 !important; 
  color: var(--c2) !important;
}

.btn-c2{
  background-color: var(--c2) !important;
  color: var(--c1) !important;
  transition: all 0.4s ease-in-out !important;
  border: 1.5px solid var(--c2) !important;
}

.btn-c2:hover{
  background-color: var(--w) !important; 
  color: var(--c4) !important;
  
  transition: all 0.7s ease-in-out !important;
}

.btn-c4{
  background-color: var(--c4) !important;
  color: #fff !important;
  transition: all 0.7s ease-in-out !important;
  border: 1.5px solid var(--c4) !important;
}

.btn-c4:hover{
  background-color: var(--bg) !important; 
  color: var(--c1) !important;
}

.btn-trans{
      border: 1.5px solid transparent !important;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  color: #fff !important;
      border: 1.5px solid var(--w) !important;
}

.btn-trans:hover{
    border: 1.5px solid var(--w) !important;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}
 /* ----------------------  */

 .bg-bg{
  background-color:  rgb(241, 248, 255)  !important;
 }

 .bg-bg1{
  background-color:  rgb(241, 248, 255)  !important;
 }


 .text-grad {
  background: radial-gradient(circle farthest-corner at bottom center, #F6F6F6 0%, #2154CF 68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* -webkit-text-stroke: 0.3px #1d3e99; */
  /* font-weight: 700; */
  /* letter-spacing: 0.3px; */
}


.hero-slant {
  display: block;
  width: 100%;
  height: 80px; /* adjust height of slant */
}

.abt-us1{
  height: 470px;
  width: 100%;
  position: relative;
 }


 .about-us{
  height: 100%;
  width: 70%;
  object-fit: cover;
  border: 1px solid var(--c1);
  padding: 10px;
 }

 .abt-abs{
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  right: 0%;
  border: 8px solid var(--w);
  object-fit: cover;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
 }

/* ----------- small banner ----------------  */

.other-hero7{
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/chess-coins-image.jpg);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  z-index: -1;
}


.other-hero8{
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-hero8::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/2150314867.jpg);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  z-index: -1;
}

/* three boxes */
.bx3-div{
  margin-top: -120px;
}

/* * ------------------- counter --------------*/ */
.count-div{
  position: relative;
  background-color: white;
}
.count-div::after{
  content: '';
  /* background-image: url(../images/agency-1.jpg); */
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.count-head{
  font-size: 50px;
  color: black !important;
  font-weight: bold;
}
.count-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color:  var(--w);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 180px;
  /* font-family: Poppins-Regular; */
}
.cnt-nm{
   /* color: var(--c1) !important; */
    display: inline-block;


    font-size: 38px;
    line-height: 1em;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
}

.bg-choose{
  position: relative;
  /* height: 100vh !important; */
}
.bg-choose::after{
  content: '';
  width: 100%;
  height: 100% !important;
  position: absolute;
  inset: 0%;
  background-image: url(../images/about_bg.jpg);
  background-size: cover;
  /* opacity: 0.6; */
  z-index: -1;
  /* background-attachment: fixed; */
  background-position: center ;
}

.gb-abs{
  position: absolute;
  bottom: 0%;
  right: 10%;
  width: 200px;
  object-fit: contain;
  z-index: -1;
}

.course-card{
  background-color: var(--w);
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
position: relative;
}

.cour-abs{
  position: absolute;
  top: 0%;
  right: 0%;
  width: 40px;
}

.course-img{
  width: 100%;
  height: 250px;
  position: relative;
}

.course-prc{
  position: absolute;
  bottom: 0%;
  left: 5%;
  background-color: var(--w);
}

.course-prc1{
  position: absolute;
  bottom: 0%;
  left: 5%;
  background-color: #19191a;
  /* background-color: var(--c1); */
}

.course-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* From Uiverse.io by Juanes200122 */ 
.container-progress {
  position: relative;
  max-width: 500px;
  width: 100%;
  /* background: #19191a; */
  margin: 0 15px;
  padding: 10px 20px;
  /* border-radius: 7px; */
}

.container-progress  .skill-box {
  width: 100%;
  margin: 25px 0;
}

.skill-box .title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.skill-box .skill-bar {
  height: 8px;
  width: 100%;
  /* border-radius: 6px; */
  margin-top: 6px;
  background: var(--c3);
}

.skill-bar .skill-per {
  position: relative;
  display: block;
  height: 100%;
  width: 90%;
  /* border-radius: 6px; */
  background: var(--c4);
  animation: progress 0.4s ease-in-out forwards;
  opacity: 0;
}

.skill-per.html {
   /*progreso de las diferentes lenguajes*/
  width: 80%;
  animation-delay: 0.1s;
}

.skill-per.css {
         /*progreso de las diferentes lenguajes*/
  width: 95%;
  animation-delay: 0.1s;
}

.skill-per.javascript {
      /*progreso de las diferentes lenguajes*/
  width: 92%;
  animation-delay: 0.2s;
}

.skill-per.nodejs {
      /*progreso de las diferentes lenguajes*/
  width: 70%;
  animation-delay: 0.3s;
}

@keyframes progress {
  0% {
    width: 0;
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.skill-per .tooltip-progress {
  position: absolute !important;
  right: -14px !important;
  top: -45px !important;
  font-size: 9px;
  font-weight: 900;
  color: var(--c3);
  padding: 2px 6px;
  /* border-radius: 3px; */
  background: var(--c4);
  z-index: 1;
}

.tooltip-progress::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px !important;
  height: 8px;
  width: 8px;
  z-index: -1;
  background-color: var(--c4);
  transform: translateX(-50%) rotate(45deg);
}

.cho-abs{
  position: absolute;
  top: -10%;
  left: 5%;
  width:60px;
  object-fit: contain;
  transform: rotate(-30deg);
}

.cho-abs3{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 290px;
  object-fit: contain;
  z-index: 0;
  /* transform: rotate(-30deg); */
}

.cho-abs1{
  position: absolute;
  bottom: -15%;
  right: 5%;
  width:230px;
  object-fit: contain;
  transform: rotate(10deg);
  z-index: 5;
}

.cho-abs2{
  position: absolute;
  bottom: 0%;
  right: 0%;
  width:290px;
  object-fit: contain;
  /* transform: rotate(10deg); */
}

.cho-abs4{
  position: absolute;
  top: 2%;
  left: 0%;
  width: 200px;
  object-fit: contain;
  z-index: 0;
  /* transform: rotate(-30deg); */
}


.cho-abs5{
  position: absolute;
  bottom: 2%;
  right: 0%;
  width:200px;
  object-fit: contain;
  /* transform: rotate(10deg); */
}

.oth-abs{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 160px;
}

.chess-frame {
  width: 100%;                  /* fit inside column */
  aspect-ratio: 3 / 4;          /* keeps vertical proportion */
 background-image: url(../images/893911_O9FG5M0.jpg);
  border-radius: 50% / 25%;     /* capsule-like vertical oval */
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  padding: 40px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35); */
  margin: auto;
  min-height: 350px !important;
}

.chess-frame:hover .chess-piece{
  transform: rotate(20deg);
  transition: all 0.5s ease-in-out !important;
}

.chess-piece {
  max-width: 80%;
  height: auto;
  object-fit: contain;
  
  transition: all 0.5s ease-in-out !important;
}

#carouselExampleControls .carousel-indicators {
    position: absolute;
    bottom: -20% !important;
}



#carouselExampleControls .carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #d1d1d1 !important; /* Change this to the color you want */
}

#carouselExampleControls .carousel-indicators .active {
  background-color: var(--c4) !important; /* Change this to the color you want for the active indicator */
}


.card-coc {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  /* border-radius: 10px; */
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.); */
  cursor: pointer;
    background-color: #000 !important;

}

.coc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s;
}



.card-coc img {
  opacity: 1;
  scale: 1;
}

.card-coc:hover .coc-img {
  transform: scale(1.1);
  opacity: 0.3;
}

.card-coc .content-coc {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: scale(0);
  transition: 0.5s;
}

.card-coc:hover .content-coc {
  transform: scale(1);
}

.content-coc .title-coc {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0;
}

.content-coc .title-coc span {
  font-weight: 400;
  font-size: 0.75rem;
}

.content-coc .sci-coc {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}

.sci-coc li {
  list-style: none;
}

.sci-coc li a {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  transition: 0.3s;
  font-size: 14px;
}

.sci-coc li a:hover {
  background: #fff;
  color: var(--c1);
}
/* ---------- faq--------  */


.faq-heading {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: start;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  font-family: Lato-Regular;
  letter-spacing: 1px;
}

.faq-card {
  border-bottom: 1px solid #CFCFCF;
  /* border-radius: 6px; */
  padding: 15px 15px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 17px;
}

.faq-open-icon {
  font-size: 20px;
  position: absolute;
  top: 18px;
  right: 24px;
  font-weight: 700;
  color: var(--c4);
}

details[open] .faq-open-icon {
  top: 18px;
  right: 24px;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  color: var(--c1);
  font-weight: 500;
}

details[open] .faq-card-spoiler {
  display: inline-block;
  padding-top: 8px;
  /* color: ; */
  font-size: 14px;
  color: var(--c3) !important;
}

.faq-aftertext {
  text-align: center;
  color: #8b8b9a;
}

.show-more {
  /* display: none; */
  cursor: pointer;
}

.ty-compact-list {
  /* padding: 5px 5px 5px 0px; */
  /* float: left; */
  width: 100%;
}

.btn-faq{
  background-color: var(--c1)!important;
  color: #FFF !important;
  /* min-width: 170px; */
  /* width: 100%; */
  border-radius: 10px !important;
}


.faq-us {
  width: 100% !important;
  height: 500px !important;
}

.faq-abs{
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 120px !important;
}

.faq-abs2{
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 180px !important;
  z-index: 0;
}


.faq-abs1{
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 100px !important;
}
/* ====footer===== */
.footer{
    position: relative;
}


.footer::after{
  content: '';
  /* background-image: url(../images/f-baner-bg.jpg); */
  background-size: cover;
  background-color: #19191a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
}

.pattern-img{
  position: absolute;
  bottom: 0%;
  right: 0%;
  /* width: 100%; */
  height: 220px;
  z-index:-1;
}

.pattern-img1{
  position: absolute;
  top: 14%;
  left: -2%;
  /* width: 100%; */
  height: 200px;
  z-index:-1;
}

.f-logo{
  width: 90%;
  /* height: 120px; */
  background-color: #fff;
}
.full-so{
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}
.soc-bx{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c4);
}
.soc-icon{
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}
.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}
/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt{
  width: 60%;
}
.f-con-h{
  font-size: 15px;
}
 
/* -----------------  */

.gal-hero{
  height: 60vh;
  display: flex;
  /* align-items: center; */
  justify-content: end;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.gal-hero::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/19606.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: bottom;
} 
  
.hero-h{
  /* color: #fff; */
  font-size: 55px;
}


.chess-list {
    list-style: none; /* remove default dots */
    padding: 0;
    margin: 0;
}

.chess-list li {
    position: relative;
    padding-left: 28px; /* space for tick */
    margin-bottom: 12px; /* space between items */
    line-height: 1.6; /* adjust line height */
}

.chess-list1 {
    list-style: none; /* remove default dots */
    padding: 0;
    margin: 0;
}

.chess-list1 li {
    position: relative;
    padding-left: 28px; /* space for tick */
    margin-bottom: 12px; /* space between items */
    line-height: 1.8; /* adjust line height */
}

.chess-list li::before {
    content: "♕"; /* tick symbol */
    position: absolute;
    left: 0;
    top: 0;
    color: var(--c4); /* change tick color */
    font-weight: bold;
}

.gall-div1{
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 10px; */
  overflow: hidden;
}
.gal-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gall-over{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  /* border-radius: 10px; */
  transition: all .5s;
}
.full-screen{
  width: 50px;
}
.gall-div1:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}
.last-gal{
  height: 300px;
}   


/* ----------  */

.form-control:focus{
    outline: unset !important;
    box-shadow: unset !important;
    background-color: #f6f6f6 !important;
  }
  
  .form-control{
    background-color: #f6f6f6 !important;
    padding: 20px;
  }
  

  .form-select:focus{
    outline: unset !important;
    box-shadow: unset !important;
    background-color: #f6f6f6 !important;
  }
  
  .form-select{
    background-color: #f6f6f6 !important;
    padding: 20px;
  }
  
  

.form-check-input {
  background-color: #f6f6f6 !important;
  border: 1px solid var(--c4) !important;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* When focused (clicked or tabbed) */
.form-check-input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* When checked */
.form-check-input:checked {
  background-color: var(--c4) !important;
  border-color: var(--c4) !important;
}

  
  .form_input input{
  padding: 10px !important;
  }
  
  .con_img img{
  height:600px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-left: 40px;
  margin-top: 20px;
  }
  
  
  .con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  }
  .con-box img {
  width: 40px;
  }
  .con-right {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
  }



  .contact .info-wrap {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 30px !important;
    border-radius:0.6rem;
  }

  .con-pad{
    padding-top: 100px !important;
  }
  
  .contact .info {
    background: #fff;
  }
  
  .contact .info i {
    font-size: 20px;
    color: var(--c1);
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid var(--c1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
  }
  
  .contact .info:hover i {
    background: var(--c1);
    color: #fff;
  }


  .blg-card{
  transition: all .5s;
  width: 100%;
  background-color: #FFF;
  /* box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  min-height: 480px !important;
}
.blog-card:hover .blog-img{
  transform: scale(1.1);
  transition: all .5s;
}
.blg-img-bx{
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.blog-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-date{
  color: var(--c3);
  font-size: 13px;
  padding-bottom: 0% !important;
  margin-bottom: 3px !important;
}
.bl-head{
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blg-txt{
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6rem !important;
}
.blg-btn{
  background-color: #cea82a !important;
  color: #FFF !important;
  letter-spacing: 1px;
  border-radius: 0% !important;
  width: 100%;
}

 

.blog-img{
  width: 100%;
  /* height: 400px; */
}
.blog-soc-img{
  width: 36px;
}

/* ----------------------------  */

.custom-img {
  height: 50vh !important;
  object-fit: cover;
  width: 100%;

}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--c1);
  opacity: 0.7; /* Adjust opacity as needed */
  pointer-events: none;
}

.bounce-emoji {
  display: inline-block;
  animation: bounce 1.2s infinite ease-in-out;
}

@keyframes bounce {
  0% { transform: translateY(0); }
  50% { transform: translateY(6px); }
  100% { transform: translateY(0); }
}


.pos-abs{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.small-img{
  width: 100% !important;
  height: 250px !important;
  /* overflow: hidden; */
}

.small-img img{
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}
  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
   
  }
@media screen and (max-width:1025px) {
          /* navbar */
          .top-nav-one{
            display: none;
        }
        .menu {
          width: 42px;
            transition: filter 0.3s ease;
      }


/* when scrolled */
.navbar.scrolled .menu {
  filter: brightness(0) invert(0); /* makes it black */
}
        /* .logo{
            width: 77px;
        } */
        .nav-menus {
            display:flex;
            align-items: unset !important;
            justify-content: unset;
    
        }
        /* .nav-link{
            color: #000 !important;
        } */
        .offcanvas{
            width: 80% !important;
        }
        .dropdown-item {
          white-space: unset !important;
          font-size: 12px;
        }
    
        .menu{
          width: 52px;
        }
        .offcanvas-header{
          background-color: var(--c2);
        }

        .white-close {
          filter: brightness(0) invert(1);
        }
    
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 25px;
  }
  .nav-link{
    font-size: 13px !important;
  }
 
}

@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:920px) {

    .sm-js{
      text-align: justify !important;
    }
     /* navbar */
     .top-nav-one{
      display: none;
  }
  .menu {
    width: 42px;
}
  /* .logo{
      width: 77px;
  } */
  .nav-menus {
      display:flex;
      align-items: unset !important;
      justify-content: unset;

  }
  .nav-link{
      /* color: var(--c3) !important; */
      font-size: 15px !important;
      font-weight: normal !important;
  }

  .nav-link:hover {
  background: unset !important;
  color: var(--c4) !important;
}

.nav-link::before {
  background-color: unset !important;
}
.offcanvas {
    width: 100% !important;
    background-color: #19191a !important;
    /* backdrop-filter: blur(10px) !important; */
    /* -webkit-backdrop-filter: blur(10px); */
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); */
}

.navbar.scrolled .nav-link{
  color: #fff !important;
}
.navbar.scrolled .nav-link:hover {
 background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
}
  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }
  .dropdown-menu{
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }
  .navbar-nav .dropdown-menu {
    margin-top: 0px !important;
   }

   .dropdown-item{
    justify-content: center !important;
  display: flex !important;
  align-items: center;
}

  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: rgba(62, 62, 62, 0.865) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px);
    /* border-bottom: 1px solid var(--c2); */
  }


  .offcanvas-body{
    /* background-color: #ffffff3b !important; */
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;

  }


  .activ-nav{
    color: var(--c2) !important;
    font-weight: bold !important;
    /* border-bottom: 2px solid var(--c1) !important; */
  }

  
  .nav-item{
    /* border-bottom: 1px solid #aeaeae;   */
    min-height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }

  .pro-pills .nav-item{
    min-height: unset !important;
  }

  .pro-pills .nav-link:hover{
    background: none !important;
  }

  .nav-link:hover{
    color: var(--c1);
  }


 
  }

  @media screen and (max-width:720px) {

    .navbar{

      transition: all .5s;
      /* background-color: rgba(255, 255, 255, 0.3); */
      /* box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08); */
      /* border-bottom: 2px solid var(--c1); */
    }

    .nav-link{
      color: #fff !important;
    }
  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 55px !important;
}

/* hero section */
.hero{
  height: 80vh !important;
}
.hero-f{
  font-size: 17px;
}


.hero-p{
  font-size: 16px !important;
}



.fill {
  width: 100%;
  height: 65vh;
  object-fit: cover;
  object-position: center;
}

.abt-img{
  height: 400px;
}

 .sml-con{
  position: relative;
  display: flex;
  /* background-color: var(--c2); */
  /* border-radius: 50px 0 50px 0; */
  /* width: 90% !important; */
  min-height: 100%;
  margin: auto !important;
 }

 .toot-con h3{
  font-size: 19px !important;
 }

 .toot-con h5{
  font-size: 15px;
 }

 .toot-gif{
  width: 200px;
  position: absolute;
  top: -29%;
  right: -5%;
 }

 .cunt-bx{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.gal-hero{
  height:50vh;
  display: flex;
  /* align-items: center; */
  justify-content: end;
  flex-direction: column;
  background: rgb(39, 39, 39,0.4);
  position: relative;
}


 .br-right{
  border-right: unset;
}
.br-bot{
  border-bottom: unset;
}
.choose-bx{
  border-bottom: 1px solid var(--c1);
}


.card1 {
    width: 100%;
    height: 240px !important;
}


.cnt-img-div1 {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

#slider3 .owl-nav {
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  transform: translateY(-65%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* So it doesn’t block other elements */
  z-index: 10;
  padding: 0; /* Remove padding that limits edge positioning */
}

#slider3 .owl-prev {
  margin-left: -15px;
}

#slider3 .owl-next {
  margin-right: -15px;
}

#slider3 .owl-prev,
#slider3 .owl-next {
  background-color: #fff;
  border-radius: 50%;
  padding: 8px 14px !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  pointer-events: all; /* Restore click */
  transition: all 0.3s ease;
  /* margin: 0 10px;  */
  border: 1.5px solid var(--c4);
}

.button_lg-nav {
  position: relative;
  display: block;
  padding: 5px 30px;
  color: #fff;
  background-color: var(--c1);
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}

.abt-bor img{
  width: 50px;
}

.abt-us1{
  height: 350px;
  width: 100%;
  position: relative;
 }

.pattern-img{
  position: absolute;
  bottom: 0%;
  right: -5%;
  /* width: 100%; */
  height: 170px;
  z-index:-1;
}


 .other-hero7{
  /* background-color: rgba(0, 0, 0, 0.648); */
  position: relative;
  height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.other-hero7::before{
  content: '';
    background-image: url(../images/chess-coins-image1.jpg);
  background-position: center left;
  background-size: cover;
  z-index: -1;
}

 .other-hero8{
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.other-hero8::before{
  content: '';
    background-image: url(../images/2150314867.jpg);
  background-position: center ;
  background-size: cover;
  z-index: -1;
}

/* three boxes */
.bx3-div{
  margin-top: -150px;
}

.cho-abs{
  position: absolute;
  top: -4%;
  left: 5%;
  width: 60px;
  object-fit: contain;
  transform: rotate(-30deg);
}

.cho-abs1{
  position: absolute;
  bottom: -5%;
  right: 5%;
  width:170px;
  object-fit: contain;
  transform: rotate(10deg);
}


.cho-abs2{
  position: absolute;
  bottom: 0%;
  right: 0%;
  width:190px;
  object-fit: contain;
  /* transform: rotate(10deg); */
}

.cho-abs3{
  position: absolute;
  top: 0%;
  left: 0%;
  width:150px;
  /* z-index: 0; */
  object-fit: contain;
  /* transform: rotate(-30deg); */
}

.gal-hero{
  height: 50vh;
  display: flex;
  /* align-items: center; */
  justify-content: end;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.gal-hero::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/19606.jpg) !important;
    background-size: cover;
   background-attachment: unset;
   background-position: bottom;
} 

.hero-h{
  /* color: #fff; */
  font-size: 35px;
}

.oth-abs{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 70px;
}

  .custom-img {
  height: 40vh !important;
  object-fit: cover;
  width: 100%;

}

}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {
         /* hero section */
.hero{
  min-height: 70vh;
}
}
  @media screen and (max-width:380px) {

.fill {
  width: 100%;
  height: 75vh;
  object-fit: cover;
  object-position: center;
}


 .other-hero7{
  /* background-color: rgba(0, 0, 0, 0.648); */
  position: relative;
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
} 

 .other-hero8{
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .custom-img {
  height: 50vh !important;
  object-fit: cover;
  width: 100%;

}
  }

  @media screen and (max-width:365px) {


  }

  @media screen and (max-width:320px) {
        /* /////////////////////////////counter//////////////////////////////////////////////// */

 
         /* hero section */
.hero{
  min-height: 60vh;
}
.hero-f{
  font-size: 20px;
}

  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}