/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 09 2024 | 02:53:19 */
/* section1 */
.section1bg{
	width: 100%;
    min-height: 600px;
    position: relative;
    background-image: url(https://www.optoma.com/wp-content/uploads/2024/07/Landingpagebanner_m.jpg);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(min-width: 991px) {
	.section1bg{
		background-image: url(https://www.optoma.com/wp-content/uploads/2024/08/landing_banner_with_football.jpg);
	}
}
.section1bg .article {
	position: absolute;
	top: 6vh;
	padding: 0 14vw;
	z-index: 2;
	text-shadow: 2px 1px 4px #1b1d1da8;
}
.section1bg .article .articleText {
	color: white;
    font-size: 20px !important;
	font-weight: 400;
}
.section1Cover{
	width: 100%;
	min-height: 600px;
	position: absolute;
	z-index: 1;
	background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 100%);
}


/* section2 */
.section2{
	width: 100%;
	height: auto;
	background-color: #ffffff;
}

.section2 .title {
	width: 100%;
	margin: 0 auto;
	padding: 8% 0 5% 0;
}

.section2 .discovermore {
  	padding: 5% 0;
	margin: 0 auto;
}

.section2 .discovermore ul {
	justify-content: space-between !important;
}

.section2 .discovermore ul::after {
	content: "";
	flex: auto;
  }

.section2 .discovermore .dmbtn {
    padding: 0.5%;
    flex-basis: 100% !important;
}


@media(min-width: 414px) {
    .section2 .discovermore .dmbtn {
		flex-basis: 50% !important;
    }   
}

@media(min-width: 760px) {
    .section2 .discovermore .dmbtn {
		flex-basis: 33% !important;
    }   
}

@media(min-width: 991px) {
    .section2 .discovermore .dmbtn {
		flex-basis: 25% !important;
    }   
}

@media(min-width: 1245px) {
    .section2 .discovermore .dmbtn {
        flex-basis: 20% !important;
    }
}


.section2 .discovermore a, 
.section2 .discovermore a p
{
  text-decoration: none!important;
}
.section2 .discovermore a {
	display: block;
}
.section2 .discovermore .dmbtn .img {
	background-color: #5b6770;
	background-size: 100%;
	/*漸變*/
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.section2 .discovermore .dmbtn:hover .img {
	background-size: 110%;
	opacity: 0.9;
}
.section2 .discovermore .img{
	width: 100%;
	min-height: 150px;
	background-color: #5b6770;
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 10px;
}
.section2 .discovermore .img01 {
	background-image: url("https://www.optoma.com/wp-content/uploads/2024/07/home.jpg");
}
.section2 .discovermore .img02 {
	background-image: url("https://www.optoma.com/wp-content/uploads/2024/07/gaming.jpg");
}
.section2 .discovermore .img03 {
	background-image: url("https://www.optoma.com/wp-content/uploads/2024/07/sports.jpg");
}
.section2 .discovermore .img04 {
	background-image: url("https://www.optoma.com/wp-content/uploads/2024/07/Golf.jpg");
}
.section2 .discovermore .img05 {
	background-image: url("https://www.optoma.com/wp-content/uploads/2024/07/Outdoors.jpg");
}
.section2 .discovermore .text {
	width:100%;
	height:auto;
	min-height: 190px;
	background-color: #ffffff;
	padding: 5%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}



