

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Montserrat",  sans-serif;
  --nav-font: "Lato",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #3c4049; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #112344; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #175cdd; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #3c4049;  /* The default color of the main navmenu links */
  --nav-hover-color: #175cdd; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #3c4049; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #175cdd; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f4f8ff;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #021418;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #11262a;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}


/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}




/*------- Home Page Style Start -------*/
.main-home-section{
  
  padding: 17px ;
  background: linear-gradient(140deg, #65c9d8, #d44098, #fa9217);
  animation: gradient 15s ease infinite;
}
 
.logo-main {
  margin-left: 40%;
}
@media(max-width:768px){
  .logo-main {
  margin-left: 17%;
}
}

.main-home-card{
	margin: 35px 0;
	background-image : url("assets/img/preloder/myoozee-preloder.png");
	padding:166px 0;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
	object-fit: cover;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.main-home-card-2{
	margin: 35px 0;
	background : url("assets/img/preloder/myoozee-preloder.png");
	padding:190px 0;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
	object-fit: cover;
  	overflow: hidden;
  	transition: all 0.3s ease-in-out;
}

.main-home-card:hove
.main-home-content {
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.main-home-content h3 {
  font-size: 40px;
  font-weight: 700;	
  padding: 20px;
  text-align: center;
  color: #ffa200;
  margin-top: -60px;
  text-transform: uppercase;
}

.main-home-content h3 a{
  color: #4fb6ff;
  
}

.btn-home{
  padding: 8px 8px 8px 28px;
  border-radius: 60px;
  background: #ffffff;
  color: #001717;
  font-size: 18px;
  margin: 0 200px;
  width: fit-content;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  transition-duration: 0.3s;
}
@media(max-width:768px){
  .btn-home{
  padding: 8px 8px 8px 28px;
  border-radius: 60px;
  background: #ffffff;
  color: #001717;
  font-size: 18px;
  margin: 0 142px;
  width: fit-content;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  transition-duration: 0.3s;
}


}
.btn-home i{
  margin-left: 15px;
  border-radius: 80px;
  width: 40px;
  height: 40px;
  
  color: #000000;
  font-size: 18px;
  background: var(--secondary);
  transform: rotate(320deg);
  transition-duration: 0.3s;
}

.btn-home-2{
 padding: 8px 8px 8px 28px;
  border-radius: 60px;
  background: #ffffff;
  color: #001717;
  font-size: 18px;
  
  margin: 0 200px;
  width: fit-content;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  transition-duration: 0.3s;
}
@media(max-width:768px){
  .btn-home-2{
 padding: 8px 8px 8px 28px;
  border-radius: 60px;
  background: #ffffff;
  color: #001717;
  font-size: 18px;
  
  margin: 0 142 px;
  width: fit-content;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  transition-duration: 0.3s;
}


}
.btn-home-2 i{
  margin-left: 15px;
  border-radius: 80px;
  width: 40px;
  height: 40px;
  color: #000000;
  font-size: 18px;
  background: var(--secondary);
  transform: rotate(320deg);
  transition-duration: 0.3s;
}


.main-home-content.medical-content .btn-home i{
  background: var(--primary);
}
.btn-home:hover{
  background: #00b3ff;
  color: #ffffff;
  transition-duration: 0.3s;
}
.btn-home:hover i{
  background: #fff;
  color: var(--secondary);
  transform: none;
  transition-duration: 0.3s;
}
.main-home-content.medical-content .btn-home:hover{
  background: #00b3ff;
  color: #fff;
  transition-duration: 0.3s;
}
.main-home-content.medical-content .btn-home:hover i{
  color: var(--primary);
  background: #fff;
  transform: none;
  transition-duration: 0.3s;
}




.main-home-content.medical-content .btn-home-2 i{
  background: var(--primary);
}
.btn-home-2:hover{
  background: #00b3ff;
  color: #ffffff;
  transition-duration: 0.3s;
}
.btn-home-2:hover i{
  background: #fff;
  color: var(--secondary);
  transform: none;
  transition-duration: 0.3s;
}
.main-home-content.medical-content .btn-home-2:hover{
  background: #00b3ff;
  color: #fff;
  transition-duration: 0.3s;
}
.main-home-content.medical-content .btn-home-2:hover i{
  color: var(--primary);
  background: #fff;
  transform: none;
  transition-duration: 0.3s;
}
