#main-content .section-con .container {
    padding-top: 58px;
    max-width: 1080px;
}

.section-1{
    position: relative;
    width: 100%;
    padding-top: 72px;
    /*height: calc(100vh - 230px);*/
    height: 680px;
    background-color: rgba(0, 0, 0, 0.18);
}

.section-1 .overlay-back{
	background-color: transparent;
    background-image: linear-gradient(180deg, #00030352 70%, #000303 86%);
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.section-1 .overlay-back1{
	position: absolute;
    top: 0;
    width: 100%;
    background-image: url(../images/landing-new/watching4.jpg);
    background-position: 0 -419px;
    background-size: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.section-con .container:before, footer .container::before{
	background-color: unset !important;
}

.section-1 .content-con{
	color: white;
	text-align: center;
}

.section-1 .content-con h1{
	font-size: 60px;
	color: white;
	letter-spacing: 1px;
}

.section-1 .content-con h1 span{
	background: #79C142;
    border-radius: 15px;
    padding: 0 10px;
}

.section-1 .content-con p{
	font-size: 20px;
	line-height: 28px;
}

.section-1 .content-con button{
	background-color: #79C142 !important;
    margin-top: 20px;
}

.section-3{
	position: relative;
    background-image: url(../images/landing-new/channels2-img.jpg);
    background-position: 0px -777px;
    background-size: 100%;
    margin-top: 50px;
}

.section-3 .overlay-back{
	background: rgb(21 33 17 / 65%);
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.section-3 h3{
	color: white;
    font-size: 33px;
    text-align: center;
    letter-spacing: 1px;
}

.section-3 p {
	margin-top: 10px;
    border-radius: 7px;
    padding: 7px;
    background: linear-gradient(to bottom right, rgb(76 137 30 / 80%), rgb(128 206 69 / 80%));
}

.section-3 .content-con button{
	background: rgba(0, 0, 0, 0.3) !important;
    font-size: 17px;
    margin-top: 35px;
    border-radius: 8px;
    border: 2px solid #79C142 !important;
    font-weight: bold;
    color: #efefef;
    padding: 10px 45px;
}

.section-3 .content-con button:hover{
	background: #79C142 !important;
    border: 2px solid #79C142 !important;
}

.section-5{
	position: relative;
    margin-top: 70px;
    background: #1a6f76;
    margin-bottom: -28px;
    padding-bottom: 70px;
}

.section-5 .overlay-back1{
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    background: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
    background-position: 0 -419px;
    background-size: 100%;
    height: 100%;
}

.section-con .section-title{
	color: #3b5e21;
    text-align: center;
    font-size: 35px;
    padding-bottom: 5px;
}

.section-con .section-title::after{
	content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #79C142;
    margin: 13px auto 0;
}

.section-con .section-title-sub{
    text-align: center;
    width: 80%;
	margin: auto;
}

.section-con .content-body .row {
    display: flex;
    flex-wrap: wrap; /* Ensure items wrap if screen size is small */
}

.section-con .content-body .row .yc-item-con{
    padding-top: 15px;
	padding-bottom: 15px;
}

.section-con .content-body{
	margin-top: 55px;
}

.section-con .content-body .yc-item{
	height: 100%;
	border: 1px solid #d8d8d8;
	padding: 13px;
	background: white;
}

.section-con .content-body .yc-item img{
	background: #79C142;
    width: 75px;
    border-radius: 20px;
    padding: 10px;
    display: table;
    margin: auto;
}

.section-con .content-body .yc-item:hover{
	border-color: #79C142;
	cursor: default;
}

.section-con .content-body .yc-item:hover h3{
	color: #79C142;
}

.section-con .content-body .yc-item h3{
	font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #3b5e21;
}

.section-con .content-body .yc-item p{
    text-align: center;
}

footer{
	padding-top: 0;
	margin-top: 0;
}

@media screen and (max-width: 991px) {
  .section-3 .content-con .col-md-6 {
    border-right: 0 !important;
  }
}

@media screen and (max-width: 844px) {
  .section-1 .content-con h1 {
    font-size: 45px;
  }
}