/*
Theme Name: Cousin Brown
Template: Divi
Text Domain: Divi-child
version: 1.0.1

*/

#banner-bg-color {
    position: relative;
}
#banner-bg-color:after {
    background: rgb(0 0 0 / 62%);
    position: absolute;
    content: '';
    z-index: 2;
    inset: 0;
}
.et-fixed-header {
    background: #000 !important;
}
.main-banner-content {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
    z-index: 3;
    width: 90%;
}
.banner-content h1 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 64px;
    font-family: "Play", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.banner-btn {
    display: inline-block;
    padding: 8px 28px 10px;
    background: #ff5a5f;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 20px;
    transition: 0.3s;
    margin-top: 15px;
}
.play-iconlist-main {
    text-align: center;
    justify-content: center;
    display: flex;
}
.play-iconlist {
    position: relative;
    z-index: 99;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    display: flex;
    bottom: -10px;
}
.play-iconlist img {
    width: 85px;
    border-radius: 15px;
    padding: 0px 0;
    border: 1px solid #ddd;
    margin: 10px 0;
    transition: transform 0.5s ease;
}
.play-iconlist img:hover {
    transform: scale(1.2);
}
.play-iconlist ul {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 0;
    list-style: none;
}
.et_pb_row {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.dasha-section {
    background: #000000;
    padding: 60px 20px;
    text-align: center;
    color: #f5d27a;
}

.dasha-logo {
    font-size: 64px;
    font-style: italic;
    margin-bottom: 25px;
}

.dasha-subtitle {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #f5d27a;
    text-transform: capitalize;
}

.dasha-form{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    max-width:1100px;
    margin:0 auto;
}

.dasha-input {
    background-color: transparent !important;
    border: 2px solid #f5d27a !important;
    padding: 15px 20px !important;
    width: 250px;
    color: #f5d27a !important;
    font-size: 14px !important;
    outline: none !important;
    border-radius: 50px;
}

.dasha-input::placeholder{
    color:#f5d27a;
    text-transform:uppercase;
    font-weight:500;
}

.dasha-email{
    width:320px;
}
.dasha-btn input {
    background: transparent;
    border: none;
    padding: 10px 30px 12px 27px;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    color: #f5d27a;
}
.dasha-btn:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
    
}
.dasha-form p {
    display: flex;
    gap: 10px;
}
button.dasha-btn {
    height: 50px;
    background: transparent;
    border: 2px solid #f5d27a !important;
    max-width: 150px;
    border-radius: 50px;
}
button.dasha-btn:hover {
    height: 50px;
    background: transparent;
    border: 2px solid #f5d27a !important;
    max-width: 150px;
    border-radius: 50px;
}
.wpcf7-not-valid-tip {
    color: #ffffff;
}
.quince-top-menu{
    padding:18px 0;
}
.quince-top-menu ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    justify-content:center;
    gap:40px;
}
.quince-top-menu ul li{
    list-style:none;
}
.quince-top-menu ul li a {
    text-decoration: none !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
}
.quince-top-menu ul li a:hover{
    color:#ffffff;
}
.footer-widget {
    justify-content: center;
    text-align: center;
    display: flex;
    margin-bottom: 20px !important;
    padding: 0;
}
#footer-widgets {
    padding: 3% 0 0;
}
#footer-widgets .footer-widget li:before {
    display: none;
}
.inner-pagebartcaram h1 {
    text-align: center;
    padding: 70px 0px;
    font-size: 45px;
    font-weight: bold;
    color: #f5d27a;
}







/* Contact Section */
.contact-section {
    padding: 0px 0px;
    text-align: center;
    color: #fff;
}

.contact-container{
    max-width:1000px;
    margin:auto;
}

/* Heading */
.contact-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.contact-line {
    width: 60px;
    height: 3px;
    background: #f5d27a;
    margin: 10px auto 8px;
    border-radius: 5px;
}

.contact-text{
    font-size:15px;
    max-width:750px;
    margin:0 auto 10px;
    line-height:1.7;
    color:#fff;
} 

/* Form */
.contact-form{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
}
.contact-form p {
    display: contents;
}
.contact-form input,
.contact-form textarea{
    width:100%;
    padding:15px;
    border-radius:8px;
    border:none;
    outline:none;
    font-size:14px;
    background:#e6e6e6;
    color:#333;
}

.contact-form textarea{
    grid-column:1 / -1;
    min-height:140px;
    resize:none;
}

/* Button */
.contact-btn{
    margin-top:35px;
}

.contact-btn button input {
    background: transparent;
    color: #f5d27a;
    border: 2px solid #f5d27a;
    padding: 10px 45px;
    border-radius: 30px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-btn button input:hover {
    background: #f5d27a;
    color: #000;
    border: 2px solid #f5d27a;
}


.contact-btn button {
    background: transparent;
    border: 0;
}
iframe.seth {
    min-height: 633px;
    border-radius: 15px;
}
#mobile_menu {
	background: #000 !important;
}
#privacy-policy-sell {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px !important;
    border-radius: 15px;
}
#privacy-policy-sell h2 {
    font-weight: 600;
    font-size: 22px;
}
#privacy-policy-sell h3 {
    font-weight: 600;
    font-size: 18px;
}
#privacy-policy-sell ul {
    margin-left: 15px;
}
#privacy-policy-sell p {
    font-size: 16px;
}
.et-social-icon span {
    display: block;
}
.et-social-icons li {
    padding: 10px 10px;
    background: #fff;
    margin-right: 0px;
    line-height: 0;
    border-radius: 5px;
    transition: transform 0.5s ease;
    position: relative;
    top: -5px;
    margin-left: 8px;
}
.et-social-icons li:hover {
    transform: scale(1.2);
}
#phone-email-sell {
    border: 2px solid #fff;
    padding: 15px;
    border-radius: 15px;
    height: 100%;
    min-height: 235px;
}
#phone-email-sell img {
    width: 88px;
}
#phone-email-sell h3 {
    line-height: 25px;
}
.et_pb_main_blurb_image {
    margin-bottom: 15px;
    line-height: 0;
}
.mobile_menu_bar:before {
    color: #f8d47b;
}
.et_mobile_menu {
    border-top: 3px solid #f8d47b;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 15px;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 14px;
    background: #e6e6e6;
    color: #333;
    resize: none;
    margin-top: 25px;
    width: 100%;
}
.wpcf7-response-output {
    color: #fff;
}
div#wpcf7-f188-p18-o2 .wpcf7-response-output {
    color: #000;
}
div#wpcf7-f188-p265-o2 .wpcf7-response-output {
    color: #000;
}
#footer-info {
    float: left;
    padding-bottom: 10px;
    color: #666;
    text-align: left;
    position: relative;
    top: 10px;
    text-transform: capitalize;
}
#footer-info a {
    color: #f5d27a !important;
}
.ai-scroll-wrap {
    height: 400px !important;
}
div#home-page-contact {
    background: #000;
    padding: 15px;
    border-radius: 15px;
}

.home-content-selw h1 {
    margin-bottom: 0px;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #000000;
}
.home-content-selw p {
    font-size: 25px;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #848484;
}
.home-content-selw ul li {
    list-style: none;
    margin-bottom: 10px;
}

.home-content-selw ul li a {
    font-size: 28px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: 0px;
    word-spacing: 0px;
	color: #000;
}
.home-content-selw ul li span {
    position: relative;
    top: 8px;
}
.home-content-selw ul {
    margin-top: 15px;
}
div#footer-logo-contcant img {
    max-width: 420px;
}
div#footer-logo-contcant {
    margin-bottom: 0;
}
.contact-btn {
    margin-top: 6px;
    position: relative;
    left: 37px;
}
div#product-list-team {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
#product-list-team img {
    padding-bottom: 10px;
}
.home .current-menu-item>a {
    color: #fff !important;
}

.home .et-fixed-header #top-menu li.current-menu-item>a {
color: #fff !important;

}






/* Responsive */

@media(max-width:1024px){
	.contact-form{
        grid-template-columns:1fr;
    }
    .dasha-form{
        flex-direction:column;
        align-items:center;
    }
.dasha-input, .dasha-email, .dasha-btn {
	width: 100%;
	max-width: 400px;
	margin-bottom: 15px !important;
}
	.main-banner-content {
	position: relative;
	width: 100%;
	height: 50vh;
	overflow: hidden;
}
.dasha-logo {
	font-size: 46px;
	font-style: italic;
	margin-bottom: 18px;
}
.dasha-form p {
	display: block;
	gap: 10px;
}
.quince-top-menu ul {
    display: flex;
}
.dasha-section {
	padding: 40px 20px 0;
}
.play-iconlist ul {
    gap: 25px;
}
.footer-widget:nth-child(n) {
    width: 100%!important;
    margin: 0;
}
.et-social-icons {
    float: none;
    text-align: center;
}
#footer-info {
    float: none;
    text-align: center;
}	
}

@media(max-width:820px){
	.contact-form{
        grid-template-columns:1fr;
    }
    .dasha-form{
        flex-direction:column;
        align-items:center;
    }
.dasha-input, .dasha-email, .dasha-btn {
	width: 100%;
	max-width: 400px;
	margin-bottom: 15px !important;
}
	.main-banner-content {
	position: relative;
	width: 100%;
	height: 50vh;
	overflow: hidden;
}
.dasha-logo {
	font-size: 46px;
	font-style: italic;
	margin-bottom: 18px;
}
.dasha-form p {
	display: block;
	gap: 10px;
}
.quince-top-menu ul {
    display: flex;
}
.dasha-section {
	padding: 40px 20px 0;
}
.play-iconlist ul {
    gap: 25px;
}
.quince-top-menu ul li a {
   font-size: 14px;
}
.contact-btn button {
    text-align: center;
    justify-content: center;
    display: inline-grid;
}
	
}

@media(max-width:768px){
	.contact-form{
        grid-template-columns:1fr;
    }
    .dasha-form{
        flex-direction:column;
        align-items:center;
    }
.dasha-input, .dasha-email, .dasha-btn {
	width: 100%;
	max-width: 400px;
	margin-bottom: 15px !important;
}
	.main-banner-content {
	position: relative;
	width: 100%;
	height: 50vh;
	overflow: hidden;
}
.dasha-logo {
	font-size: 46px;
	font-style: italic;
	margin-bottom: 18px;
}
.dasha-form p {
	display: block;
	gap: 10px;
}
.quince-top-menu ul {
	display: block;
}
.dasha-section {
	padding: 40px 20px 0;
}
.play-iconlist ul {
    gap: 25px;
}
.contact-btn button {
    text-align: center;
    justify-content: center;
    display: inline-grid;
}
	
	
}

@media(max-width:600px){
	.contact-form{
        grid-template-columns:1fr;
    }
    .dasha-form{
        flex-direction:column;
        align-items:center;
    }
.dasha-input, .dasha-email, .dasha-btn {
	width: 100%;
	max-width: 400px;
	margin-bottom: 15px !important;
}
	.main-banner-content {
	position: relative;
	width: 100%;
	height: 50vh;
	overflow: hidden;
}
.dasha-logo {
	font-size: 46px;
	font-style: italic;
	margin-bottom: 18px;
}
.dasha-form p {
	display: block;
	gap: 10px;
}
.quince-top-menu ul {
	display: block;
}
.dasha-section {
	padding: 40px 20px 0;
}
.play-iconlist ul {
    gap: 25px;
}
#banner-bg-color {
    min-height: auto;
    width: 100%;
    padding-bottom: 25px;
}
.play-iconlist {
    bottom: 0;
    left: -5px;
    margin: 15px;
}
.play-iconlist img {
    border-radius: 5px;
} 
div#footer-logo-contcant img {
    max-width: 100%;
}
.home-content-selw h1 {
    font-size: 60px;
}
.home-content-selw p {
    font-size: 18px;
}
.home-content-selw ul li a {
    font-size: 20px;
}
.banner-content h1 {
    font-size: 40px;
}
.contact-btn {
    left: 0;
}


	
}

@media (max-width: 479px) {
  #footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {
    margin-bottom: 0 !important;
  }
}



