@font-face {
    font-family: "EuroRoman";
    src: url('https://www.selfcenteredadventure.com/wp-content/themes/twentytwentyone-child/custom-template/assets/fonts/EuroRoman.ttf?ver=6.2') format("truetype");
}

.forms-temp {
    background-image: linear-gradient(100deg, rgb(192, 150, 105) 0%, rgb(98, 58, 21) 100%);
    padding: 50px;
   
}

button#wpforms-submit-301 {
       border-radius: 12px;
    border-color: white;
    height: 50px;
    width: 100%;
    color: #6B431D;
    background-color: #d7d7d7;
    font-size: 16px;
    font-weight: 400;
    max-width: 120px;
}div#wpforms-301 {
    z-index: 99999;
    position: relative;
}
.forms-temp::after {
    content: '';
    background-image: url('http://localhost/selfcenteredadventure/wp-content/uploads/2023/05/hourseee.png');
	z-index:0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 21px;
    background-size: 16%;
    max-width: 1078px;
    right: 112px;
    background-position: bottom right;
    max-height: 431px;
}
.forms-temp div#wpforms-301 {
      max-width: 600px;
    margin: auto;
    text-align: center;
    width: 100%;
}

form#wpforms-form-301 input:focus {
    outline: none;
    box-shadow: none;
}
.lms-course {
    background-color: #C5B097;
    padding: 100px 0px;
	position:relative;
}
form#wpforms-form-301 input {
    background: transparent;
    border: 1px solid #EFECEC;
    border-radius: 12px;
    color: white;
    height: 50px;
    display: flex;
    margin: auto;
    gap: 3%;
    opacity: 0.8;
    padding-left: 10px;
}
.lp-course-item {
    width: 100%;
}
.lp-courses-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: min(1089px, 90%);
    margin: auto;
    gap: 30px;
	z-index:999;
	position:relative;
}
section.header {
    z-index: 99999;
    position: relative;
}
p.lp-course-price {
    color: rgb(96, 56, 19);
    font-family: "EuroRoman";
    font-size: 24px;
}
.lp-courses-list h2 {
    color: #6B431D;
    font-size: 26px;
}
.lms-course img {
    max-height: 280px;
    object-fit: cover;
    border-radius: 20px;
    height: 100%;
    display: block;
    min-height: 280px;
}

.lp-course-item {
    text-align: right;
    background-color: #E6D0B0;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    width: 100%;
}
.lp-course-item {
    padding-bottom: 35px;
}
.lms-course img {
    margin-bottom: 25px;
}


.lms-course::after {
    content: '';
    background-image: url('http://localhost/selfcenteredadventure/wp-content/uploads/2023/05/hourseee.png');
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    bottom: 23px;
    background-size: 16%;
    max-width: 1078px;
    right: 121px;
    background-position: bottom right;
    max-height: 431px;
    z-index: 0;
}

@media only screen and (min-width : 767px) and (max-width : 1024px) {

.lp-courses-list {
    grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width : 767px) {
	.forms-temp::after {
    right: 0;
}

.lms-course {
    padding: 70px 0px;

}
.lms-course::after {
    background-size: 28%;
}
.forms-temp::after {
    top: 21px;
    background-size: 25%;
    max-width: 1078px;
  
}
.lp-courses-list {
    grid-template-columns: 1fr;
	}
}