update index
This commit is contained in:
215
css/index.css
215
css/index.css
@@ -34,12 +34,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-dark-gradient {
|
.bg-dark-gradient {
|
||||||
background: rgb(15,15,15);
|
background: rgb(15, 15, 15);
|
||||||
background: radial-gradient(circle, rgba(15,15,15,1) 0%, rgb(24, 24, 24) 50%, rgba(15,15,15,1) 100%);
|
background: radial-gradient(circle, rgba(15, 15, 15, 1) 0%, rgb(24, 24, 24) 50%, rgba(15, 15, 15, 1) 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-black1 {
|
.bg-black1 {
|
||||||
background-color: rgba(15,15,15,1);
|
background-color: rgba(15, 15, 15, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-transparent {
|
.bg-transparent {
|
||||||
@@ -98,7 +98,7 @@ img[src*="#absolute"] {
|
|||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a img:hover{
|
a img:hover {
|
||||||
opacity: 0.5 !important;
|
opacity: 0.5 !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@@ -108,83 +108,63 @@ a img:hover{
|
|||||||
.dropdown {
|
.dropdown {
|
||||||
|
|
||||||
background-color: rgb(0 0 0 / 50%);
|
background-color: rgb(0 0 0 / 50%);
|
||||||
@apply
|
@apply lg:text-lg px-6 py-1 lg:mr-5 my-3 shadow border-black capitalize leading-6 border-transparent flex flex-col border-2 w-full items-start rounded transition hover:border-stone-700
|
||||||
lg:text-lg
|
|
||||||
px-6
|
|
||||||
py-1
|
|
||||||
lg:mr-5
|
|
||||||
my-3
|
|
||||||
shadow
|
|
||||||
border-black
|
|
||||||
capitalize
|
|
||||||
leading-6
|
|
||||||
border-transparent
|
|
||||||
flex
|
|
||||||
flex-col
|
|
||||||
border-2
|
|
||||||
w-full
|
|
||||||
items-start
|
|
||||||
rounded
|
|
||||||
transition
|
|
||||||
hover:border-stone-700
|
|
||||||
/* hover:bg-stone-100 */
|
/* hover:bg-stone-100 */
|
||||||
p-2
|
p-2 text-left text-white
|
||||||
text-left
|
|
||||||
text-white
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown a{
|
.dropdown a {
|
||||||
@apply
|
@apply px-0 text-white
|
||||||
px-0
|
|
||||||
text-white
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtitle {
|
.subtitle {
|
||||||
background-color:#58CF77 !important;
|
background-color: #58CF77 !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
/* font-weight: 600 !important; */
|
/* font-weight: 600 !important; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.green{
|
.green {
|
||||||
|
|
||||||
background-color:#58CF77 !important;
|
background-color: #58CF77 !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.green:hover {
|
.green:hover {
|
||||||
background-color:#7ad993 !important;
|
background-color: #7ad993 !important;
|
||||||
}
|
}
|
||||||
.green a{
|
|
||||||
|
.green a {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.green:hover {
|
.green:hover {
|
||||||
background-color:#7ad993 !important;
|
background-color: #7ad993 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.green_text{
|
.green_text {
|
||||||
color: #58CF77 ;
|
color: #58CF77;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.blue_b{
|
.blue_b {
|
||||||
|
|
||||||
background-color:#2E83FF !important;
|
background-color: #2E83FF !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
.blue_b a{
|
|
||||||
|
.blue_b a {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blue_b:hover {
|
.blue_b:hover {
|
||||||
background-color:#5596f5 !important;
|
background-color: #5596f5 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.footer-cust a{
|
.footer-cust a {
|
||||||
color: #999;
|
color: #999;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@@ -193,20 +173,20 @@ background-color:#5596f5 !important;
|
|||||||
color: #c7c7c7;
|
color: #c7c7c7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-cust h6{
|
.footer-cust h6 {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo_size{
|
.logo_size {
|
||||||
width:200px
|
width: 200px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.blue{
|
.blue {
|
||||||
color:#2E83FF
|
color: #2E83FF
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav p > a {
|
.nav p>a {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -233,29 +213,29 @@ background-color:#5596f5 !important;
|
|||||||
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav p > a:hover {
|
.nav p>a:hover {
|
||||||
--tw-border-opacity: 1;
|
--tw-border-opacity: 1;
|
||||||
border-color: rgb(231 229 228 / var(--tw-border-opacity));
|
border-color: rgb(231 229 228 / var(--tw-border-opacity));
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgb(245 245 244 / var(--tw-bg-opacity));
|
background-color: rgb(245 245 244 / var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
.big_header{
|
.big_header {
|
||||||
font-size: 6rem !important;
|
font-size: 6rem !important;
|
||||||
font-weight: 500 !important;
|
font-weight: 500 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mycard{
|
.mycard {
|
||||||
height: 300px !important;
|
height: 300px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.mypartners{
|
.mypartners {
|
||||||
height: 300px !important;
|
height: 300px !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.key_card{
|
.key_card {
|
||||||
|
|
||||||
height: 250px;
|
height: 250px;
|
||||||
|
|
||||||
@@ -264,80 +244,81 @@ background-color:#5596f5 !important;
|
|||||||
|
|
||||||
@layer components {
|
@layer components {
|
||||||
h1 {
|
h1 {
|
||||||
@apply font-normal tracking-tight leading-tight text-white lg:text-6xl text-3xl;
|
@apply text-4xl lg:text-6xl font-normal;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-family: "Inter", sans-serif !important;
|
font-family: "Inter", sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@apply text-3xl lg:text-4xl my-4 font-normal leading-none;
|
@apply text-3xl lg:text-4xl my-4 font-normal leading-none;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-family: "Inter", sans-serif !important;
|
font-family: "Inter", sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 strong {
|
h2 strong {
|
||||||
@apply font-semibold;
|
@apply font-semibold;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
@apply lg:text-2xl text-xl leading-tight font-normal tracking-tight
|
@apply text-2xl lg:text-3xl my-4 font-extralight;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-family: "Inter", sans-serif !important;
|
font-family: "Inter", sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 strong {
|
h3 strong {
|
||||||
@apply font-normal;
|
@apply font-normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
@apply text-xl lg:text-2xl font-normal tracking-wider;
|
@apply text-xl lg:text-2xl font-normal tracking-wider;
|
||||||
font-family: "Inter", sans-serif !important;
|
font-family: "Inter", sans-serif !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
@apply text-lg my-1 tracking-normal font-medium;
|
@apply text-lg my-1 tracking-normal font-medium;
|
||||||
font-family: "Inter", sans-serif !important;
|
font-family: "Inter", sans-serif !important;
|
||||||
color: #fff !important
|
color: #fff !important
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
@apply text-md not-italic font-normal my-1;
|
@apply text-md not-italic font-normal my-1;
|
||||||
font-family: "Inter", sans-serif !important;
|
font-family: "Inter", sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
@apply text-lg text-gray-200 font-light;
|
@apply text-lg text-gray-200 font-light;
|
||||||
font-family: "Inter", sans-serif !important;
|
font-family: "Inter", sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
@apply border-l-4 border-gray-400 mx-2 my-2 p-2;
|
@apply border-l-4 border-gray-400 mx-2 my-2 p-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
@apply text-base lg:text-base font-normal;
|
@apply text-base lg:text-base font-normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
li li {
|
li li {
|
||||||
@apply text-sm lg:text-sm font-light;
|
@apply text-sm lg:text-sm font-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@apply
|
@apply inline-block md:text-md text-sm lg:mr-3 py-1 my-2 border rounded shadow border-gray-400 capitalize bg-gray-200
|
||||||
inline-block
|
|
||||||
md:text-md
|
|
||||||
text-sm
|
|
||||||
lg:mr-3
|
|
||||||
py-1
|
|
||||||
my-2
|
|
||||||
border
|
|
||||||
rounded
|
|
||||||
shadow
|
|
||||||
border-gray-400
|
|
||||||
capitalize
|
|
||||||
bg-gray-200
|
|
||||||
}
|
}
|
||||||
.my-header h4{
|
|
||||||
color:#9f9f9f;
|
.my-header h4 {
|
||||||
|
color: #9f9f9f;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 a{
|
h3 a {
|
||||||
color:#ffffff;
|
color: #ffffff;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 a:hover{
|
h3 a:hover {
|
||||||
color:#b6b6b6;
|
color: #b6b6b6;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -345,54 +326,57 @@ background-color:#5596f5 !important;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
.article h2{
|
.article h2 {
|
||||||
font-size: 2.25rem;
|
font-size: 2.25rem;
|
||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color:#e2e2e2;
|
color: #e2e2e2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article h1{
|
.article h1 {
|
||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
.article p{
|
|
||||||
|
.article p {
|
||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
color:#e2e2e2
|
color: #e2e2e2
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content-text a, .article a{
|
.post-content-text a,
|
||||||
|
.article a {
|
||||||
color: #a1debd;
|
color: #a1debd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content-text a:hover, .article a:hover{
|
.post-content-text a:hover,
|
||||||
|
.article a:hover {
|
||||||
color: #57d391;
|
color: #57d391;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article li{
|
.article li {
|
||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
color:#e2e2e2
|
color: #e2e2e2
|
||||||
}
|
}
|
||||||
|
|
||||||
.article h3{
|
.article h3 {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.article h4{
|
.article h4 {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-title {
|
.main-title {
|
||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* button:hover :is(:where(a)) {
|
/* button:hover :is(:where(a)) {
|
||||||
@@ -406,12 +390,10 @@ button :is(:where(p)) {
|
|||||||
|
|
||||||
button a {
|
button a {
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
@apply
|
@apply text-black px-8
|
||||||
text-black
|
|
||||||
px-8
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.long-text a{
|
.long-text a {
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
@@ -447,6 +429,7 @@ header {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quicklinks img {
|
.quicklinks img {
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
@@ -566,9 +549,10 @@ header {
|
|||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.my-test{
|
.my-test {
|
||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content-text .my-test {
|
.post-content-text .my-test {
|
||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
@@ -580,6 +564,7 @@ header {
|
|||||||
font-size: 2.25rem;
|
font-size: 2.25rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-fluid {
|
.container-fluid {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/* padding-right: 15px;
|
/* padding-right: 15px;
|
||||||
@@ -591,7 +576,8 @@ header {
|
|||||||
.zola-anchor {
|
.zola-anchor {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@media (min-width: 1024px){
|
|
||||||
|
@media (min-width: 1024px) {
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 3.5rem;
|
font-size: 3.5rem;
|
||||||
}
|
}
|
||||||
@@ -600,7 +586,7 @@ header {
|
|||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
|
|
||||||
.mycard{
|
.mycard {
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -618,25 +604,27 @@ header {
|
|||||||
.banner h2 svg {
|
.banner h2 svg {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
.arrow img{
|
|
||||||
-moz-transform:rotate(90deg);
|
.arrow img {
|
||||||
-webkit-transform:rotate(90deg);
|
-moz-transform: rotate(90deg);
|
||||||
-ms-transform:rotate(90deg);
|
-webkit-transform: rotate(90deg);
|
||||||
|
-ms-transform: rotate(90deg);
|
||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mycard{
|
.mycard {
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
|
|
||||||
.banner,
|
.banner,
|
||||||
.header {
|
.header {
|
||||||
padding: 80px 0;
|
padding: 80px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article h2{
|
.article h2 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -649,12 +637,12 @@ header {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.big_header{
|
.big_header {
|
||||||
font-size: 4rem !important;
|
font-size: 4rem !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mytest{
|
.mytest {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -662,18 +650,17 @@ header {
|
|||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mycard{
|
.mycard {
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.key_card{
|
.key_card {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mypartners{
|
.mypartners {
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user