@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body{
  font-size: 16px;
  color: #888;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

a{
  text-decoration: none !important;
  color:#333;
}

h1, h2{
  font-weight: 700;
}

header nav a{
  margin-left: 30px;
  color: #333;
}

footer{
  background-color: #112a33;
  color: #aaa;
}

footer .logo{
  filter: grayscale(1) brightness(1000%) ;
}

footer nav a{
  color:#aaa;
  font-size: 0.8em;
  margin-right: 30px;
}

footer a{
  color:#fff;
}

footer small{
  font-size: 0.75em;
}

#locations h1{
  font-size: 2em;
}

.seemore{
  font-size: 1em;
  color:#e31642;
}

h1:hover{
  color:#e31642;
}

.card-text{
  line-height: 2em;;
}

.card h3, .card .fas{
  color:#e31642;
}

.card .btn{
  background-color:#e31642;
  border:none;
}


.tip{
  font-size:0.8em;
  color:#aaa;
}

.text-red{
  color:#e31642 !important;
}

.bg-red{
  background-color:#e31642 !important;
}

.text-dark{
  color:#112a33;
}

.bg-dark{
  background-color: #112a33;
}

.start-btn{
  font-size: 1.8em;
  font-weight:600;
  border-radius:40px;
}

.bg-maps{
    height: 100vh;
    background-image:url('../../webroot/img/bg_maps.webp');
		background-position: bottom;
		background-size: cover;
		background-repeat: no-repeat;
    background-position-y: bottom;
}

.card-img-top{
  border-top-left-radius: calc(.9rem - 1px) !important;
  border-top-right-radius: calc(.9rem - 1px) !important;
}

.btn-card{
  border-radius: 20px;
}


.shadow{
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .05) !important
}

.btn{
  background-color:#e31642;
  border-color: #e31642;
}

.btn:hover{
  background-color: #112a33 !important;
}

.call{
  font-size:5em;
}

.try{
  background-color:#e31642;
  color:#fff;
  padding:20px 20px;
  border-radius: 45px;
}



/* -------------------------------------------------------------------------------------------------------
                                            ADMIN
--------------------------------------------------------------------------------------------------------*/

#admin{
}

#admin aside{
  font-size: 0.9em;
}

#admin aside a{
  color:#ccc;
}

#admin .logout{
  color:#111;
  font-size: 13px;
  padding: 15px;
}

#admin .bt_add{
  background-color: #27BA00;
  color:#fff;
  padding: 12px 15px;
  border-radius: 30px;
}

#admin .bt_batch{
  background-color: #1E7507;
  color:#fff;
  padding: 12px 15px;
  border-radius: 30px;
}

#admin .bt_add:hover{
  background-color: #1E7507;
}

#admin .list-item{
  border-radius: 12px;
}

#admin .list-item-title{
  border-radius: 30px;
}

#admin .bt_edit{
  margin-right: 15px;
  margin-left: 15px;
  font-size:25px;
}

.bt_delete{
  font-size:25px;
}

#admin label{
  margin-top: 20px;
  text-transform: capitalize;
}

.ck-editor__editable {
    min-height: 300px;
}

.main{
  flex:1;
}

#admin .btn{
  border:none;
}

#admin input, #admin select, #admin textarea{
  border-radius: 22px;
  padding: 10px 15px;
}

#admin label{
  padding-left: 15px;
  font-weight: 600;
  color:#112a33;
  margin-bottom:5px;
}

.avatar{
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color:#ddd;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  font-size:1.6em;
  padding-top: 6px;
}

.avatar-title{
  display: inline-block;
  font-weight: 600;
  color: #fff;
}

.price{
  font-size: 2em;
}

.edit_acc{
  font-size: 0.7em;
  font-weight: 400;
  vertical-align: text-top;
}



/* -------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
**********************************************************************************************************
                                         MOBILE STYLING
**********************************************************************************************************
----------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------*/


@media only screen and (min-device-width: 10px) and (max-device-width: 575px) {

  body{
    font-size: 3em;
  }

  main{
    min-height: 1500px;
  }

  h1, h2{
    font-size: 1.8em;
  }

  footer nav a{
    display: block;
    text-align: center;
    margin: 20px 0;
  }

  header nav{
    display: none;
  }

  #locations h1{
    font-size: 1.5em;
  }

  .seemore{
    font-size: 0.8em;
    color:#e31642;
  }

  .call{
    font-size:3em;
  }

  .card{
    width: 50rem !important;
  }

  .price{
    font-size: 1.4em !important;
  }

  .card .btn{
    font-size: 1.2em;
    padding: 15px 50px;
    border-radius:60px;
  }

  .card-title{
    font-size: 1.6em;
  }

  .form-control{
    font-size:1.2em;
    padding:30px;
    border-radius: 50px;
  }

  h3{
    font-size: 1.5em;
  }

  #checkout .btn{
    font-size: 1.2em;
    border-radius:60px;
    padding: 15px 50px;
  }

}



/* -------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
**********************************************************************************************************
                                         UTILITIES
**********************************************************************************************************
----------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------*/


.transition{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.parallax{
	background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
}
