Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import "~bootstrap/scss/bootstrap";
- @import 'node_modules/swiper/dist/css/swiper';
- @import "@fontsource/lato";
- @import "@fontsource/inter";
- @import "@fontsource/poppins";
- @import "@fontsource/lekton";
- @import '~@fortawesome/fontawesome-free/scss/brands';
- @import '~@fortawesome/fontawesome-free/scss/regular';
- @import '~@fortawesome/fontawesome-free/scss/solid';
- @import '~@fortawesome/fontawesome-free/scss/fontawesome';
- html, body {
- overflow-x: hidden;
- margin-right: -6px;
- }
- #header {
- background-color: #FFFFFF !important;
- box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
- .container-fluid {
- .navbar-brand {
- font-family: 'lekton';
- font-size: 44px;
- font-weight: 1000;
- margin-left: 30px;
- margin-right: 30px;
- }
- .navbar-collapse {
- .navbar-nav.mr-auto {
- .nav-item {
- margin-left: 10px;
- margin-right: 10px;
- .nav-link {
- font-family: 'inter';
- font-size: 18px;
- font-weight: 800;
- color: #241822;
- }
- .nav-link.active {
- font-family: 'inter';
- font-size: 18px;
- font-weight: 800;
- color: #000000;
- display: flex;
- align-items: center;
- justify-content: center;
- background-image: linear-gradient(to bottom, #000000 50%, transparent 50%);
- background-repeat: repeat-x;
- background-size: 1px 8px;
- background-position: center bottom;
- width: 60px;
- }
- }
- }
- .navbar-nav.ml-auto {
- .nav-item.dropdown {
- .nav-link.dropdown-toggle {
- font-weight: 700;
- img {
- width: 40;
- height: 30;
- border-radius: 5px;
- }
- }
- ul.dropdown-menu {
- li {
- a.dropdown-item {
- font-weight: 700;
- img {
- width: 40;
- height: 30;
- border-radius: 5px;
- }
- }
- }
- }
- }
- }
- }
- }
- /* Extra small devices (phones, 600px and down) */
- @media only screen and (max-width: 600px) {
- .container-fluid {
- .navbar-brand {
- font-family: 'lekton';
- font-size: 20px;
- font-weight: 1000;
- margin-left: 0px;
- margin-right: 0px;
- }
- }
- }
- /* Small devices (portrait tablets and large phones, 600px and up) */
- @media only screen and (min-width: 600px) {
- .container-fluid {
- .navbar-brand {
- font-family: 'lekton';
- font-size: 20px;
- font-weight: 1000;
- margin-left: 0px;
- margin-right: 0px;
- }
- }
- }
- /* Medium devices (landscape tablets, 768px and up) */
- @media only screen and (min-width: 768px) {
- }
- /* Large devices (laptops/desktops, 992px and up) */
- @media only screen and (min-width: 992px) {
- height: 96px;
- .container-fluid {
- .navbar-brand {
- font-family: 'lekton';
- font-size: 34px;
- font-weight: 1000;
- margin-left: 30px;
- margin-right: 30px;
- }
- .navbar-collapse {
- .navbar-nav.mr-auto {
- .nav-item {
- margin-left: 17px;
- margin-right: 17px;
- .nav-link {
- font-family: 'inter';
- font-size: 15px;
- font-weight: 800;
- color: #241822;
- }
- .nav-link.active {
- font-family: 'inter';
- font-size: 15px;
- font-weight: 800;
- color: #000000;
- display: flex;
- align-items: center;
- justify-content: center;
- background-image: linear-gradient(to bottom, #000000 50%, transparent 50%);
- background-repeat: repeat-x;
- background-size: 1px 8px;
- background-position: center bottom;
- width: 60px;
- }
- }
- }
- .navbar-nav.ml-auto {
- .nav-item.dropdown {
- .nav-link.dropdown-toggle {
- font-weight: 700;
- img {
- width: 40;
- height: 30;
- border-radius: 5px;
- }
- }
- ul.dropdown-menu {
- li {
- a.dropdown-item {
- font-weight: 700;
- img {
- width: 40;
- height: 30;
- border-radius: 5px;
- }
- }
- }
- }
- }
- }
- }
- }
- }
- /* Extra large devices (large laptops and desktops, 1200px and up) */
- @media only screen and (min-width: 1200px) {
- }
- }
- #footer {
- background-color: #454555;
- padding-left: 100px;
- padding-right: 100px;
- color: #F6F6F6;
- .footer {
- .row-one {
- padding-top: 30px;
- padding-bottom: 30px;
- .col-lg-4 {
- display: flex;
- text-align: center;
- align-items: center;
- justify-content: center;
- .row {
- margin-right: calc(-0.5 * var(--bs-gutter-x));
- .col-lg-5 {
- margin-left: 0px !important;
- margin-right: 0px !important;
- padding-left: 0px !important;
- padding-right: 0px !important;
- img {
- max-width: 200px;
- max-height: 200px;
- }
- }
- .col-lg-6 {
- display: flex;
- align-items: center;
- margin-left: 0px !important;
- margin-right: 0px !important;
- padding-left: 0px !important;
- padding-right: 0px !important;
- .row {
- // text-align: left;
- // font-size: 10px !important;
- p {
- a {
- color: #ffffff;
- cursor: pointer;
- text-decoration: none;
- }
- }
- }
- }
- }
- }
- .col-lg-6 {
- display: flex;
- text-align: center;
- align-items: center;
- justify-content: center;
- .row {
- width: 100%;
- .col-lg-4 {
- margin-left: 15px;
- }
- .col-lg-1.vertical {
- display: none;
- }
- }
- }
- .col-lg-1.d-flex {
- display: flex !important;
- align-items: center !important;
- justify-content: center !important;
- width: 50% !important;
- a {
- color: #D3C5D1;
- cursor: pointer;
- text-decoration: none;
- }
- }
- }
- }
- /* Extra small devices (phones, 600px and down) */
- @media only screen and (max-width: 600px) {
- }
- /* Small devices (portrait tablets and large phones, 600px and up) */
- @media only screen and (min-width: 600px) {
- }
- /* Medium devices (landscape tablets, 768px and up) */
- @media only screen and (min-width: 768px) {
- .footer {
- .row-one {
- padding-top: 30px;
- padding-bottom: 30px;
- .col-lg-4 {
- .row {
- margin-right: calc(-0.5 * var(--bs-gutter-x));
- .col-lg-5 {
- margin-left: 0px !important;
- margin-right: 0px !important;
- padding-left: 0px !important;
- padding-right: 0px !important;
- img {
- max-width: 200px;
- max-height: 200px;
- }
- }
- .col-lg-6 {
- display: flex;
- align-items: center;
- margin-left: 0px !important;
- margin-right: 0px !important;
- padding-left: 0px !important;
- padding-right: 0px !important;
- .row {
- // text-align: left;
- // font-size: 10px !important;
- p {
- a {
- color: #ffffff;
- cursor: pointer;
- text-decoration: none;
- }
- }
- }
- }
- }
- }
- .col-lg-1.d-flex {
- display: flex !important;
- align-items: center !important;
- justify-content: center !important;
- width: 25% !important;
- a {
- color: #D3C5D1;
- cursor: pointer;
- text-decoration: none;
- }
- }
- }
- }
- }
- /* Large devices (laptops/desktops, 992px and up) */
- @media only screen and (min-width: 992px) {
- .footer {
- .row-one {
- padding-top: 30px;
- padding-bottom: 30px;
- .col-lg-4 {
- .row {
- margin-right: calc(-1.5 * var(--bs-gutter-x));
- .col-lg-5 {
- margin-left: 0px !important;
- margin-right: 0px !important;
- padding-left: 0px !important;
- padding-right: 0px !important;
- img {
- max-width: 200px;
- max-height: 200px;
- }
- }
- .col-lg-6 {
- display: flex;
- align-items: center;
- margin-left: 0px !important;
- margin-right: 0px !important;
- padding-left: 0px !important;
- padding-right: 0px !important;
- .row {
- text-align: left;
- p {
- a {
- font-size: 10px !important;
- color: #ffffff;
- cursor: pointer;
- text-decoration: none;
- }
- }
- }
- }
- }
- }
- .col-lg-1.vertical {
- align-items: left;
- border-left: 1px solid #F6F6F6;
- margin-left: 20px !important;
- margin-right: 0px !important;
- padding-left: 0px !important;
- padding-right: 0px !important;
- }
- .col-lg-1.d-flex {
- font-size: 15px !important;
- margin-left: 0px !important;
- margin-right: 0px !important;
- padding-left: 0px !important;
- padding-right: 0px !important;
- width: 12% !important;
- a {
- color: #D3C5D1;
- cursor: pointer;
- text-decoration: none;
- }
- }
- }
- }
- }
- /* Extra large devices (large laptops and desktops, 1200px and up) */
- @media only screen and (min-width: 1200px) {
- }
- }
- #footer-two {
- background-color: #20202D;
- color: #F6F6F6;
- padding-left: 100px;
- padding-right: 100px;
- padding-top: 20px;
- padding-bottom: 20px;
- .footer-two {
- .row-two {
- .col-lg-5 {
- color: #F6F6F6;
- }
- .col-lg-7 {
- margin-top: 15px;
- margin-bottom: 15px;
- .row {
- .col-lg-2.blank {
- display: none !important;
- }
- .col-lg-2 {
- display: flex !important;
- align-items: center !important;
- justify-content: center !important;
- width: 50% !important;
- a {
- color: #D3C5D1;
- cursor: pointer;
- }
- }
- }
- }
- }
- }
- /* Extra small devices (phones, 600px and down) */
- @media only screen and (max-width: 600px) {
- }
- /* Small devices (portrait tablets and large phones, 600px and up) */
- @media only screen and (min-width: 600px) {
- }
- /* Medium devices (landscape tablets, 768px and up) */
- @media only screen and (min-width: 768px) {
- .footer-two {
- .row-two {
- .col-lg-5 {
- color: #F6F6F6;
- }
- .col-lg-7 {
- .row {
- width: 100%;
- margin-left: 0px;
- margin-right: 0px;
- padding-left: 0px;
- padding-right: 0px;
- .col-lg-2.blank {
- display: flex !important;
- align-items: center !important;
- justify-content: center !important;
- display: none !important;
- }
- .col-lg-2 {
- display: flex !important;
- align-items: center !important;
- justify-content: center !important;
- width: 20% !important;
- a {
- color: #D3C5D1;
- cursor: pointer;
- }
- }
- }
- }
- }
- }
- }
- /* Large devices (laptops/desktops, 992px and up) */
- @media only screen and (min-width: 992px) {
- .footer-two {
- .row-two {
- .col-lg-5 {
- display: flex;
- align-items: center;
- font-size: 12px;
- color: #F6F6F6;
- }
- .col-lg-7 {
- .row {
- width: 100%;
- .col-lg-2 {
- a {
- color: #D3C5D1;
- cursor: pointer;
- }
- }
- }
- }
- }
- }
- }
- /* Extra large devices (large laptops and desktops, 1200px and up) */
- @media only screen and (min-width: 1200px) {
- }
- }
- #home {
- overflow-x: hidden !important;
- background-image: url(/img/waveblur2.png), url("/img/bg1.png");
- opacity: 0.9;
- min-height: 500px;
- background-attachment: fixed;
- background-position: right;
- background-repeat: no-repeat;
- background-size: cover;
- .py-5.intro {
- background-color: transparent !important;
- background-size: cover;
- background-repeat: no-repeat;
- background-attachment: local, scroll;
- overflow-y: scroll;
- overflow-x: hidden;
- scrollbar-width: none;
- height: 85vh;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #000000;
- .row {
- // height: 255vh;
- .col-lg-12 {
- margin-left: 50px;
- margin-right: 50px;
- padding-right: 500px;
- .row {
- position: absolute;
- margin-left: 120px;
- margin-top: -190px;
- z-index: -1;
- .col-lg-12 {
- mix-blend-mode: difference;
- h1 {
- font-family: 'lato';
- font-size: 120px;
- font-weight: 1000;
- }
- h5 {
- font-family: 'inter';
- font-size: 25px;
- font-weight: 600;
- margin-top: 50px;
- margin-left: 0px;
- }
- }
- }
- }
- }
- }
- .py-5.intro::-webkit-scrollbar {
- display: none;
- }
- .py-2.insights {
- min-height: 30vh;
- display: flex;
- align-items: center;
- justify-content: center;
- background-size: cover;
- z-index: 999;
- background-color: white;
- padding-bottom: 20px;
- .row {
- margin-left: 120px;
- margin-right: 120px;
- padding-top: 0px;
- .col-lg-12 {
- .row {
- .col-lg-12 {
- h1 {
- color: #1F1F26;
- font-family: 'poppins';
- font-size: 40px;
- font-weight: 800;
- }
- p {
- color: #241822;
- font-family: 'inter';
- font-size: 20px;
- font-weight: 500;
- }
- .btn-success {
- background-color: #044C4B !important;
- color: #ffffff !important;
- border-radius: 50px;
- margin-top: 50px;
- padding: 16px 50px 16px 50px;
- font-size: 20px;
- }
- }
- }
- }
- }
- }
- .py-5.service {
- background-color: #FFFFFF;
- min-height: 50vh;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 0px;
- padding-top: 0px !important;
- .row {
- margin-left: 85px;
- margin-right: 85px;
- .col-lg-12 {
- background-size: cover;
- z-index: 999;
- background-color: white;
- .row {
- .col-lg-12 {
- padding-top: 0px;
- h1 {
- color: #1F1F26;
- font-family: 'poppins';
- font-size: 40px;
- font-weight: 600;
- margin-bottom: 48px;
- }
- p {
- color: #1F1F26;
- font-family: 'inter';
- font-size: 18px;
- font-weight: 400;
- padding-bottom: 50px;
- }
- }
- }
- }
- .linear-top {
- content: "";
- width: 100%;
- height: 130px;
- margin-top: -95px;
- z-index: 1000;
- background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
- }
- .swiper {
- z-index: 999;
- height: 500px !important;
- overflow-y: hidden;
- margin-top: -75px;
- .swiper-wrapper {
- z-index: -10;
- .swiper-slide {
- background-color: transparent;
- z-index: -999 !important;
- min-height: 200px;
- .row {
- .col-lg-3 {
- img {
- border-radius: 15px;
- width: 220px;
- height: 220px;
- object-fit: cover;
- }
- }
- .col-lg-9 {
- h1 {
- color: #1F1F26;
- font-family: 'poppins';
- font-size: 40px;
- font-weight: 600;
- }
- p {
- color: #1F1F26;
- font-family: 'inter';
- font-size: 18px;
- font-weight: 400;
- }
- }
- }
- }
- }
- }
- .linear-bottom {
- content: "";
- width: 100%;
- height: 130px;
- margin-top: -75px;
- z-index: 999;
- background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
- transform: rotate(-180deg);
- }
- }
- }
- .py-2.solution {
- display: flex;
- align-items: center;
- justify-content: center;
- background-size: cover;
- z-index: 999;
- background-color: white;
- .row {
- margin-left: 100px;
- margin-right: 100px;
- .col-lg-12 {
- padding-top: 50px;
- h1 {
- color: #1F1F26;
- font-family: 'poppins';
- font-size: 40px;
- font-weight: 600;
- margin-bottom: 30px;
- }
- p {
- color: #1F1F26;
- font-family: 'inter';
- font-size: 18px;
- font-weight: 400;
- }
- }
- }
- }
- .py-5.works {
- min-height: 70vh;
- display: flex;
- align-items: center;
- justify-content: center;
- background-size: cover;
- z-index: 999;
- background-color: white;
- padding-top: 0px !important;
- margin-top: 0px;
- margin-bottom: -30px;
- .row {
- margin-left: 100px;
- margin-right: 100px;
- .col-lg-12 {
- .btn-success {
- border-radius: 50px;
- }
- .row {
- .swiper {
- height: 550px !important;
- overflow-x: hidden;
- .swiper-wrapper {
- .swiper-slide {
- .row {
- display: flex;
- align-items: center;
- justify-content: center;
- .col-2 {
- margin: 10px 10px 10px 10px;
- // background-color: gray;
- .img-fluid {
- width: 130px;
- height: 130px;
- object-fit: contain;
- }
- }
- }
- }
- }
- .swiper-pagination-works {
- position: relative;
- align-items: center;
- justify-content: center;
- text-align: center;
- margin-top: -150px;
- .swiper-pagination-bullet {
- width: 20px;
- height: 20px;
- background-color: #D52ECD;
- }
- .swiper-pagination-bullet-active {
- width: 20px;
- height: 20px;
- background-color: #962190;
- }
- }
- }
- }
- .row.mb-3 {
- .col-lg-12 {
- margin-top: -50px;
- .btn-outline-success {
- border-radius: 50px;
- color: #962190;
- border: 1px solid #962190;
- margin-top: 50px;
- padding: 16px 50px 16px 50px;
- font-size: 20px;
- }
- .btn-outline-success:hover {
- border-radius: 50px;
- background-color: #962190;
- border: 1px solid #962190;
- color: #fff;
- margin-top: 50px;
- padding: 16px 50px 16px 50px;
- font-size: 20px;
- }
- }
- }
- }
- }
- }
- .py-5.newsroom {
- display: flex;
- align-items: center;
- justify-content: center;
- background-size: cover;
- z-index: 999;
- background-color: white;
- .row.container {
- margin-left: 100px;
- margin-right: 100px;
- .col-lg-12 {
- .row.header {
- .col-lg-12.mb-5 {
- padding-top: 50px;
- h1 {
- color: #1F1F26;
- font-family: 'poppins';
- font-size: 40px;
- font-weight: 600;
- margin-bottom: 40px;
- }
- p {
- color: #1F1F26;
- font-family: 'inter';
- font-size: 18px;
- font-weight: 400;
- margin-bottom: 0px;
- }
- }
- }
- .row.content {
- border-radius: 15px;
- margin: 30px 30px 30px 30px;
- text-align: left;
- .col-lg-4 {
- .img-fluid {
- margin: 30px 30px 30px 30px;
- border-radius: 15px;
- width: 250px;
- height: 250px;
- object-fit: cover;
- }
- }
- .col-lg-8 {
- h1 {
- color: #1F1F26;
- font-family: 'poppins';
- font-size: 40px;
- font-weight: 600;
- text-decoration: none;
- text-align: left;
- margin-top: 0px;
- margin-bottom: 0px;
- }
- label {
- padding: 0px 15px 5px 15px;
- font-family: 'inter';
- font-size: 12px;
- font-weight: 400;
- font-style: italic;
- text-align: left;
- }
- p {
- padding: 5px 15px 15px 15px;
- font-family: 'inter';
- font-size: 15px;
- font-weight: 400;
- text-align: left;
- margin-bottom: 0px;
- }
- }
- }
- .row.links {
- .col-lg-12 {
- .btn-outline-success {
- border-radius: 50px;
- color: #962190;
- border: 1px solid #962190;
- margin-top: 50px;
- padding: 16px 50px 16px 50px;
- font-size: 20px;
- }
- .btn-outline-success:hover {
- border-radius: 50px;
- background-color: #962190;
- border: 1px solid #962190;
- color: #fff;
- margin-top: 50px;
- padding: 16px 50px 16px 50px;
- font-size: 20px;
- }
- }
- }
- }
- }
- }
- .py-5.help {
- // background: linear-gradient(to right,#284292,#0084C9,#00C2D7,#6CFBCE);
- // background-color: transparent !important;
- background: url(/img/bg2_1.png), url(/img/bg2.png);
- min-height: 70vh;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #F6F6F6;
- background-size: cover, cover;
- background-repeat: no-repeat, no-repeat;
- background-position: bottom, right;
- z-index: 999;
- .row.container {
- margin-left: 300px !important;
- margin-right: 300px !important;
- .col-lg-12 {
- .row {
- .col-lg-12 {
- h1 {
- font-family: 'poppins';
- font-size: 40x;
- font-weight: 600;
- margin-bottom: 50px;
- }
- p {
- font-family: 'inter';
- font-size: 18px;
- font-weight: 400;
- margin-bottom: 50px;
- }
- a {
- text-decoration: none;
- margin-left: 5px;
- margin-right: 5px;
- i {
- background-color: #F6F6F6;
- color: #2B2B39;
- border: 1px solid #F6F6F6;
- padding: 10px 10px 10px 10px;
- border-radius: 50px;
- font-size: 20px;
- }
- }
- }
- }
- }
- }
- }
- /* Extra small devices (phones, 600px and down) */
- @media only screen and (max-width: 600px) {
- }
- /* Small devices (portrait tablets and large phones, 600px and up) */
- @media only screen and (min-width: 600px) {
- }
- /* Medium devices (landscape tablets, 768px and up) */
- @media only screen and (min-width: 768px) {
- }
- /* Large devices (laptops/desktops, 992px and up) */
- @media only screen and (min-width: 992px) {
- }
- /* Extra large devices (large laptops and desktops, 1200px and up) */
- @media only screen and (min-width: 1200px) {
- }
- }
- #insight {
- overflow-x: hidden !important;
- background-image: url("/img/bg1.png");
- min-height: 500px;
- background-attachment: fixed;
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- .py-2.insights {
- margin-top: 38px !important;
- min-height: 30vh;
- background: url(/img/wave_shortblur.png);
- background-size: cover;
- display: flex;
- align-items: center;
- justify-content: center;
- background-repeat: no-repeat;
- .row {
- .col-lg-12 {
- h1 {
- color: #1F1F26;
- font-family: 'poppins';
- font-size: 40px;
- font-weight: 600;
- }
- p {
- color: #1F1F26;
- font-family: 'inter';
- font-size: 20px;
- font-weight: 600;
- }
- }
- }
- }
- .content {
- padding-top: 40px;
- padding-bottom: 40px;
- background-color: #FFFFFF;
- padding-bottom: 20px;
- .container {
- .row.link {
- margin-top: 15px;
- margin-bottom: 15px;
- .col-lg-12 {
- a {
- border-radius: 50px;
- margin-top: 50px;
- padding: 16px 50px 16px 50px;
- font-size: 20px;
- margin-left: 5px;
- margin-right: 5px;
- }
- }
- }
- .row.content {
- .col-lg-4 {
- margin-top: 15px;
- margin-bottom: 15px;
- img {
- border-radius: 15px;
- }
- }
- .col-lg-8 {
- margin-top: 15px;
- margin-bottom: 15px;
- h1 {
- font-family: 'inter';
- font-size: 40px;
- font-weight: 400;
- text-decoration: underline;
- }
- label {
- font-family: 'inter';
- font-size: 16px;
- font-weight: 400;
- font-style: italic;
- }
- p {
- font-family: 'inter';
- font-size: 20px;
- font-weight: 400;
- }
- }
- }
- }
- }
- /* Extra small devices (phones, 600px and down) */
- @media only screen and (max-width: 600px) {
- }
- /* Small devices (portrait tablets and large phones, 600px and up) */
- @media only screen and (min-width: 600px) {
- }
- /* Medium devices (landscape tablets, 768px and up) */
- @media only screen and (min-width: 768px) {
- }
- /* Large devices (laptops/desktops, 992px and up) */
- @media only screen and (min-width: 992px) {
- }
- /* Extra large devices (large laptops and desktops, 1200px and up) */
- @media only screen and (min-width: 1200px) {
- }
- }
- #solution {
- overflow-x: hidden !important;
- background-image: url("/img/bg1.png");
- min-height: 500px;
- background-attachment: fixed;
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- .py-2.solution {
- margin-top: 38px !important;
- min-height: 30vh;
- background: url(/img/wave_shortblur.png);
- background-size: cover;
- background-repeat: no-repeat;
- display: flex;
- align-items: center;
- justify-content: center;
- .row {
- .col-lg-12 {
- h1 {
- color: #1F1F26;
- font-family: 'poppins';
- font-size: 40px;
- font-weight: 600;
- }
- p {
- color: #1F1F26;
- font-family: 'inter';
- font-size: 20px;
- font-weight: 600;
- }
- }
- }
- }
- .content {
- padding-top: 40px;
- padding-bottom: 40px;
- background-color: #FFFFFF;
- padding-bottom: 20px;
- .container {
- .row.link {
- margin-top: 15px;
- margin-bottom: 15px;
- .col-lg-12 {
- a {
- border-radius: 50px;
- margin-top: 50px;
- padding: 16px 50px 16px 50px;
- font-size: 20px;
- margin-left: 5px;
- margin-right: 5px;
- }
- }
- }
- .row.content.shadow {
- border-radius: 15px;
- .col-lg-4 {
- margin-top: 5px;
- margin-bottom: 5px;
- padding: 50px 50px 50px 50px;
- display: flex !important;
- align-items: center !important;
- justify-content: start !important;
- .img-fluid {
- border-radius: 15px;
- width: 350px;
- height: 350px;
- object-fit: cover;
- }
- }
- .col-lg-8 {
- padding: 30px 30px 30px 0px;
- h1 {
- font-family: 'inter';
- font-size: 40px;
- font-weight: 400;
- text-decoration: none;
- }
- label {
- font-family: 'inter';
- font-size: 16px;
- font-weight: 400;
- font-style: italic;
- }
- p {
- font-family: 'inter';
- font-size: 20px;
- font-weight: 400;
- }
- }
- }
- }
- }
- /* Extra small devices (phones, 600px and down) */
- @media only screen and (max-width: 600px) {
- }
- /* Small devices (portrait tablets and large phones, 600px and up) */
- @media only screen and (min-width: 600px) {
- }
- /* Medium devices (landscape tablets, 768px and up) */
- @media only screen and (min-width: 768px) {
- }
- /* Large devices (laptops/desktops, 992px and up) */
- @media only screen and (min-width: 992px) {
- }
- /* Extra large devices (large laptops and desktops, 1200px and up) */
- @media only screen and (min-width: 1200px) {
- }
- }
- #connect {
- overflow-x: hidden !important;
- background-image: url("/img/bg1.png");
- min-height: 500px;
- background-attachment: fixed;
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- padding-left: 0px;
- padding-right: 0px;
- .py-2.header.connect {
- margin-top: 38px !important;
- min-height: 30vh;
- background: url(/img/wave_shortblur.png);
- background-size: cover;
- background-repeat: no-repeat;
- display: flex;
- align-items: center;
- justify-content: center;
- .row {
- .col-lg-12 {
- h1 {
- color: #1F1F26;
- font-family: 'poppins';
- font-size: 40px;
- font-weight: 600;
- }
- p {
- color: #1F1F26;
- font-family: 'inter';
- font-size: 20px;
- font-weight: 600;
- }
- }
- }
- }
- .py-2.content {
- padding: 40px -30px 40px -30px !important;
- background-color: #FFFFFF;
- .container {
- .row {
- .col-lg-12 {
- .header {
- .col-lg-12 {
- h1 {
- color: #1F1F26;
- font-family: 'poppins';
- font-size: 40px;
- font-weight: 600;
- }
- }
- }
- .pill {
- .col-lg-12 {
- border-radius: 15px;
- padding: 30px 30px 30px 30px;
- margin-top: 15px;
- margin-bottom: 15px;
- h1 {
- font-family: 'inter';
- font-size: 30px;
- font-weight: 400;
- text-decoration: none;
- }
- .row {
- .col-lg-4 {
- p {
- color: #1F1F26;
- font-family: 'inter';
- font-size: 15px;
- font-weight: 600;
- a {
- color: #1F1F26;
- font-family: 'inter';
- font-size: 15px;
- font-weight: 600;
- text-decoration: none;
- cursor: pointer;
- }
- }
- b {
- color: #1F1F26;
- font-family: 'inter';
- font-size: 15px;
- font-weight: 600;
- a {
- color: #1F1F26;
- font-family: 'inter';
- font-size: 15px;
- font-weight: 600;
- text-decoration: none;
- cursor: pointer;
- }
- }
- }
- }
- .link {
- a {
- text-decoration: none;
- margin-left: 5px;
- margin-right: 5px;
- i {
- color: #2B2B39;
- padding: 5px 5px 5px 5px;
- margin-left: 5px;
- margin-right: 5px;
- border-radius: 50px;
- width: 20px;
- height: 20px;
- font-size: 30px;
- }
- }
- }
- }
- }
- }
- }
- }
- }
- /* Extra small devices (phones, 600px and down) */
- @media only screen and (max-width: 600px) {
- }
- /* Small devices (portrait tablets and large phones, 600px and up) */
- @media only screen and (min-width: 600px) {
- }
- /* Medium devices (landscape tablets, 768px and up) */
- @media only screen and (min-width: 768px) {
- }
- /* Large devices (laptops/desktops, 992px and up) */
- @media only screen and (min-width: 992px) {
- }
- /* Extra large devices (large laptops and desktops, 1200px and up) */
- @media only screen and (min-width: 1200px) {
- }
- }
- #agronum {
- overflow-x: hidden !important;
- .py-5.intro {
- margin-top: 50px !important;
- margin-bottom: 0px !important;
- background: linear-gradient(to right,#D52ECD, #6CFBCE);
- display: flex;
- align-items: center;
- justify-content: center;
- color: #F6F6F6;
- .row {
- .col-lg-6 {
- .row {
- .col-lg-12 {
- p {
- font-family: 'inter';
- font-size: 20px;
- font-weight: 400;
- color: #F6F6F6;
- margin-bottom: 150px;
- }
- a {
- background-color: transparent;
- border-radius: 50px;
- padding: 16px 50px 16px 50px;
- font-size: 20px;
- color: #F6F6F6;
- margin-bottom: 30px;
- }
- a:hover {
- background-color: #F6F6F6;
- border-radius: 50px;
- padding: 16px 50px 16px 50px;
- font-size: 20px;
- color: #962190;
- margin-bottom: 30px;
- }
- }
- }
- }
- .col-lg-6 {
- .row {
- .col-lg-12 {
- margin-bottom: -48px;
- .img-fluid {
- height: 450px !important;
- width: 450px !important;
- object-fit: cover;
- padding-top: 0px;
- padding-bottom: 0px;
- margin-top: 30px;
- margin-bottom: 0px;
- }
- }
- }
- }
- }
- }
- .py-2.values {
- min-height: 30vh;
- display: flex;
- align-items: center;
- justify-content: center;
- .row {
- .col-lg-12 {
- h1 {
- color: #1F1F26;
- font-family: 'poppins';
- font-size: 40px;
- font-weight: 600;
- }
- p {
- text-align: center;
- font-family: 'lato';
- font-size: 20px;
- font-weight: 400;
- }
- }
- }
- }
- .container {
- .row {
- .col-lg-12 {
- h1 {
- color: #1F1F26;
- font-family: 'poppins';
- font-size: 40px;
- font-weight: 600;
- margin-bottom: 40px;
- }
- p {
- font-family: 'lato';
- font-size: 25px;
- font-weight: 400;
- }
- }
- .col-lg-6 {
- p {
- font-family: 'lato';
- font-size: 25px;
- font-weight: 400;
- }
- }
- }
- }
- .container-fluid {
- margin-left: 0px;
- margin-right: 0px;
- padding-left: 0px;
- padding-right: 0px;
- }
- /* Extra small devices (phones, 600px and down) */
- @media only screen and (max-width: 600px) {
- }
- /* Small devices (portrait tablets and large phones, 600px and up) */
- @media only screen and (min-width: 600px) {
- }
- /* Medium devices (landscape tablets, 768px and up) */
- @media only screen and (min-width: 768px) {
- }
- /* Large devices (laptops/desktops, 992px and up) */
- @media only screen and (min-width: 992px) {
- }
- /* Extra large devices (large laptops and desktops, 1200px and up) */
- @media only screen and (min-width: 1200px) {
- }
- }
- #teams {
- overflow-x: hidden !important;
- background-image: url("/img/bg1.png");
- min-height: 500px;
- background-attachment: fixed;
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- padding-bottom: 0px;
- .py-2.teams {
- margin-top: 38px !important;
- min-height: 30vh;
- background: url(/img/wave_shortblur.png);
- background-size: cover;
- background-repeat: no-repeat;
- display: flex;
- align-items: center;
- justify-content: center;
- .row {
- .col-lg-12 {
- h1 {
- color: #1F1F26;
- font-family: 'poppins';
- font-size: 40px;
- font-weight: 600;
- }
- p {
- color: #1F1F26;
- font-family: 'inter';
- font-size: 20px;
- font-weight: 600;
- }
- }
- }
- }
- .content {
- padding-top: 20px;
- background-color: #FFFFFF;
- padding-bottom: 50px;
- .container {
- .row.link {
- margin-top: 15px;
- margin-bottom: 15px;
- .col-lg-12 {
- a {
- border-radius: 50px;
- }
- }
- }
- .row.content {
- border-radius: 15px;
- margin: 15px 15px 15px 15px;
- padding-top: 0px;
- padding-bottom: 0px;
- .col-lg-4 {
- margin-top: 30px;
- margin-bottom: 30px;
- padding: 30px 30px 30px 30px;
- display: flex !important;
- align-items: center !important;
- justify-content: start !important;
- img {
- background: linear-gradient(to right,#D52ECD, #6CFBCE);
- padding: 0px 15px 0px 15px;
- border-radius: 15px;
- width: 100%;
- height: auto;
- }
- }
- .col-lg-8 {
- margin-top: 30px;
- margin-bottom: 30px;
- padding: 30px 30px 30px 0px;
- h1 {
- font-family: 'inter';
- font-size: 40px;
- font-weight: 400;
- text-decoration: underline;
- }
- p {
- font-family: 'inter';
- font-size: 20px;
- font-weight: 400;
- }
- .social-media {
- margin-bottom: 15px;
- display: flex;
- align-items: center;
- justify-content: start;
- i {
- margin-left: 15px;
- margin-right: 15px;
- color: #2B2B39;
- font-size: 30px !important;
- }
- }
- }
- }
- .row.end {
- .col-lg-12 {
- a.btn-success {
- border-radius: 50px;
- margin-top: 50px;
- padding: 16px 50px 16px 50px;
- font-size: 20px;
- }
- }
- }
- }
- }
- /* Extra small devices (phones, 600px and down) */
- @media only screen and (max-width: 600px) {
- }
- /* Small devices (portrait tablets and large phones, 600px and up) */
- @media only screen and (min-width: 600px) {
- }
- /* Medium devices (landscape tablets, 768px and up) */
- @media only screen and (min-width: 768px) {
- }
- /* Large devices (laptops/desktops, 992px and up) */
- @media only screen and (min-width: 992px) {
- }
- /* Extra large devices (large laptops and desktops, 1200px and up) */
- @media only screen and (min-width: 1200px) {
- }
- }
- #news {
- overflow-x: hidden !important;
- background-image: url("/img/bg1.png");
- min-height: 500px;
- background-attachment: fixed;
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- .py-2.news {
- margin-top: 38px !important;
- min-height: 30vh;
- background: url(/img/wave_shortblur.png);
- background-size: cover;
- background-repeat: no-repeat;
- display: flex;
- align-items: center;
- justify-content: center;
- .row {
- .col-lg-12 {
- h1 {
- color: #1F1F26;
- font-family: 'poppins';
- font-size: 40px;
- font-weight: 600;
- }
- p {
- color: #1F1F26;
- font-family: 'inter';
- font-size: 20px;
- font-weight: 600;
- }
- }
- }
- }
- .content {
- padding-top: 20px;
- background-color: #FFFFFF;
- padding-bottom: 20px;
- .container {
- .row.link {
- margin-top: 15px;
- margin-bottom: 15px;
- .col-lg-12 {
- a {
- border-radius: 50px;
- margin-top: 50px;
- padding: 16px 50px 16px 50px;
- font-size: 20px;
- margin-left: 5px;
- margin-right: 5px;
- }
- }
- }
- .row.content.shadow {
- // border-radius: 15px;
- // margin-top: 30px;
- // margin-bottom: 30px;
- .col-lg-4.image {
- margin-top: 5px;
- margin-bottom: 5px;
- padding: 50px 50px 50px 50px;
- display: flex !important;
- align-items: start !important;
- justify-content: start !important;
- .img-fluid {
- // padding: 0px 0px 0px 0px;
- // margin: 15px 15px 15px 15px;
- border-radius: 15px;
- width: 350px;
- height: 350px;
- object-fit: cover;
- }
- }
- .col-lg-8 {
- margin-top: 5px;
- margin-bottom: 5px;
- padding: 30px 30px 30px 0px;
- h1 {
- font-family: 'inter';
- font-size: 40px;
- font-weight: 400;
- }
- label {
- font-family: 'inter';
- font-size: 16px;
- font-weight: 400;
- font-style: italic;
- }
- p {
- font-family: 'inter';
- font-size: 20px;
- font-weight: 400;
- }
- a.readmore {
- font-family: 'inter';
- font-size: 16px;
- font-weight: 500;
- // text-decoration: none;
- // color: #241822;
- }
- }
- }
- }
- }
- /* Extra small devices (phones, 600px and down) */
- @media only screen and (max-width: 600px) {
- }
- /* Small devices (portrait tablets and large phones, 600px and up) */
- @media only screen and (min-width: 600px) {
- }
- /* Medium devices (landscape tablets, 768px and up) */
- @media only screen and (min-width: 768px) {
- }
- /* Large devices (laptops/desktops, 992px and up) */
- @media only screen and (min-width: 992px) {
- }
- /* Extra large devices (large laptops and desktops, 1200px and up) */
- @media only screen and (min-width: 1200px) {
- }
- }
- #newsdetails {
- overflow-x: hidden !important;
- padding-top: 50px;
- padding-bottom: 15px;
- margin-bottom: 50px;
- margin-top: 20px;
- .headline {
- margin-top: 38px !important;
- .row {
- .col-lg-12 {
- h1 {
- padding: 5px 15px 5px 15px;
- font-family: 'poppins';
- font-size: 40px;
- font-weight: 600;
- }
- label {
- padding: 5px 15px 5px 15px;
- font-family: 'inter';
- font-size: 12px;
- font-weight: 400;
- font-style: italic;
- }
- .img-fluid {
- border-radius: 15px;
- width: 700px;
- height: 700px;
- object-fit: cover;
- }
- }
- }
- }
- .content {
- padding-top: 20px;
- padding-bottom: 20px;
- p {
- padding: 5px 15px 5px 15px;
- font-family: 'inter';
- font-size: 15px;
- font-weight: 400;
- }
- .img-fluid {
- border-radius: 15px;
- width: 700px;
- height: 700px;
- object-fit: cover;
- }
- a.btn-success {
- border-radius: 50px;
- margin-top: 50px;
- padding: 16px 50px 16px 50px;
- font-size: 20px;
- }
- }
- /* Extra small devices (phones, 600px and down) */
- @media only screen and (max-width: 600px) {
- }
- /* Small devices (portrait tablets and large phones, 600px and up) */
- @media only screen and (min-width: 600px) {
- }
- /* Medium devices (landscape tablets, 768px and up) */
- @media only screen and (min-width: 768px) {
- }
- /* Large devices (laptops/desktops, 992px and up) */
- @media only screen and (min-width: 992px) {
- }
- /* Extra large devices (large laptops and desktops, 1200px and up) */
- @media only screen and (min-width: 1200px) {
- }
- }
- #termsofuse {
- overflow-x: hidden !important;
- padding-top: 50px;
- padding-bottom: 15px;
- margin-bottom: 50px;
- .headline {
- padding-top: 50px;
- label {
- padding: 5px 15px 5px 15px;
- font-family: 'inter';
- font-size: 16px;
- font-weight: 700;
- color: #0000EE;
- }
- h1 {
- padding: 5px 15px 5px 15px;
- font-family: 'poppins';
- font-size: 48px;
- font-weight: 600;
- }
- }
- .content {
- padding-top: 20px;
- padding-bottom: 20px;
- border-radius: 15px;
- margin-bottom: 20px;
- p {
- padding: 5px 250px 5px 15px;
- font-family: 'inter';
- font-size: 15px;
- font-weight: 400;
- }
- img {
- border-radius: 10%;
- }
- a.btn-success {
- border-radius: 50px;
- }
- }
- /* Extra small devices (phones, 600px and down) */
- @media only screen and (max-width: 600px) {
- }
- /* Small devices (portrait tablets and large phones, 600px and up) */
- @media only screen and (min-width: 600px) {
- }
- /* Medium devices (landscape tablets, 768px and up) */
- @media only screen and (min-width: 768px) {
- }
- /* Large devices (laptops/desktops, 992px and up) */
- @media only screen and (min-width: 992px) {
- }
- /* Extra large devices (large laptops and desktops, 1200px and up) */
- @media only screen and (min-width: 1200px) {
- }
- }
- #privacypolicy {
- overflow-x: hidden !important;
- padding-top: 50px;
- padding-bottom: 15px;
- margin-bottom: 50px;
- .headline {
- padding-top: 50px;
- label {
- padding: 5px 15px 5px 15px;
- font-family: 'inter';
- font-size: 16px;
- font-weight: 700;
- color: #0000EE;
- }
- h1 {
- padding: 5px 15px 5px 15px;
- font-family: 'poppins';
- font-size: 48px;
- font-weight: 600;
- }
- }
- .content {
- padding-top: 20px;
- padding-bottom: 20px;
- border-radius: 15px;
- margin-bottom: 20px;
- p {
- padding: 5px 250px 5px 15px;
- font-family: 'inter';
- font-size: 15px;
- font-weight: 400;
- ul {
- li {
- margin-right: 250px !important;
- }
- }
- h5 {
- margin-left: 10px !important;
- }
- }
- img {
- border-radius: 10%;
- }
- a.btn-success {
- border-radius: 50px;
- }
- ul {
- li {
- margin-right: 250px !important;
- }
- }
- h5 {
- margin-left: 10px !important;
- }
- }
- /* Extra small devices (phones, 600px and down) */
- @media only screen and (max-width: 600px) {
- }
- /* Small devices (portrait tablets and large phones, 600px and up) */
- @media only screen and (min-width: 600px) {
- }
- /* Medium devices (landscape tablets, 768px and up) */
- @media only screen and (min-width: 768px) {
- }
- /* Large devices (laptops/desktops, 992px and up) */
- @media only screen and (min-width: 992px) {
- }
- /* Extra large devices (large laptops and desktops, 1200px and up) */
- @media only screen and (min-width: 1200px) {
- }
- }
- #cookiespolicy {
- overflow-x: hidden !important;
- padding-top: 50px;
- padding-bottom: 15px;
- margin-bottom: 50px;
- .headline {
- padding-top: 50px;
- label {
- padding: 5px 15px 5px 15px;
- font-family: 'inter';
- font-size: 16px;
- font-weight: 700;
- color: #0000EE;
- }
- h1 {
- padding: 5px 15px 5px 15px;
- font-family: 'poppins';
- font-size: 48px;
- font-weight: 600;
- }
- }
- .content {
- padding-top: 20px;
- padding-bottom: 20px;
- border-radius: 15px;
- margin-bottom: 20px;
- p {
- padding: 5px 250px 5px 15px;
- font-family: 'inter';
- font-size: 15px;
- font-weight: 400;
- }
- img {
- border-radius: 10%;
- }
- a.btn-success {
- border-radius: 50px;
- }
- }
- /* Extra small devices (phones, 600px and down) */
- @media only screen and (max-width: 600px) {
- }
- /* Small devices (portrait tablets and large phones, 600px and up) */
- @media only screen and (min-width: 600px) {
- }
- /* Medium devices (landscape tablets, 768px and up) */
- @media only screen and (min-width: 768px) {
- }
- /* Large devices (laptops/desktops, 992px and up) */
- @media only screen and (min-width: 992px) {
- }
- /* Extra large devices (large laptops and desktops, 1200px and up) */
- @media only screen and (min-width: 1200px) {
- }
- }
- #sitemap {
- overflow-x: hidden !important;
- padding-top: 50px;
- padding-bottom: 15px;
- margin-bottom: 50px;
- .headline {
- padding-top: 50px;
- label {
- padding: 5px 15px 5px 15px;
- font-family: 'inter';
- font-size: 16px;
- font-weight: 700;
- color: #0000EE;
- }
- h1 {
- padding: 5px 15px 5px 15px;
- font-family: 'poppins';
- font-size: 48px;
- font-weight: 600;
- }
- }
- .content {
- padding-top: 20px;
- padding-bottom: 20px;
- border-radius: 15px;
- margin-bottom: 20px;
- .row {
- .col-12 {
- h1 {
- padding: 5px 15px 5px 15px;
- font-family: 'poppins';
- font-size: 48px;
- font-weight: 600;
- }
- a {
- padding: 5px 15px 5px 15px;
- font-family: 'inter';
- font-size: 16px;
- font-weight: 700;
- text-decoration: none;
- cursor: pointer;
- color: #0000EE;
- }
- }
- }
- }
- /* Extra small devices (phones, 600px and down) */
- @media only screen and (max-width: 600px) {
- }
- /* Small devices (portrait tablets and large phones, 600px and up) */
- @media only screen and (min-width: 600px) {
- }
- /* Medium devices (landscape tablets, 768px and up) */
- @media only screen and (min-width: 768px) {
- }
- /* Large devices (laptops/desktops, 992px and up) */
- @media only screen and (min-width: 992px) {
- }
- /* Extra large devices (large laptops and desktops, 1200px and up) */
- @media only screen and (min-width: 1200px) {
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement