html{
    scroll-behavior: smooth;
  }
  
.nav-list{
    list-style-type: none;
    margin: 2vw 0;
    font-size: 3vh;
  }
  
.nav-a{
    padding: 2vw;
  }
  
nav{
    width: 100vw;
    background-color: #D6EFFF;
  }
  
.nav-ul{
    display: block;
    margin: 0;
    padding: 0;
    display: flex;  
    margin-right: 50px;
  }
  
.logo-div{
    margin-left: 70px;
    padding-top: 30px;
}
.nav-btn{
    display: none;
  }
.nav-div {
    display:flex; 
    flex-direction: row; 
    flex-wrap: wrap;
    align-items: center;
}

.desc-div{margin-top: 120px}
.desc-p1{font-size: 64px !important;font-family: "Montserrat",Sans-serif}

.about-div{ 
    max-width: 600px;
    margin-top: 20px;
    padding: 30px;
    margin-left: 100px;
}

.serv-div{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.serv-card{
    width: 380px;
    height: 400px;
    background-color: white;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    /* padding: 40px; */
    border: 1px solid rgb(212, 212, 212);
    box-shadow: 0 8px 16px 10px rgba(150, 141, 141, 0.2);
    margin: 15px;
    border-radius: 5px;
}

.footer-div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1300px;
}
.footer-hdiv{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.footer-sdiv{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}
.frame-div{
    width: 400px;
    display: flex;
    justify-content: flex-start;
}
.maps-frame{
    border: 0;
    width: 400px;
    height: 330px;
    padding-bottom: 25px;
}
.copy-p{
    width: 400px;
    color: white;
    font-size: 13px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin: 0;
}
.soc-a{
    width: 400px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.footer-div{justify-content: center; }
.footer-sdiv{align-items: center !important;}
.footer-hdiv{justify-content: center;}
.frame-div{justify-content: center;}
.maps-frame{width: 300px;}


@media only screen and (max-width: 1200px) {
    .footer-div{padding-top: 50px;}
}

@media only screen and (max-width: 700px) {

.desc-div{margin-top: 10px}
.desc-p1{font-size: 24px !important}
/* .desc-p2{font-size: 12px !important} */

.nav-list{ padding-bottom: 30px;}

.footer-sdiv{align-items: flex-start !important;}
.icon-ft{margin-top: 30px;}

.copy-p{text-align: center;}
.soc-a{justify-content: center;}

/* .frame-div{justify-content: center;}
.maps-frame{width: 300px;} */
.top-btn{left: 80% !important;}

.img{height: 700px !important;}

.about-div{ margin-left: 0 !important;}

.serv-div{
    margin-top: 0 !important;
}

.nav-div {
    background-color: rgba(0, 47, 52, .5) !important; 
    flex-direction: column; 
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 50px;
    height: 100vh;
    align-items: flex-start;
}

#top-nav{display: none !important;}

.nav-ul{
    flex-direction: column;
    margin-right: 10px;
    margin-top: 15px;
  }
.logo-div{
    margin-left: 10px;
}
  
.nav-a{
    display: block;
  }
  
  
.nav-btn{
    background-color: transparent;
    display: block;
    position:static;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    margin: 50px 10px 30px 30px;
    font-size: 3vh;
    border: 1px solid white;
    color: white;
    outline: none;
    cursor: pointer;
  }
}

.btn-o{
    width: 230px;
    height: 70px;
    border-radius: 50px !important;
    background-color: orange;
    border: none;
    font-weight: 700 !important;
    outline: none !important;
}
.btn-o:hover, .top-btn:hover{
    background-color: #dfa018 !important;
    color: white !important;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
}
.btn-blu{
    width: 230px;
    height: 70px;
    border-radius: 50px !important;
    color: white !important;
    background-color: #5582f6;
    border: none;
    font-weight: 700 !important;
    outline: none !important;
}
.btn-blu:hover{
    background-color: #4971d8 !important;
    color: white !important;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
}
/* Add a black background color to the top navigation */
/* .topnav { */
    /* background-color: #333; */
    /* overflow: hidden; */
  /* } */
  
  /* Style the links inside the navigation bar */
  /* .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  } */
  
  /* Change the color of links on hover */
  /* .topnav a:hover {
    background-color: #ddd;
    color: black;
  } */
  
  /* Add an active class to highlight the current page */
  /* .topnav a.active {
    background-color: #04AA6D;
    color: white;
  } */
  
  /* Hide the link that should open and close the topnav on small screens */
  /* .topnav .icon {
    display: none;
  } */
/* =========================== Custom Nav End =========================== */

/* a:hover{
font-size: 20px;
transition: 0.5s;
} */
.card, .card-mid{
    width: 380px;
    height: 340px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}
.card {
    border: none !important;
}
.card-mid{
    border: 1px solid rgb(212, 212, 212);
    height: 400px !important;
    margin-top: -60px;
    border-radius: 5px !important;
}
.card-div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* max-width: 1300px; */
    margin-top: -60px;
}
/* .card:hover{
    box-shadow: 0 8px 16px 10px rgba(150, 141, 141, 0.2);
    transition: 0.3s;
} */
/* .div:hover{
     background-color: grey !important; 
    box-shadow: 0 8px 16px 10px rgba(0,0,0,0.2) !important;
    font-size: 25px !important;
    transition: 0.5s;
} */

.nl:hover{
    color: black;
    text-decoration: none;
}
/* .fa-facebook{
    font-size: 20px !important;
    color:blue;
    border: 3px solid blue;
    border-radius: 50%;
    padding: 10px 14px;
}
.fa-twitter{
    font-size: 20px !important;
    color: rgb(61, 170, 221);
    border: 3px solid rgb(61, 170, 221);
    border-radius: 50%;
    padding: 10px;
}
.fa-youtube{
    font-size: 20px !important;
    color:red;
    border: 3px solid red;
    border-radius: 50%;
    padding: 10px 11px;
}
.fa-instagram{
    font-size: 20px !important;
    color:rgb(221, 96, 116);
    border: 3px solid rgb(221, 96, 116);
    border-radius: 50%;
    padding: 10px 11px;
} */

.ta-c {text-align: center;}
.ta-r {text-align: right;}
.ta-s {text-align: start;}

.flexCenter {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    padding: 100px;
}

.c-blk {color: black !important;}
.c-w {color: white !important;}

.hc-o:hover{color: orange !important;}

.tr-0_5{transition: 0.5s;}

/* =========================messages============================ */
.sentMessage, .receivedMessage
{
  font-size: 100%;
  padding: 5px 10px;
  border-radius: 10px;
  max-width: 25vw;
  word-wrap: break-word;
  border-bottom: 1px solid rgba(83, 82, 82, 0.5);
}
.sentMessage
{
  background-color: #dcf8c6;
  border-top-right-radius: 0;
}
.receivedMessage
{
  background-color: #ffffff;
  border-top-left-radius: 0;
}
.receivedTail, .sentTail{
  width: 0;
  height: 0;
  border-bottom: 13px solid transparent;
}
.receivedTail {
  width: 12px;
  height: 16px;
  position: relative;
  overflow: hidden;
  left: 4px;
  top: -8px;
  transform: rotate(35deg);
  border-bottom: 1px solid rgba(83, 82, 82, 0.5);
}
.receivedTail:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 13px;
  background: #fff;
  transform: rotate(55deg);
  top: 7px;
  left: 2px;
}
.sentTail {
  width: 12px;
  height: 16px;
  position: relative;
  overflow: hidden;
  right: 4px;
  top: -8px;
  transform: rotate(-35deg);
  border-bottom: 1px solid rgba(83, 82, 82, 0.5);
}
.sentTail:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 13px;
  background: #dcf8c6;
  transform: rotate(-55deg);
  top: 7px;
  left: 2px;
}
/* ============================================================== */

.status-indicator {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: grey;
    border: 2px solid white;
    bottom: 0;
    right: 0;
    position: absolute;
  }

.of-a {overflow: auto;}
.of-y-a {overflow-y: auto;}
.of-y-h {overflow-y: hidden;}

.of-x-h {overflow-x: hidden;}

.fl-r{float: right;}
.fl-l{float: left;}


/* .bu-ch{background-image: url(Images/background.jpg);} */

.op-0_2{opacity: 0.2;}
.op-0_7{opacity: 0.7;}

.bc-blk {background-color: black !important;}
.bc-w {background-color: white !important;}
.bc-trn {background-color: transparent !important;}
.bc-blu {background-color: #5582f6 !important;}
.bc-o {background-color: orange !important;}
.bc-gry {background-color: #f8f9fa}
.bc-gry1 {background-color: #ededed}
.bc-gry2 {background-color: #465052}

.bc-rgba_blk_0_5 {background-color: rgba(0, 47, 52, .5) !important;}

.bg{background-image: url("./Images/background.jpg");}
.bg-sc{background-size: cover;}

.b-2bl {border: 2px solid blue !important;}

.bb-1gr {border-bottom: 1px solid #8c8c8c78 !important;}

.br-1blk {border-right: 1px solid black !important;}
.bd-n{border: none}

.brad-50 {border-radius: 50% !important;}

.brad-t-5px {border-top-left-radius: 5px !important; border-top-right-radius: 5px !important;}
.brad-5px {border-radius: 5px !important;}
.brad-30px {border-radius: 30px !important;}
.brad-50px {border-radius: 50px !important;}

.brad-r-n {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.b-blk {
    border: 1px solid black !important;
}

.b-2blk,
.b-2bl:hover {border: 2px solid black !important;}
.b-2b-o {border: 2px solid orange !important;}

.bs-2blk {box-shadow: 0 0 0 2px black;}
.bs-1blk {box-shadow: 0 0 0 1px black;}

.postActive{background-color: rgb(202, 198, 198) !important;}
.postActive .h-c-blk path{color: black !important; stroke: black !important;}
.postActive .h-c-blk{stroke: black !important;}

.h-bc-gry1:hover{background-color: #ededed}

.h-bc-gry:hover{background-color: rgb(202, 198, 198);}
.h-bc-gry:hover .h-c-blk path{color: black !important; stroke: black !important;}
.h-bc-gry:hover .h-c-blk{stroke: black !important;}
.h-cs-gry path{stroke: #6c757d;}

.vl{
    border-left: 1px solid #e4d5d5;
    height: 46px;
}

.ff-m-ss{font-family: "Montserrat",Sans-serif}
.ff-t-s{font-family: 'Times New Roman', Times, serif}

.f-10 {font-size: 10px !important}
.f-11 {font-size: 11px !important}
.f-12 {font-size: 12px !important}
.f-13 {font-size: 13px !important}
.f-14 {font-size: 14px !important}
.f-15 {font-size: 15px !important}
.f-16 {font-size: 16px !important}
.f-17 {font-size: 17px !important}
.f-18 {font-size: 18px !important}
.f-19 {font-size: 19px !important}
.f-20 {font-size: 20px !important}
.f-21 {font-size: 21px !important}
.f-22 {font-size: 22px !important}
.f-23 {font-size: 23px !important}
.f-24 {font-size: 24px !important}
.f-29{font-size: 29px !important}
.f-30{font-size: 30px !important}
.f-32{font-size: 32px !important}
.f-45{font-size: 45px !important}
.f-64{font-size: 64px !important}
.f-84{font-size: 84px !important}

.f-b {font-weight: bold !important;}
.f-b1 {font-weight: 100;}
.f-b2 {font-weight: 200;}
.f-b3 {font-weight: 300;}
.f-b4 {font-weight: 400;}
.f-b5 {font-weight: 500;}
.f-b6 {font-weight: 600;}
.f-b7 {font-weight: 700;}
.f-b8 {font-weight: 800;}

.f-b3 {
    font-weight: 300;
}

.f-b4 {
    font-weight: 400;
}

.f-b5 {
    font-weight: 500;
}

.f-b6 {
    font-weight: 600;
}

.f-b7 {
    font-weight: 700;
}

.f-b8 {
    font-weight: 800;
}

.f-b9 {
    font-weight: 900;
}

.f-b10 {
    font-weight: 1000;
}

.f-uc {
    text-transform: uppercase;
}
.f-cap {text-transform: capitalize !important;}

.f-cg {color: rgba(0, 47, 52, .64);}
.fc-gry {color: rgb(83, 81, 81)}
.fc-gry1 {color: rgb(175, 169, 169)}
.fc-sec {color: #565656}
.fc-blu {color: #81a5ff}
.fc-blu1 {color: #56acdd}
.fc-g {color: rgba(0, 47, 52, .64);}
.fc-r {color: red;}
.fc-w {color: white !important;}
.fc-o {color: orange !important;}
.fc-blk {color: black !important;}

.t-30p{top: 30%;}

.zInd-12{z-index: 12 !important; color: white !important;}
.zInd-2{z-index: 20 !important;}

.d-f-sb {
    display: flex !important;
    justify-content: space-between;
}

.d-c {
    display: contents !important;
}
.r-180{
    transform: rotate(180);
}
.vh-100{height: 100vh;}
.vh-90{height: 90vh;}
.vh-89{height: 89vh;}
.vh-88-9{height: 88.9vh;}
.vh-88{height: 88vh;}
.vh-80{height: 80vh;}
.vh-70{height: 70vh;}
.vh-10{height: 10vh;}
.vh-9-7{height: 9.7vh;}
.vh-mn-10{min-height: 10vh;}

.h-m-100{max-height: 100%;}

.h-m-300px{max-height: 300px;}
.h-m-160px{max-height: 160px;}

.h-mn-360px{min-height: 360px;}
.h-mn-50px{min-height: 50px;}
.h-mn-40px{min-height: 40px;}

.h-a{height: auto;}

.h-100{height: 100% !important;}
.h-90{height: 90% !important;}
.h-89{height: 89% !important;}
.h-70{height: 70% !important;}
.h-11{height: 11% !important;}
.h-10{height: 10% !important;}

.h-600px{height: 600px;}
.h-550px{height: 550px;}
.h-520px{height: 520px;}
.h-450px{height: 450px;}
.h-400px{height: 400px;}
.h-380px{height: 380px;}
.h-360px{height: 360px;}
.h-360px{height: 370px;}
.h-330px{height: 330px;}
.h-300px{height: 300px;}
.h-285px{height: 285px;}
.h-200px{height: 200px;}
.h-150px{height: 150px;}
.h-100px{height: 100px;}
.h-75px{height: 75px;}
.h-70px{height: 70px;}
.h-65px{height: 65px;}
.h-56px{height: 56px;}
.h-50px{height: 50px !important}
.h-42px{height: 42px;}
.h-40px{height: 40px;}
.h-38px{height: 38px;}
.h-30px{height: 30px;}
.h-10px{height: 10px;}
.h-1px{height: 1px;}

.vw-m-100{max-width: 100vw;}
.vw-m-30{max-width: 30vw;}
.vw-m-70{max-width: 70vw;}

.vw-30{width: 30vw;}
.vw-70{width: 70vw;}

.w-m-100{max-width: 100% !important;}

.w-m-1400px{max-width: 1400px;}
.w-m-1300px{max-width: 1300px;}
.w-m-1265px{max-width: 1265px;}
.w-m-1100px{max-width: 1100px;}
.w-m-800px{max-width: 800px;}
.w-m-600px{max-width: 600px;}
.w-m-400px{max-width: 400px;}
.w-m-80px{max-width: 80px;}
.w-m-80px{max-width: 80px;}
.w-m-200px{max-width: 200px;}

.w-1000px{width: 1000px;}
.w-800px{width: 800px;}
.w-600px{width: 600px;}
.w-500px{width: 500px;}
.w-450px{width: 450px;}
.w-400px{width: 400px;}
.w-350px{width: 350px;}
.w-300px{width: 300px;}
.w-250px{width: 250px;}
.w-230px{width: 230px;}
.w-200px{width: 200px;}
.w-150px{width: 150px;}
.w-100px{width: 100px;}
.w-65px{width: 65px;}
.w-50px{width: 50px  !important;}
.w-30px{width: 30px;}
.w-22px{width: 22px !important;}
.w-18px{width: 18px !important;}
.w-10px{width: 10px !important;}

.w-100{width: 100% !important;}
.w-95{width: 95%;}
.w-92{width: 92%;}
.w-90{width: 90%;}
.w-87{width: 87%;}
.w-85{width: 85%;}
.w-80{width: 80%;}
.w-70{width: 70%;}
.w-65{width: 65%;}
.w-50{width: 50%;}
.w-49{width: 49%;}
.w-42{width: 42%;}
.w-40{width: 40%;}
.w-38{width: 38%;}
.w-20{width: 20%;}
.w-15{width: 15%;}
.w-10{width: 10%;}
.w-5{width: 5%;}

.v-h{visibility: hidden;}

.d-il-b {
    display: inline-block !important;
}

.d-il{
    display: inline !important;
}

.va-t {vertical-align: top;}
.va-m {vertical-align: middle;}

.m-a{margin: auto;}

.m-5px{margin: 5px;}

.mt-15{margin-top: 15%;}
.mt-25{margin-top: 25%;}

.mt-2px{margin-top: 2px;}
.mt-6px{margin-top: 6px !important}
.mt-7px{margin-top: 7px !important}
.mt-8px{margin-top: 8px !important}
.mt-9px{margin-top: 9px !important}
.mt-10px{margin-top: 10px !important}
.mt-11px{margin-top: 11px !important}
.mt-12px{margin-top: 12px !important}
.mt-13px{margin-top: 13px !important}
.mt-14px{margin-top: 14px !important}
.mt-15px{margin-top: 15px !important}
.mt-80px{margin-top: 80px !important}

.mb-6{margin-bottom: 6px !important}
.mb-7{margin-bottom: 7px !important}
.mb-8{margin-bottom: 8px !important}
.mb-9{margin-bottom: 9px !important}
.mb-10{margin-bottom: 10px !important}
.mb-11{margin-bottom: 11px !important}
.mb-12{margin-bottom: 12px !important}
.mb-13{margin-bottom: 13px !important}
.mb-14{margin-bottom: 14px !important}
.mb-15{margin-bottom: 15px !important}
.mb-80{margin-bottom: 80px !important}

.mb--13{margin-bottom: -13px !important}

/*
.ml-5{margin-top: 5px !important}
.ml-6{margin-top: 6px !important}
.ml-7{margin-top: 7px !important}
.ml-8{margin-top: 8px !important}
.ml-9{margin-top: 9px !important}
.ml-10{margin-top: 10px !important}
.ml-11{margin-top: 11px !important}
.ml-12{margin-top: 12px !important}
.ml-13{margin-top: 13px !important}
.ml-14{margin-top: 14px !important}
.ml-25{margin-top: 25px !important} */

.facebookColor{background-color: #3b5998 !important;}
.googleColor{background-color: #d34836 !important;}
.facebookColor:hover{background-color: #354e85 !important;}
.googleColor:hover{background-color: #b83f2f !important;}
.facebookColor:focus, .facebookColor:active{background-color: #2c4270 !important;}
.googleColor:focus, .googleColor:active{background-color: #9e3426 !important;}

.icon-ft:hover{
    color: white;
    transition: 0.3s;
}

.mr-6 {margin-right: 60px !important}
.mr-7 {margin-right: 70px !important}
.mr-8 {margin-right: 80px !important}
.mr-9 {margin-right: 90px !important}
.mr-10 {margin-right: 100px !important}
.mr-11 {margin-right: 110px !important}
.mr-12 {margin-right: 120px !important}
.mr-13 {margin-right: 130px !important}
.mr-14 {margin-right: 140px !important}
.mr-15 {margin-right: 150px !important}

.ol-n:focus {outline: none !important;}
.ol-1blk{outline: 1px solid black !important;}
.bs-n {box-shadow: none !important;}

.t-of-el {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bt-g{
    border-top: 1px solid #bfb9b9 !important;
}


.c-a:hover {cursor: auto !important;}
.h-p:hover {cursor: pointer !important;}

.b-rep-n{
    background-repeat: no-repeat;
}
.d-b-m-a {
    display: block;
    margin: auto;
}
.d-b {display: block;}
.d-n{
    display: none
}
.d-ib {
    display: inline-block !important;
}

.d-fr {
    display: flex !important;
    flex-direction: row !important;
}
.d-fc {
    display: flex;
    flex-direction: column;
}
.f-wr{flex-wrap: wrap;}
.d-f {display: flex;}

.jc-c {justify-content: center;}
.jc-sb {justify-content: space-between;}
.jc-sa {justify-content: space-around;}
.jc-se {justify-content: space-evenly;}
.jc-fe {justify-content: flex-end;}
.jc-fs {justify-content: flex-start;}

.ai-c {align-items: center;}
.ai-fe {align-items: flex-end;}

.as-fe {align-self: flex-end;}
.as-c {align-self: center;}

.d-n-a::after{display: none !important;}
.sellerAvatar {
    width: 60px !important;
    height: 60px !important;
}

.itemSeller-card {
    width: 425px;
    /* height: 250px; */
}

.itemMedia-card {
    display: flex !important;
    flex-direction: column;
    margin: 30px 10px;
    width: 840px;
    height: 580px;
}

.imageBtn {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.itemMedia-content {
    display: flex;
    flex-direction: row;
    width: 840px;
    padding: 0 !important;
    align-items: center;
}

.itemDesc-card {
    width: 840px;
}

.itemDetail-card {
    width: 425px;
    height: 170px;
}

.itemCard-location-date {
    align-items: flex-end;
    display: flex;
    height: 40px;
    justify-content: space-between;
    margin-top: auto;
}

.itemCard-card {
    display: inline-block !important;
    margin: 30px 10px;
    width: 300px;
    height: 300px;
}

.itemCard-img {
    height: 196px;
    max-width: 100%;
    padding: 10px;
}

.itemCard-media {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 196px;
    max-width: 100%;
}

.itemCard-content {
    width: 100%;
    height: 104px;
    padding: 8px 16px !important;
}

.App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: white;
}

.App-link {
    color: #61dafb;
}

.img {
    background-image: url('Images/background2.jpg');
    display: flex;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 750px;
}

.obft-cov {object-fit: cover;}

.pos-r{position: relative;}
.pos-ab{position: absolute;}

.ls-n{list-style-type: none !important; padding: 0;}

.n-l,
.n-l:hover {
    /*no link*/
    color: black;
    text-decoration: none;
}

/* .div:hover + div{
    background-color: blue !important;
    visibility:show !important;
    box-shadow: 10px;
} */
/* a {
    position: relative;
}
a:hover {
    /* content:'> ';
    position: absolute;
    left: -20px;   equal to padding-left
} */