|
- @font-face {
- src: url("fonts/Archivo_Black/ArchivoBlack-Regular.ttf") format("truetype");
- font-family: archivo-black;
- font-style: normal;
- }
- @font-face {
- src: url("fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
- font-family: open-sans;
- font-weight: bolder;
- }
- @font-face {
- src: url("fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
- font-family: open-sans;
- font-weight: bold;
- }
- @font-face {
- src: url("fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
- font-family: open-sans;
- font-style: normal;
- }
- @font-face {
- src: url("fonts/Open_Sans/OpenSans-LightItalic.ttf") format("truetype");
- font-family: open-sans;
- font-weight: normal;
- font-style: italic;
- }
- .banner {
- height: 30vh;
- background-image: url("../images/cover-image.jpg");
- background-size: cover;
- background-repeat: no-repeat;
- display: flex;
- justify-content: center;
- position: relative;
- }
- .banner:after {
- content: "";
- width: 100%;
- height: 100%;
- position: absolute;
- background-color: rgba(64, 62, 65, 0.6);
- }
- .banner h3 {
- text-align: center;
- align-self: center;
- font-size: 36px;
- color: white;
- z-index: 1;
- }
-
- .about-content {
- margin: 50px auto;
- line-height: 1.8;
- letter-spacing: 0.8px;
- color: #808285;
- border-bottom: 1px solid #f1f1f1;
- }
- .about-content .inner-container {
- display: flex;
- justify-content: space-between;
- width: 90%;
- margin: 0 auto;
- }
- @media screen and (max-width: 1024px) {
- .about-content .inner-container {
- flex-direction: column;
- }
- }
- .about-content .inner-container .description {
- width: 60%;
- align-self: center;
- display: flex;
- justify-content: space-between;
- flex-direction: column;
- }
- @media screen and (max-width: 1024px) {
- .about-content .inner-container .description {
- width: 100%;
- }
- }
- .about-content .inner-container .description p {
- width: 100%;
- }
- .about-content .inner-container .description mark {
- color: #28aae2;
- }
- .about-content .inner-container .description .heading {
- font-weight: bold;
- font-size: 36px;
- font-family: archivo-black;
- color: #403e41;
- }
- .about-content .scene-container {
- overflow: hidden;
- width: 37%;
- background-color: #f0f0f0;
- min-height: 50vh;
- }
- @media screen and (max-width: 1023px) {
- .about-content .scene-container {
- width: 100%;
- }
- }
- .about-content object {
- overflow-x: hidden;
- display: none;
- width: 100%;
- height: 100%;
- }
- .about-content object.active {
- display: block;
- }
- .about-content iframe {
- display: none;
- }
- @media screen and (max-width: 1024px) {
- .about-content iframe.active {
- display: block;
- }
- }
- .about-content figure {
- width: 37%;
- align-self: center;
- display: flex;
- height: 50vh;
- }
- @media screen and (max-width: 1024px) {
- .about-content figure {
- width: 100%;
- }
- }
- .about-content figure img {
- width: 100%;
- align-self: center;
- height: 100%;
- object-fit: cover;
- object-position: top;
- }
- .about-content p {
- width: 90%;
- margin: 0 auto 0;
- padding-bottom: 50px;
- }
- @media screen and (max-width: 1024px) {
- .about-content p {
- margin: 0 auto;
- }
- }
- .about-content .features {
- width: 90%;
- margin: 20px auto;
- }
- .about-content .features h3 {
- margin-bottom: 10px;
- }
- .about-content .features p {
- width: 100%;
- padding: 0;
- }
- .about-content .features ul {
- margin-bottom: 20px;
- margin-left: 30px;
- }
-
- #our-team {
- width: 90%;
- margin: 30px auto 100px;
- }
- #our-team h3 {
- font-size: 36px;
- color: #403e41;
- text-align: center;
- font-family: archivo-black;
- }
- #our-team h3 marked {
- color: #28aae2;
- display: inline;
- }
- #our-team marked {
- color: #28aae2;
- padding: 10px 0 0;
- text-align: center;
- display: block;
- font-weight: bold;
- }
- #our-team .owl-team {
- margin: 50px 0;
- }
- #our-team .section-container {
- margin: 0 20px;
- }
- #our-team figure {
- width: 100%;
- display: block;
- margin: 0 auto;
- }
- #our-team figure img {
- width: 100%;
- }
- #our-team p {
- text-align: center;
- margin-top: 10px;
- }
- #our-team .owl-team-btn {
- margin: 20px auto;
- text-align: center;
- padding: 20px 0;
- }
- #our-team .owl-team-btn i {
- font-size: 16px;
- padding: 0 10px;
- color: #28aae2;
- cursor: pointer;
- }
-
- /*# sourceMappingURL=about.css.map */
|