add design
This commit is contained in:
+310
-120
@@ -13,6 +13,11 @@
|
||||
src: url('../font/Roboto-Regular.ttf') format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto-Med';
|
||||
src: url('../font/Roboto-Bold.ttf') format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto-Bold';
|
||||
src: url('../font/Roboto-ExtraBold.ttf') format("truetype");
|
||||
@@ -27,6 +32,7 @@ html body {
|
||||
color: #505050;
|
||||
margin: 0;
|
||||
direction: ltr;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
html:focus,
|
||||
@@ -140,27 +146,26 @@ html body a:hover {
|
||||
height: 384px;
|
||||
width: 384px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 100px;
|
||||
left: -25px;
|
||||
top: 30px;
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1080px;
|
||||
width: 100%;
|
||||
padding-right: var(--bs-gutter-x, 0.75rem);
|
||||
padding-left: var(--bs-gutter-x, 0.75rem);
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
|
||||
.header {
|
||||
height: 76px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
.header-logo {}
|
||||
|
||||
.header-side {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -169,126 +174,13 @@ html body a:hover {
|
||||
}
|
||||
|
||||
|
||||
.slider {
|
||||
padding-top: 15px;
|
||||
|
||||
.slider-inner {
|
||||
display: flex;
|
||||
// align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.s-left {
|
||||
width: 50%;
|
||||
padding-top: 50px;
|
||||
|
||||
h1 {
|
||||
font-family: 'Roboto-Bold';
|
||||
font-size: 89px;
|
||||
font-weight: 900;
|
||||
background-image: radial-gradient(52.27% 52.27% at 50% 50%, #0164FF 0%, #2EEAE1 100%);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
// margin-bottom: 50px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-family: 'Roboto-Bold';
|
||||
font-weight: 900;
|
||||
font-size: 48px;
|
||||
color: #0164FF;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-family: 'Roboto-Bold';
|
||||
font-weight: 900;
|
||||
font-size: 32px;
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
color: #777;
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.s-right {
|
||||
width: 50%;
|
||||
|
||||
.s-right-inner {
|
||||
position: relative;
|
||||
|
||||
img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -25%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.our-sec {
|
||||
padding-top: 120px;
|
||||
padding-bottom: 130px;
|
||||
|
||||
.our-sec-inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
.os-item {
|
||||
width: 30%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
|
||||
h1 {
|
||||
font-family: 'Roboto-Bold';
|
||||
font-size: 89px;
|
||||
font-weight: 900;
|
||||
background-image: radial-gradient(52.27% 52.27% at 50% 50%, #0164FF 0%, #2EEAE1 100%);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 20px;
|
||||
color: #000;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 20px;
|
||||
font-size: 16px;
|
||||
color: #777777;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.footer {
|
||||
position: relative;
|
||||
|
||||
|
||||
.effect-2 {
|
||||
height: 522px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
@@ -352,4 +244,302 @@ html body a:hover {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.d-none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// ------------------------------Index Page-------------
|
||||
|
||||
.slider {
|
||||
padding-top: 15px;
|
||||
|
||||
.slider-inner {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.s-left {
|
||||
width: 50%;
|
||||
padding-top: 50px;
|
||||
|
||||
h1 {
|
||||
font-family: 'Roboto-Bold';
|
||||
font-size: 89px;
|
||||
font-weight: 900;
|
||||
background-image: radial-gradient(52.27% 52.27% at 50% 50%, #0164FF 0%, #2EEAE1 100%);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-family: 'Roboto-Bold';
|
||||
font-weight: 900;
|
||||
font-size: 48px;
|
||||
color: #0164FF;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-family: 'Roboto-Bold';
|
||||
font-weight: 900;
|
||||
font-size: 32px;
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
color: #777;
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.s-right {
|
||||
width: 50%;
|
||||
|
||||
.s-right-inner {
|
||||
position: relative;
|
||||
|
||||
img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -25%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.our-sec {
|
||||
padding-top: 120px;
|
||||
padding-bottom: 130px;
|
||||
|
||||
.our-sec-inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
.os-item {
|
||||
width: 30%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
|
||||
h1 {
|
||||
font-family: 'Roboto-Bold';
|
||||
font-size: 89px;
|
||||
font-weight: 900;
|
||||
background-image: radial-gradient(52.27% 52.27% at 50% 50%, #0164FF 0%, #2EEAE1 100%);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 20px;
|
||||
color: #000;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 20px;
|
||||
font-size: 16px;
|
||||
color: #777777;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ------------------------------Index Page END-------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// ------------------------------Contact Us page-------------
|
||||
|
||||
.contact-us {
|
||||
padding-top: 50px;
|
||||
|
||||
.contact-us-inner {
|
||||
.cu-top {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
|
||||
span {
|
||||
display: inline-block;
|
||||
padding: 7px 10px;
|
||||
font-size: 14px;
|
||||
background-color: #e3eeff;
|
||||
color: #0164FF;
|
||||
border-radius: 50px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'Roboto-Bold';
|
||||
font-size: 48px;
|
||||
font-weight: 900;
|
||||
color: #222222;
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
color: #222222;
|
||||
|
||||
a {
|
||||
color: #0164FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cu-main {
|
||||
margin-top: 70px;
|
||||
margin-bottom: 70px;
|
||||
padding: 30px;
|
||||
border-radius: 32px;
|
||||
border: 1px solid #DADADA;
|
||||
background-color: #fff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
.cu-main-inner {
|
||||
width: 60%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.input-box {
|
||||
margin-bottom: 25px;
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
margin-bottom: 12px;
|
||||
color: #222;
|
||||
}
|
||||
|
||||
div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: 10px;
|
||||
height: 44px;
|
||||
border: 1px solid #DADADA;
|
||||
overflow: hidden;
|
||||
|
||||
img {
|
||||
margin-left: 15px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
input {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
font-family: 'Roboto-Med';
|
||||
|
||||
&::placeholder {
|
||||
font-family: 'Roboto';
|
||||
}
|
||||
}
|
||||
|
||||
&:focus-within {
|
||||
border: 1px solid #0164FF;
|
||||
}
|
||||
}
|
||||
|
||||
&.textarea {
|
||||
div {
|
||||
height: 90px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding-left: 20px;
|
||||
padding-top: 10px;
|
||||
border: none;
|
||||
resize: none;
|
||||
font-size: 14px;
|
||||
font-family: 'Roboto';
|
||||
}
|
||||
}
|
||||
|
||||
&.submit {
|
||||
padding-top: 15px;
|
||||
|
||||
& input[type="submit"],
|
||||
button {
|
||||
width: 100%;
|
||||
border: none;
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
padding: 18.5px 0;
|
||||
background-color: #0164FF;
|
||||
border-radius: 50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ------------------------------Contact Us page End-------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.container {
|
||||
max-width: 540px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.container {
|
||||
max-width: 720px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.container {
|
||||
max-width: 960px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.container {
|
||||
max-width: 1080px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1441px) {
|
||||
.container {
|
||||
max-width: 1280px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user