:root
{
    --primary-color:#e09749; /*color of heading box BG*/
    --button-color2:#d05140; /*Color of the buttons on page */
    --hover-color:#f3ab3e; /*Color of Hover Button*/
    --link-color:#d05140; /*Color of Links*/
}

.embedded-container
{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.embedded-video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
    display: flex;
    flex-direction: row;
}


/* CHANGE BUSINESS BACKGROUND IMAGE HERE*/
#left-container
{
    background-image:url(/files/images/product-discovery/bitchintees/1.jpeg);
    background-size:cover;
    background-repeat:no-repeat;
	background-position:bottom;
}

/*CHANGE MAIN HEADING STYLING HERE*/
.main-heading
{
    font-family:"League Spartan", sans-serif;
    color:#ffffff;
    font-size:39px;
    line-height:50px;
}

.main-heading-box
{
    background-color:var(--primary-color);
    border-radius:12px;
    width:fit-content;
    margin-left:-5rem;
    padding:0px 10px;
}

/*CHANGE SUBHEADING STYLING HERE*/
	h1{
    font-family:"League Spartan", sans-serif;
    }
	h2{
    font-family:"League Spartan", sans-serif;
    }
	h3{
    font-family:"League Spartan", sans-serif;
    }

.draw-date
{
    margin-left:auto;
    margin-right:auto;
    display:flex;
    text-align:center;
    justify-content:center;
    margin-top:1rem;
    font-size:2rem;
    text-transform:uppercase;
    font-family:"League Spartan",sans-serif !important;
}

/*CHANGE BUTTON STYLING HERE*/
.btn-primary
{
    background-color:var(--button-color2) !important;
    color:#ffffff !important;
    width:fit-content;
    min-width:30%;
    margin-bottom:0px;
    border:0px;
    justify-content:center;
    border-radius:12px;
    font-size:1.5rem;
    padding:6px 25px;
    display:flex;
    align-items:center;
    font-weight:400 !important;
    text-transform: Capitalize;
}

.btn-primary:hover
{
    background-color:var(--hover-color) !important;
}

.view-prod-btn
{
    background-color:var(--button-color2);
    padding:6px 19px;
    font-size:1.5rem;
    color:#ffffff;
    width:fit-content;
    border-radius:12px;
    margin-left:auto;
    margin-right:auto;
    font-family:"League Spartan",sans-serif;
    font-weight:400;
    text-transform:Capitalize;
}

.view-prod-btn:hover
{
    background-color:var(--hover-color) !important;
}

.prod-link
{
    margin-top:1.5rem;
}

a.prod-link:hover
{
    text-decoration:none !important;
}

a
{
    color:var(--link-color);
    margin-left: 1px;
    margin-right: 8px;
}

/*FORM STYLING*/
label#item_5_label
{
    font-weight:normal !important;
}


.button .form-check  input[type="radio"]:checked + label,
.button .form-check input[type="checkbox"]:checked + label,
.button .form-check  input[type="radio"]:hover + label{
    background-color:var(--primary-color) !important;
    color:white;
    
}

.button .form-check label,
.button .button
{
    display: block;
    background-color: var(--button-color2);   
    color:white;
    font-weight:bold;
    font-size: 20px;
    position:relative;    
    text-align: center;
    box-sizing: border-box;
    color: #FFFFFF;
    margin: 5px 10px;
    border-radius: 15px;
    padding:10px 40px;
    cursor: pointer;
    border:none;
}

@media (max-width:1366px){
    .main-heading {
    font-size: 31px;
        line-height: 41px;
}
}

@media (max-width:853px){
    .mr-3, .mx-3 {
    	margin-right: 1rem !important;
    	display: flex;
    	flex-direction: column;
    	transform: translateX(45px);
        align-items: center;
    }
    .main-heading {
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-size: 33px;
    line-height: 36px;
}
    h1.main-heading {
    padding: 5px 0px;
}
    .prod-link {
    margin-top: 1rem;
}
}
@media (max-width:820px){
    .mr-3, .mx-3 {
    	margin-right: 1rem !important;
    	display: flex;
    	flex-direction: column;
    	transform: translateX(45px);
        align-items: center;
        margin-top: 27px;
    }
    h1.main-heading{
    	color:#ffffff;
    	line-height:34px;
        font-size: 28px;
	}
    .main-heading-box {
        margin-bottom: -20px;
        margin-top: -20px;
    }
    .main-heading {
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-size: 25px;
}
    .btn-primary {
    transform: translateX(-1px);
}
}
@media (max-width:768px){
    .mr-3, .mx-3 {
    	margin-right: 1rem !important;
    	display: flex;
    	flex-direction: column;
    	transform: translateX(45px);
        align-items: center;
    }
h1.main-heading {
        color: #fff;
        font-size: 24px !important;
        line-height: 29px;
    }
    .main-heading-box {
        margin-bottom: -20px;
        margin-top: -20px;
    }
    .btn-primary {
    transform: translateX(-4px);
}
}
@media (max-width:540px){
    .mr-3, .mx-3 {
    	margin-right: 1rem !important;
    	display: flex;
    	flex-direction: column;
    	transform: translateX(126px);
        align-items: center;
    }
        h1.main-heading{
    color:#ffffff;
    font-size:36px !important;
    line-height:35px;
}
    .btn-primary {
    transform: translateX(-3px);
}
        #left-container {
        transform: translateY(230px);
    }
        .mb-4, .my-4 {
        transform: translateY(363px);
    }
}

@media (max-width:480px)
{
    .embedded-container
    {
        height:75vh !important;
        padding-bottom:auto;
    }
        .mr-3, .mx-3 {
        transform: translateX(91px);
    }
        .prod-link {
        margin-bottom: -0.2rem;
    } 
    h1.main-heading{
    color:#ffffff;
    font-size:32px !important;
    line-height:30px;
    padding: 11px 0px;
}
    #left-container {
        transform: translateY(252px);
    }
}
@media (max-width:475px){
    .btn-primary {
        transform: translateX(-5px);
    }
        #left-container {
        transform: translateY(252px);
    }
    
}
@media (max-width:435px)
{
    h1.main-heading{
    color:#ffffff;
    font-size:28px !important;
    line-height:30px;
}
.mr-3, .mx-3 {
        transform: translateX(73px);
        margin-top: 1.5rem;
    }
    .btn-primary {
    transform: translateX(-3px);
}
      #left-container {
    transform: translateY(220px);
  }
}

@media (max-width: 425px) {
    .mr-3, .mx-3 {
        transform: translateX(68px);
    }
        #left-container {
        transform: translateY(220px);
    }
        h1.main-heading {
        font-size: 27px !important;
    }
}

@media (max-width:412px){
    .mr-3, .mx-3 {
    	margin-right: 1rem !important;
    	display: flex;
    	flex-direction: column;
    	transform: translateX(60px);
        align-items: center;
    }
}
@media (max-width:414px){
    h1.main-heading{
    font-size:26px !important;
    line-height:30px;
}
  .mr-3, .mx-3 {
    transform: translateX(61px);
    margin-top: 1rem;
  }
      #left-container {
    transform: translateY(215px);
}
}
@media (max-width:393px){
  #left-container {
    transform: translateY(215px);
}
     .mr-3, .mx-3 {
    margin-top: 1rem;
         transform: translateX(53px);
  }
        h1.main-heading {
        font-size: 25px !important;
    }
}

@media (max-width: 390px) {
            h1.main-heading {
        font-size: 24px !important;
    }
    #left-container {
        transform: translateY(215px);
    }
        .mr-3, .mx-3 {
        transform: translateX(51px);
    }
}

@media (max-width:375px){
    .mr-3, .mx-3 {
    	margin-right: 1rem !important;
    	display: flex;
    	flex-direction: column;
    	transform: translateX(44px);
        align-items: center;
    }
    h1.main-heading {
        color: #fff;
        font-size: 23px !important;
        line-height: 28px;
    }
    .main-heading-box {
        margin-bottom: -20px;
        margin-top: -20px;
    }
    .btn-primary {
    transform: translateX(-3px);
	}
}

@media (max-width: 344px) {
    .mr-3, .mx-3 {
        transform: translateX(25px);
    }
    h1.main-heading {
        color: #fff;
        font-size: 20px !important;
        line-height: 25px;
    }
}

@media (max-width: 325px) {
    h1.main-heading {
        font-size: 19px !important;
    }
    .mr-3, .mx-3 {
        transform: translateX(17px);
    }
        #left-container {
        transform: translateY(188px);
    }
        .mb-4, .my-4 {
        transform: translateY(343px);
    }
}

@media (max-width: 320px) {
    h1.main-heading {
        font-size: 18px !important;
    }
        .mr-3, .mx-3 {
        transform: translateX(14px);
    }
      #left-container {
        transform: translateY(188px);
    }
}