html{
    scroll-behavior: smooth;
    overflow-x: hidden;
    
}

body{
    padding:0px;
    margin: 0px;
    font-family: 'Alef', sans-serif;
    background-color: #EFE2BA;
    /* background-image: url("/assets/menu_background.jpg");
    background-size: cover;
    background-repeat: repeat; */
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.navbar-collapse a, #my_brand, #second_row a, #visit-us, #social-footer a{
  outline: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

#main_navbar{
  min-height: 40px;
  /* transition: background-color 300ms linear; */
  box-shadow: none;
  z-index: 1050;
}

.colored{
  background-color: #f0f0f0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.my_nav{
    font-size: 1.5rem;
    color: white !important;
}

@media(max-width: 991px)
{
  .my_nav{
    font-size: 1.5rem;
    color: #4b2807 !important;
    
  }
}

.my_nav:hover,
.my_nav:focus{
    /* color:  rgb(252, 177, 3) !important; */
    color: #FFCA26 !important;

  }

  .nav_menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;

}

/* button:focus {
  outline: 0 !important;
} */

#my_brand:hover,
#my_brand:focus{
  transition: all ease-in-out 0.5s;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}

.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.scrolled {
  background-color: #f0f0f0 !important;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3) !important;
  /* transition: background-color 200ms linear; */
  
}
.scrolled > .collapse > .nav .my_nav, .colored > .collapse > .nav .my_nav{
  color: #4b2807 !important;
}
@media(max-width: 991px){
  .scrolled > .collapse > .nav .my_nav:hover, .colored > .collapse > .nav .my_nav:hover{
    color: rgba(75, 40, 7, 0.5) !important;
  }
}

@media(max-width: 991px){
  #navbarCollapse{
      min-height: 100vh;
  }
}

@media(min-width: 480px) and (max-width: 991px) and (max-height: 480px){
  #navbarCollapse{
      height: 80vh;
      min-height: 80vh;
      overflow-y: scroll;
      
  }
  .navbar-nav{
    padding-top: 0 !important;
  }
}


.noscroll { 
  overflow: hidden;
  position: fixed;
}

.fixed-top.colored .navbar-collapse{
  display: block;
}
.fixed-top.colored .navbar-collapse .nav-item.nav-link{
  opacity: 1 !important;
}

@media (max-width: 991px) {
  .fixed-top .navbar-collapse{
      display: none;
  }
  .fixed-top .navbar-collapse .nav-item.nav-link{
      opacity: 0 !important;
  }
}
@media (min-width: 992px) {
  .fixed-top .navbar-collapse{
      display: block;
  }
  .fixed-top .navbar-collapse .nav-item.nav-link{
      opacity: 1 !important;
  }
}

@media (max-width: 767px){
  #our-brand{
    height: 60px;
    width: 60px;
  }
}

@media(min-width: 1200px){
  .my_nav::after{
    content: '';
    height: 3px;
    display: block;
    width: 100%;
    background: transparent;
    
  }

  .my_nav:hover::after,
  .my_nav:focus::after{    
    background: #ED1F28;

  }

  .my_nav::before{
    content: '';
    height: 3px;
    display: block;
    width: 100%;
    background: transparent;
    
  }
  .my_nav:hover::before,
  .my_nav:focus::before{
    background: #ED1F28;
  }

  .my_nav::before, .my_nav::after{
    transition: background-color .5s ease;
  }
}

@media(min-width: 992px){
  .active .my_nav::after{
    content: '';
    height: 3px;
    display: block;
    width: 100%;
    background: #ED1F28;
    
  }

  .active .my_nav::before{
  content: '';
  height: 3px;
  display: block;
  width: 100%;
  background: #ED1F28;
  }
}



#nav-icons ul {
  margin-top: 3vh;
  display: flex;
  justify-content: center;
  margin-bottom: 0;

}

#nav-icons ul li {
  list-style: none;
}

#nav-icons ul li a {
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  margin: 0 15px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}

#nav-icons ul li a .icon {
  position: relative;
  color: #1b1b1b;
  transition: .5s;
  z-index: 3;
}

#nav-icons ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

#nav-icons ul li a:hover .black-icon {
  color: black;
  transform: rotateY(360deg);
}

#nav-icons ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s;
  z-index: 2;
}

#nav-icons ul li a:hover:before {
  top: 0;
}

#nav-icons ul li:nth-child(1) a:before{
  background: #3b5999;
}

#nav-icons ul li:nth-child(2) a:before{
  background: linear-gradient(#a8e063, #56ab2f)
}

#nav-icons ul li:nth-child(3) a:before {
  background: #55acee;
}

#nav-icons ul li:nth-child(4) a:before {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
#nav-icons ul li:nth-child(5) a:before {
  background: #00AA6C;
}


.card-img-top{
    border-radius: 10px 10px 10px 10px;
  }
.card{
    background-color: transparent;
    border: none;
}

#main{
    position: relative;
    margin-top: 10vh;
}

.anim{
    transform: translateY(0) !important;
    opacity: 1 !important;
}

.card{
    transform: translateY(25%);
    opacity: 0;
    transition: transform 1s ease-in-out, opacity 1.4s ease-in-out;
}


.card-img-top {

    max-width: 100%;
    
    display: block;
    width: 100%;
    height: auto;
    max-height:400px;
    transform: scale(1);
    transition: transform .5s ease;
  }
  
  .card-img-top:hover {
    transform: scale(1.05);
  }

#gallery-title{
  color: #4b2807;
  
}
  @media (max-width: 480px) {
    #gallery-title{
        font-size: 3rem;
        line-height: 1.2;
    }
  }
  @media (min-width: 767px) {
    #gallery-title{
        font-size: 4rem;
        line-height: 1.2;
    }
}
@media (min-width: 1200px) {
    #gallery-title{
        font-size: 4.5rem;
        line-height: 1.2;
    }
    
}   

#gallery-title::after{
    content: '\f083';
    display: inline-block;
    padding-right: 20px;
    font-weight: 900;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-size: 1em;
    line-height: 30px;
    color: #4b2807;

}

@media(max-width: 767px){
    #gallery-title::after{
        display: block;
        padding-top: 30px;
        padding-right: 0;
    }
}

@media (max-width: 991px){
  .navbar-nav li{
    white-space:nowrap;
  }
  .navbar-nav{
    display: inline-block;
  }
}



