.p_2_s177{ .aboutMain { padding: 80px 0px; } .leftImgSec { /* padding-left: 76px; */ } .mainImgSec { max-width: 450px; } .mainImgSec img { border-radius: 30px; } .imgTwo { top: 314px; left: 0px; } .imgTwoSec .leftBtnSec { align-self: self-end; margin-bottom: 24px; background-color: var(--themeColor1); border-top-right-radius: 30px; border-bottom-right-radius: 30px; overflow: hidden; } .smallImg { width: 260px; } .smallImg img { width: calc(100% - 19px); border-radius: 30px; border: 10px solid #fff; } .leftBtnGrid { grid-template-columns: 50px 1fr; } .playBtnSec { width: 50px; height: 50px; background-color: var(--themeColor3); } .playBtnSec i { color: #fff; font-size: 20px; } .playRightSec { background-color: var(--themeColor1); color: #fff; font-family: var(--o1Font); font-size: 22px; font-weight: 700; text-transform: capitalize; padding-right: 15px; } .zigzag { width: 40px; top: 0px; left: 0px; animation: upDown 2s linear infinite; } @keyframes upDown { 0% { top: 0px; } 50% { top: 20px; } 100% { top: 0px; } } .box { width: 125px; top: 530px; left: -40px; animation: zoom 2s linear infinite; } @keyframes zoom { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } } .arrow { width: 90px; top: 600px; left: 40%; animation: leftRight 2s linear infinite; } @keyframes leftRight { 0% { left: 40%; } 50% { left: 42%; } 100% { left: 40%; } } .line { width: 4px; height: 17px; display: inline-block; background-color: var(--themeColor1); position: relative; top: 2px; margin-right: 10px; } .line::after { position: absolute; right: -5px; top: 0; bottom: 0; margin: auto; width: 0px; height: 0px; border-style: solid; border-width: 3.5px 0 3.5px 5px; border-color: transparent transparent transparent var(--themeColor1); content: ""; animation: zump 1.5s linear infinite; } @keyframes zump { 0% { transform: translateY(-5px); } 50% { transform: translateY(6px); } 100% { transform: translateY(-5px); } } .abtHead { font-size: 22px; letter-spacing: 2.2px; margin-bottom: 16px; font-family: var(--o1Font); color: var(--themeColor1); text-transform: uppercase; display: inline-block; font-weight: 700; line-height: 1em; } .abtSubHead { font-size: 40px; line-height: 50px; font-weight: 600; color: var(--headingColor1); padding-bottom: 20px; /* font-family: va\; */ } .abtPara { color: var(--paragraphColorBlack); line-height: 30px; } .abtCardSec { margin: 20px 0px; } .abtCardGrid { grid-template-columns: 55px 1fr; } .maskImgBg { position: relative; width: 55px; height: 55px; mask: url('data:image/svg+xml;utf8,'); mask-repeat: no-repeat; mask-position: center; mask-size: cover; } .abtIconSec { width: 55px; height: 55px; background-color: var(--themeColor2); } .abtIconSec i { color: white; } .abtIconSec2 { width: 55px; height: 55px; background-color: var(--themeColor1); } .abtIconSec2 i { color: white; } .abtCardHead { margin: 0; font-size: 24px; font-weight: 600; color: var(--headingColor2); transition: all 500ms ease; } .pointGrid { grid-template-columns: 18px 1fr; } .pointIcon { width: 18px; height: 18px; } .pointIcon i { color: var(--themeColor1); } .points { color: var(--paragraphColorBlack); line-height: 30px; } .lineSec { position: relative; width: 100%; height: 1px; background-color: #dddddd; margin: 30px 0 24px; } .lineSec::after { width: 7px; height: 7px; content: ""; background-color: var(--themeColor1); border-radius: 50%; left: 0; top: -3px; position: absolute; animation: zumpX 15s linear infinite; } @keyframes zumpX { 0% { left: 0; } 50% { left: 100%; } 100% { left: 0; } } .points span { font-weight: 600; color: var(--paragraphColorBlack); text-decoration: underline; } .marginBot10 { margin-bottom: 10px; } .abtMoreBtnSec { margin-top: 20px; } .abtMoreBtn { cursor: pointer; width: 180px; padding: 18px 0px; font-size: 16px; background-color: var(--btnColor); border-radius: 40px; border: none; font-weight: 600; color: white; position: relative; overflow: hidden; z-index: 1; } .abtMoreBtn::after { position: absolute; top: 0px; left: 0px; bottom: 0px; width: 5%; background: var(--themeColor1); content: ""; z-index: -1; transition: 0.5s; } .abtMoreBtn:hover::after { width: 100%; } .abtMoreBtn:hover { color: white; } .marginTop10 { margin-top: 10px; } @media only screen and (max-width: 1150px) { .leftBtnGrid.gap20 { gap: 10px; } .smallImg { width: auto; } } @media only screen and (max-width: 1035px) { .abtCardSec .grid2 { grid-template-columns: 1fr; } .playRightSec { font-size: 18px; } .arrow { top: 550px; } } @media only screen and (max-width: 900px) { .leftImgSec { max-width: 550px; } .aboutMain { padding: 20px 0px; } .mainImgSec { width: auto; } .smallImg { width: 180px; } .imgTwoSec { grid-template-rows: 180px 1fr; gap: 30px; } .imgTwo { top: auto; bottom: 0px !important; width: 250px; } .box { right: 0px; left: auto; bottom: -50px; top: auto; } .arrow { left: 0px; bottom: -50px; top: auto; } @keyframes leftRight { 0% { left: 0px; } 50% { left: 10px; } 100% { left: 0px; } } .rightTextSec { padding-top: 30px; } .abtSubHead { font-size: 30px; line-height: 40px; padding-bottom: 10px; } .abtCardHead { font-size: 20px; } } @media only screen and (max-width: 400px) { .imgTwoSec { grid-template-columns: 1fr; gap: 0px; } .imgTwoSec .smallImg { display: none; } }.leftImgSec { position: sticky; top: 120px; } .aboutMain .grid2.gap50{ align-items: flex-start; } @media only screen and (max-width: 900px) { .leftImgSec { position: relative; top: 20px; } .rightTextSec{ padding-top:100px; } } }.p_2_s177{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_2_s178{ .whyMain { overflow: hidden; padding: 80px 0px; background-position: left; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; } .whyGrid { grid-template-columns: 350px 1fr; } .rightSec { position: relative; } .animImg { width: 190px; height: 190px; top: 0px; right: -110px; opacity: 0.2; animation: rotate 3s linear infinite; } @keyframes rotate { 0% { transform: rotate(0deg); } 50% { transform: rotate(10deg); } 100% { transform: rotate(0deg); } } .line { width: 4px; height: 17px; display: inline-block; background-color: var(--themeColor1); position: relative; top: 2px; margin-right: 10px; } .line::after { position: absolute; right: -5px; top: 0; bottom: 0; margin: auto; width: 0px; height: 0px; border-style: solid; border-width: 3.5px 0 3.5px 5px; border-color: transparent transparent transparent var(--themeColor1); content: ""; animation: zump 1.5s linear infinite; } @keyframes zump { 0% { transform: translateY(-5px); } 50% { transform: translateY(6px); } 100% { transform: translateY(-5px); } } .abtHead { font-size: 22px; letter-spacing: 2.2px; margin-bottom: 16px; font-family: var(--o1Font); color: var(--themeColor1); text-transform: uppercase; display: inline-block; font-weight: 700; line-height: 1em; } .abtSubHead { font-size: 40px; line-height: 50px; font-weight: 600; color: var(--headingColorW1); padding-bottom: 20px; } .abtPara { max-width: 500px; color: var(--paragraphColorWhite); line-height: 30px; } .whyCard { padding: 40px; margin-top: 30px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 20px; position: relative; overflow: hidden; } .hoverDiv { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 0%; background-color: var(--themeColor1); transition: 0.3s; z-index: 1; } .whyCard:hover .hoverDiv { height: 100%; } .cardGrid { position: relative; z-index: 2; grid-template-columns: 95px 1fr 55px; } .iconMainSec { width: 95px; height: 95px; border-radius: 50%; background-color: var(--themeColor1); transition: 0.3s; } .iconMainSec i { font-size: 35px; color: white; transition: 0.3s; } .cardHead { color: var(--headingColorW1); font-size: 24px; font-weight: 600; margin: 0 0 17px; } .points { margin-bottom: 10px; } .pointGrid { grid-template-columns: 15px 1fr; } .iconSec { width: 15px; height: 15px; } .iconSec i { font-size: 15px; color: var(--themeColor1); transition: 0.3s; } .cardPara { line-height: 25px; font-size: 15px; color: var(--paragraphColorWhite); } .linkIconMain { width: 55px; height: 55px; background-color: var(--themeBg2); border-radius: 50%; } .linkIconMain i { color: white; transform: rotate(-125deg); transition: 0.3s; } .linkIconMain:hover i { transform: rotate(0deg); } .whyCard:hover .iconMainSec { background-color: var(--themeColor2); } .whyCard:hover .iconMainSec i{ color: var(--themeColor1); } .whyCard:hover .iconSec i{ color: var(--themeColor2); } @media only screen and (max-width: 1170px) { .whyGrid { grid-template-columns: 1fr; gap: 0px; } .animImg { right: 0px; } } @media only screen and (max-width: 760px) { .animImg { display: none; } .cardGrid { grid-template-columns: 60px 1fr 55px; } .iconMainSec img{ width: 60%; } .iconMainSec i { font-size: 25px; } .whyHeadSec { text-align: center; } } @media only screen and (max-width: 550px) { .abtSubHead { font-size: 30px; } .cardGrid { grid-template-columns: 1fr; } .iconMainSec { margin: 0 auto; } .linkIconMain { margin: 0 auto; } .whyCard { padding: 20px; } } }.p_2_s178{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_2_s179{ .shortBanMain { background-position: center; background-repeat: no-repeat; background-size: cover; padding: 100px 0px; } .heading { font-size: 65px; font-weight: 700; line-height: 75px; font-family: var(--o1Font); color: var(--headingColorW1); margin-bottom: 10px; } .linksPara { font-size: 15px; color: var(--paragraphColorWhite); } .linksPara span{ margin: 0px 10px; } .linksPara a{ transition: 0.3s; } .linksPara a:hover{ color: var(--themeColor1); } }.p_2_s179{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_2_s180{ .ctaMain{ padding: 80px 0px; } .ctaText { font-size: 24px; color: var(--headingColor3); font-family: var(--o1Font); font-weight: 600; } .ctaText span { color: var(--themeColor1); font-style: italic; } .donateBtn { cursor: pointer; width: 150px; padding: 8px 0px; font-size: 16px; background-color: var(--btnColor); border-radius: 40px; border: none; font-weight: 500; color: var(--btnTextColor); position: relative; overflow: hidden; z-index: 1; margin-left: 20px; } .donateBtn::after { position: absolute; top: 0px; left: 0px; bottom: 0px; width: 5%; background: var(--btnHoverColor); content: ""; z-index: -1; transition: 0.5s; } .donateBtn:hover::after { width: 100%; } .donateBtn:hover { color: var(--btnHoverTextColor); } @media only screen and (max-width: 900px){ .ctaMain{ padding: 20px 0px; } .ctaInnerMain { flex-direction: column; gap: 20px; } } }.p_2_s180{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_2_s181{ .partMain { padding: 70px 0px; } .partIcon { padding: 15px 0px; /* max-width: 200px; */ border: 1px solid transparent; border-radius: 30px; position: relative; transition: 0.3s; } .partIcon img { width: 98% !important; object-fit: contain; /* text-align: center; */ margin: 0 auto; border-radius: 30px; } .imgHover { position: absolute; top: -100%; left: 50%; transform: translateX(-50%); transition: 0.3s; } .partIcon:hover { border: 1px solid var(--themeColor1); } .partIcon:hover .imgHover { top: 15px; } .mainLogo { transition: 0.3s; } .partIcon:hover .mainLogo { opacity: 0; } @media only screen and (max-width: 900px) { .partMain{ padding: 20px 0px; } } }.p_2_s181{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_2_s182{ .marquee-container { overflow: hidden; white-space: nowrap; box-sizing: border-box; } .marquee { display: inline-block; animation-timing-function: linear; animation-iteration-count: infinite; } .marquee span { margin-right: 30px; font-size: 80px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; color: var(--themeBg1); } @keyframes RightToLeft { from { transform: translateX(-80%); } to { transform: translateX(0%); } } @keyframes LeftToRight { from { transform: translateX(10%); } to { transform: translateX(-100%); } } @media only screen and (max-width: 900px) { .marquee span { font-size: 60px; } } @media only screen and (max-width: 600px) { .marquee span { font-size: 40px; } } }.p_2_s182{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_2_s183{ .mainTextSec { margin-bottom: 50px; } .mainHeading { font-size: 44px; font-weight: 600; line-height: 52px; margin-bottom: 15px; } .mainHeading span { color: var(--themeColor1); } .mainSubPara { font-family: 15px; color: rgba(0, 0, 0, 0.8); } .testiMain { padding: 80px 0px; background-color: var(--themeBg1); } .arrowMainSec { top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; z-index: 2; } .arrowRightIconSec, .arrowLeftIconSec { pointer-events: all; cursor: pointer; width: 50px; height: 50px; background-color: var(--themeColor1); border-radius: 8px; } .arrowRightIconSec i, .arrowLeftIconSec i { color: var(--anchorColor); } .testiSlider .owl-nav.disabled + .owl-dots { margin-top: 20px !important; } .testiSlider .owl-dots .owl-dot.active span { background-color: var(--themeColor1); } .testiCardMainSec { margin: 15px 0px; padding: 30px; background-color: white; border-radius: 12px; position: relative; transition: 0.3s; } .testiCardMainSec:hover{ margin-top: 5px; } .quoteIconMain { position: absolute; top: 0px; right: 0px; width: 40px; height: 50px; padding: 15px 20px; background-color: var(--themeColor1); z-index: 2; border-bottom-left-radius: 80px; border-top-right-radius: 12px; } .quoteIconMain i { color: white; font-size: 35px; } .cardImgMain { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; } .cardImgMain img { object-fit: contain; } .testiCardName { font-size: 20px; font-weight: 600; margin: 15px 0px 5px 0px; } .testiCardDesig { font-size: 15px; } .starMainSec { margin: 15px 0px; } .starSec { width: 20px; height: 20px; } .starSec i { font-size: 14px; color: var(--themeColor1); } .testiCardComment { font-size: 15px; line-height: 25px; } @media only screen and (max-width: 900px) { .testiMain { padding: 20px 0px; } .mainHeading { font-size: 25px; line-height: 35px; } .arrowMainSec { display: none; } } }.p_2_s183{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }