﻿

body{
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  background-color: #f2f2f2;
}
.main{
width: 100%;
height: 100%;
}
.navbar{
  display: flex;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}
.navbarInner{
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 20px 150px;
}


.logo{
  display: flex;
  width: 70px;
  height: 70px;
}
.logo img{
  height: 100%;
}
.navlinks{
  display: flex;
  align-items: center;
}
.content{
  display: flex;
  flex-direction: column;
  margin: 50px 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
 
}
.videoPlayer{
  display: flex;
}
.ctaButton{
  margin: 0px 0px 0px 30px;
}
.btn{
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s ease-in all;
}
.btn-blue{
  background-color: #0091ff;
  border:1px solid #0091ff;
  color: #fff;
}
.btn-blue:hover{
  background-color: #006ec1;
  border:1px solid #006ec1;
}
.vimeoIframe{
  border: none;
}

a{
  text-decoration: none;
}
.modalWrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #272727c3;
  z-index: 5;
  top: 0;
  left: 0;
}
.modalWindow{
  position: absolute;
  width: 300px; 
  z-index: 6;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 5px;
  padding: 2rem;

}
.closeIcon{
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 100px;
  padding-left: 6px;
  padding-top: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.closeIcon:hover{
  background-color: rgb(237, 237, 237);
  cursor: pointer;
}
.myicon{
  cursor: pointer;
}
.loaderWrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 5;
  top: 0;
  left: 0;
}
.loaderItem{
  position: absolute;
  width: 300px; 
  z-index: 6;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.adhd-top-video {
  /* width: 100%;
  height: 100%;
  max-width: 1034px;
  max-height: 543px;
  margin: 0 auto; */
}
.adhd-top-video .adhd-top-video2 {
  /* position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0; */
}
.adhd-top-video iframe {
  background: url(https://www.adhdcentre.co.uk/wp-content/uploads/2018/02/macbook.png) center center no-repeat;
    background-size: cover;
    padding: 11.9% 15.5% 14.8%;
  /* box-sizing: border-box;
  background: url(https://www.adhdcentre.co.uk/wp-content/uploads/2018/02/macbook.png) center center no-repeat;
  background-size: contain;
  padding: 11.9% 15.5% 14.8%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
}

.first {
  width: 100%;
  height: 100%;
  max-width: 1034px;
  max-height: 543px;
  margin: 0 auto;
}
.second {
  /* position: relative; */
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
}
.second iframe {
  box-sizing: border-box;
  background: url(http://i.stack.imgur.com/zZNgk.png) center center no-repeat;
  background-size: contain;
  padding: 11.9% 15.5% 14.8%;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 800px;
  height: 560px;
}
.ownerImage{
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.flex-row{
  display: flex;
}
.flex-col{
  display: flex;
  flex-direction: column;
}
.ownerName{
  font-size: 22px;
  font-weight: bold;
}
.OwnerDetails{
  /* margin: 24px 150px; */
  padding: 24px;
  width: 700px;
  gap: 16px;
  background-color: #dbdbdb;
  border-radius: 5px;
 
}
.DownloadButton{
justify-content: center;
margin-top: 45px;
margin-bottom: 45px;

}
.ownerWrapper{
  width: 100%;
  
}

@media only screen and (max-width: 1000px) {
  .navbarInner {
    padding: 20px 120px;
  }
  .OwnerDetails{
    width: 500px;
  }
  .ytPlayer,.vimeoIframe{
    width: 500px;
    height: 281px;
  }
  
}

@media only screen and (max-width: 800px) {
  .navbarInner {
    padding: 20px 60px;
  }
  .OwnerDetails{
    width: 400px;
  }
  .ytPlayer,.vimeoIframe{
    width: 400px;
    height: 225px;
  }
}

@media only screen and (max-width: 600px) {
  .navbarInner {
    padding: 20px 20px;
  }
  .OwnerDetails{
    width: 400px;
  }
  .ytPlayer,.vimeoIframe{
    width: 400px;
    height: 225px;
  }
}