:root {
  --color-primary: #0073ff;
  --color-white: #e9e9e9;
  --color-black: #141d28;
  --color-black-1: #212b38;
}
 
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:'Raleway';;
} 
.bg{
  background-color: rgba(52, 123, 181);
}
.navbar-nav{
  justify-content: space-between;
}
body {
  font-family: sans-serif;
 
}

.logo {
  color: var(--color-white);
  font-size: 30px;
}

.logo span {
  color: var(--color-primary);
}

.menu-bar {
  position: relative;
  background-color: rgb(52, 123, 181);
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;

/*  position: relative;*/
}

.menu-bar ul {
  list-style: none;
  display: flex;
}

.menu-bar ul li {
  /* width: 120px; */
  padding: 10px 30px;
  /* text-align: center; */

  position: relative;
}

.menu-bar ul li a {
  font-size: 20px;
  color: var(--color-white);
  text-decoration: none;

  transition: all 0.3s;
}

.menu-bar ul li a:hover {
  color: var(--color-primary);
}

.fas {
  float: right;
  margin-left: 10px;
  padding-top: 3px;
}

/* dropdown menu style */
.dropdown-menu {
  display: none;
}

.menu-bar ul li:hover .dropdown-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--color-black);
}

.menu-bar ul li:hover .dropdown-menu ul {
  display: block;
  margin: 10px;
}

.menu-bar ul li:hover .dropdown-menu ul li {
  width: 150px;
  padding: 10px;
}

.dropdown-menu-1 {
  display: none;
}

.dropdown-menu ul li:hover .dropdown-menu-1 {
  display: block;
  position: absolute;
  left: 150px;
  top: 0;
  background-color: var(--color-black);
}

.hero {
  height: calc(100vh - 80px);
  background-image: url(./bg.jpg);
  background-position: center;
}
.desktop-item{
  width:100%;
}
.body-text{
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  padding: 100px 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}
.card_body{
  justify-content: center;
}



/*==========floating icon==========*/
.floatingIcon{
  top:30%;
  left:0;
  transform: translate(-10%);
  position: fixed;
  z-index: 100;
}
.floatingIcon ul{
  padding: inherit;
}
.floatingIcon ul li{
  height: 40px;
  width: 40px;
  list-style-type: none;
  padding-left: 12px;
  padding-top: 6px;
  margin-top: 5px;
  color: #ffff;
}
.facebook{
  background: #3b5998; 
}
.twitter{
  background: #55acee; 
}
.youtube{
  background: #ff0000;
}
.instagram
{
  background: #8a3ab9;
}
.whatsapp{
  background: #28D146;
}

.floatingIcon ul li:hover{
  padding-left: 30px;
  width: 80px;
  transition: .5s;
}
/*==========floating chat icon==========*/
.chatIcon{
  top:90%;
  right:0;
  transform: translate(-20%);
  position: fixed;
  z-index: 100;
}

.chatIcon ul li{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  list-style-type: none;
  padding-left: 12px;
  padding-top: 6px;
  margin-top: 5px;
  color: #ffff;
}
.wechat{
  background: #f10e7a;
}
/*=============End of chat=============*/



.container-fluid1{
  overflow: hidden;
}
.pding p{
  font-size: 18px;
  font-weight: 500;
  padding-right: 19px;
}

#toggle{
  background: #57bbf2;
}

/*==========card headings==========*/
.optionHead{
  padding-left: 11%;
  padding-top: 5%;
}
.optionHeading{
  color: rgb(52, 123, 181);;
  font-size: 32px;
  font-weight: bold;
}
.optionHeadingBody{
  font-size: 32px;
}

/* Add your custom styles here */
/* Example: */

.statistics {
  padding: 60px 0;
  background-color: #f9f9f9;
  text-align: center;
}

.statistic-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.count {
  font-size: 2em;
  font-weight: bold;
  color: #007bff;
}

.label {
  display: block;
  margin-top: 10px;
  font-size: 1.2em;
}




.reports-submenu {
  display: none;
  position: absolute;
  background-color: white;
  z-index: 1000;
}

.reports-dropdown-toggle:hover + .reports-submenu,
.reports-submenu:hover {
  display: block;
}



/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
}
.header {
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 100;
  padding: 0 20px;
}
.nav {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.nav,
.nav_item {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.nav_logo,
.nav_link,
.button {
  color: #fff;
}
.nav_logo {
  font-size: 25px;
}
.nav_item {
  column-gap: 25px;
}
.nav_link:hover {
  color: #d9d9d9;
}
.button {
  padding: 6px 24px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
}
.button:active {
  transform: scale(0.98);
}

/* Home */
.home {
  position: relative;
  height: 100vh;
  width: 100%;
  /* background-image: url("bg.jpg"); */
  background-size: cover;
  background-position: center;
  position: absolute;
  
}
.home::before {
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-out;
}
.home.show::before {
  opacity: 1;
  pointer-events: auto;
}
/* From */
.form_container {
  position: fixed;
  max-width: 320px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 101;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.home.show .form_container {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.signup_form {
  display: none;
  
}
.form_container.active .signup_form {
  display: block;
}
.form_container.active .login_form {
  display: none;
}
.form_close {
  /* position: absolute; */
  top: 10px;
  right: 20px;
  color: #0b0217;
  font-size: 22px;
  opacity: 0.7;
  cursor: pointer;
}
.form_container h2 {
  font-size: 22px;
  color:rgba(78, 138, 225, 1);
  text-align: center;
}
.input_box {
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 40px;
}
.input_box input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 30px;
  color: #333;
  transition: all 0.2s ease;
  border-bottom: 1.5px solid #aaaaaa;
}
.input_box input:focus {
  border-color:rgba(78, 138, 225, 1);
}
.input_box i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #707070;
}
.input_box i.email,
.input_box i.password,
.input_box i.phone{
  left: 0;
}
.input_box input:focus ~ i.email,
.input_box input:focus ~ i.password,
.input_box input:focus ~ i.phone{
  color:rgba(78, 138, 225, 1);
}
.input_box i.pw_hide {
  right: 0;
  font-size: 18px;
  cursor: pointer;
}
.option_field {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form_container a {
  color:rgba(78, 138, 225, 1);
  font-size: 12px;
}
.form_container a:hover {
  text-decoration: underline;
}
.checkbox {
  display: flex;
  column-gap: 8px;
  white-space: nowrap;
}
.checkbox input {
  accent-color:rgba(78, 138, 225, 1);
}
.checkbox label {
  font-size: 12px;
  cursor: pointer;
  user-select: none;
  color: #0b0217;
}
.form_container .button {
  background:rgba(78, 138, 225, 1);
  margin-top: 30px;
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
}
.login_signup {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}