Thank you for purchasing our template. If you have any questions that are beyond the scope of this help file, please feel free to Support
<!-- Google Fonts
============================================ -->
Outfit - <link href='https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap rel='stylesheet' type='text/css'>
<!-- =========== All Stylesheet ================= -->
<link rel="stylesheet" href="assets/css/vendor/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/vendor/animate.min.css">
<link rel="stylesheet" href="assets/css/plugins/swiper.min.css">
<link rel="stylesheet" href="assets/css/vendor/magnific-popup.css">
<link rel="stylesheet" href="assets/css/vendor/fontawesome-pro.css">
<link rel="stylesheet" href="assets/css/vendor/spacing.css">
<link rel="stylesheet" href="assets/css/main.css">
<!-- All JS Plugins -->
<!-- JS here -->
<script src="assets/js/vendor/jquery-3.6.0.min.js"></script>
<script src="assets/js/plugins/waypoints.min.js"></script>
<script src="assets/js/vendor/bootstrap.bundle.min.js"></script>
<script src="assets/js/plugins/meanmenu.min.js"></script>
<script src="assets/js/plugins/swiper.min.js"></script>
<script src="assets/js/plugins/wow.js"></script>
<script src="assets/js/vendor/magnific-popup.min.js"></script>
<script src="assets/js/vendor/type.js"></script>
<script src="assets/js/plugins/counterup.js"></script>
<script src="assets/js/plugins/nice-select.min.js"></script>
<script src="assets/js/vendor/jquery-ui.min.js"></script>
<script src="assets/js/plugins/parallax-scroll.js"></script>
<script src="assets/js/vendor/ajax-form.js"></script>
<script src="assets/js/main.js"></script>
I'm using One SCSS files in this template. You change the SCSS Code of style.scss file
-----------------
01. THEME CSS
-----------------
1.1 colors
1.2 mixins
1.3 extends
1.4 breakpoints
1.5 typography
1.6 root
1.7 common
1.8 spacing
1.9 index
-----------------
02. COMPONENTS CSS
-----------------
2.1 color
2.2 background
2.3 buttons
2.4 offcanvas
2.5 niceselect
2.6 sectiontitle
2.7 breadcrumb
2.8 lightmode
2.9 carousel
2.10 backtotop
2.11 animation
2.12 preloader
2.13 rangeSlider
2 index
-----------------
03. HEADER CSS
-----------------
3.1 header-1
3.2 header-2
3.3 header-3
3.4 header-common
3 index
---------------------------------
04. MENU CSS
---------------------------------
4.1 Meanmenu
4.2 Menu
4 index
---------------------------------
05. BLOG CSS
---------------------------------
5.1 blog
5.2 postbox
5.3 sidebar
5.4 blog-details
5 index
---------------------------------
06. FOOTER CSS
---------------------------------
6.1 footer
6.2 footer-2
6.3 footer-3
6.4 footer-copyright
6. index
---------------------------------
07. CTA CSS
---------------------------------
7.1 cta
7. index
---------------------------------
08. BRAND CSS
---------------------------------
8.1 brand
8. index
---------------------------------
07. PAGES CSS
---------------------------------
8.1 404
8.2 faq
8.3 feedback
8.4 portfolio
8.5 pricing
8.6 service
8.7 about
8.8 contact-us
8.9 service-details
8.10 project-details
8.11 team-details
8.12 home1
8.13 home2
8.14 home3
8.15 index
*Note: Responsive css in assests/css/main.css.
If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.
/*----------------------------------------*/
/* 3.1 banner Style 1
/*----------------------------------------*/
// Banner style
.banner-1 {
&__space {
padding:190px 0 240px;
@media #{$lg} {
padding: 150px 0 200px;
}
@media #{$md} {
padding: 80px 0 100px;
}
@media #{$sm, $xs} {
padding: 60px 0 70px;
}
}
&__shapes {
.big-shape, .small-shape {
position: absolute;
z-index: -1;
}
.big-shape-1 {
top: -780px;
left: -1038px;
@media #{$lg} {
left: -1180px;
}
@media #{$md} {
left: -1257px;
}
@media #{$sm} {
left: -1329px;
}
@media #{$xs} {
left: -1417px;
}
}
.big-shape-2 {
top: -815px;
left: -1038px;
@media #{$lg} {
left: -1180px;
}
@media #{$md} {
left: -1257px;
}
@media #{$sm} {
left: -1329px;
}
@media #{$xs} {
left: -1417px;
}
}
.big-shape-3 {
bottom: -250px;
left: 220px;
@media #{$lg, $md, $sm, $xs} {
bottom: -650px;
}
@media #{$xs} {
display: none;
}
}
.big-shape-4 {
top: -717px;
right: -882px;
@media #{$sm, $xs} {
display: none;
}
}
.small-shape-1 {
left: 291px;
bottom: -681px;
@media #{$xs} {
display: none;
}
}
.small-shape-2 {
left: 530px;
bottom: -247px;
@media #{$lg, $md, $sm, $xs} {
left: 425px;
bottom: -284px;
}
@media #{$xs} {
display: none;
}
}
.small-shape-3 {
right: -593px;
bottom: -535px;
@media #{$xs} {
display: none;
}
}
.small-shape-4 {
right: -592px;
bottom: -335px;
@media #{$xs} {
display: none;
}
}
}
.container {
z-index: 1;
position: relative;
}
&__media {
z-index: -2;
position: absolute;
right:-315px;
top:-190px;
@media #{$lg} {
right: -368px;
top: -229px;
}
@media #{$md, $sm, $xs} {
right: -419px;
top: -287px;
}
@media #{$sm} {
top: -195px;
}
@media #{$xs} {
right: -298px;
top: -63px;
}
@media (max-width:450px) {
right: -451px;
top: -74px;
}
}
&__content {
@media #{$xs} {
max-width: 329px;
}
h1 {
font-weight: var(--rs-fw-sbold);
color: var(--rs-common-white);
span {
color: var(--rs-theme-primary);
}
}
p {
color: var(--rs-common-white);
max-width: 350px;
}
}
}