From 9ab2a6b9f991adffd3a038a5d727de03dfe76266 Mon Sep 17 00:00:00 2001 From: Sapna Jha Date: Sat, 18 Mar 2023 21:37:34 +0530 Subject: [PATCH] [Issue #416] Add blogGrid component with responsive design --- src/components/About/index.js | 20 +- src/components/About/style.sass | 16 +- src/components/CardThemeFourGrid/style.css | 20 -- .../CardThemeFourGrid/style.css.map | 1 - src/components/ContactUsThemeFive/style.css | 96 --------- .../ContactUsThemeFive/style.css.map | 1 - src/components/ContactUsThemeFour/style.css | 76 ------- .../ContactUsThemeFour/style.css.map | 1 - src/components/DetailCardGrid/style.css | 41 ---- src/components/DetailCardGrid/style.css.map | 1 - src/components/DynamicBanner/style.css | 81 ------- src/components/DynamicBanner/style.css.map | 1 - src/components/FooterLarge/style.css | 133 ------------ src/components/FooterLarge/style.css.map | 1 - src/components/FooterThemeFive/style.css | 100 --------- src/components/FooterThemeFive/style.css.map | 1 - src/components/FooterThemeFour/style.css | 152 -------------- src/components/FooterThemeFour/style.css.map | 1 - src/components/IndividualCardGrid/style.css | 24 --- .../IndividualCardGrid/style.css.map | 1 - src/components/InfoSection/style.css | 65 ------ src/components/InfoSection/style.css.map | 1 - src/components/NewsFeed/style.css | 109 ---------- src/components/NewsFeed/style.css.map | 1 - src/components/RequestCall/style.css | 77 ------- src/components/RequestCall/style.css.map | 1 - src/components/ServiceSection/style.css | 61 ------ src/components/ServiceSection/style.css.map | 1 - src/components/TestimonialAndFaq/style.css | 197 ------------------ .../TestimonialAndFaq/style.css.map | 1 - src/components/Values/style.css | 19 -- src/components/Values/style.css.map | 1 - src/pages/index.js | 2 +- src/styles/global-styles.css | 3 - src/styles/global-styles.css.map | 1 - 35 files changed, 19 insertions(+), 1289 deletions(-) delete mode 100644 src/components/CardThemeFourGrid/style.css delete mode 100644 src/components/CardThemeFourGrid/style.css.map delete mode 100644 src/components/ContactUsThemeFive/style.css delete mode 100644 src/components/ContactUsThemeFive/style.css.map delete mode 100644 src/components/ContactUsThemeFour/style.css delete mode 100644 src/components/ContactUsThemeFour/style.css.map delete mode 100644 src/components/DetailCardGrid/style.css delete mode 100644 src/components/DetailCardGrid/style.css.map delete mode 100644 src/components/DynamicBanner/style.css delete mode 100644 src/components/DynamicBanner/style.css.map delete mode 100644 src/components/FooterLarge/style.css delete mode 100644 src/components/FooterLarge/style.css.map delete mode 100644 src/components/FooterThemeFive/style.css delete mode 100644 src/components/FooterThemeFive/style.css.map delete mode 100644 src/components/FooterThemeFour/style.css delete mode 100644 src/components/FooterThemeFour/style.css.map delete mode 100644 src/components/IndividualCardGrid/style.css delete mode 100644 src/components/IndividualCardGrid/style.css.map delete mode 100644 src/components/InfoSection/style.css delete mode 100644 src/components/InfoSection/style.css.map delete mode 100644 src/components/NewsFeed/style.css delete mode 100644 src/components/NewsFeed/style.css.map delete mode 100644 src/components/RequestCall/style.css delete mode 100644 src/components/RequestCall/style.css.map delete mode 100644 src/components/ServiceSection/style.css delete mode 100644 src/components/ServiceSection/style.css.map delete mode 100644 src/components/TestimonialAndFaq/style.css delete mode 100644 src/components/TestimonialAndFaq/style.css.map delete mode 100644 src/components/Values/style.css delete mode 100644 src/components/Values/style.css.map delete mode 100644 src/styles/global-styles.css delete mode 100644 src/styles/global-styles.css.map diff --git a/src/components/About/index.js b/src/components/About/index.js index 007c9b5c..94067bea 100644 --- a/src/components/About/index.js +++ b/src/components/About/index.js @@ -1,18 +1,18 @@ import React from "react" import PropTypes from "prop-types" import "./style.sass" -import { Container, Row, Col } from 'react-bootstrap' +import {Container, Row, Col} from 'react-bootstrap' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faInfoCircle } from '@fortawesome/free-solid-svg-icons'; -export const About = ({ header, mainText, subText, buttonText, buttonLink, image, backgroundColor }) => { +export const About = ({header, mainText, subText, buttonText, buttonLink, image, backgroundColor}) => { return (
- {header ?
+ {header ?

{header}

-
: null} -
- +
: null} +
+
@@ -22,16 +22,16 @@ export const About = ({ header, mainText, subText, buttonText, buttonLink, image : null}

{subText}

{buttonText ? - {buttonText} + {buttonText} : null}
- About + About
-
-
+ +
) } diff --git a/src/components/About/style.sass b/src/components/About/style.sass index 47ef82cb..84cc9dbe 100644 --- a/src/components/About/style.sass +++ b/src/components/About/style.sass @@ -17,12 +17,12 @@ @media #{$xs-and-less} align-items: center text-align: center - display: flex - text-align: left - height: 100% - flex-direction: column - justify-content: center - align-items: flex-start + display: flex + text-align: left + height: 100% + flex-direction: column + justify-content: center + align-items: flex-start p font-size: 14px line-height: 25px @@ -44,9 +44,9 @@ .button:hover color: #fff text-decoration: none - + .right-col text-align: center margin-top: 20px .about-image - width: 80% + width: 80% \ No newline at end of file diff --git a/src/components/CardThemeFourGrid/style.css b/src/components/CardThemeFourGrid/style.css deleted file mode 100644 index 54bafe46..00000000 --- a/src/components/CardThemeFourGrid/style.css +++ /dev/null @@ -1,20 +0,0 @@ -.cardThemeFourBackground { - background-position: center; - background-repeat: no-repeat; - background-size: cover; -} - -.cardThemeGridWrapper { - padding: 40px; -} - -@media (min-width: 481px) and (max-width: 767px) { - .cardThemeGridWrapper { - padding: 10px 10px; - } -} -@media (min-width: 320px) and (max-width: 480px) { - .cardThemeGridWrapper { - padding: 10px 10px; - } -}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/src/components/CardThemeFourGrid/style.css.map b/src/components/CardThemeFourGrid/style.css.map deleted file mode 100644 index a8f725a8..00000000 --- a/src/components/CardThemeFourGrid/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["style.sass","style.css"],"names":[],"mappings":"AAAA;EACI,2BAAA;EACA,4BAAA;EACA,sBAAA;ACCJ;;ADAA;EACI,aAAA;ACGJ;;ADDA;EACI;IACI,kBAAA;ECIN;AACF;ADHA;EACI;IACI,kBAAA;ECKN;AACF","file":"style.css"} \ No newline at end of file diff --git a/src/components/ContactUsThemeFive/style.css b/src/components/ContactUsThemeFive/style.css deleted file mode 100644 index 72b2ee79..00000000 --- a/src/components/ContactUsThemeFive/style.css +++ /dev/null @@ -1,96 +0,0 @@ -.contactUsFiveWrap { - background: #1E4F7C; - padding: 20px; -} -.contactUsFiveWrap .contactFiveHeadingsDiv { - padding: 20px; -} -.contactUsFiveWrap .contactUsFiveLeftCol { - padding: 20px; -} -.contactUsFiveWrap .contactUsFiveLeftCol .contactListDataDetail { - font-family: "Montserrat"; - font-style: normal; - font-weight: 600; - font-size: 20px; - text-transform: capitalize; - color: #FFFFFF; -} -.contactUsFiveWrap .contactUsFiveRightCol { - padding: 10px; -} -.contactUsFiveWrap .contactUsFiveRightCol .contactUsFiveMessageDiv { - background: rgba(217, 217, 217, 0.42); - border-radius: 27px; - padding: 50px; -} -.contactUsFiveWrap .contactUsFiveRightCol button { - background: #14F195; - padding: 8px; - color: white; - font-size: 18px; - background: linear-gradient(90deg, #14F195 0%, rgba(20, 232, 164, 0.838114) 50.52%, rgba(20, 220, 186, 0.599818) 99.54%, rgba(20, 219, 187, 0.58318) 99.55%, rgba(20, 212, 199, 0.457074) 99.56%, rgba(20, 188, 241, 0) 100%); - border-radius: 50px; - width: 150px; - border: none; - font-family: "Montserrat"; -} - -.contactFiveSubText { - font-family: "Montserrat"; - font-style: normal; - font-weight: 700; - text-align: center; - font-size: 20px; - line-height: 39px; - text-transform: uppercase; - color: #51AD28; -} - -.contactListDataHeading { - font-family: "Montserrat"; - font-style: normal; - font-weight: 600; - font-size: 15px; - line-height: 5px; - text-transform: capitalize; - color: #B7B7B7; -} - -.contactFiveMainHeading { - font-family: "Montserrat"; - font-style: normal; - text-align: center; - font-weight: 700; - font-size: 45px; - text-transform: uppercase; - color: #FFFFFF; -} - -.customFieldFive { - border-bottom: 2px solid white; - margin-bottom: 20px; - border-radius: 1px; - text-align: left; - padding: 10px; - background: transparent; - font-size: 18px; - border-style: none none solid none; - font-family: "Montserrat"; - font-style: normal; - font-weight: 700; - line-height: 30px; - text-transform: uppercase; -} - -.customFieldFive[type=text]::-moz-placeholder { - color: white; -} - -.customFieldFive[type=text]::placeholder { - color: white; -} - -.customFieldFive:focus { - background: transparent !important; -}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/src/components/ContactUsThemeFive/style.css.map b/src/components/ContactUsThemeFive/style.css.map deleted file mode 100644 index a9ee7ce4..00000000 --- a/src/components/ContactUsThemeFive/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["style.sass","style.css"],"names":[],"mappings":"AAAA;EACI,mBAAA;EACA,aAAA;ACCJ;ADAI;EACI,aAAA;ACER;ADDI;EACI,aAAA;ACGR;ADFQ;EACI,yBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,0BAAA;EACA,cAAA;ACIZ;ADHI;EACI,aAAA;ACKR;ADJQ;EACI,qCAAA;EACA,mBAAA;EACA,aAAA;ACMZ;ADLQ;EACI,mBAAA;EACA,YAAA;EACA,YAAA;EACA,eAAA;EACA,6NAAA;EACA,mBAAA;EACA,YAAA;EACA,YAAA;EACA,yBAAA;ACOZ;;ADLA;EACI,yBAAA;EACA,kBAAA;EACA,gBAAA;EACA,kBAAA;EACA,eAAA;EACA,iBAAA;EACA,yBAAA;EACA,cAAA;ACQJ;;ADNA;EACI,yBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,0BAAA;EACA,cAAA;ACSJ;;ADPA;EACI,yBAAA;EACA,kBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,yBAAA;EACA,cAAA;ACUJ;;ADRA;EACI,8BAAA;EACA,mBAAA;EACA,kBAAA;EACA,gBAAA;EACA,aAAA;EACA,uBAAA;EACA,eAAA;EACA,kCAAA;EACA,yBAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,yBAAA;ACWJ;;ADTA;EACI,YAAA;ACYJ;;ADbA;EACI,YAAA;ACYJ;;ADXA;EACI,kCAAA;ACcJ","file":"style.css"} \ No newline at end of file diff --git a/src/components/ContactUsThemeFour/style.css b/src/components/ContactUsThemeFour/style.css deleted file mode 100644 index 81b6b9f7..00000000 --- a/src/components/ContactUsThemeFour/style.css +++ /dev/null @@ -1,76 +0,0 @@ -.contactUsFourWrap { - background: #EDFCFF; -} -.contactUsFourWrap .contactUsFourLeftCol { - padding: 20px; -} -.contactUsFourWrap .contactUsFourLeftCol .contactListData { - font-family: "Montserrat"; - font-style: normal; - font-weight: 400; - font-size: 16px; - color: #828181; -} -.contactUsFourWrap .contactUsFourLeftCol .subHeading { - color: black; - text-align: left; - font-style: normal; - font-weight: 400; - font-size: 1.5rem; - margin-top: 1rem; - margin-bottom: 1.5rem; - line-height: 117.02%; -} -.contactUsFourWrap .contactUsFourRightCol { - padding: 20px; -} -.contactUsFourWrap .contactUsFourRightCol button { - background: #14F195; - padding: 8px; - color: white; - font-size: 18px; - border: none; - font-family: "Montserrat"; - width: 100%; -} - -.contactDivider { - width: 80px; - margin-left: 0; - margin-bottom: 1.5rem; - border-top: 3px solid #14F195; -} - -.contactSubText { - text-align: left; - font-style: normal; - font-weight: 600; - font-size: 1rem; - overflow: hidden; - line-height: 117.02%; - text-transform: uppercase; - color: #828181; -} - -.contactMainHeading { - color: black; - text-align: left; - font-style: normal; - font-weight: 500; - font-family: "Josefin Sans"; - margin-top: 2rem; - margin-bottom: 1.5rem; - line-height: 117.02%; -} - -.custom-field { - margin-bottom: 20px; - border-radius: 1px; - text-align: left; - font-style: italic; - font-family: Montserrat; - padding: 14px; - background: #EDFCFF; - font-size: 18px; - border: 1px solid #A3A3A3; -}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/src/components/ContactUsThemeFour/style.css.map b/src/components/ContactUsThemeFour/style.css.map deleted file mode 100644 index 16ab2501..00000000 --- a/src/components/ContactUsThemeFour/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["style.sass","style.css"],"names":[],"mappings":"AAAA;EACI,mBAAA;ACCJ;ADAI;EACI,aAAA;ACER;ADDQ;EACI,yBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,cAAA;ACGZ;ADFQ;EACI,YAAA;EACA,gBAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,gBAAA;EACA,qBAAA;EACA,oBAAA;ACIZ;ADFI;EACI,aAAA;ACIR;ADHQ;EACI,mBAAA;EACA,YAAA;EACA,YAAA;EACA,eAAA;EACA,YAAA;EACA,yBAAA;EACA,WAAA;ACKZ;;ADHA;EACI,WAAA;EACA,cAAA;EACA,qBAAA;EACA,6BAAA;ACMJ;;ADJA;EACI,gBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,oBAAA;EACA,yBAAA;EACA,cAAA;ACOJ;;ADLA;EACI,YAAA;EACA,gBAAA;EACA,kBAAA;EACA,gBAAA;EACA,2BAAA;EACA,gBAAA;EACA,qBAAA;EACA,oBAAA;ACQJ;;ADNA;EACI,mBAAA;EACA,kBAAA;EACA,gBAAA;EACA,kBAAA;EACA,uBAAA;EACA,aAAA;EACA,mBAAA;EACA,eAAA;EACA,yBAAA;ACSJ","file":"style.css"} \ No newline at end of file diff --git a/src/components/DetailCardGrid/style.css b/src/components/DetailCardGrid/style.css deleted file mode 100644 index 2ce3b1d8..00000000 --- a/src/components/DetailCardGrid/style.css +++ /dev/null @@ -1,41 +0,0 @@ -@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"); -.cardsWrapper { - background-color: #1193D4; - text-align: center; - padding: 2rem 2rem 8rem 2rem; - position: relative; -} - -.detail-heading { - color: white; - font-family: "josefin sans"; -} - -.cardsPosition { - margin-top: -7rem; -} - -.card-col { - display: flex; - justify-content: space-between; -} -.card-col .with-class { - margin-top: 50px; -} - -@media (min-width: 481px) and (max-width: 767px) { - .card-col { - display: block; - } - .card-col .with-class { - margin-top: 0; - } -} -@media (min-width: 320px) and (max-width: 480px) { - .card-col { - display: block; - } - .card-col .with-class { - margin-top: 0; - } -}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/src/components/DetailCardGrid/style.css.map b/src/components/DetailCardGrid/style.css.map deleted file mode 100644 index 0560f110..00000000 --- a/src/components/DetailCardGrid/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["style.sass","style.css"],"names":[],"mappings":"AAAQ,+KAAA;AAER;EACI,yBAAA;EACA,kBAAA;EACA,4BAAA;EACA,kBAAA;ACAJ;;ADEA;EACI,YAAA;EACA,2BAAA;ACCJ;;ADAA;EACI,iBAAA;ACGJ;;ADDA;EACI,aAAA;EACA,8BAAA;ACIJ;ADHI;EACI,gBAAA;ACKR;;ADHA;EACI;IACI,cAAA;ECMN;EDLM;IACI,aAAA;ECOV;AACF;ADNA;EACI;IACI,cAAA;ECQN;EDPM;IACI,aAAA;ECSV;AACF","file":"style.css"} \ No newline at end of file diff --git a/src/components/DynamicBanner/style.css b/src/components/DynamicBanner/style.css deleted file mode 100644 index 3a008f78..00000000 --- a/src/components/DynamicBanner/style.css +++ /dev/null @@ -1,81 +0,0 @@ -@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"); -.dynamicBannerBackground { - background-position: center; - background-repeat: no-repeat; - background-size: cover; -} - -.dynamicBannerWrap { - padding: 40px; -} -.dynamicBannerWrap .dynamicDivider { - width: 80px; - margin-left: 0; - margin-bottom: 1.5rem; - border-top: 3px solid #14F195; -} -.dynamicBannerWrap .dynamicSubText { - text-align: left; - font-style: normal; - font-weight: 600; - font-size: 1rem; - overflow: hidden; - line-height: 117.02%; - text-transform: uppercase; - color: #828181; -} -.dynamicBannerWrap .dynamicMainHeading { - color: white; - text-align: left; - font-style: normal; - inline-size: 550px; - font-family: "Josefin Sans"; - font-weight: 500; - margin-bottom: 2rem; - font-size: 4rem; - line-height: 117.02%; -} -.dynamicBannerWrap .dynamicDescription { - font-weight: 300; - color: white; - font-family: "Montserrat"; - font-size: 1.2rem; - margin-bottom: 2rem; - overflow-wrap: break-word; -} - -.dynamicDiv { - display: flex; - gap: 10px; - vertical-align: middle; - text-align: left; - justify-content: left; - align-items: left; - margin-top: -20px; -} - -.dynamicCountUp { - color: white; - font-size: 3.8rem; - vertical-align: middle; -} - -.dynamicCountText { - color: white; - font-weight: 400; - font-size: 1.5rem; - inline-size: 100px; - padding: 20px; - vertical-align: middle; -} - -@media (min-width: 481px) and (max-width: 767px) { - .dynamicMainHeading { - inline-size: unset !important; - } -} -@media (min-width: 320px) and (max-width: 480px) { - .dynamicMainHeading { - inline-size: unset !important; - } -}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/src/components/DynamicBanner/style.css.map b/src/components/DynamicBanner/style.css.map deleted file mode 100644 index 241d2771..00000000 --- a/src/components/DynamicBanner/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["style.sass","style.css"],"names":[],"mappings":"AAAQ,+KAAA;AAER;EACI,2BAAA;EACA,4BAAA;EACA,sBAAA;ACAJ;;ADCA;EACI,aAAA;ACEJ;ADDI;EACI,WAAA;EACA,cAAA;EACA,qBAAA;EACA,6BAAA;ACGR;ADFI;EACI,gBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,oBAAA;EACA,yBAAA;EACA,cAAA;ACIR;ADHI;EACI,YAAA;EACA,gBAAA;EACA,kBAAA;EACA,kBAAA;EACA,2BAAA;EACA,gBAAA;EACA,mBAAA;EACA,eAAA;EACA,oBAAA;ACKR;ADJI;EACI,gBAAA;EACA,YAAA;EACA,yBAAA;EACA,iBAAA;EACA,mBAAA;EACA,yBAAA;ACMR;;ADJA;EACI,aAAA;EACA,SAAA;EACA,sBAAA;EACA,gBAAA;EACA,qBAAA;EACA,iBAAA;EACA,iBAAA;ACOJ;;ADNA;EACI,YAAA;EACA,iBAAA;EACA,sBAAA;ACSJ;;ADRA;EACI,YAAA;EACA,gBAAA;EACA,iBAAA;EACA,kBAAA;EACA,aAAA;EACA,sBAAA;ACWJ;;ADTA;EACI;IACI,6BAAA;ECYN;AACF;ADXA;EACI;IACI,6BAAA;ECaN;AACF","file":"style.css"} \ No newline at end of file diff --git a/src/components/FooterLarge/style.css b/src/components/FooterLarge/style.css deleted file mode 100644 index 8e1e0daa..00000000 --- a/src/components/FooterLarge/style.css +++ /dev/null @@ -1,133 +0,0 @@ -ul { - margin: 0px; - padding: 0px; -} - -.footer-section { - background: #24598B; - position: relative; -} - -.footer-content { - position: relative; - z-index: 2; -} - -.footer-logo img { - max-width: 140px; - margin-bottom: 30px; -} - -.footer-text p { - margin-bottom: 14px; - font-weight: 400; - font-size: 15px; - color: white; - line-height: 24px; -} - -.footer-social-icon { - color: #fff; - font-size: 20px; - font-weight: 700; - margin-right: 15px; -} - -.social-icons-container a { - color: #fff; - margin-right: 15px; -} - -.footer-widget-heading h3 { - color: #fff; - font-size: 18px; - font-weight: 600; - margin-bottom: 30px; - position: relative; -} - -.footer-widget ul li { - display: inline-block; - color: white; - cursor: pointer; - width: 100%; - margin-bottom: 12px; -} -.footer-widget ul li a:hover { - color: #51AD28; -} -.footer-widget ul li a { - color: white; - text-transform: capitalize; -} - -.subscribe-form { - position: relative; - overflow: hidden; -} -.subscribe-form input { - width: 100%; - padding: 14px 28px; - background: white; - border: none; - border-radius: 36px; - color: #fff; -} -.subscribe-form button { - position: absolute; - right: 0; - background: #51AD28; - border: 1px solid #51AD28; - border-radius: 36px; - width: 70px; - top: 0; -} -.subscribe-form button i { - color: #fff; - font-size: 22px; - transform: rotate(-6deg); -} - -.copyright-area { - background: #24598B; - padding: 25px 0; - border-bottom: 10px solid #51AD28; -} - -.copyright-text p { - margin: 0; - font-size: 14px; - color: white; -} -.copyright-text p a { - color: #51AD28; -} - -.footer-menu li { - display: inline-block; - margin-left: 20px; -} -.footer-menu li:hover a { - color: #51AD28; -} -.footer-menu li a { - font-size: 14px; - color: #878787; -} - -.ButtonIcon { - border-radius: 80px; - background-color: #51AD28; - padding: 8px; - color: white; - margin-left: 0 !important; - width: 50px; - vertical-align: middle; -} - -.divider { - width: 90%; - color: white !important; - margin: auto; - border: 0.5px solid white; -}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/src/components/FooterLarge/style.css.map b/src/components/FooterLarge/style.css.map deleted file mode 100644 index d2ffbd63..00000000 --- a/src/components/FooterLarge/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["style.sass","style.css"],"names":[],"mappings":"AAAA;EACI,WAAA;EACA,YAAA;ACCJ;;ADCA;EACI,mBAAA;EACA,kBAAA;ACEJ;;ADAA;EACI,kBAAA;EACA,UAAA;ACGJ;;ADCI;EACI,gBAAA;EACA,mBAAA;ACER;;ADAA;EACI,mBAAA;EACA,gBAAA;EACA,eAAA;EACA,YAAA;EACA,iBAAA;ACGJ;;ADDA;EACI,WAAA;EACA,eAAA;EACA,gBAAA;EACA,kBAAA;ACIJ;;ADFA;EACI,WAAA;EACA,kBAAA;ACKJ;;ADHA;EACI,WAAA;EACA,eAAA;EACA,gBAAA;EACA,mBAAA;EACA,kBAAA;ACMJ;;ADJA;EACI,qBAAA;EACA,YAAA;EACA,eAAA;EACA,WAAA;EACA,mBAAA;ACOJ;ADLI;EACI,cAAA;ACOR;ADLI;EACI,YAAA;EACA,0BAAA;ACOR;;ADLA;EACI,kBAAA;EACA,gBAAA;ACQJ;ADNI;EACI,WAAA;EACA,kBAAA;EACA,iBAAA;EACA,YAAA;EACA,mBAAA;EACA,WAAA;ACQR;ADNI;EACI,kBAAA;EACA,QAAA;EACA,mBAAA;EACA,yBAAA;EACA,mBAAA;EACA,WAAA;EACA,MAAA;ACQR;ADNI;EACI,WAAA;EACA,eAAA;EACA,wBAAA;ACQR;;ADNA;EACI,mBAAA;EACA,eAAA;EACA,iCAAA;ACSJ;;ADPA;EACI,SAAA;EACA,eAAA;EACA,YAAA;ACUJ;ADRI;EACI,cAAA;ACUR;;ADRA;EACI,qBAAA;EACA,iBAAA;ACWJ;ADTI;EACI,cAAA;ACWR;ADTI;EACI,eAAA;EACA,cAAA;ACWR;;ADTA;EACI,mBAAA;EACA,yBAAA;EACA,YAAA;EACA,YAAA;EACA,yBAAA;EACA,WAAA;EACA,sBAAA;ACYJ;;ADVA;EACI,UAAA;EACA,uBAAA;EACA,YAAA;EACA,yBAAA;ACaJ","file":"style.css"} \ No newline at end of file diff --git a/src/components/FooterThemeFive/style.css b/src/components/FooterThemeFive/style.css deleted file mode 100644 index b7e8bc14..00000000 --- a/src/components/FooterThemeFive/style.css +++ /dev/null @@ -1,100 +0,0 @@ -@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); -ul { - margin: 0px; - padding: 0px; -} - -.footerThemeFive-section { - background: #153554; - position: relative; -} - -.footerThemeFive-content { - position: relative; - z-index: 2; -} - -.footerThemeFive-logo img { - max-width: 140px; - margin-bottom: 10px; -} - -.footerThemeFive-text p { - margin-bottom: 14px; - font-weight: 400; - font-size: 15px; - font-family: "Montserrat"; - color: #B2B6BB; - line-height: 24px; -} - -.footerThemeFive-social-icon { - color: #B2B6BB; - font-size: 25px; - font-weight: 700; - margin-top: 15px; - margin-right: 15px; -} - -.footerFive-social-icons-container a { - color: #B2B6BB; - margin-right: 15px; -} - -.footerThemeFive-widget-heading h3 { - color: #fff; - font-size: 18px; - font-weight: 600; - margin-bottom: 30px; - position: relative; -} - -.footerThemeFive-widget ul li { - display: inline-block; - color: white; - font-weight: 500; - font-family: "Montserrat"; - cursor: pointer; - width: 100%; - margin-bottom: 12px; -} -.footerThemeFive-widget ul li a:hover { - color: #51AD28; -} -.footerThemeFive-widget ul li a { - color: #B2B6BB; - text-transform: capitalize; -} - -.footer-five-copyright-area { - background: #153554; - padding: 25px 0; -} - -.footer-five-copyright-text p { - margin: 0; - font-size: 14px; - color: white; -} -.footer-five-copyright-text p a { - color: #51AD28; -} - -.footerThemeFive-menu li { - display: inline-block; - margin-left: 20px; -} -.footerThemeFive-menu li:hover a { - color: #51AD28; -} -.footerThemeFive-menu li a { - font-size: 14px; - color: #878787; -} - -.divider { - width: 90%; - color: white !important; - margin: auto; - border: 0.5px solid white; -}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/src/components/FooterThemeFive/style.css.map b/src/components/FooterThemeFive/style.css.map deleted file mode 100644 index ad639a2a..00000000 --- a/src/components/FooterThemeFive/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["style.sass","style.css"],"names":[],"mappings":"AAAQ,qMAAA;AAER;EACI,WAAA;EACA,YAAA;ACAJ;;ADEA;EACI,mBAAA;EACA,kBAAA;ACCJ;;ADCA;EACI,kBAAA;EACA,UAAA;ACEJ;;ADEI;EACI,gBAAA;EACA,mBAAA;ACCR;;ADCA;EACI,mBAAA;EACA,gBAAA;EACA,eAAA;EACA,yBAAA;EACA,cAAA;EACA,iBAAA;ACEJ;;ADAA;EACI,cAAA;EACA,eAAA;EACA,gBAAA;EACA,gBAAA;EACA,kBAAA;ACGJ;;ADDA;EACI,cAAA;EACA,kBAAA;ACIJ;;ADFA;EACI,WAAA;EACA,eAAA;EACA,gBAAA;EACA,mBAAA;EACA,kBAAA;ACKJ;;ADHA;EACI,qBAAA;EACA,YAAA;EACA,gBAAA;EACA,yBAAA;EACA,eAAA;EACA,WAAA;EACA,mBAAA;ACMJ;ADJI;EACI,cAAA;ACMR;ADJI;EACI,cAAA;EACA,0BAAA;ACMR;;ADJA;EACI,mBAAA;EACA,eAAA;ACOJ;;ADLA;EACI,SAAA;EACA,eAAA;EACA,YAAA;ACQJ;ADNI;EACI,cAAA;ACQR;;ADNA;EACI,qBAAA;EACA,iBAAA;ACSJ;ADPI;EACI,cAAA;ACSR;ADPI;EACI,eAAA;EACA,cAAA;ACSR;;ADPA;EACI,UAAA;EACA,uBAAA;EACA,YAAA;EACA,yBAAA;ACUJ","file":"style.css"} \ No newline at end of file diff --git a/src/components/FooterThemeFour/style.css b/src/components/FooterThemeFour/style.css deleted file mode 100644 index 01c93002..00000000 --- a/src/components/FooterThemeFour/style.css +++ /dev/null @@ -1,152 +0,0 @@ -ul { - margin: 0px; - padding: 0px; -} - -.FooterFour-section { - background: #151414; - position: relative; -} - -.FooterFour-content { - position: relative; - z-index: 2; -} - -.FooterFour-pattern img { - position: absolute; - top: 0; - left: 0; - height: 330px; - background-size: cover; - background-position: 100% 100%; -} - -.FooterFour-logo { - margin-bottom: 30px; -} -.FooterFour-logo img { - max-width: 160px; -} - -.FooterFour-text p { - margin-bottom: 14px; - font-size: 16px; - font-weight: 400; - color: #C2CBD7; - line-height: 28px; -} - -.FooterFour-social-icon span { - color: #fff; - display: block; - font-size: 20px; - font-weight: 700; - font-family: "Poppins", sans-serif; - margin-bottom: 20px; -} -.FooterFour-social-icon a { - color: #fff; - font-size: 16px; - margin-right: 15px; -} -.FooterFour-social-icon i { - height: 40px; - width: 40px; - text-align: center; - line-height: 38px; - border-radius: 50%; -} - -.FooterFour-widget-heading h3 { - color: #fff; - font-size: 20px; - font-weight: 600; - margin-top: 25px; - margin-bottom: 30px; - position: relative; -} - -.FooterFour-widget ul li { - display: inline-block; - float: left; - font-size: 16px; - width: 50%; - margin-bottom: 12px; -} -.FooterFour-widget ul li a { - color: #C2CBD7; - text-transform: capitalize; -} -.FooterFour-widget ul li a:hover { - color: #14F195; -} - -.FooterFour-subscribe-form { - position: relative; - overflow: hidden; -} -.FooterFour-subscribe-form input { - width: 100%; - padding: 14px 28px; - background: #151414; - border: 1px solid white; - color: #C2CBD7; -} -.FooterFour-subscribe-form input:-moz-placeholder-shown { - font-style: italic; -} -.FooterFour-subscribe-form input:placeholder-shown { - font-style: italic; -} -.FooterFour-subscribe-form button { - position: absolute; - right: 0; - background: #14F195; - padding: 14px 20px; - border: 1px solid #14F195; - top: 0; -} -.FooterFour-subscribe-form .FooterFour-subscribe-text { - margin-top: 14px; - font-style: italic; - font-size: 16px; - font-weight: 100; - color: #C2CBD7; - line-height: 28px; -} - -.FooterFour-copyright-area { - background: #012046; - padding: 25px 0; -} - -.FooterFour-copyright-text p { - margin: 0; - font-size: 16px; - color: #C2CBD7; -} -.FooterFour-copyright-text p a { - color: #14F195; -} - -.FooterFour-menu li { - display: inline-block; - margin-left: 20px; -} -.FooterFour-menu li:hover a { - color: #14F195; -} -.FooterFour-menu li a { - font-size: 16px; - color: #878787; -} - -.FooterFour-social-icon { - font-size: 20px; - color: #C2CBD7; - margin-left: 20px; -} -.FooterFour-social-icon:hover .FooterFour-social-icon { - color: #14F195; -}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/src/components/FooterThemeFour/style.css.map b/src/components/FooterThemeFour/style.css.map deleted file mode 100644 index 68984f47..00000000 --- a/src/components/FooterThemeFour/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["style.sass","style.css"],"names":[],"mappings":"AAAA;EACI,WAAA;EACA,YAAA;ACCJ;;ADAA;EACI,mBAAA;EACA,kBAAA;ACGJ;;ADDA;EACI,kBAAA;EACA,UAAA;ACIJ;;ADFI;EACI,kBAAA;EACA,MAAA;EACA,OAAA;EACA,aAAA;EACA,sBAAA;EACA,8BAAA;ACKR;;ADHA;EACI,mBAAA;ACMJ;ADLI;EACI,gBAAA;ACOR;;ADJI;EACI,mBAAA;EACA,eAAA;EACA,gBAAA;EACA,cAAA;EACA,iBAAA;ACOR;;ADJI;EACI,WAAA;EACA,cAAA;EACA,eAAA;EACA,gBAAA;EACA,kCAAA;EACA,mBAAA;ACOR;ADNI;EACI,WAAA;EACA,eAAA;EACA,kBAAA;ACQR;ADPI;EACI,YAAA;EACA,WAAA;EACA,kBAAA;EACA,iBAAA;EACA,kBAAA;ACSR;;ADNI;EACI,WAAA;EACA,eAAA;EACA,gBAAA;EACA,gBAAA;EACA,mBAAA;EACA,kBAAA;ACSR;;ADLQ;EACI,qBAAA;EACA,WAAA;EACA,eAAA;EACA,UAAA;EACA,mBAAA;ACQZ;ADPY;EACI,cAAA;EACA,0BAAA;ACShB;ADRgB;EACI,cAAA;ACUpB;;ADRA;EACI,kBAAA;EACA,gBAAA;ACWJ;ADVI;EACI,WAAA;EACA,kBAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;ACYR;ADXI;EACI,kBAAA;ACaR;ADdI;EACI,kBAAA;ACaR;ADZI;EACI,kBAAA;EACA,QAAA;EACA,mBAAA;EACA,kBAAA;EACA,yBAAA;EACA,MAAA;ACcR;ADbI;EACI,gBAAA;EACA,kBAAA;EACA,eAAA;EACA,gBAAA;EACA,cAAA;EACA,iBAAA;ACeR;;ADbA;EACI,mBAAA;EACA,eAAA;ACgBJ;;ADbI;EACI,SAAA;EACA,eAAA;EACA,cAAA;ACgBR;ADfQ;EACI,cAAA;ACiBZ;;ADdI;EACI,qBAAA;EACA,iBAAA;ACiBR;ADfY;EACI,cAAA;ACiBhB;ADhBQ;EACI,eAAA;EACA,cAAA;ACkBZ;;ADhBA;EACI,eAAA;EACA,cAAA;EACA,iBAAA;ACmBJ;ADjBQ;EACI,cAAA;ACmBZ","file":"style.css"} \ No newline at end of file diff --git a/src/components/IndividualCardGrid/style.css b/src/components/IndividualCardGrid/style.css deleted file mode 100644 index 41da7b55..00000000 --- a/src/components/IndividualCardGrid/style.css +++ /dev/null @@ -1,24 +0,0 @@ -.card-col { - display: flex; - justify-content: space-between; -} -.card-col .with-class { - margin-top: 50px; -} - -@media (min-width: 481px) and (max-width: 767px) { - .card-col { - display: block; - } - .card-col .with-class { - margin-top: 0; - } -} -@media (min-width: 320px) and (max-width: 480px) { - .card-col { - display: block; - } - .card-col .with-class { - margin-top: 0; - } -}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/src/components/IndividualCardGrid/style.css.map b/src/components/IndividualCardGrid/style.css.map deleted file mode 100644 index 1fdf6700..00000000 --- a/src/components/IndividualCardGrid/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["style.sass","style.css"],"names":[],"mappings":"AAAA;EACI,aAAA;EACA,8BAAA;ACCJ;ADAI;EACI,gBAAA;ACER;;ADDA;EACI;IACI,cAAA;ECIN;EDHM;IACI,aAAA;ECKV;AACF;ADJA;EACI;IACI,cAAA;ECMN;EDLM;IACI,aAAA;ECOV;AACF","file":"style.css"} \ No newline at end of file diff --git a/src/components/InfoSection/style.css b/src/components/InfoSection/style.css deleted file mode 100644 index 7dba0b1f..00000000 --- a/src/components/InfoSection/style.css +++ /dev/null @@ -1,65 +0,0 @@ -@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"); -@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); -.infoSectionWrapper { - text-align: center; -} -.infoSectionWrapper .infoDivider { - width: 100px; - margin-bottom: 1.5rem; - border-top: 4px solid #14F195; -} -.infoSectionWrapper .infoSubText { - font-style: normal; - font-weight: 600; - font-size: 1.3rem; - overflow: hidden; - line-height: 117.02%; - font-family: "Montserrat"; - text-transform: uppercase; - color: #ADADAD; -} -.infoSectionWrapper .infoMainHeading { - color: black; - font-style: normal; - font-family: "Josefin Sans"; - font-weight: 600; - margin-bottom: 2rem; - font-size: 2.5rem; - line-height: 117.02%; -} - -.infoDescription { - font-family: "Montserrat"; - font-style: normal; - font-weight: 500; - font-size: 18px; - line-height: 146.02%; - text-align: center; - color: #838383; -} - -.infoRowWrapper { - text-align: center; -} - -.infoColDiv { - text-align: center; - padding: 20px; -} - -.infoSectionHeading { - color: black; - text-align: center; - font-style: normal; - font-family: "Josefin Sans"; - font-weight: 450; - margin-bottom: 2rem; - font-size: 2rem; - line-height: 117.02%; -} - -.infoImage { - width: 60%; - margin-bottom: 1rem; - text-align: center; -}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/src/components/InfoSection/style.css.map b/src/components/InfoSection/style.css.map deleted file mode 100644 index 26bdb676..00000000 --- a/src/components/InfoSection/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["style.sass","style.css"],"names":[],"mappings":"AAAQ,+KAAA;AACA,qMAAA;AAER;EACI,kBAAA;ACAJ;ADCI;EACI,YAAA;EACA,qBAAA;EACA,6BAAA;ACCR;ADAI;EACI,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,gBAAA;EACA,oBAAA;EACA,yBAAA;EACA,yBAAA;EACA,cAAA;ACER;ADDI;EACI,YAAA;EACA,kBAAA;EACA,2BAAA;EACA,gBAAA;EACA,mBAAA;EACA,iBAAA;EACA,oBAAA;ACGR;;ADDA;EACI,yBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,oBAAA;EACA,kBAAA;EACA,cAAA;ACIJ;;ADFA;EACI,kBAAA;ACKJ;;ADJA;EACI,kBAAA;EACA,aAAA;ACOJ;;ADLA;EACI,YAAA;EACA,kBAAA;EACA,kBAAA;EACA,2BAAA;EACA,gBAAA;EACA,mBAAA;EACA,eAAA;EACA,oBAAA;ACQJ;;ADNA;EACI,UAAA;EACA,mBAAA;EACA,kBAAA;ACSJ","file":"style.css"} \ No newline at end of file diff --git a/src/components/NewsFeed/style.css b/src/components/NewsFeed/style.css deleted file mode 100644 index d19ad7c8..00000000 --- a/src/components/NewsFeed/style.css +++ /dev/null @@ -1,109 +0,0 @@ -.news-wrapper { - display: grid; - gap: 20px; - grid-template-columns: 2fr 1fr; -} - -.main-feed-content { - padding: 100px; -} -.main-feed-content .main-feed-genre { - font-weight: 600; - font-size: 1.5rem; - color: #51AD28; -} -.main-feed-content .main-feed-date { - font-weight: 600; - font-size: 1.5rem; - color: white; -} -.main-feed-content .main-feed-description { - color: white; - margin: 20px 0px; - font-weight: 600; - font-size: 1.875rem; - line-height: 36px; -} -.main-feed-content .main-feed-data { - font-weight: 600; - font-size: 1.25rem; - line-height: 1.5rem; - margin-right: 20px; - color: #51AD28; -} - -.side-feed-content { - margin: 20px; -} -.side-feed-content .side-feed-genre { - font-style: normal; - font-size: 1.25rem; - line-height: 1.5rem; - color: #51AD28; - font-weight: 600; -} -.side-feed-content .side-feed-date { - font-style: normal; - font-size: 20px; - line-height: 1.5rem; - font-weight: 600; -} -.side-feed-content .side-feed-data { - margin-right: 20px; - font-style: normal; - font-size: 1.25rem; - line-height: 1.5rem; - color: #51AD28; - font-weight: 600; -} - -.side-feed-description { - margin: 20px; - font-style: normal; - font-weight: 600; - font-size: 1.25rem; - line-height: 1.5rem; -} - -.feed-icon { - display: inline-block; - margin-right: 10px; - color: #BABABA; -} - -.image-side-feed { - width: 100%; -} - -@media (min-width: 481px) and (max-width: 767px) { - .news-wrapper { - grid-template-columns: 1fr; - } - .main-feed-content { - padding: 50px; - } -} -@media (min-width: 320px) and (max-width: 480px) { - .news-wrapper { - grid-template-columns: 1fr; - } - .main-feed-content { - padding: 50px; - } -} -@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { - .news-wrapper { - grid-template-columns: 1fr; - } - .main-feed-content { - padding: 50px; - } -} -@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { - .news-wrapper { - grid-template-columns: 1fr; - } - .main-feed-content { - padding: 50px; - } -}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/src/components/NewsFeed/style.css.map b/src/components/NewsFeed/style.css.map deleted file mode 100644 index c666d45f..00000000 --- a/src/components/NewsFeed/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["style.sass","style.css"],"names":[],"mappings":"AAAA;EACI,aAAA;EACA,SAAA;EACA,8BAAA;ACCJ;;ADCA;EACI,cAAA;ACEJ;ADDI;EACI,gBAAA;EACA,iBAAA;EACA,cAAA;ACGR;ADFI;EACI,gBAAA;EACA,iBAAA;EACA,YAAA;ACIR;ADHI;EACI,YAAA;EACA,gBAAA;EACA,gBAAA;EACA,mBAAA;EACA,iBAAA;ACKR;ADJI;EACI,gBAAA;EACA,kBAAA;EACA,mBAAA;EACA,kBAAA;EACA,cAAA;ACMR;;ADJA;EACI,YAAA;ACOJ;ADNI;EACI,kBAAA;EACA,kBAAA;EACA,mBAAA;EACA,cAAA;EACA,gBAAA;ACQR;ADPI;EACI,kBAAA;EACA,eAAA;EACA,mBAAA;EACA,gBAAA;ACSR;ADRI;EACI,kBAAA;EACA,kBAAA;EACA,kBAAA;EACA,mBAAA;EACA,cAAA;EACA,gBAAA;ACUR;;ADRA;EACI,YAAA;EACA,kBAAA;EACA,gBAAA;EACA,kBAAA;EACA,mBAAA;ACWJ;;ADTA;EACI,qBAAA;EACA,kBAAA;EACA,cAAA;ACYJ;;ADVA;EACI,WAAA;ACaJ;;ADXA;EACI;IACI,0BAAA;ECcN;EDbE;IACI,aAAA;ECeN;AACF;ADdA;EACI;IACI,0BAAA;ECgBN;EDfE;IACI,aAAA;ECiBN;AACF;ADhBA;EACI;IACI,0BAAA;ECkBN;EDjBE;IACI,aAAA;ECmBN;AACF;ADlBA;EACI;IACI,0BAAA;ECoBN;EDnBE;IACI,aAAA;ECqBN;AACF","file":"style.css"} \ No newline at end of file diff --git a/src/components/RequestCall/style.css b/src/components/RequestCall/style.css deleted file mode 100644 index f65997d1..00000000 --- a/src/components/RequestCall/style.css +++ /dev/null @@ -1,77 +0,0 @@ -.requestCallWrap { - background: #EDFCFF; -} - -.requestLeftCol { - padding: 40px; -} -.requestLeftCol img { - width: 80%; -} - -.requestRightCol { - padding: 40px; -} -.requestRightCol .callDivider { - width: 80px; - margin-left: 0; - margin-bottom: 1.5rem; - border-top: 3px solid #14F195; -} -.requestRightCol .subText { - text-align: left; - font-style: normal; - font-weight: 600; - font-size: 1rem; - overflow: hidden; - line-height: 117.02%; - text-transform: uppercase; - color: #828181; -} -.requestRightCol .mainHeading { - color: black; - text-align: left; - font-style: normal; - font-weight: 500; - font-family: "Josefin Sans"; - margin-top: 2rem; - margin-bottom: 1.5rem; - font-size: 2.2rem; - line-height: 117.02%; -} -.requestRightCol button { - background: #14F195; - padding: 8px; - color: white; - font-size: 18px; - border: none; - font-family: "Montserrat"; - width: 300px; -} -.requestRightCol .customField { - margin-bottom: 20px; - border-radius: 1px; - text-align: center; - font-style: italic; - width: 300px; - padding: 14px; - font-size: 18px; - border: 1px solid #A3A3A3; -} - -@media (min-width: 481px) and (max-width: 767px) { - .requestLeftCol { - padding: 40px; - } - .requestLeftCol img { - width: 100%; - } -} -@media (min-width: 320px) and (max-width: 480px) { - .requestLeftCol { - padding: 40px; - } - .requestLeftCol img { - width: 100%; - } -}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/src/components/RequestCall/style.css.map b/src/components/RequestCall/style.css.map deleted file mode 100644 index 954a6d07..00000000 --- a/src/components/RequestCall/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["style.sass","style.css"],"names":[],"mappings":"AACA;EACK,mBAAA;ACAL;;ADCA;EACI,aAAA;ACEJ;ADDI;EACI,UAAA;ACGR;;ADDA;EACI,aAAA;ACIJ;ADHI;EACI,WAAA;EACA,cAAA;EACA,qBAAA;EACA,6BAAA;ACKR;ADJI;EACI,gBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,oBAAA;EACA,yBAAA;EACA,cAAA;ACMR;ADLI;EACI,YAAA;EACA,gBAAA;EACA,kBAAA;EACA,gBAAA;EACA,2BAAA;EACA,gBAAA;EACA,qBAAA;EACA,iBAAA;EACA,oBAAA;ACOR;ADNI;EACI,mBAAA;EACA,YAAA;EACA,YAAA;EACA,eAAA;EACA,YAAA;EACA,yBAAA;EACA,YAAA;ACQR;ADPI;EACI,mBAAA;EACA,kBAAA;EACA,kBAAA;EACA,kBAAA;EACA,YAAA;EACA,aAAA;EACA,eAAA;EACA,yBAAA;ACSR;;ADPA;EACI;IACI,aAAA;ECUN;EDTM;IACI,WAAA;ECWV;AACF;ADVA;EACI;IACI,aAAA;ECYN;EDXM;IACI,WAAA;ECaV;AACF","file":"style.css"} \ No newline at end of file diff --git a/src/components/ServiceSection/style.css b/src/components/ServiceSection/style.css deleted file mode 100644 index 1388adaa..00000000 --- a/src/components/ServiceSection/style.css +++ /dev/null @@ -1,61 +0,0 @@ -@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); -.ServiceSectionWrapper { - padding: 40px; - background: #EDFCFF; -} -.ServiceSectionWrapper .serviceDivider { - width: 80px; - margin-left: 0; - margin-bottom: 1.5rem; - border-top: 3px solid #14F195; -} -.ServiceSectionWrapper .serviceSubText { - text-align: left; - font-style: normal; - font-weight: 600; - font-size: 1rem; - overflow: hidden; - line-height: 117.02%; - text-transform: uppercase; - color: #828181; -} -.ServiceSectionWrapper .serviceMainHeading { - color: black; - text-align: left; - font-style: normal; - font-weight: 500; - margin-bottom: 2rem; - font-size: 2.5rem; - line-height: 117.02%; -} - -.sectionImage { - margin: 1em 0; - display: flex; - align-items: center; -} - -.sectionImage img { - margin-right: 1em; - width: 100px; - float: left; -} - -.SubSectionHeading { - text-align: left; - color: black; - font-weight: 500; - font-size: 1.2rem; - margin: 0; -} - -.SubSectionText { - text-align: left; - color: black; - font-family: "Montserrat"; - font-size: 1rem; - font-weight: 300; - inline-size: 270px; - margin-top: 0.3rem; - overflow: hidden; -}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/src/components/ServiceSection/style.css.map b/src/components/ServiceSection/style.css.map deleted file mode 100644 index 4b708d58..00000000 --- a/src/components/ServiceSection/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["style.sass","style.css"],"names":[],"mappings":"AAAQ,qMAAA;AAER;EACI,aAAA;EACA,mBAAA;ACAJ;ADCI;EACI,WAAA;EACA,cAAA;EACA,qBAAA;EACA,6BAAA;ACCR;ADAI;EACI,gBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,oBAAA;EACA,yBAAA;EACA,cAAA;ACER;ADDI;EACI,YAAA;EACA,gBAAA;EACA,kBAAA;EACA,gBAAA;EACA,mBAAA;EACA,iBAAA;EACA,oBAAA;ACGR;;ADDA;EACI,aAAA;EACA,aAAA;EACA,mBAAA;ACIJ;;ADHA;EACI,iBAAA;EACA,YAAA;EACA,WAAA;ACMJ;;ADLA;EACI,gBAAA;EACA,YAAA;EACA,gBAAA;EACA,iBAAA;EACA,SAAA;ACQJ;;ADPA;EACI,gBAAA;EACA,YAAA;EACA,yBAAA;EACA,eAAA;EACA,gBAAA;EACA,kBAAA;EACA,kBAAA;EACA,gBAAA;ACUJ","file":"style.css"} \ No newline at end of file diff --git a/src/components/TestimonialAndFaq/style.css b/src/components/TestimonialAndFaq/style.css deleted file mode 100644 index 4e5cf016..00000000 --- a/src/components/TestimonialAndFaq/style.css +++ /dev/null @@ -1,197 +0,0 @@ -.TestimonailFaqWrapper { - padding: 40px; - background: #EDFCFF; -} -.TestimonailFaqWrapper .TestimonailFaqLeftCol { - text-align: left; -} -.TestimonailFaqWrapper .TestimonailFaqLeftCol .mainHeading { - color: black; - text-align: left; - font-style: normal; - font-weight: 500; - margin-bottom: 2rem; - font-size: 2.5rem; - line-height: 117.02%; -} -.TestimonailFaqWrapper .TestimonailFaqLeftCol .subText { - text-align: left; - font-style: normal; - font-weight: 600; - font-size: 1rem; - overflow: hidden; - line-height: 117.02%; - text-transform: uppercase; - color: #828181; -} -.TestimonailFaqWrapper .TestimonailFaqLeftCol .TestimonailFaqDescription { - font-weight: 400; - color: #757575; - font-family: "Montserrat"; - inline-size: 370px; - margin-bottom: 2rem; -} -.TestimonailFaqWrapper .TestimonailFaqLeftCol .TestimonailFaqDivider { - width: 80px; - margin-left: 0; - margin-bottom: 1.5rem; - border-top: 3px solid #14F195; -} -.TestimonailFaqWrapper .TestimonailFaqRightCol { - text-align: left; -} -.TestimonailFaqWrapper .TestimonailFaqRightCol .mainHeading { - color: black; - text-align: left; - font-style: normal; - font-weight: 500; - margin-bottom: 2rem; - font-size: 2.5rem; - line-height: 117.02%; -} -.TestimonailFaqWrapper .TestimonailFaqRightCol .subText { - text-align: left; - font-style: normal; - font-weight: 600; - font-size: 1rem; - overflow: hidden; - line-height: 117.02%; - text-transform: uppercase; - color: #828181; -} -.TestimonailFaqWrapper .TestimonailFaqRightCol .TestimonailFaqDivider { - width: 80px; - margin-left: 0; - margin-bottom: 1.5rem; - border-top: 3px solid #14F195; -} - -.image-left { - margin: 1em 0; - display: flex; - vertical-align: middle; - align-items: center; -} - -.image-left img { - width: 90px; - margin-right: 1em; - float: left; -} - -.SubSectionHeading { - text-align: left; - color: black; - font-family: "Montserrat"; - font-weight: 500; - font-size: 1.2rem; - margin: 0; -} - -.SubSectionText { - text-align: left; - color: black; - font-size: 1.2rem; - color: #828181; - font-weight: 100; - margin-top: 0.3rem; - overflow: hidden; -} - -.accordionFAQ { - max-width: 600px; - margin: 20px auto; - display: grid; - grid-gap: 15px; -} - -.accordionFAQ__block-title { - font-weight: bold; - font-size: 14px; - text-transform: uppercase; -} - -.accordionFAQ__item { - display: block; - padding: 15px; - cursor: pointer; - border: 1px solid #666; - overflow: hidden; - transition: all 150ms ease; -} - -.accordionFAQ__title { - font-size: 20px; - line-height: 1.5; - color: #666; - transition: all 150ms ease; - position: relative; - padding-right: 30px; -} -.accordionFAQ__title::after { - transform: rotate(90deg); -} - -.accordionFAQ__title::after, .accordionFAQ__title::before { - content: ""; - width: 16px; - height: 2px; - background-color: #666; - position: absolute; - right: 0; - top: 8px; - transition: all 150ms ease; -} - -.accordionFAQ__content { - transform: translateY(50%); - font-size: 16px; - line-height: 1.5; - max-height: 0; - opacity: 0; - transition: all 150ms ease; -} - -.accordionFAQ__item [type=checkbox], -.accordionFAQ__item [type=radio] { - display: none; -} - -.accordionFAQ__item [type=radio]:checked + .accordionFAQ__title, -.accordionFAQ__item [type=checkbox]:checked + .accordionFAQ__title { - margin-bottom: 10px; - font-size: 20px; -} - -.accordionFAQ__item [type=radio]:checked + .accordionFAQ__title::after, -.accordionFAQ__item [type=checkbox]:checked + .accordionFAQ__title::after { - transform: rotate(45deg); -} - -.accordionFAQ__item [type=radio]:checked + .accordionFAQ__title::before, -.accordionFAQ__item [type=checkbox]:checked + .accordionFAQ__title::before { - transform: rotate(-45deg); -} - -.accordionFAQ__item [type=radio]:checked + .accordionFAQ__title + .accordionFAQ__content, -.accordionFAQ__item [type=checkbox]:checked + .accordionFAQ__title + .accordionFAQ__content { - transform: translateY(0); - max-height: none; - opacity: 1; -} - -@media (min-width: 481px) and (max-width: 767px) { - .TestimonailFaqDescription { - inline-size: unset !important; - } -} -@media (min-width: 320px) and (max-width: 480px) { - .TestimonailFaqDescription { - inline-size: unset !important; - } -} -@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { - .TestimonailFaqDescription { - inline-size: unset !important; - } -}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/src/components/TestimonialAndFaq/style.css.map b/src/components/TestimonialAndFaq/style.css.map deleted file mode 100644 index 35cad398..00000000 --- a/src/components/TestimonialAndFaq/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["style.sass","style.css"],"names":[],"mappings":"AAAA;EACI,aAAA;EACA,mBAAA;ACCJ;ADAI;EACI,gBAAA;ACER;ADDQ;EACI,YAAA;EACA,gBAAA;EACA,kBAAA;EACA,gBAAA;EACA,mBAAA;EACA,iBAAA;EACA,oBAAA;ACGZ;ADFQ;EACI,gBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,oBAAA;EACA,yBAAA;EACA,cAAA;ACIZ;ADHQ;EACI,gBAAA;EACA,cAAA;EACA,yBAAA;EACA,kBAAA;EACA,mBAAA;ACKZ;ADJQ;EACI,WAAA;EACA,cAAA;EACA,qBAAA;EACA,6BAAA;ACMZ;ADLI;EACI,gBAAA;ACOR;ADNQ;EACI,YAAA;EACA,gBAAA;EACA,kBAAA;EACA,gBAAA;EACA,mBAAA;EACA,iBAAA;EACA,oBAAA;ACQZ;ADPQ;EACI,gBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,oBAAA;EACA,yBAAA;EACA,cAAA;ACSZ;ADRQ;EACI,WAAA;EACA,cAAA;EACA,qBAAA;EACA,6BAAA;ACUZ;;ADRA;EACI,aAAA;EACA,aAAA;EACA,sBAAA;EACA,mBAAA;ACWJ;;ADVA;EACI,WAAA;EACA,iBAAA;EACA,WAAA;ACaJ;;ADZA;EACI,gBAAA;EACA,YAAA;EACA,yBAAA;EACA,gBAAA;EACA,iBAAA;EACA,SAAA;ACeJ;;ADdA;EACI,gBAAA;EACA,YAAA;EACA,iBAAA;EACA,cAAA;EACA,gBAAA;EACA,kBAAA;EACA,gBAAA;ACiBJ;;ADfA;EACI,gBAAA;EACA,iBAAA;EACA,aAAA;EACA,cAAA;ACkBJ;;ADjBA;EACI,iBAAA;EACA,eAAA;EACA,yBAAA;ACoBJ;;ADnBA;EACI,cAAA;EACA,aAAA;EACA,eAAA;EACA,sBAAA;EACA,gBAAA;EACA,0BAAA;ACsBJ;;ADrBA;EACI,eAAA;EACA,gBAAA;EACA,WAAA;EACA,0BAAA;EACA,kBAAA;EACA,mBAAA;ACwBJ;ADvBI;EACI,wBAAA;ACyBR;;ADxBA;EACI,WAAA;EACA,WAAA;EACA,WAAA;EACA,sBAAA;EACA,kBAAA;EACA,QAAA;EACA,QAAA;EACA,0BAAA;AC2BJ;;AD1BA;EACI,0BAAA;EACA,eAAA;EACA,gBAAA;EACA,aAAA;EACA,UAAA;EACA,0BAAA;AC6BJ;;AD5BA;;EAEI,aAAA;AC+BJ;;AD9BA;;EAEI,mBAAA;EACA,eAAA;ACiCJ;;ADhCA;;EAEI,wBAAA;ACmCJ;;ADlCA;;EAEI,yBAAA;ACqCJ;;ADpCA;;EAEI,wBAAA;EACA,gBAAA;EACA,UAAA;ACuCJ;;ADrCA;EACI;IACI,6BAAA;ECwCN;AACF;ADvCA;EACI;IACI,6BAAA;ECyCN;AACF;ADzCA;EACI;IACI,6BAAA;EC2CN;AACF","file":"style.css"} \ No newline at end of file diff --git a/src/components/Values/style.css b/src/components/Values/style.css deleted file mode 100644 index cc28ce07..00000000 --- a/src/components/Values/style.css +++ /dev/null @@ -1,19 +0,0 @@ -.valuesTitle { - font-family: "josefin Sans"; - font-size: 3rem; - margin-bottom: 2rem; - font-weight: 700; - text-align: left; -} - -.valueList { - font-family: "Josefin Sans"; - font-style: normal; - display: inline-block; - font-weight: 500; - font-size: 20px; - line-height: 134.5%; - color: #58CC30; - text-align: left; - float: left; -}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/src/components/Values/style.css.map b/src/components/Values/style.css.map deleted file mode 100644 index ffa2bc6b..00000000 --- a/src/components/Values/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["style.sass","style.css"],"names":[],"mappings":"AAAA;EACI,2BAAA;EACA,eAAA;EACA,mBAAA;EACA,gBAAA;EACA,gBAAA;ACCJ;;ADCA;EACI,2BAAA;EACA,kBAAA;EACA,qBAAA;EACA,gBAAA;EACA,eAAA;EACA,mBAAA;EACA,cAAA;EACA,gBAAA;EACA,WAAA;ACEJ","file":"style.css"} \ No newline at end of file diff --git a/src/pages/index.js b/src/pages/index.js index a7089cf1..114555bb 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -1,6 +1,6 @@ import React from "react" -const ExamplePage = ({ headingText, data }) => { +const ExamplePage = () => { return (