Merge branch 'abraham' into 'master'
Abraham
See merge request !13
Showing
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css); | @import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css); | ||
/****** Style Star Rating Widget *****/ | /****** Style Star Rating Widget *****/ | ||
.landing_page{ | |||
.rating { | .rating { | ||
border: none; | border: none; | ||
float: left; | float: left; | ||
... | @@ -36,196 +36,199 @@ | ... | @@ -36,196 +36,199 @@ |
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */ | .rating > label:hover ~ input:checked ~ label, /* lighten current selection */ | ||
.rating > input:checked ~ label:hover ~ label { color: #FFED85; } | .rating > input:checked ~ label:hover ~ label { color: #FFED85; } | ||
//css for landingpage | //css for landingpage | ||
.backgnd_grey{ | |||
background-color: rgb(239,240,241); | .backgnd_grey{ | ||
max-height: 1080px; | background-color: rgb(239,240,241); | ||
max-width: 1920px; | max-height: 1080px; | ||
.map_overlay{ | max-width: 1920px; | ||
background-image: url('../../../assets/img/[email protected]'); | .map_overlay{ | ||
width: 100%; | background-image: url('../../../assets/img/[email protected]'); | ||
background-size: 100%; | width: 100%; | ||
background-repeat: no-repeat; | background-size: 100%; | ||
.map_contents{ | background-repeat: no-repeat; | ||
padding-top: 300px; | .map_contents{ | ||
padding-bottom: 250px; | padding-top: 300px; | ||
.slick_main{ | padding-bottom: 250px; | ||
.row{ | .slick_main{ | ||
.col-md-5{ | outline: none; | ||
display: flex; | .row{ | ||
justify-content: space-evenly; | .col-md-5{ | ||
flex-direction:column; | display: flex; | ||
.left_side{ | justify-content: space-evenly; | ||
object-fit: contain; | flex-direction:column; | ||
font-family: Roboto; | .left_side{ | ||
font-size: 44.5px; | |||
font-weight: normal; | |||
font-style: normal; | |||
font-stretch: normal; | |||
line-height: 1.16; | |||
letter-spacing: normal; | |||
text-align: left; | |||
color: #404041; | |||
.lorem{ | |||
font-size: 67.5px; | |||
font-weight: 900; | |||
color: #8cc342; | |||
} | |||
.ipsum{ | |||
font-size: 67.5px; | |||
font-weight: 900; | |||
} | |||
p{ | |||
margin-top: 20px; | |||
object-fit: contain; | object-fit: contain; | ||
font-family: Roboto; | font-family: Roboto; | ||
font-size: 16px; | font-size: 44.5px; | ||
font-weight: 300; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
font-stretch: normal; | font-stretch: normal; | ||
line-height: 1.81; | line-height: 1.16; | ||
letter-spacing: normal; | letter-spacing: normal; | ||
text-align: left; | text-align: left; | ||
color: #404041; | color: #404041; | ||
} | .lorem{ | ||
.get_info{ | font-size: 67.5px; | ||
width: fit-content; | font-weight: 900; | ||
background-color: rgb(92,141,24); | color: #8cc342; | ||
padding: 11px 14px 12px 18px; | |||
object-fit: contain; | |||
font-family: Roboto; | |||
font-size: 24px; | |||
font-weight: 900; | |||
font-style: normal; | |||
font-stretch: normal; | |||
line-height: 0.77; | |||
letter-spacing: normal; | |||
text-align: left; | |||
color: #ffffff; | |||
img{ | |||
padding-left: 3px; | |||
display: inline; | |||
} | } | ||
} | .ipsum{ | ||
} | font-size: 67.5px; | ||
} | font-weight: 900; | ||
.col-md-7{ | |||
.right_side{ | |||
max-width: 600px; | |||
img{ | |||
height: 100%; | |||
width: 100%; | |||
} | |||
} | |||
} | |||
} | |||
} | |||
} | |||
} | |||
} | |||
.our_products{ | |||
background-color: #ffffff; | |||
max-width: 1920px; | |||
height: auto; | |||
text-align: center; | |||
margin-bottom: 100px; | |||
.prod_overlay{ | |||
padding-top: 98px; | |||
margin: 0 auto; | |||
} | |||
.pill_margin{ | |||
margin-top: 70px; | |||
} | |||
.container{ | |||
.nav-pills{ | |||
.nav-item{ | |||
.nav-link{ | |||
padding: 5px 40px 5px 40px; | |||
color: #6e6e6e; | |||
object-fit: contain; | |||
font-family: Roboto; | |||
font-size: 22px; | |||
font-weight: 300; | |||
font-style: normal; | |||
font-stretch: normal; | |||
letter-spacing: normal; | |||
text-align: left; | |||
} | |||
.active{ | |||
background-color: #7db532; | |||
border-radius: 0px; | |||
color: #ffffff; | |||
} | |||
} | |||
} | |||
.tab-content{ | |||
margin-top: 50px; | |||
.tab-pane{ | |||
.row{ | |||
.col{ | |||
padding: 5px; | |||
.prod_img{ | |||
width: 100%; | |||
height: 306px; | |||
position: relative; | |||
img{ | |||
width: 100%; | |||
height: 100%; | |||
} | |||
} | |||
.prod_hover{ | |||
position: absolute; | |||
text-align: left; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
background-color: rgba(0, 0,0 , .8); | |||
opacity: 0; | |||
transition-timing-function: ease-out; | |||
transition: 1s; | |||
&:hover{ | |||
opacity: 1; | |||
transition-timing-function: ease-out; | |||
transition: 1s; | |||
} | |||
.prod_hover_overlay{ | |||
margin-top: 30px; | |||
margin-left: 35px; | |||
margin-right: 30px; | |||
margin-bottom: 30px; | |||
img{ | |||
width: auto; | |||
height: 50px; | |||
} | } | ||
h6{ | p{ | ||
margin-top: 20px; | margin-top: 20px; | ||
object-fit: contain; | object-fit: contain; | ||
font-family: Roboto; | font-family: Roboto; | ||
font-size: 18px; | font-size: 16px; | ||
font-weight: 300; | font-weight: 300; | ||
font-style: normal; | font-style: normal; | ||
font-stretch: normal; | font-stretch: normal; | ||
line-height: 1.28; | line-height: 1.81; | ||
letter-spacing: normal; | letter-spacing: normal; | ||
text-align: left; | text-align: left; | ||
color: #6b6b6b; | color: #404041; | ||
} | } | ||
p{ | .get_info{ | ||
margin-top: 10px; | width: fit-content; | ||
background-color: rgb(92,141,24); | |||
padding: 11px 14px 12px 18px; | |||
object-fit: contain; | object-fit: contain; | ||
font-family: Roboto; | font-family: Roboto; | ||
font-size: 15px; | font-size: 24px; | ||
font-weight: 300; | font-weight: 900; | ||
font-style: normal; | font-style: normal; | ||
font-stretch: normal; | font-stretch: normal; | ||
line-height: 1.53; | line-height: 0.77; | ||
letter-spacing: normal; | letter-spacing: normal; | ||
text-align: left; | text-align: left; | ||
color: #ffffff; | color: #ffffff; | ||
img{ | img{ | ||
height: auto !important; | padding-left: 3px; | ||
width: 23px; | display: inline; | ||
} | |||
} | |||
} | |||
} | |||
.col-md-7{ | |||
.right_side{ | |||
max-width: 600px; | |||
img{ | |||
height: 100%; | |||
width: 100%; | |||
} | |||
} | |||
} | |||
} | |||
} | |||
} | |||
} | |||
} | |||
.our_products{ | |||
background-color: #ffffff; | |||
max-width: 1920px; | |||
height: auto; | |||
text-align: center; | |||
margin-bottom: 100px; | |||
.prod_overlay{ | |||
padding-top: 98px; | |||
margin: 0 auto; | |||
} | |||
.pill_margin{ | |||
margin-top: 70px; | |||
} | |||
.container{ | |||
.nav-pills{ | |||
.nav-item{ | |||
.nav-link{ | |||
padding: 5px 40px 5px 40px; | |||
color: #6e6e6e; | |||
object-fit: contain; | |||
font-family: Roboto; | |||
font-size: 22px; | |||
font-weight: 300; | |||
font-style: normal; | |||
font-stretch: normal; | |||
letter-spacing: normal; | |||
text-align: left; | |||
} | |||
.active{ | |||
background-color: #7db532; | |||
border-radius: 0px; | |||
color: #ffffff; | |||
} | |||
} | |||
} | |||
.tab-content{ | |||
margin-top: 50px; | |||
.tab-pane{ | |||
.row{ | |||
.col{ | |||
padding: 5px; | |||
.prod_img{ | |||
width: 100%; | |||
height: 306px; | |||
position: relative; | |||
img{ | |||
width: 100%; | |||
height: 100%; | |||
} | |||
} | |||
.prod_hover{ | |||
position: absolute; | |||
text-align: left; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
background-color: rgba(0, 0,0 , .8); | |||
opacity: 0; | |||
transition-timing-function: ease-out; | |||
transition: 1s; | |||
&:hover{ | |||
opacity: 1; | |||
transition-timing-function: ease-out; | |||
transition: 1s; | |||
} | |||
.prod_hover_overlay{ | |||
margin-top: 30px; | |||
margin-left: 35px; | |||
margin-right: 30px; | |||
margin-bottom: 30px; | |||
img{ | |||
width: auto; | |||
height: 50px; | |||
} | |||
h6{ | |||
margin-top: 20px; | |||
object-fit: contain; | |||
font-family: Roboto; | |||
font-size: 18px; | |||
font-weight: 300; | |||
font-style: normal; | |||
font-stretch: normal; | |||
line-height: 1.28; | |||
letter-spacing: normal; | |||
text-align: left; | |||
color: #6b6b6b; | |||
} | |||
p{ | |||
margin-top: 10px; | |||
object-fit: contain; | |||
font-family: Roboto; | |||
font-size: 15px; | |||
font-weight: 300; | |||
font-style: normal; | |||
font-stretch: normal; | |||
line-height: 1.53; | |||
letter-spacing: normal; | |||
text-align: left; | |||
color: #ffffff; | |||
img{ | |||
height: auto !important; | |||
width: 23px; | |||
} | |||
} | } | ||
} | } | ||
} | } | ||
... | @@ -235,174 +238,174 @@ | ... | @@ -235,174 +238,174 @@ |
} | } | ||
} | } | ||
} | } | ||
} | h2{ | ||
h2{ | |||
display: inline; | |||
object-fit: contain; | |||
font-family: Roboto; | |||
font-size: 44.5px; | |||
font-weight: 900; | |||
font-style: normal; | |||
font-stretch: normal; | |||
line-height: 1.09; | |||
letter-spacing: normal; | |||
text-align: left; | |||
color: #404041; | |||
.prod_color{ | |||
color: #67912c; | |||
display: inline; | display: inline; | ||
object-fit: contain; | |||
font-family: Roboto; | |||
font-size: 44.5px; | |||
font-weight: 900; | |||
font-style: normal; | |||
font-stretch: normal; | |||
line-height: 1.09; | |||
letter-spacing: normal; | |||
text-align: left; | |||
color: #404041; | |||
.prod_color{ | |||
color: #67912c; | |||
display: inline; | |||
} | |||
} | } | ||
} | hr{ | ||
hr{ | border: 5px solid rgb(125,181,50); | ||
border: 5px solid rgb(125,181,50); | width: 57px; | ||
width: 57px; | background-color: rgb(125,181,50); | ||
background-color: rgb(125,181,50); | |||
} | |||
.white_head{ | |||
color: #ffffff; | |||
} | |||
.why_codein_overlay{ | |||
padding-bottom: 70px; | |||
background-color: rgb(0, 0, 0); | |||
overflow: auto; | |||
text-align: center; | |||
.code_overlay{ | |||
padding-top: 99px; | |||
margin: 0 auto; | |||
} | } | ||
.icon_container{ | .white_head{ | ||
.border_bottom{ | color: #ffffff; | ||
border-bottom: 1px solid; | } | ||
} | .why_codein_overlay{ | ||
.margin_top{ | padding-bottom: 70px; | ||
margin-top: 53px; | background-color: rgb(0, 0, 0); | ||
overflow: auto; | |||
text-align: center; | |||
.code_overlay{ | |||
padding-top: 99px; | |||
margin: 0 auto; | |||
} | } | ||
.row{ | .icon_container{ | ||
.padd_top{ | .border_bottom{ | ||
padding-top: 50px; | border-bottom: 1px solid; | ||
} | |||
.padd_bottom{ | |||
padding-bottom: 50px; | |||
} | } | ||
.border_none{ | .margin_top{ | ||
border-right: none !important; | margin-top: 53px; | ||
} | } | ||
.col{ | .row{ | ||
border-right: 1px solid; | .padd_top{ | ||
.image_icon{ | padding-top: 50px; | ||
width: 74px; | } | ||
height: 84px; | .padd_bottom{ | ||
margin: 0 auto; | padding-bottom: 50px; | ||
img{ | |||
width: 100%; | |||
height: 100%; | |||
} | |||
} | } | ||
h4{ | .border_none{ | ||
object-fit: contain; | border-right: none !important; | ||
font-family: 'Roboto'; | } | ||
font-size: 27px; | .col{ | ||
font-weight: normal; | border-right: 1px solid; | ||
margin-top: 27px; | .image_icon{ | ||
font-style: normal; | width: 74px; | ||
font-stretch: normal; | height: 77px; | ||
line-height: 1.45; | margin: 0 auto; | ||
letter-spacing: normal; | img{ | ||
text-align: center; | width: 100%; | ||
color: #ffffff; | height: 100%; | ||
} | |||
} | |||
h4{ | |||
object-fit: contain; | |||
font-family: 'Roboto'; | |||
font-size: 27px; | |||
font-weight: normal; | |||
margin-top: 27px; | |||
font-style: normal; | |||
font-stretch: normal; | |||
line-height: 1.45; | |||
letter-spacing: normal; | |||
text-align: center; | |||
color: #ffffff; | |||
} | |||
} | } | ||
} | } | ||
} | } | ||
} | } | ||
} | .rating_review{ | ||
.rating_review{ | background-color: #ffffff; | ||
background-color: #ffffff; | text-align: center; | ||
text-align: center; | .rating_overlay{ | ||
.rating_overlay{ | padding-top: 73px; | ||
padding-top: 73px; | h2{ | ||
h2{ | color: #3c3c3b !important; | ||
color: #3c3c3b !important; | } | ||
} | } | ||
} | .rating_review_box{ | ||
.rating_review_box{ | max-width: 980px; | ||
max-width: 980px; | margin: 0 auto; | ||
margin: 0 auto; | margin-bottom: 75px; | ||
margin-bottom: 75px; | padding-top: 36px; | ||
padding-top: 36px; | ngx-slick-carousel{ | ||
ngx-slick-carousel{ | .rating_slide{ | ||
.rating_slide{ | .rating_review_box_one{ | ||
.rating_review_box_one{ | margin: 23px 16px 24px 16px; | ||
margin: 23px 16px 24px 16px; | .row{ | ||
.row{ | |||
width: 100%; | |||
margin-left: 0px; | |||
margin-right: 0px; | |||
.rating_head{ | |||
background-color: rgb(225, 225, 225); | |||
width: 100%; | width: 100%; | ||
text-align: left; | margin-left: 0px; | ||
.rating_star{ | margin-right: 0px; | ||
margin: 0px 23px 0px 20px; | .rating_head{ | ||
display: inline-block; | background-color: rgb(225, 225, 225); | ||
label{ | width: 100%; | ||
margin-bottom: 0px; | text-align: left; | ||
.rating_star{ | |||
margin: 0px 23px 0px 20px; | |||
display: inline-block; | |||
label{ | |||
margin-bottom: 0px; | |||
} | |||
img{ | |||
width: 100%; | |||
} | |||
} | } | ||
img{ | .for-design-quality{ | ||
width: 100%; | display: inline-block; | ||
padding: 5px 0px 0px 0px; | |||
vertical-align: top; | |||
object-fit: contain; | |||
font-family: Roboto; | |||
font-size: 21px; | |||
font-weight: bold; | |||
font-style: normal; | |||
font-stretch: normal; | |||
letter-spacing: normal; | |||
text-align: left; | |||
color: #696969; | |||
.for_textstyle{ | |||
font-weight: normal; | |||
display: inline; | |||
} | |||
} | } | ||
} | .kochi_taxi{ | ||
.for-design-quality{ | padding: 5px 33px 0px 0px; | ||
display: inline-block; | vertical-align: top; | ||
padding: 5px 0px 0px 0px; | float: right; | ||
vertical-align: top; | object-fit: contain; | ||
object-fit: contain; | font-family: Roboto; | ||
font-family: Roboto; | font-size: 21px; | ||
font-size: 21px; | font-weight: 500; | ||
font-weight: bold; | font-style: normal; | ||
font-style: normal; | font-stretch: normal; | ||
font-stretch: normal; | letter-spacing: normal; | ||
letter-spacing: normal; | text-align: left; | ||
text-align: left; | color: #656565; | ||
color: #696969; | |||
.for_textstyle{ | |||
font-weight: normal; | |||
display: inline; | |||
} | } | ||
} | } | ||
.kochi_taxi{ | } | ||
padding: 5px 33px 0px 0px; | .rating_body{ | ||
vertical-align: top; | border: 2px solid rgb(225, 225, 225); | ||
float: right; | .rating_content{ | ||
object-fit: contain; | object-fit: contain; | ||
font-family: Roboto; | font-family: Roboto; | ||
font-size: 21px; | font-size: 21px; | ||
font-weight: 500; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
font-stretch: normal; | font-stretch: normal; | ||
line-height: 0.83; | |||
letter-spacing: normal; | letter-spacing: normal; | ||
text-align: left; | text-align: left; | ||
color: #656565; | color: #656565; | ||
margin: 48px 0px 40px 30px; | |||
} | } | ||
} | } | ||
} | } | ||
.rating_body{ | |||
border: 2px solid rgb(225, 225, 225); | |||
.rating_content{ | |||
object-fit: contain; | |||
font-family: Roboto; | |||
font-size: 21px; | |||
font-weight: normal; | |||
font-style: normal; | |||
font-stretch: normal; | |||
line-height: 0.83; | |||
letter-spacing: normal; | |||
text-align: left; | |||
color: #656565; | |||
margin: 48px 0px 40px 30px; | |||
} | |||
} | |||
} | } | ||
} | } | ||
} | } | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please
register
or
sign in
to comment