@layer reset {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  body {
    margin: 0;
  }
}

@layer base {
main {
    height: 100vh;
    overflow: scroll;
    scroll-snap-type: y mandatory;
    overflow-x: hidden;
}

 main > section {
    height: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}
#last{
  height: auto;
}

@layer theme {
  :root {
    --c-fg: black;
    --c-bg: snow;
    --c-primary: royalblue;
    --c-neutral: lavender;
    --c-notice: orange;
    --c-lines: var(--c-primary);
    --c-shadows: var(--c-neutral);
    --slide-width: 65ch;
    --slide-motion: 100ms ease;

    font-family: sans-serif;
    background-color: var(--c-bg);
    color: var(--c-fg);
  }

  ::selection {
    background-color: var(--c-primary);
    color: var(--c-bg);
  }

  main {
    font-size: clamp(1rem, 4vw, 1.25rem);
    padding: 0;
  }

#intro {
    background-color: #4d2536;
    transform: translateY(0);
    z-index: 4;
    background: url(../images/Alameda2-2.webp);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	position:relative;
}

.home-slide-section {
    margin-inline: auto;
    padding-block: 0rem;
    overflow: hidden;
    height: 100vh;
}

}


/*=== New css ===*/
ul.main-menu li a.nav-link {
	color: #fff;
}
section#section-two {
	background: #102F52;
}
.titles h1 {
	color: #fff !important;
}
.mouse-cursor-gradient-tracking .titles h4 {
	font-size: 36px;
	color: #fff !important;
}
.mouse-cursor-gradient-tracking .titles h1 {
	font-size: 80px;
	margin: 0 !important;
	padding: 0;
}

.view-btn:hover{color:#182A4C;}
.badges-div {
    text-align: center;
    padding: 40px 0;
    background: #f8f8f8;
}
.badges-div ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.badges-div ul li {
    margin: 0 50px;
}
.badges-div ul li img {
    max-width: 100px;
}
.titles {
    margin: 100px 0 0;
    padding: 0 !important;
}
.contact_form_div {
    background: #fff;
}
.bg-color-only .contact_form_div .contact-info.text-black p {
    color: #000;
}
p.gform_required_legend {
    color: #ee1010;
    font-size: 14px;
}

.bg-color-only footer {
    margin-top: 0;
}

.footer-bg {
  background: url(../images/bg-footer.png);
  height: 244px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider-bullets {
    opacity: 1;
    height: 95px;
    width: 15px;
    transform: translate(16px, -47px);
    top: 50%;
    left: 0px;
    position: absolute;
    z-index: 1000;
}
  .inner-bullet .inner-bullet-span{
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}
  .inner-bullet{
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	background: transparent;
	width: 15px;
	height: 15px;
	position:absolute;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
  }
  .inner-bullet.selected .inner-bullet-span{
      transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: rgba(255, 255, 255, 1);
  }
    .inner-bullet.selected {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    border: none;
    border-radius: 50%;
    background: transparent;
	}
section#section-two {
    background: url(../images/offering_section_img.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.section_two_overlay {
    float: left;
    width: 100%;
   /* background: rgba(0, 0, 0, 0.6); */
    text-align: center;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding-top: 6px;
    height: 100%;
    align-content: flex-start;
}
.section_two_overlay .row.home-sec1 {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.section_two_overlay .row.home-sec1 h2.michroma-regular {
    float: left;
    width: 100%;
    text-align: center !important;
    padding: 0 0 24px;
}
.section_two_overlay p {
    color: #fff;
    font-size: 22px !important;
    line-height: 40px !important;
    color: #fff;
    text-align: center;
    padding-bottom: 7px !important;
}
.section_two_overlay p.pb-3 {
    font-size: 18px !important;
    line-height: 23px !important;
}
.section_two_overlay p.pb-1 {
    font-weight: 800 !important;
    padding-bottom: 3px !important;
}
.section_two_overlay p.pb-3 {
    font-size: 18px !important;
    line-height: 23px !important;
    padding-bottom: 12px !important;
}
@media only screen and (max-width:1440px){
  .section_two_overlay p.pb-3 {
    font-size: 18px !important;
    line-height: 21px !important;
    padding-bottom: 4px !important;
  }
  .section_two_overlay p.pb-1 {
    font-weight: 800;
    padding-bottom: 0px !important;
    padding-top: 12px;
  }
.section_two_overlay .row.home-sec1 {
    max-width: 90%;
    margin: 0 auto;
}	
    .section_two_overlay a .view-btn {
        /*width: 200px; margin: 40px 0 0;*/
		width:auto;
        padding: 8.48px 45.551px !important;
        margin: 20px 0 0; white-space:nowrap; 
    }
	  .section_two_overlay p.pb-1 {
    font-weight: 800;
    padding-bottom: 0px !important;
    padding-top: 8px;
  }
}
@media only screen and (max-width:1439px){
	
}
@media only screen and (max-width:1200px){
	
	.section_two_overlay .row.home-sec1 {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
}

	
	@media only screen and (max-width:1023px){
		.mouse-cursor-gradient-tracking .titles h1 {
    font-size: 66px;
}
.section_two_overlay .row.home-sec1 {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.section_two_overlay p.pb-3 {
  font-size: 17px !important;
  line-height: 21px !important;
  padding-bottom: 12px !important;
}
.section_two_overlay p.pb-1 {
  font-weight: 800;
  padding-bottom: 5px !important;
  padding-top: 4px;
}
	}
		@media only screen and (max-width:768px){
		.mouse-cursor-gradient-tracking .titles h1 {
    font-size: 48px;
}
.mouse-cursor-gradient-tracking .titles h4 {
    font-size: 29px;
    color: #fff !important;
}

	}
	
	@media only screen and (max-width:480px){
		.mouse-cursor-gradient-tracking .titles h1 {
			font-size: 52px;
		}
		.mouse-cursor-gradient-tracking .titles h4 {
			font-size: 24px;
			color: #fff !important;
		}
		.section_two_overlay {
			padding-top: 0px;
		}
.section_two_overlay p {
  font-size: 17px !important;
  line-height: 15px !important;
}
.section_two_overlay p.pb-3 {
  font-size: 14px !important;
  line-height: 16px !important;
  padding-bottom: 8px !important;
}
.section_two_overlay .row.home-sec1 h2.michroma-regular {
  float: left;
  width: 100%;
  text-align: center !important;
  padding: 0 0 1px;
}

	}