@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
  --color-11: #009284;
  --color-12: #001822;
  --color-13: #DEF0EF;	
  --font-primary: "Montserrat", sans-serif;
	
  --space-xs: 0.25rem;  /* 4px */
  --space-sm: 0.5rem;   /* 8px */
  --space-md: 1rem;     /* 16px */
  --space-lg: 1.5rem;   /* 24px */
  --space-xl: 2rem;     /* 32px */
  --space-xxl:3rem;     /* 32px */ 
  --space-3xl:6rem;     /* 32px */
 
  /*  Font Weights */
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
 
  /*  Border Radius */
  --radius-sm: 0.375rem; /* 6px */
  --radius-md: 0.75rem;  /* 12px */
  --radius-lg: 1.25rem;  /* 20px */
 
  /*  Line Heights */
  --lh-tight: 1.2;
  --lh-normal: 1.5;
  --lh-loose: 1.7;
}

.mt-xxl{ margin-top:var(--space-xxl);}
.mt-3xl{ margin-top:var(--space-3xl);}
.eye-health .container-fluid{
	padding: unset !important;
	margin-top:6rem;
}


.eye-health{
/*	border:1px solid white;*/
	padding-top:100px;
		background-color: var(--color-12);
    background-image: url("dots-01-green 1.png");
	background-repeat: repeat-y;
	background-size: cover;
	padding-inline: 5vw;
	font-family: var(--font-primary);
}

.eye-health .container-fluid{
/*	border:1px solid white;*/
	padding-left:0;  
	padding-right:0;
}



.eye-health .columns .card{
    border-radius:0;
	background-color: transparent;
	color:var(--color-13);
	position: relative;
}

.eye-health .columns:not(:last-child) .card::after{
  content: "";
  width: 0.5px;
  height: 100%;	
  background: rgba(255, 255, 255, 0.50);
  position: absolute;
  right: -13px;
  top:0;
}

.eye-health .columns .card h4{
    font-size: clamp(1rem, 1.75vw, 21px);
    margin-top:24px;
}
.eye-health .columns .card p{
	font-size: clamp(0.875rem, 1.5vw, 16px);
	line-height: 1.5;
    margin-top:26px;
	height: 189px;
/*	border:1px solid white;*/

}
.eye-health .columns .card a{
	text-decoration: none;
	color: var(--color-13);
    border-radius: 2px;
    border: 0.5px solid #C2E0DF;
	display: flex;
	height: 46px;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
	margin-top:30px;
	font-size: clamp(0.875rem, 1.5vw, 18px);
}
.eye-health .columns .card .download-icon
{
	width:24px;
	height:24px;
}

.eye-health .columns .card img{

  width:100%;;
  height: 315px;
  object-fit: cover;	
	
}

h2{
 font-size: clamp(1.35rem, 3vw, 42px);
 font-weight: 400;
 line-height: 1;
 color: var(--color-13);
}
h6.title {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    display: inline-grid;
}
h6.title.for_darkbg .overlays_title {
    background: var(--color-12);
}
h6.title .overlays_title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9;
}
h6.title.for_darkbg .txt {
    color: var(--color-13);
    background: rgba(255, 255, 255, 0.1);
}
h6.title .txt {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 6px 15px 6px 30px;
    border-radius: 100px;
    background: rgb(0 24 34 / 10%);
    position: relative;
    z-index: 3;
}

h6.title.for_darkbg .txt:before {
    background: var(--color-13);
}

h6.title .txt:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

@media (max-width:1366px){
	.eye-health .columns .card p {
    height: 245px;
}

	
}

@media (max-width:1280px){
		

		.eye-health .columns .card p {
    height: 285px;
}
}

@media (max-width:768px){
		

	
	.eye-health .columns .card p {
    height: 185px; }
	
	.eye-health	.main-row{
		gap:45px 0;
	}
	
	.eye-health .columns:not(:last-child) .card::after{
  background: transparent;
 
}	
	.eye-health .columns:nth-of-type(odd) .card::after{
  content: "";
  width: 0.5px;
  height: 100%;	
  background: rgba(255, 255, 255, 0.50);
  position: absolute;
  right: -13px;
  top:0;
}
}

@media (max-width:767px){
		.eye-health .columns:nth-of-type(odd) .card::after{
       background: transparent;}	
		.eye-health {
		padding:50px 10px 20px;
	}
}

@media (max-width:576px){
	
	.eye-health{padding-top:50px;}
	.eye-health .columns .card img {
		height: 460px;
	}

}


@media (max-width:400px){
	 .eye-health .columns .card img {
        height: 276px;
    }
}

