@@ -12,6 +12,12 @@
padding: 0 5%;
padding: 0 5%;
justify-content: space-between;
justify-content: space-between;
@media screen and (min-width: 1023px) {
justify-content: flex-end;
background-color: var(--black);
display: none;
}
img {
img {
width: 35px;
width: 35px;
height: 35px;
height: 35px;
@@ -29,6 +35,10 @@
border: 0px;
border: 0px;
background-color: transparent;
background-color: transparent;
@media screen and (min-width: 1023px) {
margin-left: 30px;
}
&.profile-button {
&.profile-button {
margin-left: 0;
margin-left: 0;
margin-right: auto;
margin-right: auto;
@@ -39,8 +49,6 @@
.video-section {
.video-section {
position: relative;
position: relative;
text-align: center;
text-align: center;
background-color: var(--dark-grey);
height: 30vh;
width: 90%;
width: 90%;
margin: 0 auto;
margin: 0 auto;
border-radius: 5px;
border-radius: 5px;
@@ -53,17 +61,51 @@
top: 0;
top: 0;
z-index: 1;
z-index: 1;
transition: width 0.5s;
transition: width 0.5s;
overflow: hidden;
height: 30vh;
@media screen and (min-width: 1023px) {
justify-content: space-between;
background-color: var(--black);
height: 50vh;
align-items: center;
border-radius: 0px;
width: 100%;
padding: 0px 5%;
z-index: 1;
}
iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--dark-grey);
@media screen and (min-width: 1023px) {
position: relative;
display: block;
width: 40%;
height: 80%;
overflow: hidden;
}
}
&.expand {
&.expand {
width: 100%;
width: 100%;
}
}
.tutor {
.tutor {
position: absolute;
left: 10px;
bottom: 10px;
color: white;
color: white;
@media screen and (min-width: 1023px) {
position: relative;
width: 30%;
text-align: left;
max-height: calc(50vh - 40px);
}
img {
img {
width: 20px;
width: 20px;
height: 20px;
height: 20px;
@@ -71,30 +113,86 @@
margin-right: 5px;
margin-right: 5px;
vertical-align: middle;
vertical-align: middle;
overflow: hidden;
overflow: hidden;
@media screen and (min-width: 1023px) {
width: 30px;
height: 30px;
}
}
}
span {
span {
font-size: 12px;
font-size: 12px;
@media screen and (min-width: 1023px) {
font-size: 16px;
}
}
.description {
display: none;
@media screen and (min-width: 1023px) {
color: var(--light-grey);
font-size: 14px;
line-height: 1.7;
display: block;
text-align: left;
}
label {
display: block;
font-size: 20px;
font-weight: 500;
margin-bottom: 15px;
color: white;
}
}
.profile-holder {
@media screen and (min-width: 1023px) {
margin-top: 15px;
}
}
}
.topic-name {
@media screen and (min-width: 1023px) {
width: 30%;
}
}
}
}
h2 {
h2 {
font-size: 20px;
font-size: 20px;
margin-bottom: 5px;
margin-bottom: 5px;
@media screen and (min-width: 1023px) {
font-size: 28px;
font-weight: 400;
margin-bottom: 10px;
letter-spacing: 1px;
}
}
}
p {
p {
font-size: 16px;
font-size: 16px;
@media screen and (min-width: 1023px) {
font-size: 22px;
letter-spacing: 1px;
}
}
}
.counter {
.counter {
font-size: 28px;
font-size: 28px;
font-weight: 500;
font-weight: 500;
letter-spacing: 1px;
letter-spacing: 1px;
@media screen and (min-width: 1023px) {
font-size: 40px;
}
}
}
}
}
.session-details {
.session-details {
background-color: var(--ash-black);
background-color: var(--ash-black);
border-radius: 7px;
border-radius: 7px;
@@ -102,6 +200,15 @@
width: 90%;
width: 90%;
margin: 20px auto;
margin: 20px auto;
@media screen and (min-width: 1023px) {
width: 56%;
margin: 5vh 0 0 4%;
background-color: white;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
border-radius: 30px;
height: 40vh;
}
.show-details-button {
.show-details-button {
width: 100%;
width: 100%;
background-color: var(--dark-grey);
background-color: var(--dark-grey);
@@ -115,6 +222,10 @@
border-radius: 7px;
border-radius: 7px;
padding: 0 5%;
padding: 0 5%;
@media screen and (min-width: 1023px) {
display: none;
}
&.active .icon {
&.active .icon {
transform: rotate(90deg);
transform: rotate(90deg);
}
}
@@ -123,28 +234,46 @@
fill: white;
fill: white;
width: 15px;
width: 15px;
height: 15px;
height: 15px;
@media screen and (min-width: 1023px) {
display: none;
}
}
}
}
}
.segments {
.segments {
margin-top: 5px;
background-color: var(--ash-black);
background-color: var(--dark-grey);
display: flex;
display: flex;
align-items: stretch;
align-items: stretch;
height: 40px;
height: 40px;
box-shadow: 0px 0px 5px var(--black);
box-shadow: 0px 0px 5px var(--black);
margin-bottom: 20px;
overflow: hidden;
border-radius: 10px;
width: 90%;
margin: 20px auto 20px;
@media screen and (min-width: 1023px) {
height: 45px;
margin: 30px auto 20px;
}
button {
button {
font-size: 14px;
font-size: 14px;
width: calc(100% / 2);
width: calc(100% / 2);
border: 0px;
border: 0px;
background-color: transparent;
background-color: transparent;
color: var(--light-grey);
color: white;
border-radius: 10px;
@media screen and (min-width: 1023px) {
font-size: 15px;
}
&.active {
&.active {
color: var(--teal-green);
background-color: var(--teal-green);
color: white;
}
}
}
}
}
}
@@ -156,6 +285,10 @@
height: 150px;
height: 150px;
overflow: auto;
overflow: auto;
@media screen and (min-width: 1023px) {
max-height: 100%;
}
p {
p {
font-size: 14px;
font-size: 14px;
margin-bottom: 20px;
margin-bottom: 20px;
@@ -183,6 +316,13 @@
border-radius: 10px;
border-radius: 10px;
overflow: hidden;
overflow: hidden;
margin-bottom: 15px;
margin-bottom: 15px;
@media screen and (min-width: 1023px) {
background-color: white;
box-shadow: 0px 0px 5px var(--light-grey);
width: 98%;
margin: 5px auto 15px;
}
}
}
.content {
.content {
@@ -193,6 +333,11 @@
color: white;
color: white;
font-size: 15px;
font-size: 15px;
display: block;
display: block;
@media screen and (min-width: 1023px) {
color: var(--dark-grey);
font-size: 16px;
}
}
}
p {
p {
@@ -218,6 +363,21 @@
margin: 0 auto;
margin: 0 auto;
list-style: none;
list-style: none;
@media screen and (min-width: 1023px) {
width: 33%;
margin: 0;
max-height: 50vh;
position: fixed;
right: 2%;
top: calc(50vh - 30px);
background-color: white;
border-radius: 30px;
padding: 15px;
box-shadow: 0px 0px 10px rgba(black, 0.3);
z-index: 1;
overflow: auto;
}
header {
header {
color: var(--black);
color: var(--black);
@@ -241,7 +401,6 @@
padding: 15px 10px;
padding: 15px 10px;
margin-top: 15px;
margin-top: 15px;
box-shadow: 0px 0px 5px -2px var(--black);
box-shadow: 0px 0px 5px -2px var(--black);
justify-content: space-between;
position: relative;
position: relative;
&::before {
&::before {
@@ -274,7 +433,7 @@
}
}
.subject {
.subject {
width : calc( 100% - 180px) ;
flex-gro w: 1;
border-left: 1px solid #cecece;
border-left: 1px solid #cecece;
padding-left: 15px;
padding-left: 15px;
overflow: hidden;
overflow: hidden;
@@ -292,6 +451,7 @@
color: white;
color: white;
font-size: 14px;
font-size: 14px;
width: 80px;
width: 80px;
margin-left: 10px;
}
}
label {
label {