.pd-header{
    width: 100%;
    min-height: 330px;
    background-image: url(https://www.cooksongold.com/images/productdemo/PDP-Demo-Header1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.pd * {
	box-sizing:border-box;
}
.pd-header.mobile{
    background-image: none;
}
.pd-header .contents{
    width: 35%;
    padding: 50px;
}
.pd-header .contents h1{
    color: #fff;
    font-size: 40px;
}
.pd-header .contents p{
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
}

.pd-seo{
    width: 100%;
    margin-top: 50px;
}
.pd-seo p{
    width: 60%;
    text-align: center;
    font-size: 20px;
    margin:auto;
    color:#000;
}

.pd-reasons{
    width: 100%;
    margin-top: 50px;
}

.pd-reasons h2{
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 30px;
    color: #000;
}

.pd-reasons .reasons-cards{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
}

.pd-reasons .reasons-cards .reasons-card{
    width: calc(33% - 5px);
    padding: 10px;
    text-align: left;
    background-color: #f7f7f7;
    border-radius: 20px;
    display: flex;
    min-height: 145px;
    align-items: center;
    margin-bottom: 10px;
}

.pd-reasons .reasons-cards .reasons-card .icon{
    width: 30%;
    display: block;
}
.pd-reasons .reasons-cards .reasons-card .copy{
    width: 70%;
    display: block;
    margin-left: 10px;
	line-height: 1.9rem;
}
.pd-reasons .reasons-cards .reasons-card .icon img{
    width: 80%;
    margin: auto;
}

.pd-reasons .reasons-cards .reasons-card .copy .title{
    font-size: 25px;
    color: #000;
}

.pd-reasons .reasons-cards .reasons-card .copy .info{
    font-size: 18px;
    color: #707070;
}

.pd-venues{
    width: 100%;
    margin-top: 50px;
    background-color: #f7f7f7;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}

.pd-venues .venue{
    width: 30%;
}

.pd-venues .venue img{
    width: 100%;
}

.pd-venues .venue h3{
    font-size: 25px;
    color: #000;
    margin-top: 20px;
}

.pd-venues .venue address{
    font-size: 18px;
    color: #707070;
}

.book-demo{
    width: 100%;
    margin-top: 50px;
    display: flex;
}

.book-demo .booking-form{
    width: 45%;
    padding: 0 20px;
}

.book-demo .booking-form .form-holder{
    width: 80%;
    margin:auto;
}

.book-demo .booking-form h2{
    font-size: 25px;
    color: #000;
    margin: 0 0 30px 0;
}

.book-demo .booking-form p{
    font-size: 18px;
    color: #707070;
    margin: 0 0 30px 0;
}

.book-demo .booking-form .form-holder .pd-dd{
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.book-demo .booking-form .form-holder label{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.book-demo .booking-form .form-holder .pd-submit{
    width: 100%;
    padding: 10px;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    transition: all .3s ease-in-out;
}

.book-demo .booking-form .form-holder .pd-submit:hover{
    background-color: #fff;
    color: #000;
}

.book-demo .booking-form .form-holder .pd-submit.pd-submit-disabled{
    background-color: #707070;
    color: #fff;
    cursor: not-allowed;
}


.book-demo .demo-list-block{
    width: 55%;
}

.book-demo .demo-list-block h2, .book-demo .demo-list-block .pd-view-all{
    font-size: 25px;
    color: #000;
    margin: 0 0 30px 10px;
}

.book-demo .demo-list-block .pd-view-all{
    margin: 10px 0px 50px 20px;
    display: block;
    text-decoration: underline;
}

.book-demo .demo-list-cards{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.book-demo .demo-list-cards .demo-list-card{
    width: calc(50% - 15px);
    padding: 20px;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 20px;
    display: flex;
    min-height: 145px;
    align-items: center;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.zoom-in,
.zoom-out {
  &::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform .7s ease-in-out;
  }
}

.zoom-in {
  &:focus,
  &:hover {
    &::after {
      transform: scale(1.05);
    }
  }
}

.zoom-out {
  &::after {
    transform: scale(1.05);
  }
  
  &:focus,
  &:hover {
    &::after {
      transform: scale(1);
    }
  }
}


.book-demo .demo-list-cards .demo-list-card .title{
    font-size: 25px;
    width: 100%;
    text-align: center; 
    color: #fff;
    position: relative;
    z-index: 1;
}

.book-demo .demo-list-cards .demo-list-card.magic{
    background-image: url(https://www.cooksongold.com/images/productdemo/PDP-magic.jpg);
}
.book-demo .demo-list-cards .demo-list-card.orotig{
    background-image: url(https://www.cooksongold.com/images/productdemo/PDP-orotig.jpg);
}
.book-demo .demo-list-cards .demo-list-card.grs{
    background-image: url(https://www.cooksongold.com/images/productdemo/PDP-grs2.jpg);
}
.book-demo .demo-list-cards .demo-list-card.foredom{
    background-image: url(https://www.cooksongold.com/images/productdemo/PDP-foredom.jpg);
}
.book-demo .demo-list-cards .demo-list-card.durston{
    background-image: url(https://www.cooksongold.com/images/productdemo/PDP-durston.jpg);
}
.book-demo .demo-list-cards .demo-list-card.lampert{
    background-image: url(https://www.cooksongold.com/images/productdemo/PDP-lampert.jpg);
}



.pd-cta{
    display: block;
    width: 50%;
    padding: 5px 10px;
    text-align: center;
    background-color: #000;
    color:#fff;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.pd-cta:hover{
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.pd-header.mobile{
    display: none;
}

@media screen and (max-width: 900px){
    .pd-header .contents{
        width: 50%;
    }
    .pd-seo p{
        width: 80%;
    }
    .pd-reasons .reasons-cards .reasons-card{
        width: calc(50% - 5px);
    }

    .book-demo{
        flex-direction: column;
    }
    .book-demo .booking-form{
        width: 100%;
    }
    .book-demo .demo-list-block{
        margin-top: 50px;
        width: 100%;
    }
    .book-demo .demo-list-cards .demo-list-card{
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 650px){
    .pd-header.mobile{
        display: block;
    }
    .pd-header-mobile-img img{
        width: 100%;
    }
    .pd-header.mobile .contents{
        background-color: #E0B822;
        padding: 20px;
    }
    .pd-header.mobile .contents .pd-cta{
        width: fit-content;
        padding: 10px 40px;
    }
    .pd-header.desktop{
        display: none;
    }
    .pd-header .contents{
        width: 100%;
    }
    .pd-seo p{
        width: 90%;
    }
    .pd-reasons .reasons-cards .reasons-card{
        width: calc(100% - 5px);
    }

    .book-demo .demo-list-cards .demo-list-card{
        width: calc(100% - 15px);
    }
    .pd-venues{
        flex-direction: column;
    }
    .pd-venues .venue{
        width: 100%;
        margin-bottom: 20px;
    }
    .book-demo .booking-form .form-holder {
        width: 100%;
        margin: auto;
    }
}
