Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
- body {
- justify-content: center;
- align-items: center;
- background: #5d64e9;
- margin-top: 1.5em;
- }
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- font-family: "Poppins", sans-serif;
- }
- .logo {
- color: #fff;
- font-weight: bold;
- font-size: 2em;
- }
- span {
- color: #e92323;
- }
- ul {
- display: flex;
- list-style-type: none;
- }
- a {
- text-decoration: none;
- color: #fff;
- display: block;
- padding-right: 1em;
- padding-left: 1em;
- }
- .demacator {
- color: #fff;
- }
- .searchButton {
- height: 30px;
- width: 30px;
- }
- .srch-logo {
- display: flex;
- }
- .searchSpace {
- height: 30px;
- }
- header-1 {
- display: flex;
- justify-content: space-between;
- }
- .hero {
- height: 90vh;
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- background: #5d64e9;
- margin-top: 2px;
- }
- .slider {
- position: relative;
- background: #000116;
- width: 1200px;
- min-height: 500px;
- margin: 20px;
- overflow: hidden;
- border-radius: 10px;
- }
- .slider .slide {
- position: absolute;
- width: 100%;
- height: 100%;
- clip-path: circle(0% at 0 50%);
- margin-top: 0;
- }
- .slider .slide.active {
- clip-path: circle(150% at 0 50%);
- transition: 2s;
- }
- .slider .slide img {
- position: absolute;
- width: 100%;
- height: 100%;
- object-fit: cover;
- border-radius: 10px;
- }
- .slider .slide .info {
- position: absolute;
- color: #222;
- background: rgba(255, 255, 255, 0.3);
- width: 75%;
- margin-top: 50px;
- margin-left: 50px;
- padding: 20px;
- border-radius: 5px;
- box-shadow: 0 5px 25px rgb(1 1 1 / 5%);
- }
- .slider .slide .info h2 {
- font-size: 2em;
- font-weight: 800;
- }
- .slider .slide .info p {
- font-size: 1em;
- font-weight: 400;
- }
- .navigation {
- height: 500px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- opacity: 0;
- transition: opacity 0.5s ease;
- }
- .slider:hover .navigation {
- opacity: 1;
- }
- .prev-btn,
- .next-btn {
- z-index: 999;
- font-size: 2em;
- color: #222;
- background: rgba(255, 255, 255, 0.8);
- padding: 10px;
- cursor: pointer;
- }
- .prev-btn {
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
- }
- .next-btn {
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
- }
- .navigation-visibility {
- z-index: 999;
- display: flex;
- justify-content: center;
- }
- .navigation-visibility .slide-icon {
- z-index: 999;
- background: rgba(255, 255, 255, 0.5);
- width: 20px;
- height: 10px;
- transform: translateY(-50px);
- margin: 0 6px;
- border-radius: 2px;
- box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
- }
- .navigation-visibility .slide-icon.active {
- background: #4285f4;
- }
- @media (max-width: 900px) {
- .slider {
- width: 100%;
- }
- .slider .slide .info {
- position: relative;
- width: 80%;
- margin-left: auto;
- margin-right: auto;
- }
- }
- @media (max-width: 500px) {
- .slider .slide .info h2 {
- font-size: 1.8em;
- line-height: 40px;
- }
- .slider .slide .info p {
- font-size: 0.9em;
- }
- }
- .first {
- border: transparent;
- width: 100%;
- text-align: center;
- height: 1600px;
- }
- .box-1 {
- width: 100%;
- height: 225px;
- }
- .box-1 img {
- width: 48%;
- float: left;
- height: 220px;
- }
- .date {
- color: #fff;
- font-size: 0.7em;
- }
- .article-cont {
- text-align: left;
- }
- .content {
- height: 220px;
- width: 50%;
- float: right;
- }
- .article-title {
- color: #fff;
- font-weight: bold;
- }
- .box-2 {
- border: 2px solid #fff;
- margin-top: 1em;
- width: 100%;
- color: #fff;
- }
- .lastes-news {
- font-size: 1.5em;
- }
- .box-3 {
- width: 100%;
- margin-top: 1em;
- }
- .content1 img {
- width: 100%;
- }
- .content1 .news-article-title {
- text-align: left;
- padding-left: 0.6em;
- color: #fff;
- }
- .content1 {
- height: 480px;
- width: 50%;
- float: left;
- }
- .content1 p {
- text-align: left;
- padding-top: 0;
- }
- .content1 .date {
- margin-left: 1.5em;
- }
- .content2 img {
- width: 100%;
- height: 255px;
- }
- .content2 .news-article-title {
- text-align: left;
- padding-left: 0.6em;
- color: #fff;
- }
- .content2 {
- height: 480px;
- width: 47%;
- float: right;
- }
- .content2 p {
- margin-top: 0.01em;
- text-align: left;
- }
- .content2 .date {
- padding-left: 1.5em;
- text-align: left;
- }
- .box-4 {
- width: 100%;
- margin-top: 1em;
- }
- .content4 img {
- width: 100%;
- }
- .content4 .news-article-title {
- text-align: left;
- padding-left: 0.6em;
- color: #fff;
- }
- .content4 {
- height: 470px;
- width: 50%;
- float: left;
- margin-top: 0.5em;
- }
- .content4 p {
- text-align: left;
- padding-top: 0;
- }
- .content4 .date {
- margin-left: 1.5em;
- }
- .content5 img {
- width: 100%;
- height: 255px;
- }
- .content5 .news-article-title {
- text-align: left;
- padding-left: 0.6em;
- color: #fff;
- }
- .content5 {
- height: 470px;
- width: 47%;
- float: right;
- margin-top: 0.5em;
- }
- .content5 p {
- margin-top: 0.01em;
- text-align: left;
- }
- .content5 .date {
- padding-left: 1.5em;
- text-align: left;
- }
- .employees {
- border: 2px solid #fff;
- width: 100%;
- float: left;
- margin-top: 2em;
- padding-top: 0.6em;
- padding-bottom: 0.6em;
- }
- .employ {
- color: #fff;
- cursor: pointer;
- padding-left: 8em;
- }
- .follow {
- color: #fff;
- cursor: pointer;
- padding-left: 0.6em;
- }
- .empsrch {
- padding-left: 8em;
- }
- .main {
- width: 60%;
- height: 1500px;
- float: left;
- margin-left: 1em;
- }
- .section2-container {
- border: transparent;
- width: 37%;
- float: right;
- margin-right: 1em;
- }
- .fprojects {
- border: 2px solid #fff;
- width: 100%;
- height: 2.5em;
- padding-top: 0.4em;
- padding-bottom: 0.4em;
- padding-left: 1em;
- color: #fff;
- text-align: left;
- }
- .fp {
- float: left;
- }
- .viewAll {
- float: right;
- padding-right: 0.6em;
- cursor: pointer;
- }
- .fp .viewAll {
- padding-top: 0.6em;
- padding-bottom: 0.6em;
- }
- .section2a {
- padding-top: 1em;
- }
- .projectName1 {
- border: transparent;
- margin-bottom: 1.5em;
- height: 180px;
- }
- .projectName1 img {
- width: 47%;
- height: 180px;
- float: left;
- }
- .projectNameContent {
- text-align: left;
- margin-left: 0.6em;
- width: 50%;
- float: left;
- }
- .projectName {
- text-align: left;
- padding-left: 0;
- margin-left: 0.6em;
- width: 50%;
- float: left;
- }
- .box {
- display: flex;
- margin-top: 3em;
- margin-right: 1em;
- width: 100%;
- padding-left: 0em;
- }
- .documentbox {
- border: 2px transparent;
- }
- .docName {
- font-size: 0.7em;
- }
- .vick img {
- width: 100%;
- height: 100px;
- border: transparent;
- }
- .vick {
- border: transparent;
- width: 22%;
- margin-left: 1em;
- height: 100px;
- }
- .fProjects2 {
- margin-top: 1.5em;
- }
- .fFprojects {
- margin-top: 4em;
- color: white;
- border: 2px solid #fff;
- height: 3em;
- padding-top: 0.6em;
- }
- .videoCont {
- width: 100%;
- height: 200px;
- }
- .emp img {
- border-radius: 50%;
- height: 200px;
- width: 200px;
- object-fit: cover;
- border: 5px solid #fff;
- }
- .copyright {
- border: 2px solid #fff;
- width: 100%;
- text-align: center;
- color: #fff;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement