@charset "utf-8";

/* CSS Document */

@media (min-width: 768px) {
.pc-hidden {
    display: none;
}
.more-btn {
    background-color: #111e6c; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    cursor: pointer;
}
.inquiry-btn {
    background-color: #1fa84c;
    color: white;
    padding: 10px 80px;
    border: 1px solid #1fa84c;
}
.inquiry-btn:hover {
    background-color: white;
    color: #1fa84c;
}
.learn-btn {
    background-color: white;
    color: #253c4a;
    padding: 6px 22px;
    border: 1px solid #253c4a;
}
.learn-btn:hover {
    background-color: #253c4a;
    color: white;
}
.slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}
/* Slide images */
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}
/* Each slide */
.slide {
    width: 100%;
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2em;
}
/* Sample background colors for each slide */
.slide1 {
    background-image: url("../img/banners/001.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    min-height: 550px;
    background-size: 100% 100%;
}
.slide2 {
    background-image: url("../img/banners/002.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    min-height: 550px;
    background-size: 100% 100%;
}
.slide3 {
    background-image: url("../img/banners/003.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    min-height: 550px;
    background-size: 100% 100%;
}
.slide4 {
    background-image: url("../img/banners/004.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    min-height: 550px;
    background-size: 100% 100%;
}
/* Navigation dots */
.dots {
    text-align: center;
    position: absolute;
    bottom: 40px;
    width: 100%;
}
.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
}
.dot.active {
    background-color: #217c40;
}
.cat {
    background-color: #eaeaea;
    height: 550px;
    padding-top: 50px;
}
.cat:hover {
    background-color: #DBDBDB;
}
.slider-area h2 {
    text-align: center;
    font-family: impact;
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 30px 0;
    color: #fff;
}
.wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.item {
    animation: animate 30s alternate linear infinite;
    margin: 0 30px;
}
.container:hover .item {
    animation-play-state: paused;
}
@keyframes animate {
 0% {
 transform: translate3d(0, 0, 0);
}
 100% {
 transform: translate3d(-1100px, 0, 0);
}
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.columns {
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
}
.columns img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}
.gallery-images {
}
}

@media (max-width: 767px) {
.mobile-hidden {
    display: none;
}
	.hero {
	background-image: url("../images/hero-banner-mob.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    min-height: 557px;
    background-size: 100% 100%;
    /*background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: white;
    padding: 150px 0 100px;
    text-align: center;*/
}
.more-btn {
    background-color: #111e6c; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    cursor: pointer;
}
.inquiry-btn {
    background-color: #1fa84c;
    color: white;
    padding: 10px 80px;
    border: 1px solid #1fa84c;
}
.inquiry-btn:hover {
    background-color: white;
    color: #1fa84c;
}
.learn-btn {
    background-color: white;
    color: #253c4a;
    padding: 6px 22px;
    border: 1px solid #253c4a;
}
.learn-btn:hover {
    background-color: #253c4a;
    color: white;
}
.slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}
/* Slide images */
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}
/* Each slide */
.slide {
    width: 100%;
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2em;
}
.slide1 {
    background-image: url("../img/banners/001-mob.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    min-height: 557px;
    background-size: 100% 100%;
}
.slide2 {
    background-image: url("../img/banners/002-mob.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    min-height: 557px;
    background-size: 100% 100%;
}
.slide3 {
    background-image: url("../img/banners/003-mob.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    min-height: 557px;
    background-size: 100% 100%;
}
.slide4 {
    background-image: url("../img/banners/004-mob.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    min-height: 557px;
    background-size: 100% 100%;
}
/* Navigation dots */
.dots {
    text-align: center;
    position: absolute;
    bottom: 80px;
    width: 100%;
}
.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
}
.dot.active {
    background-color: #217c40;
}
.cat {
    background-color: #eaeaea;
    height: 550px;
    padding-top: 50px;
}
.cat:hover {
    background-color: #DBDBDB;
}
.slider-area h2 {
    font-size: 30px;
}
.wrapper {
    width: 95%;
    border-radius: 0;
    padding: 0;
}
.columns {
    flex: 100%;
    max-width: 100%;
}
.gallery-images {
    width: 100%;
    margin: 10px 0;
}
}
