body {
    background-color: whitesmoke;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    appearance: none;
    -moz-appearance: textfield;
}

/* ***********************************************navbar */

.navbar {
    overflow: hidden;
    background-color: black;
    transition: background-color 0.3s ease-in-out;
    position: fixed;
    height: 70px;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.logo {
    float: left;
    position: relative;
    left: 20px;
    bottom: 20px;
}

.logo a {
    padding: 0px important !;
    margin: 0px important !;

}

.logo img {
    height: 60px;
    width: 60px;
}

.navbar a {
    float: right;
    display: block;
    color: white;
    text-align: center;
    margin: 20px 16px;
    text-decoration: none;
}

.navbar a:hover {
    color: #facd1b;
    text-decoration: underline;
}

.navbar2 {
    overflow: hidden;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    z-index: 1000;
}

.logo2 {
    float: left;
    position: relative;
    left: 15px;
}

.logo2 img {
    height: 70px;
    width: 70px;
}

.menulogo {
    float: right;
    position: relative;
    right: 20px;
    margin-top: 15px;
}

.menulogo img {
    height: 45px;
    width: 45px;
}

.navbarmob {
    position: fixed;
    top: 80px;
    height: 280px;
    right: 0;
    width: 50%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9000;
    overflow-y: auto;
    /* padding-top: 20px; */
    display: none;
    /* Initially hide the mobile menu */
}

.navbarmob.show {
    display: block;
    /* Show the mobile menu when 'show' class is present */
}

.navbarmob a {
    width: 100%;
    float: right;
    display: block;
    color: white;
    text-align: center;
    font-weight: 600;
    margin: 15px 0;
    text-decoration: none;
}

.navbarmob a:hover {
    color: #facd1b;
    text-decoration: underline;
}

.overlay4 {
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
}

.overlay4:target {
    visibility: visible;
    opacity: 1;
}

/* **************************************************************** contact form*/

.contact_us {
    /* background-image: url('images/contactUs_bg.webp'); */
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    /* padding: 120px 0px; */
}

.contact_inner {
    background-color: #0f0e0e;
    position: relative;
    box-shadow: 20px 22px 44px #252323cc;
    border-radius: 25px;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #facd1b;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    resize: none;
    border: none;
    background: rgb(80, 80, 78);
    border-bottom: 1px solid #ffffff;
    color: white;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid red;
}

.contact_field .form-control::placeholder {
    font-size: 15px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 23%;
    height: 330px;
    width: 300px;
    padding: 30px;
    border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
    letter-spacing: 1px;
}

.info_single {
    margin: 25px 0px;
}

.info_single img {
    height: 30px;
}

.info_single span {
    margin-top: 5px;
    margin-left: 15px;
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: red;
    border: none;
    color: #ffffff;
    padding: 8px 15px;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 2px;
}

.contact_form_submit:hover {
    background: #facd1b;
    color: #000;
}

.socil_item_inner li {
    list-style: none;
}

.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}

.socil_item_inner {
    padding-bottom: 10px;
}

/* *********************************************************map* */

.map_bind {

    border-radius: 2em;
    overflow: hidden;
}

/* ************************************************************footer*/

.contact-us a {
    margin-left: .5em;
}

.subscribe_button:hover {
    color: #facd1b;
    background-color: black;
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.overlay3 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay3.visible {
    visibility: visible;
    opacity: 1;
}

.popup2 {
  margin: 70px auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 280px;
  height: 280px;
  position: relative;
  /* transition: all 5s ease-in-out; */
}

.popup2 h2 {
    @media screen and (min-width: 720px) {
        font-size: 1.2em;
    }

    margin-top: 1em;
    font-size: 1em;
    color: #facd1b;
}

.popup2 .close2 {
    position: absolute;
    top: 5px;
    right: 20px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

.popup2 .close2:hover {
    color: red;
}

.popup2 .content2 {
    overflow: auto;
}