Home Page changes and MD page added
This commit is contained in:
@ -276,7 +276,7 @@ dl, ol, ul {
|
||||
}
|
||||
.section-title__title {
|
||||
margin: 0;
|
||||
color: var(--treck-black);
|
||||
color: #d81921;
|
||||
font-size: 50px;
|
||||
line-height: 60px;
|
||||
font-weight: 600;
|
||||
@ -1590,7 +1590,7 @@ dl, ol, ul {
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
background-color: transparent;
|
||||
border: 1px solid #28292b;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
.main-menu-two__call {
|
||||
position: relative;
|
||||
@ -3299,7 +3299,7 @@ dl, ol, ul {
|
||||
position: relative;
|
||||
display: block;
|
||||
background-color: #121315;
|
||||
padding-top: 120px;
|
||||
/* padding-top: 120px;*/
|
||||
z-index: 2;
|
||||
}
|
||||
.video-one__bg {
|
||||
@ -3328,7 +3328,7 @@ dl, ol, ul {
|
||||
background-color: rgb(255, 255, 255);
|
||||
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
|
||||
padding: 60px 60px 60px;
|
||||
margin-bottom: -60px;
|
||||
/* margin-bottom: -60px;*/
|
||||
}
|
||||
.video-one__left:before {
|
||||
content: "";
|
||||
@ -8849,9 +8849,11 @@ dl, ol, ul {
|
||||
left: -375px;
|
||||
right: -120px;
|
||||
bottom: 0;
|
||||
/*
|
||||
background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%);
|
||||
background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%);
|
||||
background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%);
|
||||
*/
|
||||
z-index: -1;
|
||||
}
|
||||
.testimonial-three__slider {
|
||||
@ -8860,7 +8862,7 @@ dl, ol, ul {
|
||||
background-color: var(--treck-white);
|
||||
padding-left: 120px;
|
||||
padding-right: 100px;
|
||||
padding-top: 80px;
|
||||
/* padding-top: 80px;*/
|
||||
padding-bottom: 114px;
|
||||
}
|
||||
.testimonial-three__thumb-outer-box {
|
||||
@ -8870,8 +8872,10 @@ dl, ol, ul {
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
margin-right: auto;
|
||||
/*
|
||||
padding-top: 40px;
|
||||
padding-bottom: 53px;
|
||||
*/
|
||||
}
|
||||
.testimonial-three__thumb-carousel {
|
||||
position: relative;
|
||||
@ -10602,8 +10606,10 @@ dl, ol, ul {
|
||||
.team-details__right {
|
||||
position: relative;
|
||||
display: block;
|
||||
/*
|
||||
margin-left: 70px;
|
||||
margin-top: -11px;
|
||||
*/
|
||||
}
|
||||
.team-details__name {
|
||||
font-size: 40px;
|
||||
@ -15218,7 +15224,7 @@ body.boxed-wrapper {
|
||||
margin-left: 42px;
|
||||
}
|
||||
.blog-bg {
|
||||
background: #eee;
|
||||
background: #eceef6;
|
||||
}
|
||||
.visa-bg {
|
||||
background-image: linear-gradient(rgb(0 0 0 / 18%), rgb(0 0 0 / 63%)), url("../images/rohini/visa-bg.jpg");
|
||||
@ -15243,4 +15249,55 @@ body.boxed-wrapper {
|
||||
}
|
||||
.top-header {
|
||||
background: radial-gradient(circle, rgba(244, 116, 33, 1) 27%, rgba(229, 87, 17, 1) 100%);
|
||||
}
|
||||
/*Card Design*/
|
||||
.extra-card {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
border-radius: 16px;
|
||||
overflow: clip;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-image: url("../images/rohini/opera-house.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: top;
|
||||
outline: 1px solid #FFFFFF70;
|
||||
outline-offset: 4px;
|
||||
box-shadow: -15px -15px 20px rgba(255, 255, 255, .8), 15px 15px 20px rgba(57, 65, 124, .08);
|
||||
}
|
||||
.extra-card:hover {
|
||||
background-color: #f7f8fc;
|
||||
box-shadow: -2px -2px 5px rgba(255, 255, 255, .9), 2px 2px 4px rgba(57, 65, 124, .2);
|
||||
transform: translateY(3px);
|
||||
}
|
||||
main {
|
||||
margin-top: 200px;
|
||||
flex: 1;
|
||||
background: white;
|
||||
/* this is really the only relevant part of this demo */
|
||||
/* clip-path: path("M 0 100 c 150 0 120 -75 200 -75 C 280 25 250 100 400 100 L400 1000 0 1000 Z");*/
|
||||
}
|
||||
main > img {
|
||||
margin-top: -70px;
|
||||
border-radius: 50%;
|
||||
width: 140px;
|
||||
aspect-ratio: 1;
|
||||
margin-inline: auto;
|
||||
outline: 4px solid #eee;
|
||||
outline-offset: 2px;
|
||||
}
|
||||
/*Card Design End*/
|
||||
.country-title {
|
||||
font-size: 25px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.subscribe-text {
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.subscribe-section{
|
||||
padding: 120px 0px;
|
||||
background: #d81921;
|
||||
}
|
Reference in New Issue
Block a user