/*------------------------------------------------------------------

Project:  vaughan.eyeschildcare.com

Version:  1.1

Author:  Deepak Shinde

-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap');

/*[ General ] */

html {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #626262;
  background-color: #fff;
  min-height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins';
  margin-top: 0;
  font-weight: 500;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 0.875rem;
}

h6,
.h6 {
  font-size: 0.75rem;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

hr {
  border-top: 1px solid #d6d6d6;
}

dl,
ol,
ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}

input,
button,
a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

input,
input:focus,
button,
button:focus {
  outline: none;
}

input[type="file"] {
  height: auto;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  resize: vertical;
}

label.col-form-label {
  font-weight: 600;
  line-height: 1.2;
}

section {
  padding: 40px 0;
}

body::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #acacac;
}

img {
  height: auto;
  max-width: 100%;
}

p {
  color: #626262;
}


/*[ Brand Color ]*/

.text-black {
  color: #000!important;
}

.txtclr-1 {
  color: #c32031 !important;
}

.txtclr-2 {
  color: #259C4A !important;
}

.bgclr-1 {
  background-color: #c32031 !important;
}

.bgclr-2 {
  background-color: #259C4A !important;
}

.bg-gray {
  background-color: #f6f6f6!important;
}

.bg-black {
  background-color: #000 !important;
}


/*[ Button Classes ]*/

.btn {
  border-color: transparent;
  background-color: rgb(252, 136, 35);
  outline: none;
  border-radius: 0;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}

.btn-green {
  background-color: #00953B;
  color: #fff;
  border: 2px solid #00953B;
}

.btn-green:hover {
  background-color: #fff;
  color: #00953B;
  border: 2px solid #00953B;
}

.btn-orange {
  background-color: transparent;
  color: #F18A00;
  border: 2px solid #F18A00;
}

.btn-orange:hover {
  background-color: #F18A00;
  color: #fff;
}

.btn-red {
  background-color: #c32031;
  color: #fff;
  border: 2px solid #c32031;
}

.btn-red:hover {
  background-color: transparent;
  color: #c32031;
}


/*[ Helper Classes ]*/

.radius-0 {
  border-radius: 0 !important;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.form-control {
  border-color: #e3e3e3;
  box-shadow: none;
  font-size: 15px;
  height: 44px;
  border-radius: 0;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
  }
}

.heading-font {
  font-family: 'Oleo Script', cursive;
}


/*[ Header ]*/

.header {
  transition: all 0.5s;
  background-color: transparent;
  position: relative;
  min-height: 75px;
  position: fixed;
  z-index: 999;
  width: 100%;
}

.header.sticky-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  /*top:-75px;*/
  left: 0;
  right: 0;
  transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
  min-height: 75px;
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}

body.down .header.sticky-header {
  top: 0;
}

body.down {
  padding-top: 0;
}

#header .logo img {
  padding: 0;
  margin: 0;
  height: 70px;
  transition: all 0.5s;
}


/*#header.sticky-header .logo img {

  max-height: 60px;

  margin: 5px 0;

}*/

#header .logo .logo-color,
#header.sticky-header .logo .logo-white {
  display: none;
}

#header.sticky-header .logo .logo-color {
  display: block;
}

#header .bookbtn {
  display: none;
}

#header.sticky-header .bookbtn {
  display: block;
}


/*Hero Banner*/

#herobanner {
  width: 100%;
  height: 90vh;
  position: relative;
  /*background-color: #fed41e;*/
  overflow: hidden;
}

.bannerbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fixed {
  background-attachment: fixed;
}

.hero-text {
  width: 100%;
  margin-top: 15%;
}

.hero-text h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #c32031;
  z-index: 9;
  text-transform: none;
  font-family: 'Oleo Script', cursive;
  margin-bottom: 2rem;
}

.hero-text h2{
  font-size: 2.5rem;
  color: #259C4A;
  margin-bottom: 0;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.hero-text .btn {
  text-transform: uppercase;
}

#main {
  overflow: hidden;
}


/*Testimonials*/

.testimonials {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../img/home/testimonial-bg.jpg);
  background-attachment: fixed;
  padding: 0;
}

.testimonials .text {
  padding: 3rem 4rem;
  /*background-color: rgba(4, 82, 160, 0.90) !important;*/
  background-color: rgb(149 18 26 / 90%) !important;
  color: #fff;
}

.single-testimonial {
  display: flex;
  margin-bottom: 2rem;
  font-size: .9rem;
}

.single-testimonial .quote {
  /*width: 85%;*/
  width: 100%;
}

.single-testimonial .quote blockquote {
  margin-bottom: .5rem;
}

.single-testimonial .author {
  margin: 0px 4% 0px 0px;
  float: left;
  width: 15%;
  text-align: center;
}

.single-testimonial .author img {
  border-radius: 50%;
}


/*Summer Program Section*/

.summer-program-section {
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../img/home/eyesdaycare_bck.png);
  background-attachment: fixed;
}

.summer-program-section p {
  font-size: 22px;
  line-height: 1.4;
  color: #666666;
  font-weight: 300;
  text-transform: none;
}


/*.program-img .img-hover,

.program-img:hover .img{ 

  display: none; 

}

.program-img:hover .img-hover{ 

  display: block; 

}*/

.program-info .card {
  margin-bottom: 30px;
  padding: 2rem;
}

.program-info h2,
.program-info h4 {
  font-weight: 600;
}

.program-info ol {
  list-style: decimal;
  margin-left: 1rem;
  padding-left: 1rem;
}

.program-info ul {
  list-style: disc;
  margin-left: 1rem;
  padding-left: 1rem;
}

.booktext {
  margin: 2.5rem 0;
}

.booktext a {
  /*border: 2px solid #c32031;*/
  color: #fff;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-weight: 800;
}

.booktext a:hover {
  background-color: #c32031;
  color: #fff;
}


/*covid section*/

.activity-section {
  background-color: #E5F4EB;
  color: #c32031;
}

.activity-section p {
  color: #fff;
}

.single-activity {
  position: relative;
  margin-bottom: 1.5rem;
}

.single-activity .img {
  border: 5px solid #fff;
  margin-bottom: .8rem;
}

.single-activity .name h3 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}


/*contact*/

.contact-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../img/home/contactbg.jpg);
  background-attachment: fixed;
  position: relative;
}

.contact-section:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(101, 100, 96, 0.8);
  left: 0px;
  top: 0;
}

.contact-section .text h3,
.contact-section .text p {
  color: #fff;
}

.contact-section .text p {
  font-size: 16px;
}

.contact-section .text p a {
  color: #fff;
  text-decoration: underline;
}


/*phone section*/

.phone-section h2 a {
  border: 2px solid #c32031;
  color: #c32031;
  padding: 0.5rem 1rem;
  display: inline-block;
}

.phone-section h2 a:hover {
  background-color: #c32031;
  color: #fff;
}


/*[ Footer ]*/

.footer {
  background-color: #E5F4EB;
  padding: 40px 0;
}

.footer-logo img {
  max-height: 100px;
}


/*Copyright*/

.copyright-text p {
  margin: 0;
  font-size: .7rem;
}

.copyright-text .textlarge {
  font-size: .9rem;
  margin-bottom: .4rem;
}

.copyright-text a {
  color: #259C4A;
  text-decoration: underline;
}

.copyright-text a:hover {
  color: #c32031;
}


/*Social Icons*/

.social-icons {
  text-align: center;
}

.social-icons .iconify {
  font-size: 2rem;
}

.social-icons a {
  margin: 0 7px;
  color: #259C4A;
}

.social-icons a:hover {
  color: #c32031;
}

.openhouse-dates h3 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
}