Commit c33d8179 authored by Nameer AS's avatar Nameer AS

bug fixing

parent de8e94b7
...@@ -794,6 +794,10 @@ ...@@ -794,6 +794,10 @@
font-size: 24px; font-size: 24px;
line-height: 40px; line-height: 40px;
} }
.feature-cln {
display: flex;
flex-direction: column;
}
.header-area { .header-area {
border: solid 1px rgba(255, 255, 255, 0.1); border: solid 1px rgba(255, 255, 255, 0.1);
div { div {
...@@ -810,7 +814,7 @@ ...@@ -810,7 +814,7 @@
} }
.footer-area { .footer-area {
background: #c1032b; background: #c1032b;
height: calc(100% - 197px); flex-grow: 1;
padding: 35px 25px 20px; padding: 35px 25px 20px;
&.even { &.even {
background: #d4032f; background: #d4032f;
...@@ -895,8 +899,8 @@ ...@@ -895,8 +899,8 @@
} }
} }
.button { .button {
background: #fff; background: #261b1b;
color: #000; color: #fff;
} }
.card-icon { .card-icon {
i { i {
...@@ -1106,6 +1110,7 @@ ...@@ -1106,6 +1110,7 @@
left: 50px; left: 50px;
right: 0; right: 0;
padding: 20px 25px; padding: 20px 25px;
margin-bottom: 25px;
.title { .title {
margin: 0 0 10px; margin: 0 0 10px;
font-size: 24px; font-size: 24px;
......
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
margin-bottom: 15px; margin-bottom: 15px;
} }
.form-wrap { .form-wrap {
position: static; left: 0;
} }
} }
.custom-gutter-2 .large-4 { .custom-gutter-2 .large-4 {
...@@ -167,6 +167,12 @@ ...@@ -167,6 +167,12 @@
} }
} }
@media (max-width: 1024px) {
.fixed-bg {
background-attachment: scroll;
}
}
@media (max-width: 767px) { @media (max-width: 767px) {
nav.off-canvas.is-open { nav.off-canvas.is-open {
transform: translate(0, 0) transform: translate(0, 0)
...@@ -393,12 +399,64 @@ ...@@ -393,12 +399,64 @@
margin: 25px 0 0; margin: 25px 0 0;
} }
} }
.orbit-caption, .carousel {
.orbit-container {
height: 93.75vw !important;
.orbit-slide,
.orbit-figure {
height: 100%;
img {
height: 100%;
object-fit: cover;
}
.orbit-caption {
.button {
padding: 2.5vw 4.5vw;
font-size: 4vw;
}
left: 0;
max-width: 100%;
padding: 0 15px;
strong {
font-size: 6vw;
margin-bottom: 2vw;
display: block;
}
h2 {
font-size: 4vw;
line-height: 5.2vw;
margin-bottom: 2vw;
}
ul {
margin-bottom: 4vw;
&.number-list {
font-size: 4vw;
li {
&:first-child {
padding-left: 0;
}
padding: 0 10px 0 0;
}
}
li {
padding: 0 5px 0 20px;
}
}
}
}
}
.orbit-controls { .orbit-controls {
display: none; right: 15px;
bottom: 15px;
font-size: 7vw;
top: inherit;
transform: inherit;
button {
&+button {
margin: 0;
}
}
} }
.carousel img {
height: auto;
} }
.carousel .icon { .carousel .icon {
font-size: 20px; font-size: 20px;
......
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
<p class="text-center">VirtualX offers the perfect platform to conduct online exams, tests and Quizzes. This online test product can be used across all the organization types. Some of the key features are listed below</p> <p class="text-center">VirtualX offers the perfect platform to conduct online exams, tests and Quizzes. This online test product can be used across all the organization types. Some of the key features are listed below</p>
<br> <br>
<div class="grid-x"> <div class="grid-x">
<div class="large-4 cell"> <div class="large-4 cell feature-cln">
<div class="header-area text-center"> <div class="header-area text-center">
<div> <div>
<img src="assets/img/exam.png" alt=""> Schedule Exams <img src="assets/img/exam.png" alt=""> Schedule Exams
...@@ -263,7 +263,7 @@ ...@@ -263,7 +263,7 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="large-4 cell"> <div class="large-4 cell feature-cln">
<div class="header-area text-center"> <div class="header-area text-center">
<div> <img src="assets/img/organise.png" alt="">Organize</div> <div> <img src="assets/img/organise.png" alt="">Organize</div>
<div><img src="assets/img/delivery.png" alt="">Secure Delivery</div> <div><img src="assets/img/delivery.png" alt="">Secure Delivery</div>
...@@ -280,7 +280,7 @@ ...@@ -280,7 +280,7 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="large-4 cell"> <div class="large-4 cell feature-cln">
<div class="header-area text-center"> <div class="header-area text-center">
<div><img src="assets/img/security.png" alt="">Security</div> <div><img src="assets/img/security.png" alt="">Security</div>
<div><img src="assets/img/equations.png" alt="">Equations</div> <div><img src="assets/img/equations.png" alt="">Equations</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment