Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions css/all.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions css/fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@


/* @font-face */

@font-face{
font-family: "Roboto";
src: '../fonts/Roboto/Roboto-Regular.ttf';
}

91 changes: 91 additions & 0 deletions css/partials/_global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@


/* Global Classes */

.title-text{
font: normal bold 50px/ 72px var(--roboto);
}

.text-uppercase{
text-transform: uppercase;
}

/* Buttons */

.button{
padding: .8rem 2.2rem;
font: normal 500 16px/20px var(--roboto);
position: relative;
border: 3px solid transparent;
border-radius: 4px;
}

.button.primary-button{
background: var(--gradient-color);
background-clip: padding-box;
color: whitesmoke;
transition: background .6s ease;
box-shadow: var(--box-shadow);
}

.button.primary-button:hover{
background: whitesmoke;
background-clip: padding-box;
color: black;
}

.button.primary-button::after, .button.secondary-button::after{
position: absolute;
top: -2px; left: -2px;
bottom: -2px; right: -2px;
background: var(--gradient-color);
content: ' ';
z-index: -1;
border-radius: 4px;
}

.button.secondary-button{
background: white;
background-clip: padding-box;
transition: background .6s ease;
}

.button.secondary-button:hover{
background: var(--gradient-color);
color: whitesmoke;
box-shadow: var(--box-shadow);
}

p.para{
color: var(--text-color);
font: normal 500 16px/ 25px var(--roboto);
}

.font-roboto{
font-family: var(--roboto);
}

button:focus,
button:active
button:hover
.btn:active,
.btn.active{
outline: 0px !important;
box-shadow: none !important;
}

.title-h1{
font: normal bold 39px/ 40px var(--roboto);
}


.navbar_fixed{
position: fixed;
width: 100%;
top: -1px;
left: 0; right: 0;
background: #ffffff;
box-shadow: var(--box-shadow);
z-index: 999;
transition: background 1s ease;
}
25 changes: 25 additions & 0 deletions css/partials/_variables.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

html, body{
margin: 0%;
box-sizing: border-box;
width: 100%;
height: 100%;
}


/* CSS Variables */

:root{
--primary-color: #4458dc;
--primary-color2: #854fee;
--title-color: #141313;
--text-color: #777777;
--border-color: #201f1f17;
--gradient-color: linear-gradient(90deg, #4458dc 0%, #854fee 100%);
--shadow-color: 0px 10px 30px rgba(118, 85, 225, 0.3);
--box-shadow: 0px 10px 30px rgba(57, 56, 61, 0.205);


/* font family variables. */
--roboto: 'Roboto', cursive;
}
86 changes: 86 additions & 0 deletions css/responsive.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@



/* if the viewport is equal to 340px or less than that */
@media only screen and (max-width: 340px){
.header_area .main-menu .navbar,
.header_area .main-menu .navbar .navbar-brand,
.site-main .subscribe-us-area .subscribe .subscribe-title,
.site-main .subscribe-us-area .subscribe .subscribe-title p, h4,
.site-main .services-area,
.site-main .subscribe-us-area .subscribe
{
padding: 2%;
margin: 0%;
}

.site-main .site-banner .site-title h1{
font-size: 41px;
}

.site-main .subscribe-us-area .subscribe form .input-textbox input{
width: 15rem !important;
}

.site-main > .services-area .services{
width: 13rem;
}

}


/* if the viewport is equal to 340px or less than that */
@media only screen and (max-width: 792px){
.site-main .about-area .about-title h2 > span{
font-size: 31px;
letter-spacing: 10px;
}

.site-main .brand-area .experience-area .years-area{
padding-left: 1%;
width: 49%;
}

.site-main .brand-area .experience-area .bg-panel{
margin-left: 30%;
width: 80%;
}

.site-main .brand-area .experience-area .call-area{
padding-left: 3%;
}

.site-main .project-area .button-group button{
font: normal 500 18px/40px var(--roboto);
}

.site-main .about-area .about-title p{
padding: 0%;
}

.site-main .subscribe-us-area .subscribe form .input-textbox input{
width: 20rem;
margin: 5%;
}
}



/* if the viewport is equal to 1910px or less than that */
@media only screen and (max-width: 1910px){
.header_area .main-menu .navbar{
padding: 1rem;
}

.container{
max-width: 90%;
}

.site-main .brand-area,
.site-main .services-area .services-title,
.site-main .about-area{
padding: 3% 4%;
}


}
138 changes: 133 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,137 @@
body {
background-color: navy;
/* import fonts downalded from google*/
@import url(./fonts.css);

/* css variables */
@import url(./partials/_variables.css);

/* import global styling */
@import url(./partials/_global.css);



/* Banner Area */
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/

.site-main .site-banner {
background: url(../img/banner/home-banner.png) no-repeat 0% 50%;
}

.site-main .site-banner .site-title h3{
padding-top: 10%;
font-weight: 500;
}

.site-main .site-banner .site-title h3::after{
content: " ";
height: 2px;
width: 18vw;
background: black;
display: inline-block;
margin-left: 5%;
transform: translateY(-10px);
}

.site-main .site-banner .site-title h1{
font-size: 5rem;
}

.site-main .site-banner .site-title h4{
font-size: 1.5rem;
}

.site-main .site-banner .banner-image > img{
padding: 1rem 0;
width: 90rem;
}



/* End Banner Area */

/* Start About Area */

.site-main .about-area{
padding: 8rem 5rem;
}

.site-main .about-area .about-title h2 > span{
display: block;
font: normal bold 49px/ 60px var(--roboto);
letter-spacing: 21px;
}

.site-main .about-area .about-title .paragraph > p{
padding: .4rem 0;
}

/* End About Area */



/* About Me */

.site-main .about-area .about-title p{
padding: 1rem 7rem;
}

.site-main .about-area .client{
background: #ffffff10;
box-shadow: var(--box-shadow);
margin: 3rem 0rem;
}

.site-main .about-area .client .client-img{
padding: 2rem;
}

.site-main .about-area .client .about-client{
padding-top: 2rem;
}

.site-main .about-area .client .about-client h4{
font: normal 500 21px/ 20px var(--roboto);
}

.site-main .about-area .client .about-client p{
font-size: 14px;
}

.site-main .about-area .owl-carousel .owl-item{
display: flex;
justify-content: center;
padding: 0 1.5rem;
}

.site-main .about-area .owl-carousel .owl-dots .owl-dot.active span{
background: var(--primary-color);
width: 12px;
height: 12px;
}



/* End About Me */



/* Footer Area */

footer.footer-area{
padding: 5rem 0;
background: url(../img/footer-bg.png) no-repeat;
}

footer.footer-area .social h5{
font: normal 500 23px/ 30px var(--roboto);
}

footer.footer-area .social a > i{
font-size:22px;
padding: 2rem;
color: var(--border-color);
}

object {
height: 100vh;
width: 100vh;
footer.footer-area .social a:hover > i{
color: var(--primary-color);
}
Loading