| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/bawaautos/css/ |
Upload File : |
@import "../node_modules/bootstrap/scss/bootstrap";
/* Global css */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*variables*/
$primary-color:#fc7712;
$white-color:#fff;
$black-color:#000000;
@font-face {
font-family: 'Pink Blue';
src: url('../fonts/PinkBlue.eot');
src: url('../fonts/PinkBlue.eot?#iefix') format('embedded-opentype'),
url('../fonts/PinkBlue.woff2') format('woff2'),
url('../fonts/PinkBlue.woff') format('woff'),
url('../fonts/PinkBlue.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Oswald';
src: url('../fonts/Oswald-Regular.eot');
src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/Oswald-Regular.woff2') format('woff2'),
url('../fonts/Oswald-Regular.woff') format('woff'),
url('../fonts/Oswald-Regular.ttf') format('truetype'),
url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Oswald';
src: url('../fonts/Oswald-Bold.eot');
src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/Oswald-Bold.woff2') format('woff2'),
url('../fonts/Oswald-Bold.woff') format('woff'),
url('../fonts/Oswald-Bold.ttf') format('truetype'),
url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Oswald';
src: url('../fonts/Oswald-SemiBold.eot');
src: url('../fonts/Oswald-SemiBold.eot?#iefix') format('embedded-opentype'),
url('../fonts/Oswald-SemiBold.woff2') format('woff2'),
url('../fonts/Oswald-SemiBold.woff') format('woff'),
url('../fonts/Oswald-SemiBold.ttf') format('truetype'),
url('../fonts/Oswald-SemiBold.svg#Oswald-SemiBold') format('svg');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Blinker';
src: url('../fonts/Blinker-Regular.eot');
src: url('../fonts/Blinker-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/Blinker-Regular.woff2') format('woff2'),
url('../fonts/Blinker-Regular.woff') format('woff'),
url('../fonts/Blinker-Regular.ttf') format('truetype'),
url('../fonts/Blinker-Regular.svg#Blinker-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
body {
font-family: "Oswald", sans-serif;
h2 {
font-size: 40px;
text-transform: uppercase;
font-family: 'Oswald';
font-weight: 600;
}
p {
font-family: "Blinker", sans-serif;
}
a {
text-decoration: none;
display: inline-block;
transition: 0.6s all ease;
}
ul,
ol {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
}
/*end global*/
/* nav bar */
.header-section {
width: 100%;
background-color: $black-color;
padding: 10px 0;
.row {
align-items: center;
.header-section__company-logo img {
width: 150px;
}
button.navbar-toggler {
@media(max-width:991px) {
color: $white-color;
border-color: $white-color;
background-color: $white-color;
z-index: 999;
}
}
div#navbarSupportedContent {
@media(max-width:991px) {
position: absolute;
}
}
.navbar-collapse.collapse.show {
@media(max-width:991px) {
width: 50%;
position: absolute;
top: 70px;
left: auto;
right: 0;
z-index: 9999;
background-color: $white-color;
padding: 10px 20px;
text-align: center;
}
@media(max-width:767px) {
width: 100%;
}
}
nav.navbar.navbar-expand-lg.justify-content-end {
@media(max-width:991px) {
position: relative;
}
}
.nav-links {
ul {
width: 100%;
height: inherit;
padding: 0;
justify-content: flex-end;
@media(max-width:991px) {
flex-wrap: wrap;
}
li {
padding: 0 12px;
@media(max-width:991px) {
padding: 6px 12px;
display: block;
width: 100%;
}
&:last-child {
padding-right: 0;
}
a {
color: $white-color;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.75px;
text-transform: uppercase;
@media(max-width:991px) {
color: $black-color;
}
}
}
}
}
}
}
.header-section.sticky {
position: fixed;
top: 0;
z-index: 999;
}
/*banner section*/
section.main-hero-section {
.main-hero-section__banner-slider button.slick-arrow {
z-index: 9;
font-size: 0;
width: 40px;
height: 40px;
border-radius: 50px;
background-color: $primary-color;
border: unset;
left: 20px;
position: absolute;
top: 50%;
transform: translateY(-50%);
background-image: url(../images/left-chevron.webp);
background-size: 26px;
background-repeat: no-repeat;
background-position: center;
@media(max-width:767px){
width: 25px;
height: 25px;
left: 10px;
background-size: 17px;
}
}
.main-hero-section__banner-slider button.slick-next.slick-arrow {
right: 20px;
left: auto;
transform: translateY(-50%) rotate(180deg);
@media(max-width:767px){
right: 10px;
}
}
.main-hero-section__banner-item {
position: relative;
&::after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
position: absolute;
top: 0;
}
img{
@media(max-width:767px){
height: 400px;
object-fit: cover;
}
}
.main-hero-section__banner-txt {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
color: $white-color;
z-index: 9;
@media(max-width:991px){
padding-left: 90px;
}
@media(max-width:767px){
padding-left: 30px;
}
h2 {
font-size: 60px;
font-weight: bolder;
margin-bottom: 20px;
@media(max-width:991px) {
font-size: 46px;
font-weight: bolder;
margin-bottom: 14px;
}
@media(max-width:767px) {
font-size: 36px;
}
}
a {
color: $white-color;
padding: 12px 30px;
background-color: $primary-color;
margin-top: 15px;
border-radius: 5px;
@media(max-width:991px) {
margin-top: 0px;
}
}
p {
@media(max-width:767px){
width: 90%;
br{
display: none;
}
}
}
}
}
}
/*banner section end*/
/* about section */
section.about-sec {
padding: 70px 0;
background-color: $white-color;
@media(max-width:767px) {
padding: 40px 0;
}
.row {
align-items: flex-end;
@media(max-width: 1366px) {
align-items: center;
}
.about-sec__team-big-img {
img {
width: 100%;
}
}
.about-sec__about-txt {
padding: 20px 40px;
margin-left: -70px;
margin-bottom: 0;
color: $black-color;
background-color: $white-color;
@media(max-width: 767px) {
padding: 20px 0px;
margin-left: 0;
}
a {
background-color: $primary-color;
color: $white-color;
padding: 9px 63px 9px 59px;
text-transform: uppercase;
margin-top: 20px;
border-radius: 5px;
@media(max-width: 1366px) {
margin-top: 0px;
}
}
}
}
}
/*about sec end*/
/*services section start*/
.services-section {
background-color: #212a2f;
color: $white-color;
position: relative;
overflow: hidden;
padding: 70px 0 50px;
@media(max-width: 1366px) {
padding: 50px 0 30px;
}
@media(max-width: 991px) {
padding: 50px 0 80px;
}
.services-section__left-sec {
.services-section__slide-content {
display: flex;
flex-wrap: wrap;
margin-top: 40px;
p {
margin-bottom: 10px;
position: relative;
padding-left: 23px;
font-size: 16px;
cursor: pointer;
text-transform: capitalize;
width: 50%;
padding-right: 30px;
@media(max-width:767px) {
width: 100%;
}
&::after {
content: "";
position: absolute;
left: 0;
width: 20px;
height: 20px;
border-radius: 50px;
top: 5px;
background-image: url(../images/arrow.webp);
background-size: 20px;
background-position: left;
}
&.active {
color: $primary-color;
}
}
}
}
.services-section__right-slide {
position: absolute;
right: 0;
width: 50%;
top: 0;
height: 100%;
@media (max-width: 991px) {
position: unset;
width: 100%;
margin-top: 40px;
}
.services-section__service_slider {
&.slick-initialized {
&.slick-slider {
height: 100%;
}
}
button {
&.slick-arrow {
position: absolute;
bottom: 40px;
background-image: url(../images/left-arrow.webp);
font-size: 0;
width: 60px;
height: 50px;
background-size: 26px;
background-repeat: no-repeat;
border: unset;
background-color: $white-color;
background-position: center;
right: 112px;
border-radius: 5px;
@media(max-width:1199px) {
bottom: 290px;
}
@media(max-width:991px) {
bottom: 20px;
}
@media(max-width:767px) {
right: 65px;
bottom: 0;
}
}
&.slick-prev {
&.slick-arrow {
right: 50px;
z-index: 9;
transform: rotate(180deg);
@media(max-width:767px) {
right: 0;
}
}
}
}
.slick-list.draggable {
height: 100%;
}
.services-section__content {
&.slick-slide {
height: inherit ;
position: relative;
@media(max-width:1366px) {
height: 100%;
}
img {
width: 100%;
object-fit: cover;
height: 100%;
@media(max-width:767px) {
height: auto;
}
}
}
.services-section__service-content {
position: absolute;
bottom: 40px;
background-color: $white-color;
width: 440px;
padding: 25px;
left: 40px;
@media(max-width:1199px) {
width: 84%;
}
@media(max-width:991px) {
bottom: unset;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
margin: auto;
}
@media(max-width:767px) {
transform: unset;
position: unset;
width: 100%;
}
h3 {
font-size: 20px;
text-transform: capitalize;
color: $black-color;
}
p {
color: #848E9C;
margin-top: 20px;
margin-bottom: 0;
}
}
}
.slick-track {
height: 100%;
}
}
}
}
/*services sec end*/
/*testimonial sec start*/
section.testimonial-sec {
text-align: center;
padding: 70px 0;
@media(max-width:767px) {
padding: 40px 0;
}
span.bottom-line {
height: 4px;
display: inline-block;
background-color: $primary-color;
width: 40px;
}
.testimonial-sec__testimonial-slider {
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
margin-top: 60px;
position: relative;
padding: 70px 70px 20px;
max-width: 980px;
margin: 70px auto 0;
@media(max-width:767px) {
padding: 20px 15px 20px;
max-width: 100%;
margin: 40px auto 0;
}
.testimonial-sec__content-container {
display: flex;
justify-content: center;
@media(max-width:767px) {
flex-wrap: wrap;
}
.testimonial-sec__profile-img {
position: relative;
border-radius: 50%;
margin-top: 50px;
box-shadow: 4px 6px 9px rgba(0, 0, 0, 0.2);
margin-bottom: 50px;
@media(max-width:767px) {
width: 100%;
box-shadow: unset;
margin: 0;
}
img {
width: 220px;
height: 220px;
border-radius: 50%;
object-fit: cover;
@media(max-width:767px) {
width: 100px;
height: 100px;
margin: auto;
}
}
&::after,
&::before {
content: "";
width: 240px;
height: 220px;
background-color: $primary-color;
position: absolute;
top: -11px;
left: -11px;
border-radius: 50%;
z-index: -1;
box-shadow: 4px 6px 9px rgba(0, 0, 0, 0.2);
@media(max-width:767px) {
display: none;
}
}
&::before {
left: auto;
right: 101px;
top: -23px;
width: 150px;
height: 150px;
@media(max-width:991px) {
right: 98px;
}
}
}
.testimonial-sec__text-area {
max-width: 50%;
text-align: left;
padding-left: 40px;
position: relative;
@media(max-width:767px) {
max-width: 90%;
padding-left: 40px;
}
img {
width: 34px;
margin-left: -20px;
margin-bottom: -17px;
}
img.right-quote {
right: 0;
bottom: 125px;
position: absolute;
transform: rotate(180deg);
@media(max-width:767px) {
display: none;
}
}
p {
color: #848E9C;
font-size: 18px;
font-style: italic;
}
span {
font-size: 33px;
font-weight: 500;
color: rgba(252, 119, 18, 0.7);
@media(max-width:767px) {
font-size: 22px;
}
}
}
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
width: 40px;
height: 40px;
border-radius: 50px;
background-color: $primary-color;
font-size: 0;
border: unset;
left: 50px;
position: absolute;
top: 50%;
transform: translateY(-50%);
background-image: url(../images/left-chevron.webp);
background-size: 26px;
background-repeat: no-repeat;
background-position: center;
@media(max-width:991px) {
left: 18px;
}
@media(max-width:767px) {
left: 1px;
}
}
button.slick-next.slick-arrow {
right: 50px;
left: auto;
transform: translateY(-50%) rotate(180deg);
@media(max-width:991px) {
right: 18px;
}
@media(max-width:991px) {
right: 0px;
}
}
}
}
/*testimonial sec end*/
/*social feed sec start*/
section.social-sec {
padding: 70px 0;
text-align: center;
background-image: url(../images/channel_bg.webp);
background-size: cover;
@media(max-width:767px) {
padding: 40px 0;
}
.social-sec__instagram-title {
margin-bottom: 70px;
color: $white-color;
h4 {
font-size: 40px;
}
}
.social-sec__social-feed {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: center;
max-width: 1090px;
margin: auto;
.social-sec__feed {
width: 250px;
height: 250px;
overflow: hidden;
position: relative;
cursor: pointer;
@media(max-width:767px) {
width: 80%;
height: auto;
}
img {
width: 100%;
height: 250px;
object-fit: cover;
transition: 1s all ease;
@media(max-width:767px) {
width: 100%;
height: auto;
}
}
&:hover {
img {
transform: scale(1.1);
}
}
&::after {
content: "";
width: 100%;
height: 100%;
background-color: rgb(0 0 0 / 20%);
position: absolute;
top: 0;
left: 0;
}
&:hover::after {
background-color: transparent;
}
img.insta-icon {
position: absolute;
width: 20px;
height: auto;
right: 21px;
top: 10px;
z-index: 99;
}
}
}
}
/* social feed section end*/
/* contact section */
section.contact-sec {
padding: 70px 0 0;
@media(max-width: 767px) {
padding: 40px 0 0;
}
.contact-sec__footer-contact-section {
text-align: center;
.contact-sec__contact-content-section {
padding-block: 60px;
@media(max-width: 767px) {
flex-direction: column-reverse;
row-gap: 40px;
padding-bottom: 0;
padding-top: 20px;
}
.contact-sec__left-find-us-section {
background-color: #f0f0f0;
width: 40%;
color: $black-color;
text-align: left;
padding: 60px 40px 10px;
@media(max-width: 767px) {
width: 100%;
}
h4 {
letter-spacing: 1px;
}
address {
font-size: 16px;
font-weight: 400;
letter-spacing: 1.3px;
margin-top: 23px;
font-family: "Blinker", sans-serif;
letter-spacing: 0;
}
.contact-sec__left-contact-links {
margin-bottom: 20px;
font-family: "Blinker", sans-serif;
a {
color: $black-color;
font-weight: 400;
text-decoration: underline;
letter-spacing: 1px;
@media(max-width: 991px) {
font-size: 15px;
}
}
}
img.map-icon {
width: 20px;
margin-right: 20px;
@media(max-width: 991px) {
margin-right: 10px;
}
}
.contact-sec__left-contact-timing-container {
width: 70%;
margin-bottom: 20px;
margin-top: 20px;
.weeks-timing {
display: flex;
justify-content: space-between;
p {
font-size: 16px;
margin-bottom: 4px;
}
}
}
}
.contact-sec__middle-questions-section {
width: 40%;
color: $black-color;
text-align: left;
background-color: $white-color;
padding: 0 40px;
@media(max-width:991px) {
width: 100%;
}
@media(max-width:767px) {
padding: 0 0px;
text-align: center;
}
p {
font-size: 18px;
letter-spacing: 0.32px;
font-weight: 300;
line-height: 29px;
margin-top: 4px;
margin-bottom: 40px;
}
.main-form {
input,
textarea {
border: none;
outline: none;
color: $black-color;
font-weight: 400;
letter-spacing: 0.38px;
padding: 12px 24px;
background-color: #f0f0f0;
border-radius: 5px;
}
input::placeholder {
color: $black-color;
font-weight: 400;
}
#full-name {
width: calc(50% - 20px);
padding-block: 15px;
margin-right: 33px;
}
input[type="tel"] {
width: calc(50% - 20px);
padding-block: 15px;
}
input[type="email"] {
margin-top: 20px;
width: 100%;
padding-block: 15px;
}
#message-text {
margin-top: 20px;
width: 100%;
&::placeholder {
color: $black-color;
font-weight: 400;
}
}
input[type="submit"] {
width: auto;
margin-top: 20px;
padding: 10px 38px;
color: $white-color;
background-color: $primary-color;
outline: none;
border: none;
border-radius: 5px;
}
input[type="submit"]:hover {
color: $white-color;
background-color: $black-color;
}
}
}
}
}
}
/* contact section end */
/* footer map section */
.map-container {
width: 100%;
height: 415px;
padding: 40px 20px;
iframe {
width: 100%;
height: 100%;
filter: invert(100%) hue-rotate(150deg);
}
}
/* footer section start */
.main-footer-section {
background-color: $black-color;
width: 100%;
padding-top: 70px;
color: $white-color;
background-image: url(../images/channel_bg.webp);
background-size: cover;
@media(max-width:767px) {
padding-top: 40px;
}
.main-footer-section__footer-content {
h3 {
margin-bottom: 48px;
text-transform: uppercase;
@media(max-width:767px) {
margin-bottom: 8px;
}
}
img.logo {
width: 180px;
margin-bottom: 10px;
}
ul {
padding: 0;
margin: 0;
a {
color: $white-color;
font-family: "Blinker", sans-serif;
}
}
.main-footer-section__social-icon{
li {
display: inline-block;
margin: 0 17px 0 0;
}
}
form {
margin-top: 20px;
input[type="email"] {
width: 100%;
height: 40px;
padding: 24px 10px;
}
button {
width: 100%;
margin-top: 10px;
border: unset;
height: 50px;
background-color: $primary-color;
color: $white-color;
text-transform: uppercase;
font-family: "Blinker", sans-serif;
font-size: 20px;
border-radius: 5px;
}
}
}
.main-footer-section__footer-content.middle {
max-width: 160px;
margin: auto;
}
.main-footer-section__copyright {
margin-top: 80px;
border-top: 1px solid #adaeb2;
padding: 20px 0;
text-align: center;
@media(max-width:767px) {
margin-top: 30px;
}
p {
margin-bottom: 0;
color: #adaeb2;
}
}
}