@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
   --primary:#d97706;
   --secondary:#b45309;
   --grey:#fafafa;
   --orange:#92400e;
   --blues:#111827;
   --text:#374151;
   --white:#fff; 
  
}

body{ 
  font-family: "Inter", sans-serif;
    overflow-x: hidden;       
    font-size: 16px;    
    color: var(--text);
}

button:focus {   
    outline: none;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
    -ms-touch-action: pan-y !important; 
    touch-action: pan-y !important;
}
html {   
  scroll-behavior: smooth !important; 
} 
.dropdown:hover>.dropdown-menu {
 display: block;
}

h1, h2, h3, h4, h5, h6, p {
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
    margin: 0px;
}
a { 
  text-decoration: none;
  transition: color .3s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
::placeholder{
  color: #FFF !important;
}
.bg-og{
  background-color: #fffbec;
}

/* --------header-start--------*/


.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 15px;
    margin-right: 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #d19c3f;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
}
li.nav-item {
    margin: 0px 10px;
}
.navbar-nav {
    align-items: center;
}

.cont_btn {    
    background: hsla(38, 62%, 54%, 1);

background: linear-gradient(90deg, hsla(38, 62%, 54%, 1) 0%, hsla(37, 66%, 66%, 1) 50%, hsla(35, 74%, 79%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(38, 62%, 54%, 1) 0%, hsla(37, 66%, 66%, 1) 50%, hsla(35, 74%, 79%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(38, 62%, 54%, 1) 0%, hsla(37, 66%, 66%, 1) 50%, hsla(35, 74%, 79%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#D29D40", endColorstr="#E2B771", GradientType=1 );
    color: var(--white) !important;
   
    margin-left: 0px;
    font-size: 14px !important;
    border-radius: 37px;
    padding: 7px 15px !important;
}
.cont_btn:hover{ 
  background-color: var(--secondary);
}
.cont_btn1 {
    background: hsla(38, 62%, 54%, 1);

background: linear-gradient(90deg, hsla(38, 62%, 54%, 1) 0%, hsla(37, 66%, 66%, 1) 50%, hsla(35, 74%, 79%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(38, 62%, 54%, 1) 0%, hsla(37, 66%, 66%, 1) 50%, hsla(35, 74%, 79%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(38, 62%, 54%, 1) 0%, hsla(37, 66%, 66%, 1) 50%, hsla(35, 74%, 79%, 1) 100%);

    color: var(--white) !important;
   
    margin-left: 0px;
    font-size: 16px !important;
    border-radius: 37px;
    padding: 10px 20px !important;
}
.cont_btn1:hover{ 
  background-color: var(--secondary);
}


#scrollBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position */
  bottom: 20px; /* 20px from the bottom */
  right: 30px; /* 30px from the right */
  z-index: 99; /* Ensure it stays on top */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: var(--primary); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Pointer cursor on hover */
  padding: 8px 14px;
  border-radius: 10px; /* Rounded corners */
}

#scrollBtn:hover {
  background-color:var(--secondary); /* Darker background on hover */
}
.header {
    background-color: #00493e;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.bans-cont {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}
.bans-cont h1 {
    color: var(--white);
    margin-bottom: 5px;
    font-size: 55px;
}
.bans-cont h2{
   color: var(--yellow);
   margin-bottom: 5px;
}
.bans-cont h3{
  color: #dcfce7;
  margin-bottom: 15px;
}
.bans-cont h4{
  color: var(--white);
  margin-bottom: 15px;
}
.bans-cont h5{
  color: #dcfce7;
  margin-bottom: 15px;
}
.bans-cont h6{
  color: #bbf7d0;
  margin-bottom: 15px;
}
.btns {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.head h1 {
    color: #d19c3f;
    width: fit-content;
    margin: 0px auto;
    font-size: 40px;
    font-weight: 800;
}
.head:after {
    content: "";
    display: block;
    width: 10%;
    height: 5px;
    background-color: #d19c3f;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.about-left h4{
  color: var(--orange);
}
.bold{
  font-weight: 700;
}
.special.mt-0 {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.special ul {
    padding-left: 30px;
}
.special ul li {
    margin-bottom: 6px;
}
.shadow1{
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.bds{
  border-radius: 10px;
}
.special1 p {
    font-size: 16px;
    line-height: 26px;
}
.head p {
    font-size: 20px;
    width: 80%;
    margin: auto;
}
.proj-cont{
    position: absolute;
    top: 10px;
    left: 10px;
}
.gals .col-md-4 {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.gals img {
    margin-bottom: 0px;
    border-radius: 10px;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}
.gals_img img {
    height: 250px;
    width: 400px;
    margin-bottom: 10px;
    filter: brightness(62%);
}
.gals img:hover {
    transform: scale(1.06);
    cursor: pointer;
}
.gals .col-md-4 .gal-cont {
    transition: .7s ease-in-out;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    width: 100%;
}
.gals .col-md-4:hover .gal-cont {
    display: block;
    
}
.gals .col-md-4 .gal-cont p {
    font-size: 18px;
    margin-bottom: 3px;
}
.gals .col-md-4 .gal-cont p i{
    color: #d19c3f;
}
.bds {
    border-radius: 10px;
}
.mlk {
    background-color: var(--primary);
    border-radius: 20px;
    padding: 15px;
}
.about-right h4 {
    font-size: 35px;
    font-family: sans-serif;
    padding-left: 10px;
    padding-bottom: 10px;
}
.about-right h5 {
    font-size: 22px;
    font-family: sans-serif;
    padding-left: 10px;
}
.bg-brown {
    /* background-color: #7d370f; */
    background-image: url(../img/leaf.jpg) !important;
}
.special1 {
    background-color: #fff;
    color: #d19c3f;
    padding: 20px;
}
.special1 ul li {
    margin-bottom: 14px;
}
.grey1{
    background-color: #fffcf0;
}

.invest-block h4 {
    font-weight: 700;
    padding: 25px 0px 15px;
    font-size: 20px;
}
.invest-block {
    background-color: #fff;
    border-radius: 15px;
   
    text-align: center;
    margin-bottom: 30px;
   
    transition: all 0.5s;
  
}
.invest-block:hover{
    margin-top: -10px;
    box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.3);
}
.invest-block:hover h4{
    color: var(--primary);
}
.invest-block a{
    color: var(--primary);
    font-size: 15px;
    display: none;
    font-weight: 700;
}
.invest-block:hover a{
    display: block;
}
.brown_div
{
    background-color: var(--primary);
    color: #fff;
    text-align: center;
}
.inst {
    height: 250px !important;
    padding: 30px;
}
.inst h6 {
    color: var(--primary);
    background-color: #fef3c7;
    padding: 22px 14px;
    border-radius: 50%;
    width: fit-content;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
}
.inst h4 {
    color: var(--secondary) !important;
    padding: 16px 0px 10px;
}

.updated-block h3{
  color: var(--primary);
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}
.updated-block {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: left;
    margin-bottom: 10px;
    transition: all 0.5s;
    border: 1px solid #fef3c7;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}

.updated-block ul{
    list-style: none;
    padding-left: 10px;
    width: 50%;
    float: left;
}
.hts {
    height: auto !important;
    float: left;
    width: 100%;
}
li.bold {
    margin-left: -7px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.fv-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    width: 80%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: auto;
}
    .fv-row {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }
    .fv-field {
      flex: 1 1 240px;
      display: flex;
      flex-direction: column;
      margin-bottom: 16px;
    }
    .fv-field textarea { resize: vertical; min-height: 100px; }
   .fv-label {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
}
  .fv-input, .fv-select, .fv-textarea {
    padding: 7px 12px;
    font-size:14px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
    .fv-input:focus, .fv-select:focus, .fv-textarea:focus {
      outline: none;
      border-color: #f28500;
    }
    .fv-full { flex: 1 1 100%; }
    .fv-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background: #e47b00;
    color: #fff;

    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 8px;
    text-align: center;
}
    .fv-btn:hover { background: #cf6e00; }

#foot{
     background-color: #00493e;
     color: #e2e8f0;
}

.footer-box p {
    margin-bottom: 10px;
    font-size: 14px;
}
.footer-box p a{
    color: #e2e8f0;
}
.footer-box h4{
    color: #f7d464;
    font-size: 20px;
    margin-bottom: 10px;
}
.bts{
    border-top:  1px solid #374151;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

div#benefit img {
    height: 380px;
    margin: 0px auto 15px;
}

.modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
}
.modal-content {
    position: relative;
    display: flex
;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    background-image: url(https://seabeats.ae/wp-content/uploads/2024/05/vAwVjmdXaLAvz.jpeg);
}
.form-label {
    width: 100%;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}
.modal-dialog {
    max-width: 430px;
    margin: 1.75rem auto;
}
::placeholder{
  color: #000 !important;
  font-size: 14px;
}