@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Orelega+One&display=swap');
body { margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; }
* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
p, ul { margin: 0; padding: 0; }
li { list-style: none; }
a { text-decoration: none; }
a:hover { color: #ff794b; }
.container { max-width: 1251px; width: 100%; margin: 0 auto; }
.header-top { background: #0d0805; width: 100%; position: absolute; top: 0; padding: 15px; z-index:2; }
.header-top h1 { color: #fff; font-size: 37px; font-weight: 400; line-height: 37px; float: left; width: 70%; font-family: 'Orelega One', cursive; letter-spacing: 1px; }
.header-top .social-icon { float: right; width: 30%; text-align: right; }
.header-top .social-icon ul { margin: 0; padding: 0; }
.header-top .social-icon ul li { display: inline-block; margin-left: 3px; margin-top: 5px; vertical-align: middle; }
.header-top .social-icon ul li a { display: block; letter-spacing: 1px; }
#myVideo { position: fixed; right: 0; bottom: 0; z-index: -1; min-width: 100%; min-height: 100%; }
video {
    position: absolute;
    width: 100%;
    bottom: 60px;
    z-index: 1;
}
.banner { width: 100%; height: 100vh; position: relative; float: left; overflow: hidden; }
.banner h1.main { font-size: 80px; text-transform: uppercase; font-weight: 800; color: #fff; position: absolute; bottom: 150px; }
.menu { background: #0d0805; width: 100%; padding: 20px 15px; position: absolute; bottom: 0; z-index:2; }
.menu ul { text-align: center; display: flex; flex-direction: row; align-content: center; justify-content: space-between; }
.menu ul li { display: inline-block; }
.menu ul li a { font-size: 25px; text-transform: uppercase; color: #fff; font-weight: 700; }
.menu ul li a:hover, .menu ul li a.active { color: #ff794b; }
.content { background: #fff; width: 100%; float: left; padding:30px 15px 60px; }
.content .left-area { width: 55%; float: left; padding-right: 70px; }
.content .right-area { width: 45%; float: left; }
.content .right-area img { border: solid 8px #fff1e1; }
.content .left-area h1 { font-size: 60px; font-weight: 700; margin-bottom: 40px; }
.content .left-area h1 span { color: #6e2626; font-size: 50px; }
.content .left-area p { font-size: 28px; font-weight: 600; line-height: 40px; margin-bottom: 30px; }
.content .left-area h4 { font-size: 30px; font-weight: 700; line-height: 40px; color: #6e2626; margin-bottom: 30px; }
.content .left-area p a { color: #6e2626; font-weight: 700; }
.contact-us-area { background: #fff; width: 100%; float: left; padding-bottom: 30px; }
.contact-us-area .yellow-area { background: url(../images/contactbg.png) center center no-repeat #edb456; padding: 25px; float: left; width: 100%; }
.contact-us-area .yellow-area .icon { float: left; margin-right: 20px; margin-top: 10px; }
.contact-us-area .yellow-area h3 { font-size: 30px; text-transform: uppercase; font-weight: 800; margin-bottom: 10px; }
.contact-us-area .yellow-area p { font-size: 25px; line-height: 30px; font-weight: 500; padding-left: 113px; }
.footer { width: 100%; float: left; text-align: center; background: #222222; padding: 15px; }
.footer h3 { font-size: 35px; color: #fff; font-family: 'Orelega One', cursive; font-weight: 400; }
.footer .f-menu { width: 100%; float: left; padding: 10px 0; border-top: solid 1px #4e4e4e; border-bottom: solid 1px #4e4e4e; margin-top: 10px; margin-bottom: 10px; }
.footer .f-menu ul li { display: inline-block; margin: 0 20px; }
.footer .f-menu ul li a { font-size: 22px; color: #fff; text-transform: uppercase; font-weight: 700; }
.footer .f-menu ul li a:hover { color: #ff794b; }
.footer p { font-size: 18px; color: #fff; }
.sale-horse-area > h1 { text-align: center; font-size: 55px; color: #67311b; font-weight: 800; margin-bottom: 60px; }
.sale-horse-area .horse-listing .horse .horse-info { padding: 30px; float: left; width: 100%; }
.sale-horse-area .horse-listing .horse .horse-info h3 { font-size: 26px; font-weight: 700; }
.sale-horse-area .horse-listing .horse .horse-info h1 { font-size: 35px; font-weight: 700; color: #76331a; margin-bottom: 15px; }
.sale-horse-area .horse-listing .horse .horse-info ul { padding-left: 30px; }
.sale-horse-area .horse-listing .horse .horse-info h4, .sale-horse-area .horse-listing .horse .horse-info p, .sale-horse-area .horse-listing .horse .horse-info ul li { font-size: 18px; font-family: 'Montserrat', sans-serif; margin-bottom: 5px; font-weight: 400; line-height: 25px; }
.sale-horse-area .horse-listing .horse .horse-info h4 { font-weight: 700; }
.sale-horse-area .horse-listing .horse .horse-info ul li { list-style: disclosure-closed; margin-top: 10px; font-size: 17px; }
.sale-horse-area .horse-listing .horse { width: 49%; margin-bottom: 25px; background: #f8f8f8; border: solid 1px #c5c5c5; }
.sale-horse-area .horse-listing { display: flex; flex-wrap: wrap; justify-content: space-between; }
.sale-horse-area .horse-listing .horse .slider-images img { width: 100%; }
.sale-horse-area .horse-listing .horse .slider-images .slider { width: 100%; overflow: hidden; position: relative; float: left; }
.sale-horse-area .horse-listing .horse .slider-images .slide { display: none; }
.sale-horse-area .horse-listing .horse .slider-images img { width: 100%; height: auto; }
.sale-horse-area .horse-listing .horse .slider-images .slider button { background: #fff; border: none; padding: 8px; border-radius: 50%; width: 30px; height: 30px; position: absolute; font-size: 18px; top: 50%; font-weight: 600; line-height: 16px; z-index: 1; left: 20px; cursor: pointer; font-family: 'Montserrat', sans-serif; }
.sale-horse-area .horse-listing .horse .slider-images .slider button#nextBtn { left: inherit; right: 20px; }
.menu-icon { float: right; display: none; cursor: pointer; }
.menu-icon img { max-width: 29px; }
 @media screen and (max-width:1200px) {
.banner { height: 90vh; }
.header-top h1 { font-size: 25px; }
.banner h1.main { left: 20px; right: 20px; font-size: 50px; bottom: 100px; }
#myVideo { height: 100vh; }
.menu ul li a { font-size: 16px; }
.menu { padding: 20px 30px; }
.content .left-area h1 { font-size: 40px; }
.content .right-area .images img { max-width: 100%; }
.content .left-area p, .content .left-area h4 { font-size: 22px; margin-bottom: 20px; line-height: 30px; }
.contact-us-area .yellow-area p { font-size: 20px; }
.footer .f-menu ul li a { font-size: 15px; }
.footer h3 { font-size: 25px; }
.footer p { font-size: 14px; width: 100%; float: left; }
}
@media screen and (max-width:1000px) {
.social-icon { display: none; }
.menu-icon { display: block; }
.menu { display: none; padding: 20px; }
.menu.highlight { display: block; }
.header-top h1 { font-size: 15px; line-height: 29px; width: 80%; }
.banner { height: auto; }
#myVideo { position: static; height: auto; }
.content { padding: 50px 15px 30px; }
.content .left-area { width: 100%; padding-right: 0; }
.content .right-area { width: 100%; }
.content .left-area h1 { font-size: 30px; margin-bottom: 20px; }
.content .left-area h1 span { font-size: 30px; }
.contact-us-area .yellow-area { text-align: center; }
.contact-us-area .yellow-area .icon { margin-right: 0px; margin-bottom: 20px; width: 100%; text-align: center; }
.contact-us-area .yellow-area p { font-size: 17px; line-height: 25px; padding-left: 0px; }
.contact-us-area { padding-bottom: 0; }
.header-top h1 { font-size: 15px; line-height: 29px; }
.header-top .social-icon ul li a img { width: 22px; }
.banner h1.main { font-size: 20px; bottom: 40px; }
.footer h3 { font-size: 18px; }
.content .left-area p, .content .left-area h4 { font-size: 18px; margin-bottom: 20px; line-height: 25px; }
.menu { position: absolute; top: 46px; left: 0; height: 50vh; }
.menu ul { display: block; }
.menu ul li { width: 100%; float: left; text-align: left; margin-bottom: 17px; }
.footer .f-menu ul li { display: inline-block; margin: 10px; }
.header-top { position: static; float: left; }
.sale-horse-area > h1 {
	font-size: 35px;
	margin-bottom: 20px;
}

}
@media screen and (max-width:767px) {
	.sale-horse-area .horse-listing .horse {
	width: 100%;
}
}
