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