                                                                                                                                                                                                                                                                                                                                                                                                                        @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&Montserrat:wght@800&display=swap');
                                                                                                                                                                                                                                                                                                                                                                                                            /* font-family: 'Montserrat', sans-serif; */
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap');
                                                                                                                                                                                                                                                                                                                                                                                                            /* font-family: 'Raleway', sans-serif; */
                                                                                                                                                                                                                                                                                                                                                                                                            /* nav code startts */
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            @import url('https://fonts.cdnfonts.com/css/cs-gordon');
                                                                                                                                                                                                                                                                                                                                                                                                            @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
                                                                                                                                                                                                                                                                                                                                                                                                            * {
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                box-sizing: border-box;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            /* Please ❤ this if you like it! */
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
                                                                                                                                                                                                                                                                                                                                                                                                            /* Please ❤ this if you like it! */
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
                                                                                                                                                                                                                                                                                                                                                                                                            /* #Primary
================================================== */
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body {
                                                                                                                                                                                                                                                                                                                                                                                                                font-family: 'Poppins', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 400;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #212112;
                                                                                                                                                                                                                                                                                                                                                                                                                background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
                                                                                                                                                                                                                                                                                                                                                                                                                background-position: center;
                                                                                                                                                                                                                                                                                                                                                                                                                background-repeat: repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                background-size: 7%;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                overflow-x: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            html,
                                                                                                                                                                                                                                                                                                                                                                                                            body {
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .header {
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #333333;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .container34 {
                                                                                                                                                                                                                                                                                                                                                                                                                max-width: 940px;
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 0 10px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .jumbotron {
                                                                                                                                                                                                                                                                                                                                                                                                                height: 800px;
                                                                                                                                                                                                                                                                                                                                                                                                                background: url('../images/14.png') fixed center center;
                                                                                                                                                                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .main {
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                top: 180px;
                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #button {
                                                                                                                                                                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #1E40AF;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 4px;
                                                                                                                                                                                                                                                                                                                                                                                                                position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                right: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: background-color .3s, opacity .5s, visibility .5s;
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                z-index: 1000;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #button i {
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                color: white;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #button:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #333;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #button.show {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .main h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                color: whitesmoke;
                                                                                                                                                                                                                                                                                                                                                                                                                font-family: 'Raleway', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 70px;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .btn-main {
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #333;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                font-family: 'Raleway', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                letter-spacing: 1.3px;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 16px 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .supporting {
                                                                                                                                                                                                                                                                                                                                                                                                                padding-top: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                padding-bottom: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .supporting .col {
                                                                                                                                                                                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 33%;
                                                                                                                                                                                                                                                                                                                                                                                                                font-family: 'Raleway', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .supporting .col a {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #333;
                                                                                                                                                                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                border: 2px solid #333;
                                                                                                                                                                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 120px;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 22px;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 2px 2px 5px #aaa;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .supporting img {
                                                                                                                                                                                                                                                                                                                                                                                                                height: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .supporting h2 {
                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 23px;
                                                                                                                                                                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .supporting p {
                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 400;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 0 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom: 40px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .clearfix {
                                                                                                                                                                                                                                                                                                                                                                                                                clear: both;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer {
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #333;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 30px 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer p {
                                                                                                                                                                                                                                                                                                                                                                                                                font-family: 'Raleway', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 11px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            @media (max-width: 500px) {
                                                                                                                                                                                                                                                                                                                                                                                                                .main h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                    font-size: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                    padding: 0 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                .supporting .col {
                                                                                                                                                                                                                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                             ::selection {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #8167a9;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                             ::-moz-selection {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #8167a9;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            /* #Navigation
================================================== */
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            * {
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                box-sizing: border-box;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                             :root {
                                                                                                                                                                                                                                                                                                                                                                                                                --secondary-color: #151226;
                                                                                                                                                                                                                                                                                                                                                                                                                --contrast-color: #BF307F;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .overlay {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                z-index: -10;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: var(--contrast-color);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .container12 {
                                                                                                                                                                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 100vh;
                                                                                                                                                                                                                                                                                                                                                                                                                justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                animation: expand .8s ease forwards;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: var(--secondary-color);
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all .8s ease;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .container_content {
                                                                                                                                                                                                                                                                                                                                                                                                                width: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .container_content_inner {
                                                                                                                                                                                                                                                                                                                                                                                                                width: 80%;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .container_outer_img {
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .container_img {
                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                animation: slideIn 1.5s ease-in-out forwards;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .par {
                                                                                                                                                                                                                                                                                                                                                                                                                height: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            p {
                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 28px;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(300px);
                                                                                                                                                                                                                                                                                                                                                                                                                animation: slideUp .8s ease-in-out forwards .8s;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .btns {
                                                                                                                                                                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 150px;
                                                                                                                                                                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .btns_more {
                                                                                                                                                                                                                                                                                                                                                                                                                background: transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                border: 1px solid var(--contrast-color);
                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 8px 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #BF307F;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                outline: none;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(50px);
                                                                                                                                                                                                                                                                                                                                                                                                                animation: slideUp .8s ease-in-out forwards 1s;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .title {
                                                                                                                                                                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                height: auto;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                color: white;
                                                                                                                                                                                                                                                                                                                                                                                                                font-family: 'CS Gordon', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(100px);
                                                                                                                                                                                                                                                                                                                                                                                                                animation: slideUp .8s ease forwards .5s;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            @keyframes slideIn {
                                                                                                                                                                                                                                                                                                                                                                                                                0% {
                                                                                                                                                                                                                                                                                                                                                                                                                    transform: translateX(500px) scale(.2);
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                100% {
                                                                                                                                                                                                                                                                                                                                                                                                                    transform: translateX(0px) scale(1);
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            @keyframes slideUp {
                                                                                                                                                                                                                                                                                                                                                                                                                0% {
                                                                                                                                                                                                                                                                                                                                                                                                                    transform: translateY(300px);
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                100% {
                                                                                                                                                                                                                                                                                                                                                                                                                    transform: translateY(0px);
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            @keyframes expand {
                                                                                                                                                                                                                                                                                                                                                                                                                0% {
                                                                                                                                                                                                                                                                                                                                                                                                                    transform: translateX(1400px);
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                100% {
                                                                                                                                                                                                                                                                                                                                                                                                                    transform: translateX(0px);
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .start-header {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(0);
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 20px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
                                                                                                                                                                                                                                                                                                                                                                                                                -webkit-transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .start-header.scroll-on {
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 10px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                -webkit-transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .start-header.scroll-on .navbar-brand img {
                                                                                                                                                                                                                                                                                                                                                                                                                height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                -webkit-transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navigation-wrap {
                                                                                                                                                                                                                                                                                                                                                                                                                position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                z-index: 1000;
                                                                                                                                                                                                                                                                                                                                                                                                                -webkit-transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar {
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-brand img {
                                                                                                                                                                                                                                                                                                                                                                                                                height: 28px;
                                                                                                                                                                                                                                                                                                                                                                                                                width: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                filter: brightness(10%);
                                                                                                                                                                                                                                                                                                                                                                                                                -webkit-transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-toggler {
                                                                                                                                                                                                                                                                                                                                                                                                                float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                padding-right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-toggler:active,
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-toggler:focus {
                                                                                                                                                                                                                                                                                                                                                                                                                outline: none;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-light .navbar-toggler-icon {
                                                                                                                                                                                                                                                                                                                                                                                                                width: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 17px;
                                                                                                                                                                                                                                                                                                                                                                                                                background-image: none;
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                border-bottom: 1px solid #000;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 300ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-light .navbar-toggler-icon:after,
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-light .navbar-toggler-icon:before {
                                                                                                                                                                                                                                                                                                                                                                                                                width: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #000;
                                                                                                                                                                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                content: '';
                                                                                                                                                                                                                                                                                                                                                                                                                z-index: 2;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 300ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-light .navbar-toggler-icon:after {
                                                                                                                                                                                                                                                                                                                                                                                                                top: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
                                                                                                                                                                                                                                                                                                                                                                                                                transform: rotate(45deg);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(8px) rotate(-45deg);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
                                                                                                                                                                                                                                                                                                                                                                                                                border-color: transparent;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-link {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #212121 !important;
                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 500;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item:hover .nav-link {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #8167a9 !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item.active .nav-link {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #777 !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-link {
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 5px 0 !important;
                                                                                                                                                                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item:after {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                bottom: -5px;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                content: '';
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #8167a9;
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item:hover:after {
                                                                                                                                                                                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item.active:hover:after {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item {
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            /* #Primary style
================================================== */
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .bg-light {
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #fff !important;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .section {
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .full-height {
                                                                                                                                                                                                                                                                                                                                                                                                                height: 100vh;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .over-hide {
                                                                                                                                                                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .absolute-center {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                top: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-50%);
                                                                                                                                                                                                                                                                                                                                                                                                                z-index: 20;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 48px;
                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 1.2;
                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #212112;
                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            p {
                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                padding-top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translate(0);
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 300ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1700ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime p {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(40px);
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1700ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span {
                                                                                                                                                                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 300ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translate(0);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(1) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-20px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(2) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-30px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(3) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-50px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(4) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-10px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(5) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-50px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(6) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-20px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(7) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-40px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(8) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-10px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(9) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-30px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(10) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-20px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(1) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1000ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(2) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 700ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(3) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 900ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(4) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 800ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(5) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1000ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(6) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 700ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(7) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 900ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(8) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 800ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(9) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 600ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(10) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 700ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(11) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(30px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(12) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(50px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(13) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(20px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(14) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(30px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(15) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(50px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(11) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1300ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(12) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1500ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(13) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1400ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(14) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1200ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(15) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1450ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #switch,
                                                                                                                                                                                                                                                                                                                                                                                                            #circle {
                                                                                                                                                                                                                                                                                                                                                                                                                cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                -webkit-transition: all 300ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 300ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #switch {
                                                                                                                                                                                                                                                                                                                                                                                                                width: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                border: 2px solid #8167a9;
                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 27px;
                                                                                                                                                                                                                                                                                                                                                                                                                background: #000;
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translate(0);
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 300ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1900ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime #switch {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(40px);
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1900ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #circle {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                top: -11px;
                                                                                                                                                                                                                                                                                                                                                                                                                left: -13px;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 26px;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 26px;
                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                background: #000;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .switched {
                                                                                                                                                                                                                                                                                                                                                                                                                border-color: #000 !important;
                                                                                                                                                                                                                                                                                                                                                                                                                background: #8167a9 !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .switched #circle {
                                                                                                                                                                                                                                                                                                                                                                                                                left: 43px;
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
                                                                                                                                                                                                                                                                                                                                                                                                                background: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item .dropdown-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translate3d(0, 10px, 0);
                                                                                                                                                                                                                                                                                                                                                                                                                visibility: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                max-height: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item.show .dropdown-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                visibility: visible;
                                                                                                                                                                                                                                                                                                                                                                                                                max-height: 999px;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translate3d(0, 0px, 0);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .dropdown-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 10px!important;
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 13px;
                                                                                                                                                                                                                                                                                                                                                                                                                letter-spacing: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #212121;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #fcfaff;
                                                                                                                                                                                                                                                                                                                                                                                                                border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 3px;
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .dropdown-toggle::after {
                                                                                                                                                                                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .dropdown-item {
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 3px 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #212121;
                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .dropdown-item:hover,
                                                                                                                                                                                                                                                                                                                                                                                                            .dropdown-item:focus {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: rgba(129, 103, 169, .6);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #1f2029;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .navbar-brand img {
                                                                                                                                                                                                                                                                                                                                                                                                                filter: brightness(100%);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark h1 span {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 0ms !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark p {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 0ms !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .bg-light {
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #14151a !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .start-header {
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .start-header.scroll-on {
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .nav-link {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .nav-item.active .nav-link {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #999 !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .dropdown-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #1f2029;
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .dropdown-item {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .navbar-light .navbar-toggler-icon {
                                                                                                                                                                                                                                                                                                                                                                                                                border-bottom: 1px solid #fff;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .navbar-light .navbar-toggler-icon:after,
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .navbar-light .navbar-toggler-icon:before {
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
                                                                                                                                                                                                                                                                                                                                                                                                                border-color: transparent;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            /* #Media
================================================== */
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                             :root {
                                                                                                                                                                                                                                                                                                                                                                                                                --navbar-bg-color: hsl(0, 0%, 15%);
                                                                                                                                                                                                                                                                                                                                                                                                                --navbar-text-color: hsl(0, 0%, 85%);
                                                                                                                                                                                                                                                                                                                                                                                                                --navbar-text-color-focus: white;
                                                                                                                                                                                                                                                                                                                                                                                                                --navbar-bg-contrast: hsl(0, 0%, 25%);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            * {
                                                                                                                                                                                                                                                                                                                                                                                                                box-sizing: border-box;
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body {
                                                                                                                                                                                                                                                                                                                                                                                                                height: 100vh;
                                                                                                                                                                                                                                                                                                                                                                                                                font-family: Arial, Helvetica, sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 1.6;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            main {
                                                                                                                                                                                                                                                                                                                                                                                                                min-height: 100vh;
                                                                                                                                                                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .container {
                                                                                                                                                                                                                                                                                                                                                                                                                max-width: 1000px;
                                                                                                                                                                                                                                                                                                                                                                                                                padding-left: 1.4rem;
                                                                                                                                                                                                                                                                                                                                                                                                                padding-right: 1.4rem;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-right: auto;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar {
                                                                                                                                                                                                                                                                                                                                                                                                                --navbar-height: 64px;
                                                                                                                                                                                                                                                                                                                                                                                                                position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                height: var(--navbar-height);
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: var(--navbar-bg-color);
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-container {
                                                                                                                                                                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                justify-content: space-between;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .home-link,
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-link {
                                                                                                                                                                                                                                                                                                                                                                                                                color: var(--navbar-text-color);
                                                                                                                                                                                                                                                                                                                                                                                                                transition: color 0.2s ease-in-out;
                                                                                                                                                                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 400;
                                                                                                                                                                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .home-link:focus,
                                                                                                                                                                                                                                                                                                                                                                                                            .home-link:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                color: var(--navbar-text-color-focus);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-link {
                                                                                                                                                                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 0.4em 0.8em;
                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-link:focus,
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-link:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                color: var(--navbar-text-color-focus);
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: var(--navbar-bg-contrast);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-logo {
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: var(--navbar-text-color-focus);
                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-right: 0.5em;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-toggle {
                                                                                                                                                                                                                                                                                                                                                                                                                cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .icon-bar {
                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 25px;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 4px;
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: var(--navbar-text-color);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-toggle:focus .icon-bar,
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-toggle:hover .icon-bar {
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: var(--navbar-text-color-focus);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar.opened .navbar-toggle .icon-bar:first-child,
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar.opened .navbar-toggle .icon-bar:last-child {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar.opened .navbar-toggle .icon-bar:first-child {
                                                                                                                                                                                                                                                                                                                                                                                                                transform: rotate(45deg);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar.opened .navbar-toggle .icon-bar:nth-child(2) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar.opened .navbar-toggle .icon-bar:last-child {
                                                                                                                                                                                                                                                                                                                                                                                                                transform: rotate(-45deg);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                top: var(--navbar-height);
                                                                                                                                                                                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                visibility: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar-menu.sidebar,
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar-menu.sidebar.left {
                                                                                                                                                                                                                                                                                                                                                                                                                left: -1000px;
                                                                                                                                                                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar-menu.sidebar.right {
                                                                                                                                                                                                                                                                                                                                                                                                                right: -1000px;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar-menu.detached,
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar-menu.attached {
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar.opened #navbar-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: rgba(0, 0, 0, 0.4);
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                visibility: visible;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar.opened #navbar-menu.sidebar.left {
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar.opened #navbar-menu.sidebar.right {
                                                                                                                                                                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-links {
                                                                                                                                                                                                                                                                                                                                                                                                                list-style-type: none;
                                                                                                                                                                                                                                                                                                                                                                                                                max-height: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: var(--navbar-bg-color);
                                                                                                                                                                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #navbar.opened .navbar-links {
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 1em;
                                                                                                                                                                                                                                                                                                                                                                                                                max-height: none;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .sidebar .navbar-links {
                                                                                                                                                                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .left.sidebar .navbar-links {
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                right: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.3);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .right.sidebar .navbar-links {
                                                                                                                                                                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                left: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: -5px 20px 20px rgba(0, 0, 0, 0.3);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .detached .navbar-links {
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 1.4rem;
                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .attached .navbar-links {
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-item {
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0.4em;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            @media screen and (min-width: 700px) {
                                                                                                                                                                                                                                                                                                                                                                                                                .navbar-toggle {
                                                                                                                                                                                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                #navbar #navbar-menu,
                                                                                                                                                                                                                                                                                                                                                                                                                #navbar.opened #navbar-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                    visibility: visible;
                                                                                                                                                                                                                                                                                                                                                                                                                    opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                    position: static;
                                                                                                                                                                                                                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                    height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                #navbar .navbar-links,
                                                                                                                                                                                                                                                                                                                                                                                                                #navbar.opened .navbar-links {
                                                                                                                                                                                                                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                    box-shadow: none;
                                                                                                                                                                                                                                                                                                                                                                                                                    position: static;
                                                                                                                                                                                                                                                                                                                                                                                                                    flex-direction: row;
                                                                                                                                                                                                                                                                                                                                                                                                                    list-style-type: none;
                                                                                                                                                                                                                                                                                                                                                                                                                    max-height: max-content;
                                                                                                                                                                                                                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                    height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                #navbar .navbar-link:last-child {
                                                                                                                                                                                                                                                                                                                                                                                                                    margin-right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #options {
                                                                                                                                                                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            @media (max-width: 767px) {
                                                                                                                                                                                                                                                                                                                                                                                                                h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                    font-size: 38px;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                .nav-item:after {
                                                                                                                                                                                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                .nav-item::before {
                                                                                                                                                                                                                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                    top: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                    width: 11px;
                                                                                                                                                                                                                                                                                                                                                                                                                    height: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                    content: "";
                                                                                                                                                                                                                                                                                                                                                                                                                    border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #000;
                                                                                                                                                                                                                                                                                                                                                                                                                    vertical-align: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                .dropdown-toggle::after {
                                                                                                                                                                                                                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                    top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                    left: -23px;
                                                                                                                                                                                                                                                                                                                                                                                                                    width: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                    height: 11px;
                                                                                                                                                                                                                                                                                                                                                                                                                    content: "";
                                                                                                                                                                                                                                                                                                                                                                                                                    border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #000;
                                                                                                                                                                                                                                                                                                                                                                                                                    vertical-align: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                    transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                .dropdown-toggle[aria-expanded="true"]::after {
                                                                                                                                                                                                                                                                                                                                                                                                                    transform: rotate(90deg);
                                                                                                                                                                                                                                                                                                                                                                                                                    opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                .dropdown-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                    padding: 0 !important;
                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                    box-shadow: none;
                                                                                                                                                                                                                                                                                                                                                                                                                    transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                    margin-top: 10px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                    margin-bottom: 20px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                body.dark .nav-item::before {
                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                body.dark .dropdown-toggle::after {
                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                body.dark .dropdown-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                    box-shadow: none;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            /* #Link to page
================================================== */
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .logo {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                right: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                z-index: 100;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 250ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .logo img {
                                                                                                                                                                                                                                                                                                                                                                                                                height: 26px;
                                                                                                                                                                                                                                                                                                                                                                                                                width: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                filter: brightness(10%);
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 250ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .logo img {
                                                                                                                                                                                                                                                                                                                                                                                                                filter: brightness(100%);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            /* #Primary
================================================== */
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            ul {
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-section {
                                                                                                                                                                                                                                                                                                                                                                                                                background: #151414;
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-cta {
                                                                                                                                                                                                                                                                                                                                                                                                                border-bottom: 1px solid #373636;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .single-cta i {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #ff5e14;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .cta-text {
                                                                                                                                                                                                                                                                                                                                                                                                                padding-left: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .cta-text h4 {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .cta-text span {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #757575;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-content {
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                z-index: 2;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-pattern img {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 330px;
                                                                                                                                                                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                                                                                                                                                                background-position: 100% 100%;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-logo {
                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-logo img {
                                                                                                                                                                                                                                                                                                                                                                                                                max-width: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-text p {
                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #7e7e7e;
                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 28px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-social-icon span {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                                                                                                                                                                                font-family: 'Poppins', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-social-icon a {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-right: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-social-icon i {
                                                                                                                                                                                                                                                                                                                                                                                                                height: 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 38px;
                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .facebook-bg {
                                                                                                                                                                                                                                                                                                                                                                                                                background: #3B5998;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .twitter-bg {
                                                                                                                                                                                                                                                                                                                                                                                                                background: #55ACEE;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .google-bg {
                                                                                                                                                                                                                                                                                                                                                                                                                background: #DD4B39;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-widget-heading h3 {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 600;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom: 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-widget-heading h3::before {
                                                                                                                                                                                                                                                                                                                                                                                                                content: "";
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                bottom: -15px;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                background: #ff5e14;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-widget ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-widget ul li a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #ff5e14;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-widget ul li a {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #878787;
                                                                                                                                                                                                                                                                                                                                                                                                                text-transform: capitalize;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .subscribe-form {
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .subscribe-form input {
                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 14px 28px;
                                                                                                                                                                                                                                                                                                                                                                                                                background: #2E2E2E;
                                                                                                                                                                                                                                                                                                                                                                                                                border: 1px solid #2E2E2E;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .subscribe-form button {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                background: #ff5e14;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 13px 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                border: 1px solid #ff5e14;
                                                                                                                                                                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .subscribe-form button i {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 22px;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: rotate(-6deg);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .copyright-area {
                                                                                                                                                                                                                                                                                                                                                                                                                background: #202020;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 25px 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .copyright-text p {
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #878787;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .copyright-text p a {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #ff5e14;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-menu li {
                                                                                                                                                                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-menu li:hover a {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #ff5e14;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .footer-menu li a {
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #878787;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body {
                                                                                                                                                                                                                                                                                                                                                                                                                font-family: 'Poppins', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 400;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #212112;
                                                                                                                                                                                                                                                                                                                                                                                                                background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
                                                                                                                                                                                                                                                                                                                                                                                                                background-position: center;
                                                                                                                                                                                                                                                                                                                                                                                                                background-repeat: repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                background-size: 7%;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                overflow-x: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                             ::selection {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #8167a9;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                             ::-moz-selection {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #8167a9;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            /* #Navigation
================================================== */
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .start-header {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(0);
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 20px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
                                                                                                                                                                                                                                                                                                                                                                                                                -webkit-transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .start-header.scroll-on {
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 10px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                -webkit-transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .start-header.scroll-on .navbar-brand img {
                                                                                                                                                                                                                                                                                                                                                                                                                height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                -webkit-transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navigation-wrap {
                                                                                                                                                                                                                                                                                                                                                                                                                position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                z-index: 1000;
                                                                                                                                                                                                                                                                                                                                                                                                                -webkit-transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar {
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-brand img {
                                                                                                                                                                                                                                                                                                                                                                                                                height: 28px;
                                                                                                                                                                                                                                                                                                                                                                                                                width: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                filter: brightness(10%);
                                                                                                                                                                                                                                                                                                                                                                                                                -webkit-transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-toggler {
                                                                                                                                                                                                                                                                                                                                                                                                                float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                padding-right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-toggler:active,
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-toggler:focus {
                                                                                                                                                                                                                                                                                                                                                                                                                outline: none;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-light .navbar-toggler-icon {
                                                                                                                                                                                                                                                                                                                                                                                                                width: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 17px;
                                                                                                                                                                                                                                                                                                                                                                                                                background-image: none;
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                border-bottom: 1px solid #000;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 300ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-light .navbar-toggler-icon:after,
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-light .navbar-toggler-icon:before {
                                                                                                                                                                                                                                                                                                                                                                                                                width: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #000;
                                                                                                                                                                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                content: '';
                                                                                                                                                                                                                                                                                                                                                                                                                z-index: 2;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 300ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-light .navbar-toggler-icon:after {
                                                                                                                                                                                                                                                                                                                                                                                                                top: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
                                                                                                                                                                                                                                                                                                                                                                                                                transform: rotate(45deg);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(8px) rotate(-45deg);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
                                                                                                                                                                                                                                                                                                                                                                                                                border-color: transparent;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-link {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #212121 !important;
                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 500;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item:hover .nav-link {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #8167a9 !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item.active .nav-link {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #777 !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-link {
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 5px 0 !important;
                                                                                                                                                                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item:after {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                bottom: -5px;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                content: '';
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #8167a9;
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item:hover:after {
                                                                                                                                                                                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item.active:hover:after {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item {
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            /* #Primary style
================================================== */
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .bg-light {
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #fff !important;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .section {
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .full-height {
                                                                                                                                                                                                                                                                                                                                                                                                                height: 100vh;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .over-hide {
                                                                                                                                                                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .absolute-center {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                top: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-50%);
                                                                                                                                                                                                                                                                                                                                                                                                                z-index: 20;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 48px;
                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 1.2;
                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 700;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #212112;
                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            p {
                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                padding-top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translate(0);
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 300ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1700ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime p {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(40px);
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1700ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span {
                                                                                                                                                                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 300ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translate(0);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(1) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-20px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(2) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-30px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(3) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-50px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(4) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-10px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(5) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-50px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(6) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-20px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(7) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-40px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(8) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-10px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(9) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-30px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(10) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(-20px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(1) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1000ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(2) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 700ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(3) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 900ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(4) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 800ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(5) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1000ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(6) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 700ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(7) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 900ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(8) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 800ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(9) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 600ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(10) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 700ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(11) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(30px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(12) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(50px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(13) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(20px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(14) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(30px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime h1 span:nth-child(15) {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(50px);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(11) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1300ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(12) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1500ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(13) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1400ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(14) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1200ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 span:nth-child(15) {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1450ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #switch,
                                                                                                                                                                                                                                                                                                                                                                                                            #circle {
                                                                                                                                                                                                                                                                                                                                                                                                                cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                -webkit-transition: all 300ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 300ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #switch {
                                                                                                                                                                                                                                                                                                                                                                                                                width: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                border: 2px solid #8167a9;
                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 27px;
                                                                                                                                                                                                                                                                                                                                                                                                                background: #000;
                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translate(0);
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 300ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1900ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.hero-anime #switch {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(40px);
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 1900ms;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            #circle {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                top: -11px;
                                                                                                                                                                                                                                                                                                                                                                                                                left: -13px;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 26px;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 26px;
                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                background: #000;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .switched {
                                                                                                                                                                                                                                                                                                                                                                                                                border-color: #000 !important;
                                                                                                                                                                                                                                                                                                                                                                                                                background: #8167a9 !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .switched #circle {
                                                                                                                                                                                                                                                                                                                                                                                                                left: 43px;
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
                                                                                                                                                                                                                                                                                                                                                                                                                background: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item .dropdown-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translate3d(0, 10px, 0);
                                                                                                                                                                                                                                                                                                                                                                                                                visibility: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                max-height: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .nav-item.show .dropdown-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                visibility: visible;
                                                                                                                                                                                                                                                                                                                                                                                                                max-height: 999px;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translate3d(0, 0px, 0);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .dropdown-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 10px!important;
                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 13px;
                                                                                                                                                                                                                                                                                                                                                                                                                letter-spacing: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #212121;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #fcfaff;
                                                                                                                                                                                                                                                                                                                                                                                                                border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 3px;
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .dropdown-toggle::after {
                                                                                                                                                                                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .dropdown-item {
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 3px 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                color: #212121;
                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .dropdown-item:hover,
                                                                                                                                                                                                                                                                                                                                                                                                            .dropdown-item:focus {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: rgba(129, 103, 169, .6);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #1f2029;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .navbar-brand img {
                                                                                                                                                                                                                                                                                                                                                                                                                filter: brightness(100%);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark h1 span {
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 0ms !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark p {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                transition-delay: 0ms !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .bg-light {
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #14151a !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .start-header {
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .start-header.scroll-on {
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .nav-link {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .nav-item.active .nav-link {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #999 !important;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .dropdown-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #1f2029;
                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .dropdown-item {
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .navbar-light .navbar-toggler-icon {
                                                                                                                                                                                                                                                                                                                                                                                                                border-bottom: 1px solid #fff;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .navbar-light .navbar-toggler-icon:after,
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .navbar-light .navbar-toggler-icon:before {
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
                                                                                                                                                                                                                                                                                                                                                                                                                border-color: transparent;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            /* #Media
================================================== */
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            @media (max-width: 767px) {
                                                                                                                                                                                                                                                                                                                                                                                                                h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                    font-size: 38px;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                .nav-item:after {
                                                                                                                                                                                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                .nav-item::before {
                                                                                                                                                                                                                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                    top: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                    width: 11px;
                                                                                                                                                                                                                                                                                                                                                                                                                    height: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                    content: "";
                                                                                                                                                                                                                                                                                                                                                                                                                    border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #000;
                                                                                                                                                                                                                                                                                                                                                                                                                    vertical-align: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                .dropdown-toggle::after {
                                                                                                                                                                                                                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                    top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                    left: -23px;
                                                                                                                                                                                                                                                                                                                                                                                                                    width: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                    height: 11px;
                                                                                                                                                                                                                                                                                                                                                                                                                    content: "";
                                                                                                                                                                                                                                                                                                                                                                                                                    border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #000;
                                                                                                                                                                                                                                                                                                                                                                                                                    vertical-align: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                    transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                .dropdown-toggle[aria-expanded="true"]::after {
                                                                                                                                                                                                                                                                                                                                                                                                                    transform: rotate(90deg);
                                                                                                                                                                                                                                                                                                                                                                                                                    opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                .dropdown-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                    padding: 0 !important;
                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                    box-shadow: none;
                                                                                                                                                                                                                                                                                                                                                                                                                    transition: all 200ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                    margin-top: 10px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                    margin-bottom: 20px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                body.dark .nav-item::before {
                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                body.dark .dropdown-toggle::after {
                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                body.dark .dropdown-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                    box-shadow: none;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            /* #Link to page
================================================== */
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .logo {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                right: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                z-index: 100;
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 250ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .logo img {
                                                                                                                                                                                                                                                                                                                                                                                                                height: 26px;
                                                                                                                                                                                                                                                                                                                                                                                                                width: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                filter: brightness(10%);
                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 250ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body.dark .logo img {
                                                                                                                                                                                                                                                                                                                                                                                                                filter: brightness(100%);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .video-background {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                z-index: -1;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .video-background video {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                object-fit: cover;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .overlay {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: rgba(0, 0, 0, 0.4);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .text {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                top: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                left: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                transform: translate(-50%, -50%);
                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 5rem;
                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            @media (max-width: 768px) {
                                                                                                                                                                                                                                                                                                                                                                                                                .text {
                                                                                                                                                                                                                                                                                                                                                                                                                    font-size: 3rem;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            body {
                                                                                                                                                                                                                                                                                                                                                                                                                overflow-x: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                font-family: 'Poppins', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            /* nav coding start he*/
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            .gradient {
                                                                                                                                                                                                                                                                                                                                                                                                                background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            section {
                                                                                                                                                                                                                                                                                                                                                                                                                padding: 2rem 0;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 3rem;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            p {
                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 1.25rem;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            footer {
                                                                                                                                                                                                                                                                                                                                                                                                                padding-top: 2rem;
                                                                                                                                                                                                                                                                                                                                                                                                                padding-bottom: 2rem;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            a {
                                                                                                                                                                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 75%;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            button {
                                                                                                                                                                                                                                                                                                                                                                                                                border: none;
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            @media screen and (max-width: 768px) {
                                                                                                                                                                                                                                                                                                                                                                                                                footer {
                                                                                                                                                                                                                                                                                                                                                                                                                    flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                .w-2/5,
                                                                                                                                                                                                                                                                                                                                                                                                                .w-3/5 {
                                                                                                                                                                                                                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                            @media screen and (max-width: 768px) {
                                                                                                                                                                                                                                                                                                                                                                                                                .w-64 {
                                                                                                                                                                                                                                                                                                                                                                                                                    width: 100
                                                                                                                                                                                                                                                                                                                                                                                                                    /* Background image styles */
                                                                                                                                                                                                                                                                                                                                                                                                                    .bg-image {
                                                                                                                                                                                                                                                                                                                                                                                                                        background-image: url('images\ram.jpg');
                                                                                                                                                                                                                                                                                                                                                                                                                        background-size: cover;
                                                                                                                                                                                                                                                                                                                                                                                                                        background-position: center center;
                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                    /* Animation styles  and slide show*/
                                                                                                                                                                                                                                                                                                                                                                                                                    .carousel-indicators button {
                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #BDBDBD;
                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                    .carousel-indicators .active {
                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #1E40AF;
                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                    .carousel-caption h5 {
                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 2rem;
                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 0.5rem;
                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                    .carousel-caption p {
                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 1.25rem;
                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                    .fade-in {
                                                                                                                                                                                                                                                                                                                                                                                                                        animation: fadeIn ease 2s;
                                                                                                                                                                                                                                                                                                                                                                                                                        -webkit-animation: fadeIn ease 2s;
                                                                                                                                                                                                                                                                                                                                                                                                                        -moz-animation: fadeIn ease 2s;
                                                                                                                                                                                                                                                                                                                                                                                                                        -o-animation: fadeIn ease 2s;
                                                                                                                                                                                                                                                                                                                                                                                                                        -ms-animation: fadeIn ease 2s;
                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                    #team-carousel .carousel-item {
                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0 1rem;
                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                    #team-carousel .carousel-item .flex {
                                                                                                                                                                                                                                                                                                                                                                                                                        height: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                    #team-carousel .carousel-item img {
                                                                                                                                                                                                                                                                                                                                                                                                                        height: 600px;
                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                    #team-carousel .carousel-item h3 {
                                                                                                                                                                                                                                                                                                                                                                                                                        color: #1E40AF;
                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                    #team-carousel .carousel-item p {
                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 1 @keyframes pulse {
                                                                                                                                                                                                                                                                                                                                                                                                                            0%,
                                                                                                                                                                                                                                                                                                                                                                                                                            100% {
                                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            50% {
                                                                                                                                                                                                                                                                                                                                                                                                                                opacity: .5;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .animate-pulse {
                                                                                                                                                                                                                                                                                                                                                                                                                            animation: pulse 2s infinite;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        /* Navbar styles */
                                                                                                                                                                                                                                                                                                                                                                                                                        .navbar {
                                                                                                                                                                                                                                                                                                                                                                                                                            position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                            top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                            z-index: 1000;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .carousel-indicators button {
                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #BDBDBD;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .carousel-indicators .active {
                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #1E40AF;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .carousel-caption h5 {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 2rem;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom: 0.5rem;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .carousel-caption p {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 1.25rem;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .fade-in-up {
                                                                                                                                                                                                                                                                                                                                                                                                                            opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                            transform: translateY(50px);
                                                                                                                                                                                                                                                                                                                                                                                                                            animation: fadeInUp 0.5s ease forwards;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        @keyframes fadeInUp {
                                                                                                                                                                                                                                                                                                                                                                                                                            100% {
                                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateY(0);
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .fade-in {
                                                                                                                                                                                                                                                                                                                                                                                                                            animation: fadeIn ease 2s;
                                                                                                                                                                                                                                                                                                                                                                                                                            -webkit-animation: fadeIn ease 2s;
                                                                                                                                                                                                                                                                                                                                                                                                                            -moz-animation: fadeIn ease 2s;
                                                                                                                                                                                                                                                                                                                                                                                                                            -o-animation: fadeIn ease 2s;
                                                                                                                                                                                                                                                                                                                                                                                                                            -ms-animation: fadeIn ease 2s;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        /* Button styles */
                                                                                                                                                                                                                                                                                                                                                                                                                        .btn {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 10px 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #374151;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                            transition: all .3s ease;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .btn:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #4B5563;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .content {
                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: 5rem;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .imgBox img {
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 500px;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 500px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .menuIcon {
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        @media (max-width: 645px) {
                                                                                                                                                                                                                                                                                                                                                                                                                            .navbar {
                                                                                                                                                                                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .navbar ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                                background: #dc2626;
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 90%;
                                                                                                                                                                                                                                                                                                                                                                                                                                padding: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .navbar ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                padding: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 5px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .navbar ul li a {
                                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .navbar ul li:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                background: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .navbar ul li:hover a {
                                                                                                                                                                                                                                                                                                                                                                                                                                color: #000;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .topBar {
                                                                                                                                                                                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                justify-content: space-between;
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .menuIcon {
                                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            body {
                                                                                                                                                                                                                                                                                                                                                                                                                                overflow-y: scroll;
                                                                                                                                                                                                                                                                                                                                                                                                                                overflow-x: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .btn-group {
                                                                                                                                                                                                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .content {
                                                                                                                                                                                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 2rem;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .content .imgBox img {
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        body {
                                                                                                                                                                                                                                                                                                                                                                                                                            box-sizing: border-box;
                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0%;
                                                                                                                                                                                                                                                                                                                                                                                                                            border: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                            overflow-x: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                            scroll-behavior: smooth;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        #ram {
                                                                                                                                                                                                                                                                                                                                                                                                                            background-size: cover;
                                                                                                                                                                                                                                                                                                                                                                                                                            min-height: 20vh;
                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                                                                                                                                                                                                                            background-size: cove text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        #event {
                                                                                                                                                                                                                                                                                                                                                                                                                            position flex: ;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: min-content;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: min-content;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .container {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        /* Main Continer CSS Starts */
                                                                                                                                                                                                                                                                                                                                                                                                                        .event-container {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-wrap: wrap;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            gap: 2rem;
                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: 3rem;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .event-card {
                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
                                                                                                                                                                                                                                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                            transition: transform 0.5s;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .event-card:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                            transform: scale(1.1);
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .event-card img {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                            object-fit: cover;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .event-card .card-body {
                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 1rem;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .event-card .card-title {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 1.5rem;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom: 0.5rem;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .event-card .card-text {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 1rem;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .main-container {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 1000px;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 2000px;
                                                                                                                                                                                                                                                                                                                                                                                                                            background-image: url("../images/ieee-1920x1080-6.jpg");
                                                                                                                                                                                                                                                                                                                                                                                                                            background-size: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            background-repeat: no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Montserrat', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        nav {
                                                                                                                                                                                                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                            top: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: row;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-between;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        nav div {
                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 1%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .nav-elements-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 800px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            transform: translateX(-10%);
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .nav-elements-1 ul {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            list-style: none;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .nav-elements-1 ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                            text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: 900;
                                                                                                                                                                                                                                                                                                                                                                                                                            letter-spacing: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .nav-elements-1 ul li:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 17px;
                                                                                                                                                                                                                                                                                                                                                                                                                            transition: 0.2s ease-in;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .media-nav {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                            top: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .media-nav-elements {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .media-nav-elements ul {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            list-style: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            transform: translateX(-25px)
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .media-nav-elements ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                            text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: 900;
                                                                                                                                                                                                                                                                                                                                                                                                                            letter-spacing: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .media-nav-elements ul li:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 17px;
                                                                                                                                                                                                                                                                                                                                                                                                                            transition: 0.2s ease-in;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .media-nav-1,
                                                                                                                                                                                                                                                                                                                                                                                                                        .media-nav-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .media-nav-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                            top: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .media-nav-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                            top: 90px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .media-nav-1-elements,
                                                                                                                                                                                                                                                                                                                                                                                                                        .media-nav-2-elements {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                         :is(.media-nav-1-elements,
                                                                                                                                                                                                                                                                                                                                                                                                                        .media-nav-2-elements) ul {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            list-style: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            transform: translateX(-25px)
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                         :is(.media-nav-1-elements,
                                                                                                                                                                                                                                                                                                                                                                                                                        .media-nav-2-elements) ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                            text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: 900;
                                                                                                                                                                                                                                                                                                                                                                                                                            letter-spacing: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                         :is(.media-nav-1-elements,
                                                                                                                                                                                                                                                                                                                                                                                                                        .media-nav-2-elements) ul li:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 17px;
                                                                                                                                                                                                                                                                                                                                                                                                                            transition: 0.2s ease-in;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .nav-elements-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .nav-elements-2 div {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .nav-elements-2 div img {
                                                                                                                                                                                                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .nav-elements-2 div img:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .social {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 90px;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                            bottom: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                            left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .social div {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 1%;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .social div img {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .social div img:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 35px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 35px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .main-text-box {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: flex-start;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-between;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: rgb(75, 69, 69);
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 350px;
                                                                                                                                                                                                                                                                                                                                                                                                                            background: rgba( 255, 255, 255, 0.4);
                                                                                                                                                                                                                                                                                                                                                                                                                            box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37);
                                                                                                                                                                                                                                                                                                                                                                                                                            backdrop-filter: blur( 3px);
                                                                                                                                                                                                                                                                                                                                                                                                                            -webkit-backdrop-filter: blur( 3px);
                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                            border: 1px solid rgba( 255, 255, 255, 0.18);
                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 2%;
                                                                                                                                                                                                                                                                                                                                                                                                                            transform: translateX(-52%);
                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: 5%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .main-text-box p {
                                                                                                                                                                                                                                                                                                                                                                                                                            letter-spacing: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: 900;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        #welcome {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 140px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: white;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .title {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: flex-start;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 150px;
                                                                                                                                                                                                                                                                                                                                                                                                                            line-height: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .title h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: 900;
                                                                                                                                                                                                                                                                                                                                                                                                                            letter-spacing: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .use {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 380px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: row;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .use img {
                                                                                                                                                                                                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .use img:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .donate {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 1550px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 120px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            background: rgba(255, 255, 255, 0.852);
                                                                                                                                                                                                                                                                                                                                                                                                                            box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37);
                                                                                                                                                                                                                                                                                                                                                                                                                            backdrop-filter: blur( 3px);
                                                                                                                                                                                                                                                                                                                                                                                                                            -webkit-backdrop-filter: blur( 3px);
                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                            border: 1px solid rgba( 255, 255, 255, 0.18);
                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 0.5%;
                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                            top: -60px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .seperator {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: rgba(71, 64, 64, 0.779);
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        #donate-textbox {
                                                                                                                                                                                                                                                                                                                                                                                                                            color: black;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                            letter-spacing: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 500px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                         :is(.amount,
                                                                                                                                                                                                                                                                                                                                                                                                                        .period) {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                         :is(.amount,
                                                                                                                                                                                                                                                                                                                                                                                                                        .period) p {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: rgba(64, 60, 60, 0.858);
                                                                                                                                                                                                                                                                                                                                                                                                                            letter-spacing: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: 600;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                         :is(.amount,
                                                                                                                                                                                                                                                                                                                                                                                                                        .period) h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                            letter-spacing: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .donate button {
                                                                                                                                                                                                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #9E4784;
                                                                                                                                                                                                                                                                                                                                                                                                                            border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                            letter-spacing: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 25px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .donate button:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 208px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 108px;
                                                                                                                                                                                                                                                                                                                                                                                                                            transition: 0.2s ease;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        /* Main Container Css Ends */
                                                                                                                                                                                                                                                                                                                                                                                                                        /* Content Container Css Starts  */
                                                                                                                                                                                                                                                                                                                                                                                                                        .content-container {
                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
                                                                                                                                                                                                                                                                                                                                                                                                                            letter-spacing: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                         :is(.projects,
                                                                                                                                                                                                                                                                                                                                                                                                                        .programs) {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 1000px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 600px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                         :is(.projects,
                                                                                                                                                                                                                                                                                                                                                                                                                        .programs) div {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 40%;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .content-container-img img {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .content-container-textbox {
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .content-container-textbox div {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .next-link {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: row;
                                                                                                                                                                                                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .next-link a {
                                                                                                                                                                                                                                                                                                                                                                                                                            text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: #9E4784);
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .next-link img {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .programs-img img {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 500px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 10%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .programs-textbox {
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .programs-textbox div {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .content-text-edit p {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Montserrat', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: rgb(68, 62, 62);
                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: 500;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .content-text-edit h3 {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Montserrat', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .content-text-edit h2 {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: bolder;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Raleway', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .content-text-edit h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: bolder;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: #9E4784);
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .highlight-numbers {
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 360px;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 1000px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                                            grid-template-areas: 'div1 div1 div6 div5 div5' 'div2 div3 div4 div5 div5';
                                                                                                                                                                                                                                                                                                                                                                                                                            gap: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .div2,
                                                                                                                                                                                                                                                                                                                                                                                                                        .div3,
                                                                                                                                                                                                                                                                                                                                                                                                                        .div4 {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: flex-start;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                         :is(.div2,
                                                                                                                                                                                                                                                                                                                                                                                                                        .div3,
                                                                                                                                                                                                                                                                                                                                                                                                                        .div4) h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Montserrat', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .div1 {
                                                                                                                                                                                                                                                                                                                                                                                                                            grid-area: div1;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .div2 {
                                                                                                                                                                                                                                                                                                                                                                                                                            grid-area: div2;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .div3 {
                                                                                                                                                                                                                                                                                                                                                                                                                            grid-area: div3;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .div4 {
                                                                                                                                                                                                                                                                                                                                                                                                                            grid-area: div4;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .div5 {
                                                                                                                                                                                                                                                                                                                                                                                                                            grid-area: div5;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                            top: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                            transform: translateY(-50%);
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .div5 div {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                            border: 4px solid#9E4784);
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Raleway', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .div6 {
                                                                                                                                                                                                                                                                                                                                                                                                                            grid-area: div6;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        /* SlideBar Starts */
                                                                                                                                                                                                                                                                                                                                                                                                                        .highlight-programs {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 600px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-evenly;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .slide {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 1000px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 600px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            transition: 0.4s ease;
                                                                                                                                                                                                                                                                                                                                                                                                                            opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                            left: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                            transform: translateX(-50%);
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .slide.show {
                                                                                                                                                                                                                                                                                                                                                                                                                            opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .slide div {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 40%;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .slide-img {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .slide-img img {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .slide-textbox {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .slide-textbox div {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .progressContainer {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-between;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 10vh;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .round {
                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: rgba(163, 160, 160, 0.548);
                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            transition: 0.5s ease;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .round.active {
                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: rgb(163, 160, 160);
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        /* SlideBar Ends */
                                                                                                                                                                                                                                                                                                                                                                                                                        .latest-news {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 1000px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 1000px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        #news {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 40;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Raleway', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                            text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .news {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-between;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .news div {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 40%;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 600px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-between;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: flex-start;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .news div div {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .latest-news-img {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .latest-news-img img {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .cont-reading {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: #9E4784);
                                                                                                                                                                                                                                                                                                                                                                                                                            background: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Montserrat', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: 900;
                                                                                                                                                                                                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .more-news {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 150px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 70px;
                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #9E4784);
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Montserrat', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                            border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 2%;
                                                                                                                                                                                                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Raleway', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .more-news:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 155px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 75px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        /* Content Container Css Ends */
                                                                                                                                                                                                                                                                                                                                                                                                                        /* Footer Css Starts */
                                                                                                                                                                                                                                                                                                                                                                                                                        footer {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                            border-top: 2px solid rgba(128, 128, 128, 0.807);
                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 1%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .signup-text {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                            line-height: 0%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        footer p {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Montserrat', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                            letter-spacing: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        footer h3 {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 25px;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: 900;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Raleway', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: #9E4784);
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .subscribe {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 3%;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .subscribe input {
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 500px;
                                                                                                                                                                                                                                                                                                                                                                                                                            box-sizing: border-box;
                                                                                                                                                                                                                                                                                                                                                                                                                            border: 2px solid#9E4784);
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Montserrat', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            outline: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            letter-spacing: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .subscribe button {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 150px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #9E4784);
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Montserrat', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                            border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Raleway', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .footer-social {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .footer-social div {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .footer-social div:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                            transition: 0.1s ease-in-out;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .footer-social img {
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .copyright {
                                                                                                                                                                                                                                                                                                                                                                                                                            font-family: 'Raleway', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: 500;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        /* Footer Css Ends */
                                                                                                                                                                                                                                                                                                                                                                                                                        /* HEADS */
                                                                                                                                                                                                                                                                                                                                                                                                                        .heads1 {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: row;
                                                                                                                                                                                                                                                                                                                                                                                                                            /* border: 2px solid black; */
                                                                                                                                                                                                                                                                                                                                                                                                                            /* background-color: #f6f6f6; */
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .heads2 {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: row;
                                                                                                                                                                                                                                                                                                                                                                                                                            /* border: 2px solid black; */
                                                                                                                                                                                                                                                                                                                                                                                                                            /* background-color: #f6f6f6; */
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .heads3 {
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction: row;
                                                                                                                                                                                                                                                                                                                                                                                                                            /* border: 2px solid black; */
                                                                                                                                                                                                                                                                                                                                                                                                                            /* background-color: #f6f6f6; */
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        /* .border {
border: 2px solid purple;
} */
                                                                                                                                                                                                                                                                                                                                                                                                                        .gensec {
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 370px;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 280px;
                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                            /* border: 2px solid red; */
                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            /* background: #f6f6f6; */
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .Taniska_M {
                                                                                                                                                                                                                                                                                                                                                                                                                            /* border: 2px solid black; */
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: rgb(0, 165, 165);
                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .GS {
                                                                                                                                                                                                                                                                                                                                                                                                                            /* border: 2px solid black; */
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            /* margin: -20px; */
                                                                                                                                                                                                                                                                                                                                                                                                                            /* color: rgb(4, 4, 4); */
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .gensec img {
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 270px;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 270px;
                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .Taniska_M {
                                                                                                                                                                                                                                                                                                                                                                                                                            /* border: 2px solid black; */
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            color: rgb(0, 165, 165);
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .GS {
                                                                                                                                                                                                                                                                                                                                                                                                                            /* border: 2px solid black; */
                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            margin: -25px;
                                                                                                                                                                                                                                                                                                                                                                                                                            /* color: white; */
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        .gensec img {
                                                                                                                                                                                                                                                                                                                                                                                                                            height: 270px;
                                                                                                                                                                                                                                                                                                                                                                                                                            width: 270px;
                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        /* Media Queries */
                                                                                                                                                                                                                                                                                                                                                                                                                        @media screen and (max-width: 1919px) {
                                                                                                                                                                                                                                                                                                                                                                                                                            .main-container {
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 900px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .main-text-box {
                                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateX(-230px);
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .donate {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 1200px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            #donate-textbox {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                             :is(.amount,
                                                                                                                                                                                                                                                                                                                                                                                                                            .period) {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 230px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .social {
                                                                                                                                                                                                                                                                                                                                                                                                                                bottom: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        @media screen and (max-width: 1024px) {
                                                                                                                                                                                                                                                                                                                                                                                                                            .main-container {
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 600px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .social {
                                                                                                                                                                                                                                                                                                                                                                                                                                bottom: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .main-text-box {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateX(-187px);
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                             :is(.welcome,
                                                                                                                                                                                                                                                                                                                                                                                                                            .use) p {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .title h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 25px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .use {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 305px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .use img {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .use img:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .donate {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 800px;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 90px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            #donate-textbox {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .seperator {
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                             :is(.amount,
                                                                                                                                                                                                                                                                                                                                                                                                                            .period) {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 180px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                             :is(.amount,
                                                                                                                                                                                                                                                                                                                                                                                                                            .period) p {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                             :is(.amount,
                                                                                                                                                                                                                                                                                                                                                                                                                            .period) h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .donate button {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 62px;
                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 2%;
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .donate button:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 108px;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 70px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                             :is(.projects,
                                                                                                                                                                                                                                                                                                                                                                                                                            .programs) {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 900px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .highlight-numbers {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 850px;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 330px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .content-text-edit h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 35px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .content-text-edit h3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .slide {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 900px;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .slide-img {
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 350px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .latest-news {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 850px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        @media screen and (max-width: 850px) {
                                                                                                                                                                                                                                                                                                                                                                                                                            .main-container {
                                                                                                                                                                                                                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                                                                                                                                                                                                                                background-position: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .main-text-box {
                                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateX(0px);
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            nav {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 90%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .nav-elements-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .media-nav {
                                                                                                                                                                                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .main-text-box {
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .donate {
                                                                                                                                                                                                                                                                                                                                                                                                                                top: -30px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .social {
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 420px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .donate {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 600px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .donate button {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                             :is(.amount,
                                                                                                                                                                                                                                                                                                                                                                                                                            .period) h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            #donate-textbox {
                                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                             :is(.projects,
                                                                                                                                                                                                                                                                                                                                                                                                                            .programs) {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 800px;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 700px;
                                                                                                                                                                                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 2%;
                                                                                                                                                                                                                                                                                                                                                                                                                                border: 2px solid rgba(14, 14, 14, 0.316);
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .projects {
                                                                                                                                                                                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .programs {
                                                                                                                                                                                                                                                                                                                                                                                                                                flex-direction: column-reverse;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                             :is(.projects,
                                                                                                                                                                                                                                                                                                                                                                                                                            .programs) div {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 90%;
                                                                                                                                                                                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                             :is(.content-container-img,
                                                                                                                                                                                                                                                                                                                                                                                                                            .programs-img) {
                                                                                                                                                                                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 2%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                             :is(.content-container-img,
                                                                                                                                                                                                                                                                                                                                                                                                                            .programs-img) img {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .next-link {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 60%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .highlight-numbers {
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 700px;
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 700px;
                                                                                                                                                                                                                                                                                                                                                                                                                                display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                grid-template-areas: 'div1 div1 div1' 'div2 div3 div4' 'div6 div5 div5';
                                                                                                                                                                                                                                                                                                                                                                                                                                gap: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .div2,
                                                                                                                                                                                                                                                                                                                                                                                                                            .div3,
                                                                                                                                                                                                                                                                                                                                                                                                                            .div4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .slide {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 700px;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 500px;
                                                                                                                                                                                                                                                                                                                                                                                                                                border: 2px solid rgba(14, 14, 14, 0.316);
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .latest-news {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 700px;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 1600px;
                                                                                                                                                                                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            #news {
                                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .news {
                                                                                                                                                                                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .news div {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 80%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                             :is(.campaign,
                                                                                                                                                                                                                                                                                                                                                                                                                            .voultary-positions) {
                                                                                                                                                                                                                                                                                                                                                                                                                                border: 2px solid rgba(14, 14, 14, 0.316);
                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 2%;
                                                                                                                                                                                                                                                                                                                                                                                                                                padding: 2%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        @media screen and (max-width: 720px) {
                                                                                                                                                                                                                                                                                                                                                                                                                            .main-container {
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 800px;
                                                                                                                                                                                                                                                                                                                                                                                                                                background-position-x: 80%;
                                                                                                                                                                                                                                                                                                                                                                                                                                background-position-y: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .main-text-box {
                                                                                                                                                                                                                                                                                                                                                                                                                                background: rgba(255, 255, 255, 0.77);
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .media-nav-elements ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .main-text-box {
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 70%;
                                                                                                                                                                                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .title h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .use {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 270px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                             :is(.welcome,
                                                                                                                                                                                                                                                                                                                                                                                                                            .use) p {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 13px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .donate {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 70%;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .seperator {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 90%;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: rgba(167, 164, 164, 0.293);
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .social {
                                                                                                                                                                                                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                             :is(.projects,
                                                                                                                                                                                                                                                                                                                                                                                                                            .programs) {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 80%;
                                                                                                                                                                                                                                                                                                                                                                                                                                border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .next-link {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 80%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .next-link a {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .next-link img {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .highlight-numbers {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 80%;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 1000px;
                                                                                                                                                                                                                                                                                                                                                                                                                                display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                grid-template-areas: 'div1 div1' 'div2 div2' 'div3 div3' 'div4 div4' 'div5 div5';
                                                                                                                                                                                                                                                                                                                                                                                                                                gap: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .div5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 10%;
                                                                                                                                                                                                                                                                                                                                                                                                                                left: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateX(-48%);
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .slide {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 80%;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 800px;
                                                                                                                                                                                                                                                                                                                                                                                                                                flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                                border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .slide div {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .progressContainer {
                                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 270px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            a {
                                                                                                                                                                                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            span.ripple {
                                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                                transform: scale(0);
                                                                                                                                                                                                                                                                                                                                                                                                                                animation: ripple 600ms linear;
                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: rgba(255, 255, 255, 0.7);
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            @keyframes ripple {
                                                                                                                                                                                                                                                                                                                                                                                                                                to {
                                                                                                                                                                                                                                                                                                                                                                                                                                    transform: scale(4);
                                                                                                                                                                                                                                                                                                                                                                                                                                    opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            a span {
                                                                                                                                                                                                                                                                                                                                                                                                                                animation-duration: 2s;
                                                                                                                                                                                                                                                                                                                                                                                                                                animation-iteration-count: infinite;
                                                                                                                                                                                                                                                                                                                                                                                                                                animation-name: retro;
                                                                                                                                                                                                                                                                                                                                                                                                                                animation-timing-function: ease-in-out;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            @keyframes retro {
                                                                                                                                                                                                                                                                                                                                                                                                                                0% {
                                                                                                                                                                                                                                                                                                                                                                                                                                    transform: scale(1);
                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                25% {
                                                                                                                                                                                                                                                                                                                                                                                                                                    transform: scale(1.25);
                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                50% {
                                                                                                                                                                                                                                                                                                                                                                                                                                    transform: scale(1);
                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                75% {
                                                                                                                                                                                                                                                                                                                                                                                                                                    transform: scale(0.75);
                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                100% {
                                                                                                                                                                                                                                                                                                                                                                                                                                    transform: scale(1);
                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .latest-news {
                                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 80%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .highlight-programs {
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 150px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
                                                                                                                                                                                                                                                                                                                                                                                                                             :root {
                                                                                                                                                                                                                                                                                                                                                                                                                                --primary-color: #3a4052;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            * {
                                                                                                                                                                                                                                                                                                                                                                                                                                box-sizing: border-box;
                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            body {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-family: 'Open Sans', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 1.5;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            a {
                                                                                                                                                                                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                color: var(--primary-color);
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 300;
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 1.2;
                                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .showcase {
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 100vh;
                                                                                                                                                                                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                padding: 0 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            #notification.show {
                                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            #notification.hide {
                                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .video-container {
                                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                background: var(--primary-color) url('./https://traversymedia.com/downloads/cover.jpg') no-repeat center center/cover;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .overlay {
                                                                                                                                                                                                                                                                                                                                                                                                                                position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                bottom: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                background: rgba(0, 0, 0, 0.7);
                                                                                                                                                                                                                                                                                                                                                                                                                                transition: opacity 500ms;
                                                                                                                                                                                                                                                                                                                                                                                                                                visibility: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .overlay:target {
                                                                                                                                                                                                                                                                                                                                                                                                                                visibility: visible;
                                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .popup {
                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 70px auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                padding: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                background: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 30%;
                                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 5s ease-in-out;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .popup h2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                color: #333;
                                                                                                                                                                                                                                                                                                                                                                                                                                font-family: Tahoma, Arial, sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .popup .close {
                                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                right: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 200ms;
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                color: #333;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .popup .close:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                color: #06D85F;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .popup .content {
                                                                                                                                                                                                                                                                                                                                                                                                                                max-height: 30%;
                                                                                                                                                                                                                                                                                                                                                                                                                                overflow: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            @media screen and (max-width: 700px) {
                                                                                                                                                                                                                                                                                                                                                                                                                                .box {
                                                                                                                                                                                                                                                                                                                                                                                                                                    width: 70%;
                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                .popup {
                                                                                                                                                                                                                                                                                                                                                                                                                                    width: 70%;
                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .video-container video {
                                                                                                                                                                                                                                                                                                                                                                                                                                min-width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                min-height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                                left: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                                transform: translate(-50%, -50%);
                                                                                                                                                                                                                                                                                                                                                                                                                                object-fit: cover;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .box {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 40%;
                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                background: rgba(255, 255, 255, 0.2);
                                                                                                                                                                                                                                                                                                                                                                                                                                padding: 35px;
                                                                                                                                                                                                                                                                                                                                                                                                                                border: 2px solid #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 20px/50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                background-clip: padding-box;
                                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .button {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 1em;
                                                                                                                                                                                                                                                                                                                                                                                                                                padding: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                border: 2px solid #06D85F;
                                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 20px/50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                transition: all 0.3s ease-out;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .button:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                background: #06D85F;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .video-container:after {
                                                                                                                                                                                                                                                                                                                                                                                                                                content: '';
                                                                                                                                                                                                                                                                                                                                                                                                                                z-index: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                                height: 100vh;
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 100vh;
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 100;
                                                                                                                                                                                                                                                                                                                                                                                                                                left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                background: rgba(0, 0, 0, 0.5);
                                                                                                                                                                                                                                                                                                                                                                                                                                position: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .content {
                                                                                                                                                                                                                                                                                                                                                                                                                                z-index: 2;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .btn {
                                                                                                                                                                                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                                padding: 10px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                background: var(--primary-color);
                                                                                                                                                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                border: solid #fff 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 25px;
                                                                                                                                                                                                                                                                                                                                                                                                                                opacity: 0.7;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .btn:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                transform: scale(0.98);
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            #about {
                                                                                                                                                                                                                                                                                                                                                                                                                                padding: 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            #about p {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 1.2rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                max-width: 600px;
                                                                                                                                                                                                                                                                                                                                                                                                                                margin: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            #about h2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 30px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                color: var(--primary-color);
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .social a {
                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                             :is(.campaign,
                                                                                                                                                                                                                                                                                                                                                                                                                            .voultary-positions) {
                                                                                                                                                                                                                                                                                                                                                                                                                                border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            footer {
                                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            footer p {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .subscribe {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 60%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        @media screen and (max-width: 375px) {
                                                                                                                                                                                                                                                                                                                                                                                                                            .media-nav-elements {
                                                                                                                                                                                                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .media-nav-1,
                                                                                                                                                                                                                                                                                                                                                                                                                            .media-nav-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .main-text-box {
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 90%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .donate {
                                                                                                                                                                                                                                                                                                                                                                                                                                top: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 90%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .div5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                transform: translateX(-50%);
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            footer p {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            footer h3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 22px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        @media screen and (max-width: 320px) {
                                                                                                                                                                                                                                                                                                                                                                                                                            nav {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .highlight-numbers {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 94%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            .latest-news {
                                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            footer p {
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 11px;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                        /* Media Queries */