* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html:root {
  --swiper-navigation-size: 25px;
}
a{
  text-decoration: none;
  color: unset;
}
body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #e0e0e0;
  font-family: "Montserrat";
  position: relative;
}
.spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #e0e0e0;
  }
  .spinner{
  }
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #00539b;
  color: white;
}
.main {
  height: 100%;
}
.title {
  display: unset;
}
.typed-cursor {
  display: none;
}
/* NavBAR */
 nav {
  height: 5rem;
  width: 100vw;
  background-color: transparent;
  display: flex;
  position: relative;
  z-index: 10;
}

/*Styling logo*/
.logo {
  padding: 1vh 1vw;
  text-align: center;
  margin: 2%;
}
.logo img {
  width: 3rem;
}

/*Styling Links*/
.nav-links {
  display: flex;
  list-style: none;
  width: 88vw;
  padding: 0 0.7vw;
  justify-content: space-evenly;
  align-items: center;
  text-transform: uppercase;
}
.nav-links li a {
  color: white;
  text-decoration: none;
  margin: 0 0.7vw;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1.5em;
}
.nav-links li a:hover {
  color: #61dafb;
}
.nav-links li {
  position: relative;
}
.nav-links li a::before {
  content: "";
  display: block;
  height: 3px;
  width: 0%;
  background-color: #61dafb;
  position: absolute;
  transition: all ease-in-out 250ms;
  margin: -10% 0 0 10%;
}
.nav-links li a:hover::before {
  width: 80%;
}

/*Styling Hamburger Icon*/
.hamburger div {
  width: 30px;
  height: 3px;
  background: #f2f5f7;
  margin: 5px;
  transition: all 0.3s ease;
}
.hamburger {
  display: none;
}

nav {
  position: relative;
  z-index: 3;
}
.hamburger {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 5%;
  top: 50%;
  transform: translate(-5%, -50%);
  z-index: 2;
  transition: all 0.7s ease;
}
.nav-links {
  position: fixed;
  background-color: #00539b;
  letter-spacing: 1px;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  clip-path: circle(50px at 50% -5%);
  -webkit-clip-path: circle(50px at 90% -5%);
  transition: all 1s ease-out;
  pointer-events: none;
}
.nav-links.open {
  clip-path: circle(1400px at 50%);
  -webkit-clip-path: circle(1400px at 50%);
  pointer-events: all;
}
.nav-links li {
  opacity: 0;
}
.nav-links li:nth-child(1) {
  transition: all 0.5s ease 0.2s;
}
.nav-links li:nth-child(2) {
  transition: all 0.5s ease 0.4s;
}
.nav-links li:nth-child(3) {
  transition: all 0.5s ease 0.6s;
}
.nav-links li:nth-child(4) {
  transition: all 0.5s ease 0.7s;
}
.nav-links li:nth-child(5) {
  transition: all 0.5s ease 0.8s;
}
li.fade {
  opacity: 1;
}
/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Swiper */
.crsl {
  display: none;
}
.swiper {
  width: 80%;
  height: 50vh;
  padding: 5px;
}
.swiper-slide {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  /* backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(10px); */
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.swiper-slide h1 {
  font-size: 0.9em;
  font-family: "Montserrat";
  font-weight: 700;
  text-align: center;
  color: white;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  margin: 7% 5% 2% 5%;
}
.swiper-slide p {
  font-size: 0.8em;
  font-family: "Montserrat";
  font-weight: 400;
  text-align: center;
  color: white;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  padding: 5px;
  margin-bottom: 0;
}
.swiper-slide img {
  width: 65vw;
  position: relative;
  right: -5%;
  top: -1%;
}

.slideThree img {
  width: 60vw;
  position: relative;
  right: -8%;
  top: -6%;
}

/* titlePart */
.typeHidden {
  display: none;
}
.titleText {
  font-family: "Roboto Slab", serif;
  color: white;
  font-size: 2em;
  text-align: center;
  margin-top: 20px;
  margin-bottom: unset;
}
.titleImg {
  margin-top: 10px;
}
.title p {
  color: white;
  text-align: center;
  margin: 4% 4%;
  font-weight: 400;
  line-height: 20px;
  font-family: "Montserrat";
  font-size: 0.9em;
}
.btnTitle {
  margin-top: 20px;
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
}
.btn-title {
  padding: 2% 10%;
  color: #001e38;
  font-family: "Montserrat";
  font-weight: 600;
}
.btn-title:hover {
  background-color: #2f3f4d;
  color: white;
}
.btnHide {
  display: none;
}
.scrollTextAnimation {
  margin-top: -5%;
}
.scrollArrowAnimation {
  display: none;
}
@media only screen and (min-height: 610px) {
  .swiper {
    height: 45vh;
  }
}
@media only screen and (min-height: 680px) {
  .swiper {
    height: 40vh;
  }
}
@media only screen and (min-height: 810px) {
  .swiper {
    height: 35vh;
  }
}

@media only screen and (min-width: 420px) {
  .swiper {
    height: 50vh;
  }
}
@media only screen and (min-width: 570px) {
  .swiper {
    height: 55vh;
  }
}
@media only screen and (max-width: 320px) and (max-height: 480px) {
  .swiper {
    height: 60vh;
  }
}
@media only screen and (min-width: 450px) and (min-height: 790px) {
  .swiper {
    height: 40vh;
  }
}
@media only screen and (min-width: 768px) and (min-height: 600px) {
  .swiper {
    height: 70vh;
  }
}
@media only screen and (min-height: 900px) {
  .swiper {
    height: 32vh;
  }
}
@media only screen and (min-height: 950px) and (min-width: 600px) {
  .swiper {
    height: 41.5vh;
  }
  .titleText {
    font-size: 3em;
    margin-top: 0;
  }
  .title p {
    font-size: 1.2em;
    line-height: 28px;
    margin-top: 2%;
  }
  .swiper-slide h1 {
    font-size: 1.25em;
  }
  .swiper-slide p {
    font-size: 1.1em;
  }
  .swiper-slide img {
    width: 58vw;
  }
  .slideThree img {
    width: 52vw;
    right: -12%;
    top: -8%;
  }
  .btn-title {
    padding: 1% 5%;
    font-weight: 800;
  }
}
@media only screen and (min-height: 950px) and (min-width: 750px) {
  .swiper-slide img {
    width: 50vw;
    right: -6%;
  }
  .slideThree img {
    width: 42vw;
    right: -12%;
    top: -8%;
  }
}
@media only screen and (min-height: 540px) and (min-width: 960px) {
  .logo img {
    width: 4em;
  }
  .titleText {
    font-size: 3em;
    margin-top: 10px;
  }
  .title p {
    font-size: 1.4em;
    line-height: 30px;
    margin: unset;
    margin-bottom: 2%;
  }
  .swiper {
    height: 75vh;
  }
  .swiper-slide h1 {
    font-size: 1.6em;
    margin: 4% 4% 1% 4%;
  }
  .swiper-slide p {
    font-size: 1.45em;
    padding-left: 5%;
    padding-right: 5%;
  }
  .swiper-slide img {
    width: 40vw;
    right: -15%;
  }
  .slideThree img {
    width: 32vw;
    right: -20%;
    top: -8%;
  }
  .scrollTextAnimation {
    display: none;
  }
  .anim {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .scrollArrowAnimation {
    display: unset;
  }
}
@media only screen and (min-height: 1020px) and (min-width: 768px) {
  .swiper-slide img {
    width: 60vw;
  }
  .slideThree img {
    width: 52vw;
    right: -12%;
    top: -8%;
  }
  .scrollTextAnimation {
    display: none;
  }
  .anim {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .scrollArrowAnimation {
    display: unset;
  }
}

@media only screen and (min-height: 1200px) {
  .swiper {
    height: 34vh;
  }
}

@media only screen and (min-height: 1300px) and (min-width: 1020px) {
  .titleText {
    font-size: 3.5em;
    margin-top: 10vh;
  }
  .title p {
    font-size: 1.8em;
    line-height: 3vh;
    margin: 2% 10%;
  }
  .swiper {
    height: 32vh;
    margin-top: 7%;
  }
  .swiper-slide h1 {
    font-size: 1.8em;
    margin: 3% 4% 1% 4%;
  }
  .swiper-slide p {
    font-size: 1.45em;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 30px;
  }
  .swiper-slide img {
    width: 50vw;
    right: -12%;
  }
  .slideThree img {
    width: 42vw;
    right: -20%;
    top: -8%;
  }
  .btn-title {
    margin-top: 5%;
    font-weight: 700;
    font-size: 1.5em;
    padding: 0.5% 5%;
  }
  .scrollTextAnimation {
    display: none;
  }
  .anim {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10%;
  }
  .scrollArrowAnimation {
    display: unset;
  }
}
@media only screen and (min-height: 600px) and (min-width: 1024px) and (min-aspect-ratio: 3/2) {
  .swiper {
    display: none;
  }
  .typed-cursor {
    display: unset;
  }
  .btn-title {
    padding: 1% 5%;
    font-weight: 800;
  }
  .scrollArrowAnimation {
    display: unset;
  }
  .crsl {
    display: unset;
    float: right;
    width: 40%;
    height: 50vh;
    margin-top: 5%;
  }
  .titleTxts {
    width: 50%;
    margin: 1.5% 5.5%;
  }
  .titleText {
    text-align: left;
    font-size: 5vw;
  }
  .title p {
    text-align: left;
    margin: 2% 8% 2% 0;
    font-size: 1.5vw;
    line-height: 1.3em;
  }
  .container-fluid {
    margin-top: 5%;
  }
  .title {
    display: flex;
    justify-content: space-between;
  }

  .carousel-item img {
    width: 35vw;
  }
  .itemThree {
    width: 10vw;
    margin-top: -12%;
  }
  .typeHidden {
    display: inline;
    color: white;
    font-size: 3vw;
    font-weight: 500;
    margin: 6% 0;
  }
  .btnTitle {
    display: none;
  }
  .btnHide {
    display: unset;
    margin-top: 3%;
    padding: 1.5vh 4.5vw;
    font-size: 1.2vw;
  }
}
.card-Section {
  margin-top: 10vh;
  color: #292929;
  text-align: center;
}
.card-Section h1 {
  font-size: 5vw;
  font-family: "Roboto Slab", serif;
  color: #292929;
}
.row {
  margin: 2% 0 8% 0;
}
.card {
  border: none;
  border-radius: 30px;
  background: #e0e0e0;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  height: fit-content;
}
.card:hover {
  box-shadow: 35px 35px 70px #969696, -35px -35px 70px #ffffff;
}
.card-title {
  font-size: calc(1rem + 2.5vh);
}
.card-body img {
  margin: 10%;
}
.card-body i {
  font-size: calc(1rem + 12vh);
  margin: 10%;
}
.cardBtn {
  padding: 1.5vh 4.5vw;
  font-size: 2vw;
  margin: 5%;
}
.whyImg h1 {
  color: white;
  font-family: "Roboto Slab", serif;
  margin: 12.5% 0 5%;
  display: inline-block;
  width: 100%;
  font-size: 3.7vw;
}
.whyImg p {
  color: white;
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 500;
  width: 100%;
  font-size: 1.5vw;
}
.whyRow {
  justify-content: space-evenly;
  margin: 5%;
  margin-bottom: 0;
  padding-bottom: 5%;
}
.whyRow .btn {
  margin-top: 5%;
  font-family: "Montserrat";
  font-weight: 700;
  padding: 2% 4%;
}
.whyRow .btn:hover {
  background-color: #2f3f4d;
  color: white;
}
.handImg{
  margin: auto;
  border-radius: 2%;
}

@media only screen and (max-height: 1200px) and (max-width: 850px) {
  .card-body i {
    font-size: calc(2rem + 12vh);
  }
  .whyBtn {
    margin: auto;
    text-align: center;
  }
  .whyImg p {
    font-weight: 350;
    font-size: unset;
  }
  .whyImg h1 {
    font-size: calc(1em + 5vw);
  }
  .cardBtn {
    padding: 1.5vh 4.5vw;
    font-size: 5vw;
    margin: 10%;
  }
  .card-Section h1 {
    font-size: calc(1em + 5vw);
  }
}
@media only screen and (min-height: 1300px) and (min-width: 1020px) {
  .card-body i {
    font-size: calc(1rem + 8vh);
  }

  .card-title {
    font-size: calc(1rem + 1.5vh);
  }
  .cardBtn {
    padding: 0.5vh 4.5vw;
  }
}

 @media only screen and (min-width: 1024px) {
  .card-Section {
    margin-top: 50vh;
  }
}



/* FOOTER */

.global-Logo{
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
margin-top: 1%;
}
.global-Logo h6{
  display: inline; 
  margin: auto 0;
  font-weight: 700;
  color: #ffffff;
}
footer{
  background-color: #0E0E0E;
  padding-bottom: 0;
  padding: 2%;
}
footer p{
  margin-bottom: 0.25em;
}
footer a{
  margin: 1.5% ;
  color: #EFBB60;
  text-decoration: none;
}
footer h4{
  font-weight: 700;
  margin-top: 10%;
}
footer a i{
  font-size: 1.5em;
}
footer .row{margin-bottom: unset;
}
.footerCol{
  color: #EFBB60;
  margin-top: 2%;
  margin-bottom: 2%;
}
.footerCol .row{
  margin-top: 4%;
}
.footerCol h1{
  font-size: 2rem;
  font-weight: 700;
  font-family: "Roboto-Slab";
}


.ourProducts{
  margin-top: 60vh;
  font-family: "Roboto Slab";
  font-weight: 400;
}
.glide__track{
  padding: 5% 0;
}
.glider{
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10vh;

}

.glide__slide img{
  width: 100%;
}
.glide__arrow{
  color: black;
  border-color: black;
}
.glide__slide{
  filter: blur(5px);
  opacity: .7;
  transition: .3s linear;
  border: 5px solid #001e38;
  margin: auto;
}
.glide__slide h1{
  background-color: white;
  padding: 2.5%;
  margin: 0;
  font-weight:450;
  color: #001e38;
  border-top: 5px solid #001e38;
}
.glide__slide hr{
  margin: 0;
  padding: 0;
  border-top: 5px solid #001e38;
}

.glide__slide--active{
  opacity: 1;
  filter: none;
  transform: scale(1.1);
  box-shadow: 20px 20px 30px #969696, -20px -20px 30px #cacaca;
}

.glide__slides{
  overflow: visible;
}

@media only screen and (max-width: 1024px) {
  .footerCol h1{
    margin-top: 10%;
}
.handImg{
  margin: 20% auto;
}
.btn-title {
margin:-10%;
}
.handImg{
  display: none;
}
.ourProducts{
  margin-top: 10vh;
}
.glider{
  margin-top: 2vh;
  margin-bottom: 10vh;
}
.glide__slide--active{
  box-shadow: 12px 12px 15px #969696;
}
}
@media only screen and (max-width: 800px) {
.handImg{
  display: none;
}
}