
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Poppins:wght@300;400;500&display=swap');

h1, h2 {
  font-family: 'Montserrat', sans-serif;
}

body {
  font-family: 'Poppins', sans-serif;
}



body, p {
  font-family: 'Open Sans', sans-serif;
}

:root {
  --para: #727272;
}
p {
  color: var(--para);
}
.top-box {
  background: url("assets/img/car.jpg");
  padding-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}

nav {
  display: flex;
  justify-content: space-between;
  background-color: white;
  padding: 15px 10px;
  border-radius: 10px;
  position: relative;
  top: 5px;
  align-items: center;
  margin-bottom: 30px;
}
.log,
.nav-contact {
  display: inline-block;
}
.logo > img {
  width: 130px;
}
nav a {
  text-decoration: none;
  color: black;
  display: inline-block;
}
nav > ul {
  list-style: none;
  display: inline-flex;
  justify-content: space-around;
  margin-bottom: 0px;
}
nav > ul li {
  margin-right: 25px;
}
nav > ul li a,
.nav-contact a {
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}
.nav-contact a {
  background-color: #161e2f;
  color: white !important;
  padding: 7px 20px;
  border-radius: 30px;
  
}
.nav-sidebar-btn {
  display: none !important;
}
.sidebar-logo {
  width: 100%;
}
.sidebar-logo img {
  width: 100%;
}
.offcanvas-body ul {
  list-style: none;
  padding-left: 0px !important;
}
.offcanvas-body > ul li a {
  text-decoration: none;
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #4e5561;
  padding: 15px 0px;
  border-bottom: 0.01px solid #e4ebf1;
}
.mid-section-contact {
  background: #5ec4bf;
background: linear-gradient(90deg, rgba(94, 196, 191, 1) 0%, rgba(87, 199, 115, 1) 100%);
  text-decoration: none;
  display: inline-block;
  color: white !important;
  padding: 7px 20px;
  border-radius: 30px;
  margin: 5px 0px;
}

.form-container {
  border-radius: 10px;
}
.nav-link {
  color: rgb(0, 0, 0) !important;
  padding: 7px 20px !important;
  font-weight: 600 !important;
}
.nav-link.active {
  background-color: #cf3425 !important;
  border-radius: 20px !important;
  padding: 7px 20px 7px 15px !important;
  color: white !important;
}
.nav-pills {
  border-bottom: 1px solid gray;
  padding-bottom: 10px;
}
.nav-pills li {
  margin-left: 10px;
}
.nav-pills li i {
  margin-right: 5px;
}
.select-trip > input {
  height: 18px;
  width: 18px !important;
  margin-right: 8px;
}
.select-trip > label {
  margin-right: 10px;
  position: relative;
  top: -4px;
  font-weight: normal !important;
  display: inline-block !important;
}
.tab-forms label {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #212e47;
}
.tab-forms .row > div {
  margin-bottom: 15px;
}
.tab-forms input {
  width: 100%;
  margin-top: 5px;
  padding: 6px;
  border: 1px solid rgb(194, 194, 194);
  border-radius: 3px;
}

.route-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.route-cards > .card {
  padding: 0px !important;
  border: none;
  width: 340px;
  border-radius: 10px;
  margin: 10px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.route-cards > .card img {
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0px 0px;
  transition: 0.5s;
}
.route-cards > .card:hover > img {
    transform: scale(1.1);
}
.card-price{
    font-size: 20px;
    font-weight: 600;
    color: #cf3425;
}

.way-type-badge {
  background-color: #aec432;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 7px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 4px;
}
.trip-data {
  border: 1px solid rgb(220, 220, 220);
  padding: 8px;
  text-align: center;
  color: rgb(44, 44, 44);
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.trip-data > div:nth-child(2) {
  border-right: 1px solid rgb(194, 194, 194);
  border-left: 1px solid rgb(194, 194, 194);
  padding: 0px 10px;
}

.trip-data i {
  font-size: 10px;
  color: rgb(168, 168, 168);
  display: block;
}
.trip-data p {
  margin-bottom: 0px;
}
.flower-div{
  position: relative;
  width: 400px;
  height: 400px;
  display: inline-block;
  
}
.flower-div>div{
  padding: 0px;
  height: 200px;
  width: 200px;
  overflow: hidden;
  position: relative;
}
.flower-div>div img{
  width: 100%;
  transition: 0.5s;
}
.flower-div:hover img{
  transform: scale(1.1);
}

.flower-div>div:nth-child(1){
  border-radius: 0px 50px 0px 50px;
}
.flower-div>div:nth-child(2){
  top: -5px;
  border-radius: 50px 0px 50px 0px;
}
.flower-div>div:nth-child(3){
  top: -400px;
  left: 200px;
  border-radius: 50px 0px 50px 0px;
}
.flower-div>div:nth-child(4){
   top: -405px;
  left: 200px;
  border-radius: 0px 50px 0px 50px;  
}
.flower-center{
  height: 130px !important;
  width: 130px !important;
  border-radius: 60%;
  background: linear-gradient(90deg, rgba(94, 196, 191, 1) 0%, rgba(87, 199, 115, 1) 100%) !important;
  color: white;
  position: absolute !important;
  top: 130px;
  left: 130px;
  z-index: 2;
}
.flower-center>div{
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.flower-center>div>p{
  line-height: 20px;
  color: white;
}
.flower-sec-contact a{
  display: inline-block;
  margin-right: 10px;
  padding: 7px 20px;
  border-radius: 20px;
  text-decoration: none;
  color: white;
}
.flower-sec-contact a:nth-child(1){
    background-color: #171f31;
}
.flower-sec-contact a:nth-child(2){
    background-color: red;
}
footer{
  background-color: #f6f6f6;
  padding: 30px 0px;
}
.footer-places{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-places>div>a{
  display: block;
  text-decoration: none;
  margin: 5px;
  color: #4e5561;
  font-size: 13px;
  font-weight: 470;
}
.footer-bottom-img{
  width: 100%;
}
@media screen and (max-width: 992px) {
  .nav-sidebar-btn {
    display: block !important;
  }
  nav > ul,
  .nav-contact {
    display: none;
  }
    .flower-div {
    width: 250px;
    height: 250px;

  }
  .flower-div > div {
    height: 120px;
    width: 120px;
  }
  .flower-div>div:nth-child(2){
  top: -5px;
  border-radius: 50px 0px 50px 0px;
}
.flower-div>div:nth-child(3){
  top: -240px;
  left: 120px;
  border-radius: 50px 0px 50px 0px;
}
.flower-div>div:nth-child(4){
   top: -244px;
  left: 120px;
  border-radius: 0px 50px 0px 50px;  
}
.flower-center{
  height: 90px !important;
  width: 90px !important;
  top: 70px;
  left: 80px;


}
.flower-center>div>h3{
  font-size: 17px;
}
.flower-center>div>p{
  font-size: 11px;
  line-height: 13px;
}
.flower-sec-contact a{
  font-size: 13px;
}
}
