*{
  padding: 0;
  margin:0;
  box-sizing: border-box;
  

}
.loading{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background-color: rgba(255, 243, 231, 1);
        z-index: 100000;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-y: hidden;
    }

.sk-folding-cube {
  margin: 20px auto;
  width: 80px;
  height: 80px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 55, 100, 1);
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

::-webkit-scrollbar {
  width: 15px;
  cursor: pointer;
  background: black;
  
}


::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 243, 231, 1);
}
 

::-webkit-scrollbar-thumb {
  
  background-color: rgba(60, 36, 21, 1); 
  border-radius: 2px;
  cursor: pointer;
}


::-webkit-scrollbar-thumb:hover {
   background: rgba(27, 55, 100, 1); 
  cursor: pointer;
}





html {
        
        /* background-color: gray; */
        overflow-x: hidden;
        scroll-behavior: smooth;
        
         
    }

    body {
        background-image: url('../img/bg-f.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
       object-fit: center;
        overflow-x: hidden;
       
        font-family: 'Roboto', sans-serif;
        max-width: 100%;

    }
    #home{
      overflow-y: hidden;
      overflow-x: hidden;
       height: 100vh;
    }
    section{
        width: 100vw;
        height: 100%;
         padding: 10vh 20vw;
         margin-bottom: 2em;
    }
    .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  animation: slide 45s infinite;
 
}
@keyframes slide{
  0%{
    background: rgba(0, 0, 0, 0.5) url('../img/bg-1.jpg') no-repeat center
    center/cover;
  }

  50%{
   background: rgba(60, 36, 21, 0.5) url('../img/bg-2.jpg') no-repeat center
    center/cover; 
  }
  50.1%{
    background: rgba(60, 36, 21, 0.5) url('../img/bg-3.jpg') no-repeat center
    center/cover;
  }
  75%{
    background: rgba(60, 36, 21, 0.5) url('../img/bg-4.jpg') no-repeat center
    center/cover;

  }
  100%{
    background: rgba(60, 36, 21, 0.5) url('../img/bg-5.jpg') no-repeat center
    center/cover;

  }
}
.ham{
  display: none;
}


.video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: center;
}

.video-container:after {
  content: '';
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(60, 36, 21, 0.4);
  position: absolute;
}
.header-content {
  z-index: 3;
display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.header-content h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 2em;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 2px;
  text-align: center;
  color:rgba(27, 55, 100, 1);
  
  -webkit-text-stroke: 1px   rgba(255, 243, 231, 1);


  }
  .header-content h1.active{
    animation-name: slide-up-1;
   animation-duration: 2s;
  transition: all 2s ease-in; 

  }
  @keyframes slide-up-1 {
    0% {
        opacity: 0;
        transform: translateY(200px);
        
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        
    }
}
.header-content h3.active{
  animation-name: slide-up-1;
   animation-duration: 2s;
  transition: all 2.2s ease-in;
  

}
.btn.active{
  animation-name: slide-up-1;
   animation-duration: 3s;
  /* transition: all 3s ease-in ;  */
   

}
  .header-content h3 {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0em;
  text-transform: capitalize;
  width: 70%;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(255, 243, 231, 1);
  /* animation-name: slide-up;
  animation-duration: 2.5s;
  transition: all 2s ease-in; */


  }

  .btn {
  display: inline-block;
  padding: 10px 15px;
  background: rgba(27, 55, 100, 1);
  color: rgba(255, 243, 231, 1);
  border-radius: 2px;
  text-decoration: none;
 text-transform: capitalize;
  font-size: 1.4rem;
  font-weight: 900;
  margin-top: 25px;
  letter-spacing: 1px;
  
  /* animation-name: slide-up;
  animation-duration: 2s; */
  
  
}

.btn:hover {
  
  transform: scale(1.1);
  
  
  }

  .bubble{
    position: absolute;
    
    z-index: -2;
    transition: all .5s ease-in-out;
    border-bottom: 5px solid rgba(27, 55, 100, 1);
  }
  



.navContainer{
  min-height: 5vh;
  width: 100vw;
    /* background-color: #fff2e5; */
    background-color: rgba(255, 243, 231, .9);
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;

  position: fixed;
  top: 0;
  left: 0;
  padding: 1vh 5vw;
  transition: all 0.5s ease-in-out;
  z-index: 1000;


}
/* .navContainer.active{
        
        background-color: rgba(0, 0, 0, .9);
        height: 2%;
         
        

    } */

.navContainer.scrolled{
  /* background-color: black; */
  /* border-bottom: 4px solid #3c2415; */
  transition: all 0.5s ease-in-out 0.2s;
  background-color: rgba(255, 243, 231, .9);
   box-shadow: 0 4px 20px 0 rgba(27, 55, 100, 0.6), 0 6px 20px 0 rgba(27, 55, 100, 0.6);

}

.navbar{
  display: flex;
  justify-content: space-around;
  width: 60%;
   
}

.navbar a {
  font-size: 1.2em;
  text-decoration: none;
  color:#3c2415;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  padding: 5px;
}

.navbar a:hover {
  color:white;
  
    

}
.navbar a:nth-child(1) {
    
    animation-delay: 0.2s ;
  }
  .navbar a:nth-child(2) {
    
    animation-delay: 0.4s ;
  }
  .navbar a:nth-child(3) {
   
    animation-delay: 0.6s ;
  }
  .navbar a:nth-child(4) {
    
    animation-delay: 0.8s ;
  }
  .navbar a:nth-child(5) {
   
    animation-delay: 1s ;
  }
  .navbar a:nth-child(6) {
    transition: all  0.5s ease 1.2s;
  }


.navbar a.active{
  
}


  
#logo{
  width: 50px;
  max-width: 100%;
  margin-left: 10px;
  padding-top: 5px;

}
#logo img{
  width: 100%;
  transition: all .2s ease-in-out;

}
#logo img:hover{
  transform: scale(1.1);
}
@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(200px);
        
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        
    }
}
.hamburger {
  display: none;
}
.x{
  display: none;
}
.title{
  width: 100vw;
        height: 20vh;
         padding: 15vh 20vw;
         margin-bottom: 2em;

}
h1{
  font-family: 'Kaushan Script', cursive;
  text-transform: capitalize;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  margin: .5em 0;
  color: #1b3764;
  letter-spacing: 4px;
}
#catalog h1, #contact h1, #location h1{
  font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  margin: .5em 0;
  color: #1b3764;
  letter-spacing: 4px;
}
.catalogContent{
    max-width: 100%;
    width: 100%;
 height: 100%;
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 grid-gap: 20px;
 margin: 2em auto;

}
.catalogContent a:last-of-type {
 
  grid-column: 2 / 3;



}
.imgContainer{
    width: 100%;
  /*height: 100%;*/
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  opacity: 1;

  
  transition: all 0.8s ease-in-out 0.2s;

}
.imgContainer:after {
  content: '';
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(27, 55, 100, 0.6);
  position: absolute;
}
.imgContainer img{
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: -10px;
  transition: all 0.5s ease-in-out .2s;
}
.imgContainer:hover img{
  
  transition: 2s;
  overflow: hidden;
  transform: scale(1.4);
  
  
}
.imgContainer:hover{
    cursor:  pointer;
    box-shadow: 0 4px 20px 0 rgba(27, 55, 100, 0.6), 0 6px 20px 0 rgba(27, 55, 100, 0.6);

}

.imgContainer h3{
    font-family: 'Kaushan Script', cursive;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    text-align: center;
    color:  rgba(255, 243, 231, 1);;
    font-size: 1.7rem;
    letter-spacing: 2px;
    transition: all 0.5s ease-in-out .1s;
}

#about{
  position: relative;
}

.aboutContent{
    max-width: 100%;
    width: 95%;
    height: 100%;
    background-color: rgba(27, 55, 100, 1);
    border-radius: 15px;
    padding: 25px;
    padding-bottom:15% ;
    margin: 2em auto;
    position: relative;
    
    
    
}
.aboutContentBack {
  content: '';
  z-index: -1;
  width: 100%;
    height: 100%;
   border-radius: 15px;
  top: 7%;
  right: 12%;
   background-color: #c2b59c;
  position: absolute;
  opacity: .7;
}
#about h1{
  font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  margin: .5em 0;
  margin-bottom: 2em;
  color:  #c2b59c;
  letter-spacing: 4px;
}
#about h2{
    text-transform: capitalize;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1em 0;
  color:  #c2b59c;
  letter-spacing: 2px;
}
#about p{
    
  text-align: justify;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
  
  color:  #c2b59c;
  letter-spacing: 2px;
}

  
.contactContent{
    max-width: 100%;
    width: 95%;
    height: 100%;
   background-color: white ;
    border-radius: 15px;
    padding: 25px;
    padding-bottom: 15%;
    margin: 2em auto;
    position: relative;
    top: 7%;
}
.contactContent::before {
  content: '';
  z-index: -1;
  width: 100%;
    height: 100%;
   border-radius: 15px;
  bottom: 7%;
  left: 12%;
   background-color: #3c2415;
  position: absolute;
  opacity: .9;
} 

#contact h1{
  color:  #3c2415;
}

.contactForm{
        width: 100%;
        margin: 2em auto;
    }
    input[type="text"] {
        padding: 0px 5px;
        display: inline-block;
        width: 49%;
        height: 40px;
        
        border-style: none;
        
        margin: 0 auto;
        margin-bottom: 1.5em;
        color:  #3c2415;
        outline: none;
        transition: all ease-in-out .5s;
        font-size: 12pt;
        background-color:  rgba(194, 181, 156, .7);
       
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
    }

    input[type="text"]:nth-child(1){
        float: left;
    }
    input[type="text"]:nth-child(2){
        float: right;
    }
    input[type="email"] {
        padding: 0px 5px;
        display: block;
        width: 100%;
        height: 40px;
        background-color:  rgba(194, 181, 156, .7);
        border-style: none;
        
        margin: 0 auto;
        margin-bottom: 1.5em;
        color:  #3c2415;
        outline: none;
        transition: all ease-in-out .5s;
        font-size: 12pt;
        
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
    }
    textarea {
        padding: 5px 5px;
        display: block;
        width: 100%;
        height: 300px;
        background-color:  rgba(194, 181, 156, .7);
        border-style: none;
        
        margin: 0 auto;
         margin-bottom: 1.5em;
         color:  #3c2415;
         outline: none;
         transition: all ease-in-out .5s;
         font-size: 12pt;
         
         font-family: 'Roboto', sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
         
    }
    input[type="text"]:focus, input[type="email"]:focus,textarea:focus{
        /* background-color: rgba(0, 0, 0, .9); */
    }
    input[type="text"]::placeholder, input[type="email"]::placeholder,textarea::placeholder{
        color: rgba(0, 0, 0, .6);
        letter-spacing: 2px;
        font-size: 12pt;

    }
    input[type="submit"]{
        border-style: none;
        width: 150px;
        background-color:rgba(27, 55, 100, 1) ;
        color: rgba(194, 181, 156, 1);
        letter-spacing: 1px;
        border-radius: 2px;
        font-size: .9rem;
        font-weight: 700;
        padding: 15px 5px;
        transition: all ease-in-out .5s;
        cursor: pointer;
        
        
        
        

    }
    input[type="submit"]:hover{
        
        transform: scale(1.1);

    }
    #location{
  /*padding: 10vh 10vw;*/
  background-color:rgba(255, 243, 231, 1) ;
 /* width: 100vw;
  height: 100%;
  
  margin-top: 4em;
  margin-bottom: -3em;*/
}



#directions-map{
  height: 400px;
width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  /* box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.6), 0 6px 10px 0 rgba(0, 0, 0, 0.6); */

  
}
.cards{
    max-width: 100%;
    height: auto;
  width: 100%;
  margin: 2em auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  z-index: 1;
  
}
.card:before {
  content: '';
  position: absolute;
   height:250px;
    width: 250px;
   
  top: 10%;
  right: 10%;
  
   background-color: #c2b59c;
   z-index: -1;
  
  
  opacity: .7;
}
.card{
    height:250px;
    width: 250px;
    background-color:rgba(27, 55, 100, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 25px;

}

.card h3{
    color: rgba(194, 181, 156, .9);
    text-align: center;
    font-size: 1.1rem;
    font-family: 'Roboto', sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0;
        text-transform: uppercase;

        

}
.card h4,a{
    color: rgba(194, 181, 156, .9);
    text-align: center;
    font-size: .8rem;
    font-family: 'Roboto', sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        text-decoration: none;
        transition: all.2s ease-in-out ;

}
.card a:hover{
    color: white;

}

footer{ position: relative;
        width: 100%;
        min-height: 25vh;
        padding: 5vh 5vw;
        background-color:rgba(27, 55, 100, 1);
        /* margin-top: -6em; */
    }
    footer h3{
        color: rgba(194, 181, 156, .9);
    text-align: center;
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
        font-weight: 400;
        letter-spacing: 2px;
        margin: 0;
        text-transform: uppercase;

    }
    footer div{
        width: 40%;
        height: 30%;
        margin: 2em auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer i{
        color:rgba(194, 181, 156, .9);
        font-size: 2.2rem;
        transition: all ease-in-out .5s;
        padding: 10px;
    }
    footer i:hover{
        color: white;
        transform: scale(1.1);
        
    }
    footer h4{
        font-size: .6rem;
        color:white ;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);

        letter-spacing: 1px;


    }
    @media screen and (max-width: 1100px) {
      #catalog{
        margin-bottom: -15%;
      }
       .catalogContent{
        max-width: 100%;
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
        margin: 2em auto;
        

}

    }
    
     @media screen and (max-width: 1024px) {

      .catalogContent{
        max-width: 100%;
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        margin: 2em auto;

      }
      .catalogContent a:last-of-type {
 
  grid-column: 1 / 2;

}
       #about h1{
    text-transform: uppercase;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  margin: .5em 0;
  margin-bottom: 1em;
  color:  #c2b59c;
  letter-spacing: 4px;
}
#about h2{
    text-transform: capitalize;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 1em 0;
  color:  #c2b59c;
  letter-spacing: 2px;
}
#about p{
    
  text-align: justify;
  font-size: .9rem;
  line-height: 1.2rem;
  font-weight: 300;
  
  color:  #c2b59c;
  letter-spacing: 2px;
}

.cards{
    max-width: 100%;
    height: auto;
  width: 100%;
  margin: 2em auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  z-index: 1;
  
}
.card:before {
  content: '';
  position: absolute;
   height:220px;
    width: 220px;
   
  top: 10%;
  right: 10%;
  
   background-color: #c2b59c;
   z-index: -1;
  
  
  opacity: .7;
}
.card{
    height:220px;
    width: 220px;
    background-color:rgba(27, 55, 100, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 25px;

}

.card h3{
    color: rgba(194, 181, 156, .9);
    text-align: center;
    font-size: 1.1rem;
    font-family: 'Roboto', sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0;
        text-transform: uppercase;

        

}
.card h4,a{
    color: rgba(194, 181, 156, .9);
    text-align: center;
    font-size: .8rem;
    font-family: 'Roboto', sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        text-decoration: none;
        transition: all.2s ease-in-out ;

}


.ham {
    display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* position: absolute; */
  text-align: center;
  width: 80px;
  height: 80px;
  
  /* top: 10%;
  right: 3vw; */
  /* transform: translate(-50%, -50%); */
  z-index: 10000;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
stroke:rgba(27, 55, 100, 1);
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham8 .top {
  stroke-dasharray: 40 160;
}
.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
.ham8.active .top {
  stroke-dashoffset: -64px;
  /* stroke: bisque; */
}
.ham8.active .middle {
  /* stroke-dashoffset: -20px; */
  transform: rotate(90deg);
  /* stroke: bisque; */
}
.ham8.active .bottom {
  stroke-dashoffset: -64px;
  /* stroke: bisque; */
}.line.active{
  stroke: beige;
  transition: all .7s ease-in-out;
}
.ham8:hover  {
    
    transform: scale(1.1) ;
    /* transform: rotate(45deg); */

}
.ham8.active:hover{
  transform:scale(1.1) rotate(45deg)
}


.navbar {
  
     opacity: 0;
     position: absolute;
    top: 50vh;
    left: -100vw;
    transform: translate(-50%, -50%);
    background:rgba(255, 243, 231, .9);
    width: 100vw;
    
    
    flex-direction: column;
    /* transition: all 1s ease-out; */
    
     justify-content: space-around;
    align-content: center;
    align-items:center;
    padding: 2em 0;
     /* clip-path: circle(10px at 100% -10%);
    -webkit-clip-path: circle(10px at 100% -10%); */
    /* transition: all 1s ease-out; */
    pointer-events: none;
  transition: all 1s ease-in-out;

    
     
  }

  .open {
        /* transition: all 1s ease-in-out; */
    
    height: 101vh;
    width: 101vw;
    top: 50vh;
    left: 50vw;
    opacity: 1;
    
    /* clip-path: circle(2000px at 100% 100%);
    -webkit-clip-path: circle(2000px at 100% 100%); */
    pointer-events: all;
    
  }
  
  .navbar a {
    opacity:0;
    font-size: 1.6rem;
    
  }
  .navbar a.active {
    opacity:1;
    font-size: 1.6rem;
    transition: all 2s ease-in-out;
    
  }
  .navbar a:hover {
    transform: scale(1.1);
    
  }
  /* .navbar a:nth-child(1) {
    transition: all 2s ease-in-out 0.6s;
    
  }
  .navbar a:nth-child(2) {
    transition: all 2s ease-in-out 0.8s;
  }
  .navbar a:nth-child(3) {
    transition: all 2s ease-in-out 1s;
  }
  .navbar a:nth-child(4) {
    transition: all 2s ease-in-out 1.2s;
  }
  .navbar a:nth-child(5) {
    transition: all 2s ease-in-out 1.4s;
  }
  .navbar a:nth-child(6) {
    transition: all 2s ease-in-out 1.6s;
  } */

  

       
     }
      @media screen and (max-width: 900px) {
        #about,#contact, #location{
          padding: 20px;
          margin-bottom: 1em;
        }

        input[type="text"]{
          display: block;
          width: 100%;
        }

         
       
      

      .cards{
    max-width: 60%;
    height: auto;
  width: 60%;
  margin: 2em auto;
  display: grid;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  position: relative;

  grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
        
  z-index: 1;
  
}
.card:before {
  content: '';
  position: absolute;
   height:100%;
    width: 100%;
   
  top: 10%;
  right: 10%;
  
   background-color: #c2b59c;
   z-index: -1;
  
  
  opacity: .7;
}
.card{
  max-width: 100%;
    height:220px;
    width: 220px;
    background-color:rgba(27, 55, 100, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 25px;

}

#about h2{
    text-transform: capitalize;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1em 0;
  color:  #c2b59c;
  letter-spacing: 2px;
}
#about p{
    
  text-align: justify;
  font-size: .9rem;
  line-height: 1.2rem;
  font-weight: 300;
  
  color:  #c2b59c;
  letter-spacing: 2px;
}

      }
      @media screen and (max-width: 760px) {

        #about,#contact, #location{
          padding: 10px;
        }

        #about p{
    
  text-align: justify;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 300;
  
  color:  #c2b59c;
  letter-spacing: 2px;
}


 .cards{
    max-width: 100%;
    height: auto;
  width: 40%;
  margin: 2em auto;
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  

  grid-template-columns: 1fr;
        grid-gap: 20px;
        
  z-index: 1;
  
}

.card{
  max-width: 100%;
    height:300px;
    width: 300px;
    background-color:rgba(27, 55, 100, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 25px;
    margin-bottom: 2em;

}
.card h3{
  font-size: 1.2rem;
}
.card h4 a{
  font-size: 1rem;
}
      }


@media screen and (max-width: 660px) { 

  
      .catalogContent{
    max-width: 100%;
    width: 100vw;
 height: 100%;
 display: grid;
 grid-template-columns: 1fr;
 grid-gap: 20px;
 margin: 2em auto;

}
#about p{
    
  text-align: justify;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 300;
  
  color:  #c2b59c;
  letter-spacing: 2px;
}
.imgContainer{
    width: 100%;
  /*height: 100%;*/
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  opacity: 1;

  
  transition: all 0.8s ease-in-out 0.2s;

}
.imgContainer:after {
  content: '';
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(27, 55, 100, 0.6);
  position: absolute;
}
.imgContainer img{
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: -10px;
  transition: all 0.5s ease-in-out .2s;
}

 }
