add index page
This commit is contained in:
+234
-20
@@ -1,74 +1,288 @@
|
||||
@font-face {
|
||||
font-family: 'IRAN SANS';
|
||||
src: url('../font/IRAN SANS.TTF') format("truetype");
|
||||
font-family: "IRAN SANS";
|
||||
src: url("../font/IRAN SANS.TTF") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "MTNIrancell-Regular";
|
||||
src: url("../font/MTNIrancell-Regular.eot?#iefix");
|
||||
src: url("../font/MTNIrancell-Regular.eot?#iefix") format("eot"), url("../font/MTNIrancell-Regular.woff") format("woff"), url("../font/MTNIrancell-Regular.woff2") format("woff2"), url("../font/MTNIrancell-Regular.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-family: "Lato-Regular";
|
||||
src: url("../font/Lato-Regular.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "MTNIrancell-Bold";
|
||||
src: url("../font/MTNIrancell-Bold.eot?#iefix");
|
||||
src: url("../font/MTNIrancell-Bold.eot?#iefix") format("eot"), url("../font/MTNIrancell-Bold.woff") format("woff"), url("./assets/fonts/MTNIrancell-Bold.woff2") format("woff2"), url("./assets/fonts/MTNIrancell-Bold.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-family: "Roboto";
|
||||
src: url("../font/Roboto-Regular.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto-Bold";
|
||||
src: url("../font/Roboto-ExtraBold.ttf") format("truetype");
|
||||
}
|
||||
html body {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
font-family: "MTNIrancell-Regular";
|
||||
font-family: "Roboto";
|
||||
font-size: 16px;
|
||||
color: #505050;
|
||||
margin: 0;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
html:focus,
|
||||
body:focus,
|
||||
*:focus {
|
||||
outline: unset;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ul,
|
||||
li,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
strong,
|
||||
span {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
html body button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
html body a {
|
||||
color: #505050;
|
||||
}
|
||||
|
||||
html body a:hover {
|
||||
text-decoration: none;
|
||||
color: #505050;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 7.5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
box-shadow: inset 0 0 5px grey;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #a0a0a0;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #a0a0a0;
|
||||
}
|
||||
.english {
|
||||
font-family: 'Lato-Regular' !important;
|
||||
font-size: 14px !important;
|
||||
vertical-align: -2px;
|
||||
|
||||
.blue-btn {
|
||||
font-size: 14px;
|
||||
padding: 20px 49px;
|
||||
background-color: #0164FF;
|
||||
color: #fff;
|
||||
border-radius: 50px;
|
||||
margin: 0 10px;
|
||||
font-weight: 500;
|
||||
}
|
||||
.persian {
|
||||
font-family: "MTNIrancell-Regular" !important;
|
||||
font-size: 20px !important;
|
||||
|
||||
.white-btn {
|
||||
font-size: 14px;
|
||||
padding: 20px 10px;
|
||||
background-color: #fff;
|
||||
color: #0164FF;
|
||||
border-radius: 50px;
|
||||
margin: 0 10px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.main-section {
|
||||
position: relative;
|
||||
}
|
||||
.main-section .effect-one {
|
||||
height: 384px;
|
||||
width: 384px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 100px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1080px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.header {
|
||||
height: 76px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.header .header-side {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.slider {
|
||||
padding-top: 15px;
|
||||
}
|
||||
.slider .slider-inner {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.slider .s-left {
|
||||
width: 50%;
|
||||
padding-top: 50px;
|
||||
}
|
||||
.slider .s-left 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;
|
||||
}
|
||||
.slider .s-left h3 {
|
||||
font-family: "Roboto-Bold";
|
||||
font-weight: 900;
|
||||
font-size: 48px;
|
||||
color: #0164FF;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.slider .s-left strong {
|
||||
font-family: "Roboto-Bold";
|
||||
font-weight: 900;
|
||||
font-size: 32px;
|
||||
color: #222222;
|
||||
}
|
||||
.slider .s-left p {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
color: #777;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.slider .s-right {
|
||||
width: 50%;
|
||||
}
|
||||
.slider .s-right .s-right-inner {
|
||||
position: relative;
|
||||
}
|
||||
.slider .s-right .s-right-inner img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -25%;
|
||||
}
|
||||
|
||||
.our-sec {
|
||||
padding-top: 120px;
|
||||
padding-bottom: 130px;
|
||||
}
|
||||
.our-sec .our-sec-inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.our-sec .our-sec-inner .os-item {
|
||||
width: 30%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
.our-sec .our-sec-inner .os-item 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;
|
||||
}
|
||||
.our-sec .our-sec-inner .os-item span {
|
||||
font-size: 20px;
|
||||
color: #000;
|
||||
font-weight: 600;
|
||||
}
|
||||
.our-sec .our-sec-inner .os-item p {
|
||||
margin-top: 20px;
|
||||
font-size: 16px;
|
||||
color: #777777;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: relative;
|
||||
}
|
||||
.footer .effect-2 {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
.footer .footter-inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
flex-direction: column;
|
||||
padding-top: 30px;
|
||||
padding-bottom: 50px;
|
||||
border-top: 1px solid #e7e7e7;
|
||||
}
|
||||
.footer .footter-inner .f-top {
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
.footer .footter-inner .f-top img {
|
||||
width: 177px;
|
||||
}
|
||||
.footer .footter-inner .f-midd {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
.footer .footter-inner .f-midd .footer-item {
|
||||
width: 32%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.footer .footter-inner .f-midd .footer-item span {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.footer .footter-inner .f-midd .footer-item span img {
|
||||
margin-right: 20px;
|
||||
}
|
||||
.footer .footter-inner .f-bott p {
|
||||
font-size: 12px;
|
||||
color: #9E9E9E;
|
||||
text-align: center;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=style.css.map */
|
||||
|
||||
Reference in New Issue
Block a user