-
+
- + Date:13th Nov 2023 + +
- + time:8-9pm + +
- + venue:online + + +
diff --git a/public/css/blocks.css b/public/css/blocks.css index b199edc..f06a4fc 100644 --- a/public/css/blocks.css +++ b/public/css/blocks.css @@ -462,7 +462,7 @@ div:hover > .btn-reverse-bg-green { background-color: #98d5ff; } .bg-blue-lighteen { - background-color: #ecf5fe; } + background-color: #121212; } .bg-orange { background-color: #EF6517; } @@ -793,8 +793,8 @@ div:hover > .btn-reverse-bg-green { .bg-10 { background-image: url("../img/clouds14.png"); } -.bg-11 { - background-image: url("../img/clouds15.png"); } +/* .bg-11 { + background-image: url("../img/clouds15.png"); } */ .bg-12 { background-image: url("../img/clouds16.png"); } diff --git a/public/css/nav.css b/public/css/nav.css index 5631a6b..a85065c 100644 --- a/public/css/nav.css +++ b/public/css/nav.css @@ -89,7 +89,7 @@ nav { top: 0; height: 70px; padding: 0 1.5em; - background-color: #fff; + background-color: #121212; font-family: 'Montserrat', sans-serif; } nav .logo { @@ -112,8 +112,9 @@ nav .nav-item > a { display: inline-block; padding: 0 1.5em; line-height: 70px; - color: #000; + color: #edf2fc; text-decoration: none; + } nav .nav-item > a:hover { @@ -127,7 +128,7 @@ nav .dropdown a::after { display: inline-block; margin-left: .5em; vertical-align: middle; - border-top: .3em solid #fff; + border-top: .3em solid #edf2fc; border-right: .3em solid transparent; border-left: .3em solid transparent; } @@ -144,7 +145,7 @@ nav .dropdown-menu { border: 1px solid rgba(255, 255, 255, 0.3); /* border-radius: .5em; */ - background-color: #fff; + background-color: #212121; } nav .dropdown.show .dropdown-menu { display: block; @@ -158,7 +159,7 @@ nav .dropdown-item { font-size: 13px; padding: 10px 0px 10px 0px; - color: #000; + color: #edf2fc; width: 200px; text-decoration: none; @@ -181,7 +182,7 @@ nav .btn-hamburger span { display: block; width: 30px; height: 4px; - background-color: rgb(0, 0, 0); + background-color: #edf2fc; margin: 6px; border-radius: 2px; transition: .3s ease-in-out; diff --git a/public/css/navbar.css b/public/css/navbar.css index a7dd8f4..c45621a 100644 --- a/public/css/navbar.css +++ b/public/css/navbar.css @@ -18,6 +18,11 @@ @media(max-width:480px) { + #video { + width: 100%; + height: 400px; + display: block; + } .ham{ display: block; padding: 20px 30px 0px 0px; @@ -58,7 +63,7 @@ nav { top: 0; height: 70px; padding: 0 1.5em; - background-color: rgb(255, 255, 255); + background-color: #121212; font-family: 'Montserrat', sans-serif; } nav .logo { @@ -81,7 +86,7 @@ nav .nav-item > a { display: inline-block; padding: 0 1.5em; line-height: 70px; - color: #000; + color: #edf2fc; text-decoration: none; } nav .nav-item > a:hover @@ -113,7 +118,7 @@ nav .dropdown-menu { border: 1px solid rgba(255, 255, 255, 0.3); /* border-radius: .5em; */ - background-color: #fff; + background-color: #212121; } nav .dropdown.show .dropdown-menu { display: block; @@ -127,13 +132,14 @@ nav .dropdown-item { /* font-size: 13px; */ padding: 10px 0px 10px 0px; - color: #000; + color: #edf2fc; width: 200px; text-decoration: none; } nav .dropdown-item:hover{ - background-color: rgb(150, 197, 197); + background-image: linear-gradient(62deg, #797535de 0%, #a17f22cd 100%); + color: #edf2fc; } nav .btn-hamburger { display: none; @@ -150,7 +156,7 @@ nav .btn-hamburger span { display: block; width: 30px; height: 4px; - background-color: rgb(0, 0, 0); + background-color: #edf2fc; margin: 6px; border-radius: 2px; transition: .3s ease-in-out; @@ -181,6 +187,12 @@ nav.opened .btn-hamburger span:nth-child(3) { opacity: 0; } @media screen and (max-width: 500px) { + #video { + width: 100%; + height: 400px !important; + display: block; + } + nav .nav-menu { position: fixed; left: 0; @@ -239,7 +251,7 @@ nav .dropdown-item { text-decoration: none; } } -.video{ +/* .video{ width: 100%; height: 100%; @@ -252,7 +264,20 @@ video#video{ width: 100%; height: 100%; object-fit: cover; -} +} */ +.video { + max-width: 100%; + height: auto; + overflow:auto; + position: relative; + } + + #video { + width: 100%; + height: auto; + display: block; + } + .vid{ z-index: -999; display: flex !important; diff --git a/public/css/theme-styles.css b/public/css/theme-styles.css index a0c8861..c8350f0 100644 --- a/public/css/theme-styles.css +++ b/public/css/theme-styles.css @@ -96,7 +96,7 @@ html, body { body { background: #fff; - color: #4b5d73; + color: rgb(137, 130, 130); font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif; font-size: 16px; font-weight: 400; @@ -525,7 +525,15 @@ blockquote { height: 1px; width: 1px; overflow: hidden; } +#services{ + /* background: linear-gradient(45deg,purple,rgb(67, 29, 29)red) !important; */ + + +} +#bita{ + background-color: rgb(40, 37, 37); /* Slate gray background */ +} .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; @@ -551,6 +559,10 @@ blockquote { outline: 0; } @media (max-width: 640px) { + #services{ + background-color: linear-gradient(to right, red 30%, purple 70%); +} + ol li { font-size: 13px; padding-left: 20px; } @@ -571,9 +583,17 @@ h1, .h1 { h1 a, .h1 a { color: inherit; } @media (max-width: 800px) { + #services{ + background-color: linear-gradient(to right, red 30%, purple 70%); + } + h1, .h1 { font-size: 2em; } } @media (max-width: 640px) { + #services{ + background-color: linear-gradient(to right, red 30%, purple 70%); +} + h1, .h1 { font-size: 1.8em; } } @media (max-width: 480px) { @@ -657,7 +677,8 @@ h5, .h5 { font-size: 24px; line-height: 1.3em; font-weight: 700; - color: #273f5b; + /* color:linear-gradient(to right, red 30%, purple 70%) ; */ + color: rebeccapurple; font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif; letter-spacing: 0.02em; } h5 a, .h5 a { @@ -680,7 +701,7 @@ h6, .h6 { font-size: 18px; line-height: 1.3em; font-weight: 700; - color: #273f5b; + color:rebeccapurple; font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif; letter-spacing: 0.02em; } h6 a, .h6 a { @@ -1524,7 +1545,8 @@ body.crumina-grid .kc_col-of-5 { padding: 35px 0; } } .medium-padding100 { - padding: 20px 0; } + padding: 20px 0; + background-color: #121212;} @media (max-width: 800px) { .medium-padding100 { padding: 35px 0; } } @@ -6863,7 +6885,7 @@ nav li.menu-item-has-mega-menu ul.mega-menu-row li { padding: 35px 0; text-align: center; position: relative; - margin-top: 120px; } + background-color: #121212; } .sub-footer span { font-size: 14px; margin-bottom: 1px; @@ -6880,7 +6902,7 @@ nav li.menu-item-has-mega-menu ul.mega-menu-row li { .content-wrapper { position: relative; z-index: 2; - background-color: #fff; + background-color: #121212; -webkit-margin-bottom-collapse: separate; } .block-footer-height { diff --git a/public/events.css b/public/events.css index 27d5c63..a8586dc 100644 --- a/public/events.css +++ b/public/events.css @@ -26,6 +26,11 @@ header{ background-color: rgba(0,0,0,0.5); background-blend-mode: overlay; } +header img{ + max-width: 100%; + height: auto; + min-width: 400px; +} /* video css */ .video{ @@ -77,6 +82,6 @@ video#video{ .text{ color: white; } -.container_1{ +/* .container_1{ -} \ No newline at end of file +} */ \ No newline at end of file diff --git a/public/events.html b/public/events.html index e10cea2..f6e1468 100644 --- a/public/events.html +++ b/public/events.html @@ -41,6 +41,324 @@ + + +
@@ -119,21 +437,22 @@