﻿/* Place Your Custom Styles Here */


@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

body{
    background: #f8eee4!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(0, 0, 0, 0.8)!important;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    transition: all 0.15s ease-out;
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(0, 0, 0, 1)!important;
    transition: all 0.15s ease-out;
}
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgb(0, 0, 0, 1)!important;
    transition: all 0.15s ease-out;
}
.navbar-dark .navbar-nav .nav-link.active {
    text-decoration: underline!important;
}

.navbar-dark .navbar-brand .navbar-brand-img {
    filter: none !important;
  }
  .navbar-brand-img {
    max-height: 3rem;
    width: auto;
  }
  .selected-language{
    font-size: 13px;
    font-weight: 700;
    color: rgb(0, 0, 0, 1)!important;
}  

  .select-language{
    font-size: 13px;
    font-weight: 700;
    color: rgb(0, 0, 0, .8)!important;
}  

.text-brand{
    color: rgb(0, 0, 0, 1)!important;
}
.text-brand a{
    color: rgb(0, 0, 0, 0.8)!important;
    transition: all 0.15s ease-out;
}
.text-brand a:hover{
    color: rgb(0, 0, 0, 1)!important;
    transition: all 0.15s ease-out;
}
.text-brand a:focus{
    color: rgb(0, 0, 0, 1)!important;
    transition: all 0.15s ease-out;
}

p{
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
}

h1{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 300;
    font-size: 48px;
}
h2{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 36px;
}
h3{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 24px;
}
h4{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
h5{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
h6{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.sp-left{
    background-color: #000000;
}
.sp-right{
    background-color: #000000;
}

a.backtotop:hover,
a.backtotop:focus {
  color: rgb(0, 0, 0, 1)!important;
}
a.backtotop{
    color:rgb(0, 0, 0, 0.8);
}

.form-group input{
    background-color: transparent!important;
    border: none !important;
    border-bottom: 1px solid rgb(0, 0, 0, 0.4)!important;
    border-radius: 0px;
    font-family: 'Rajdhani', sans-serif;
}

.form-group input:focus{
    border:none!important;
    border-bottom: 1px solid rgb(0, 0, 0, 1)!important;
}
.form-group textarea{
    background-color: transparent!important;
    border: none !important;
    border-bottom: 1px solid rgb(0, 0, 0, 0.4)!important;
    border-radius: 0px;
    font-family: 'Rajdhani', sans-serif;
}

.form-group textarea:focus{
    border:none!important;
    border-bottom: 1px solid rgb(0, 0, 0, 1)!important;
}
.btn-secondary-brand{
    background-color: rgb(203, 177, 156, 0.8);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    color:rgb(107, 75, 50, 1)
}
.btn-secondary-brand:hover{
    background-color: rgb(203, 177, 156, 1);
    color:rgb(107, 75, 50, 1)
}