@@ -603,7 +603,6 @@ body.dark {
603
603
/* About Us section Styles goes here */
604
604
605
605
.aboutus-section-wrapper {
606
- background-image : linear-gradient (white, # cee1e8 );
607
606
width : 100% ;
608
607
/* height: 100vh; */
609
608
margin-top : 4rem ;
@@ -850,8 +849,7 @@ body.dark {
850
849
851
850
/* Past Events section Styles goes here */
852
851
.past-events {
853
- background-color : # cee1e8 ;
854
- padding : 100px 0 ;
852
+ margin : 100px 0 ;
855
853
}
856
854
857
855
.events-title {
@@ -975,12 +973,6 @@ body.dark {
975
973
font-family : "Playfair Display SC" , serif;
976
974
}
977
975
978
- .swiper-slide : hover {
979
- transform : scale (1.02 );
980
- box-shadow : # 537185 0px 0px 20px 1px ;
981
- transition : transform 0.3s ease;
982
- }
983
-
984
976
/* @media (max-width: 768px) {
985
977
.past-events-card {
986
978
display: none;
@@ -1111,8 +1103,7 @@ body.dark {
1111
1103
1112
1104
/* Achievements section styles goes here */
1113
1105
.achievement-section {
1114
- background-color : # cee1e8 ;
1115
- padding : 0 0 100px 0 ;
1106
+ margin : 100px 0 ;
1116
1107
}
1117
1108
1118
1109
.achievement-section {
@@ -1230,12 +1221,7 @@ span.text {
1230
1221
/* Our Team section Styles goes here */
1231
1222
1232
1223
/* FAQ section Styles goes here */
1233
-
1234
- .faq-section {
1235
- background-image : linear-gradient (# cee1e8, # fff );
1236
- }
1237
-
1238
- .faq-section h1 {
1224
+ .faq-section h1 {
1239
1225
text-align : center;
1240
1226
/* font-family: "Lato", sans-serif; */
1241
1227
font-family : "Playfair Display SC" , serif;
@@ -1321,7 +1307,6 @@ span.text {
1321
1307
/* Contact Us section Styles goes here */
1322
1308
1323
1309
.contact-container {
1324
- background-image : linear-gradient (# fff, # e7f4f9 );
1325
1310
position : relative;
1326
1311
width : 100% ;
1327
1312
min-height : 100vh ;
@@ -1330,7 +1315,7 @@ span.text {
1330
1315
display : flex;
1331
1316
align-items : center;
1332
1317
justify-content : center;
1333
- padding : 160px 0 100px ;
1318
+ margin : 160px 0 100px ;
1334
1319
}
1335
1320
1336
1321
@media (max-width : 768px ) {
@@ -1346,7 +1331,7 @@ span.text {
1346
1331
.form {
1347
1332
width : 100% ;
1348
1333
max-width : 820px ;
1349
- background-color : # c5e0ed ;
1334
+ background-color : # fff ;
1350
1335
border-radius : 10px ;
1351
1336
box-shadow : 0 0 20px 1px rgba (0 , 0 , 0 , 0.1 );
1352
1337
z-index : 1 ;
@@ -1386,7 +1371,7 @@ span.text {
1386
1371
position : absolute;
1387
1372
width : 26px ;
1388
1373
height : 26px ;
1389
- background-color : # c5e0ed ;
1374
+ background-color : # fff ;
1390
1375
transform : rotate (45deg );
1391
1376
top : 50px ;
1392
1377
left : -13px ;
0 commit comments