diff --git a/css/clone.css b/css/clone.css index fbec90d..24e41f5 100644 --- a/css/clone.css +++ b/css/clone.css @@ -1,354 +1,330 @@ * { - margin: 0; - padding: 0; - + margin: 0; + padding: 0; +} .nav { - position: sticky; - top: 0; - background-color: black; - height: 20vh; - width: 100%; - margin-bottom: 0; - - z-index: 2000; + position: sticky; + top: 0; + background-color: black; + height: 20vh; + width: 100%; + margin-bottom: 0; + z-index: 2000; } #one::before { - content: ""; - height: 132vh; - width: 100%; - background: linear-gradient( 135deg, rgba(252, 207, 49, 0.5), rgba(245, 85, 85, 0.7) 100%), url("../assests/landing-page.jpg") no-repeat 0% 50%; - position: absolute; - top: 20vh; - background-position: center; - background-size: cover; - z-index: -1; - opacity: 0.8; + content: ""; + height: 132vh; + width: 100%; + background: linear-gradient( + 135deg, + rgba(252, 207, 49, 0.5), + rgba(245, 85, 85, 0.7) 100% + ), + url("../assests/landing-page.jpg") no-repeat 0% 50%; + position: absolute; + top: 20vh; + background-position: center; + background-size: cover; + z-index: -1; + opacity: 0.8; } -#one1 -{ - color: white; - border-left: 6px solid greenyellow; - height: auto; - margin-left: 2%; - font-size: 30px; - padding-top: 2%; -} -nav a:link, -nav a:visited -{ - float: right; - color: white; - font-size: 18px; - padding: 14px 25px; - text-align: center; - text-decoration: none; - display: inline-block; -} -a:hover, a:active -{ - color: greenyellow; -} -.navbtn{ - position: absolute; - top:20px; - right: 10px; -} -.navbtn1{ - position: absolute; - top:20px; - right: 10px; - visibility: hidden ; +#one1 { + color: white; + border-left: 6px solid greenyellow; + height: auto; + margin-left: 2%; + font-size: 30px; + padding-top: 2%; +} +nav a:link, +nav a:visited { + float: right; + color: white; + font-size: 18px; + padding: 14px 25px; + text-align: center; + text-decoration: none; + display: inline-block; +} +a:hover, +a:active { + color: greenyellow; +} +.navbtn { + position: absolute; + top: 20px; + right: 10px; +} +.navbtn1 { + position: absolute; + top: 20px; + right: 10px; + visibility: hidden; } /* navbar responsive */ -@media(max-width:1600px){ - #one2{ - display: block; - } - #one_2{ - display: none; - } - .navbtn{ - display: none; - } -} -@media(max-width:1200px) { - a:link, a:visited { - font-size: 18px; - padding: 4px 15px; - } -} -@media(max-width:850px) { - #one::before { - height: 120vh; - } - a:link, a:visited { - padding: 4px 5px; - } - -} -@media(max-width:950px){ - .nav{ - height: 15vh; - } - #one2{ - display: none; - } - #one::before{ - top:15vh; - } - #one_2{ - display: flex; - flex-direction: column; - width: 100%; - background-color: black; - justify-content: flex-start; - align-items: left; - margin: 0; - visibility: hidden; - } - #one_2 a{ - text-align: left; - padding-left: 5%; - - } - .navbtn{ - display: block; - } - +@media (max-width: 1600px) { + #one2 { + display: block; + } + #one_2 { + display: none; + } + .navbtn { + display: none; + } +} +@media (max-width: 1200px) { + a:link, + a:visited { + font-size: 18px; + padding: 4px 15px; + } +} +@media (max-width: 850px) { + #one::before { + height: 120vh; + } + a:link, + a:visited { + padding: 4px 5px; + } +} +@media (max-width: 950px) { + .nav { + height: 15vh; + } + #one2 { + display: none; + } + #one::before { + top: 15vh; + } + #one_2 { + display: flex; + flex-direction: column; + width: 100%; + background-color: black; + justify-content: flex-start; + align-items: left; + margin: 0; + visibility: hidden; + } + #one_2 a { + text-align: left; + padding-left: 5%; + } + .navbtn { + display: block; + } } -@media(max-width:600px) { - #one::before { - top:15vh; - height: 80vh; - } +@media (max-width: 600px) { + #one::before { + top: 15vh; + height: 80vh; + } } -.mh{ - font-size: 1.1em; +.mh { + font-size: 1.1em; } -#one3 -{ - font-size: 60px; - text-align: center; - color:white; - padding-bottom: 10%; - margin-top: 10%; - +#one3 { + font-size: 60px; + text-align: center; + color: white; + padding-bottom: 10%; + margin-top: 10%; } .mid { - text-align: center; + text-align: center; } .mid img { - width: 60%; - height: auto; - border-radius: 10px; + width: 60%; + height: auto; + border-radius: 10px; } -#one31 -{ - font-size: 30px; - text-align: center; - color:white; - padding-bottom: 3%; - margin-top: 1%; - -} -#one32 -{ - font-size: 30px; - text-align: center; - color:white; - float:none; - border: 3px solid white; - border-radius: 1em; - padding:2%; - background-color: black; - transition: all 0.3s; -} -#one32:hover{ - background-color: rgb(173,255,47); - color: rgb(40, 66, 0); - border: 3px solid rgb(92, 153, 0); +#one31 { + font-size: 30px; + text-align: center; + color: white; + padding-bottom: 3%; + margin-top: 1%; +} +#one32 { + font-size: 30px; + text-align: center; + color: white; + float: none; + border: 3px solid white; + border-radius: 1em; + padding: 2%; + background-color: black; + transition: all 0.3s; +} +#one32:hover { + background-color: rgb(173, 255, 47); + color: rgb(40, 66, 0); + border: 3px solid rgb(92, 153, 0); } #about { - background: linear-gradient(to top left,#CAF1DE, #acddde); + background: linear-gradient(to top left, #caf1de, #acddde); } hr { - display: block; - margin: auto; - width: 50%; + display: block; + margin: auto; + width: 50%; } -dl -{ - background-color: black; - color: white; - padding-bottom: 3%; - margin-top: 0%; - padding-left: 2%; +dl { + background-color: black; + color: white; + padding-bottom: 3%; + margin-top: 0%; + padding-left: 2%; } /* for smooth scrolling */ -dt a -{ - position: relative; - /* left: -1.3rem; */ - color: white !important; - text-decoration: underline !important; - font-size: 30px !important; -} -dt -{ - font-size: 30px; - text-decoration: underline; -} -dd -{ - font-size: 20px; - word-spacing: 2px; -} -.abouta -{ - margin: 10px; - font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; - font-size: 40px; - font-weight: bold; - color: #fff; - margin: 0.8rem 0rem; - padding:0.01%; - text-align: center; -} -.abouttexthead -{ - font-family: 'Baloo Bhaina 2', cursive; - text-align: center; - text-decoration: underline; - padding-top: 1%; - font-size: 30px; - text-decoration: none; +dt a { + position: relative; + /* left: -1.3rem; */ + color: white !important; + text-decoration: underline !important; + font-size: 30px !important; +} +dt { + font-size: 30px; + text-decoration: underline; +} +dd { + font-size: 20px; + word-spacing: 2px; +} +.abouta { + margin: 10px; + font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", + "Lucida Sans", Arial, sans-serif; + font-size: 40px; + font-weight: bold; + color: #fff; + margin: 0.8rem 0rem; + padding: 0.01%; + text-align: center; +} +.abouttexthead { + font-family: "Baloo Bhaina 2", cursive; + text-align: center; + text-decoration: underline; + padding-top: 1%; + font-size: 30px; + text-decoration: none; } -@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap"); -.abouttexttext -{ - font-family: 'Lato', sans-serif; - margin: 10px; - text-align: center; - text-decoration: none; - padding-bottom:1%; - font-size: 20px; -} -#test -{ - background-color: paleturquoise; - padding-top: 1%; -} -.formtext -{ - font-size: 20px; - padding-left: 1%; -} -#testbut -{ - background-color: gray; - font-size: 30px; - padding: 1%; - text-align: center; - margin-left:2%; - border: 2px solid white; - border-radius: 1em; - margin-bottom: 2%; -} -#call -{ - margin: 0%; - padding: 2%; - background: url("../assests/callback.jpg"); - background-size: cover; - color: white; -} -#callbutton -{ - background-color: white; - font-size: 20px; - padding: 0.3%; - text-align: center; - border: 1px solid white; - border-radius: 0.5em; - color: black; -} -.solntext -{ - font-weight: bold; - font-size: 30px; -} -.solntexttext -{ - font-style: italic; - font-size: 20px; -} -#team -{ - background: url("../assests/teamback.jpg"); - background-size: cover; - color: white; - text-align: center; - padding-top: 0.5%; -} -.teamimg -{ - width:50%; -} -#teamtable -{ - padding:3%; - margin:3%; - text-align: center; - font-size: 30px; -} -#contact -{ - background: url("../assests/teamback.jpg"); - background-size: cover; - text-align: center; - padding-top: 0.5%; - padding-bottom: 2%; -} -.contacttext -{ - color: rgb(202, 202, 202); - font-size: 20px; - font-weight: bold; - line-height: 1.8rem; - text-decoration: underline; -} -.contacttexttext -{ - color: white; - font-style: italic; - font-size: 20px; -} -a.follow -{ - text-align: center; - float: none; - color: white; - font-style: italic; - font-size: 20px; +.abouttexttext { + font-family: "Lato", sans-serif; + margin: 10px; + text-align: center; + text-decoration: none; + padding-bottom: 1%; + font-size: 20px; +} +#test { + background-color: paleturquoise; + padding-top: 1%; +} +.formtext { + font-size: 20px; + padding-left: 1%; +} +#testbut { + background-color: gray; + font-size: 30px; + padding: 1%; + text-align: center; + margin-left: 2%; + border: 2px solid white; + border-radius: 1em; + margin-bottom: 2%; +} +#call { + margin: 0%; + padding: 2%; + background: url("../assests/callback.jpg"); + background-size: cover; + color: white; +} +#callbutton { + background-color: white; + font-size: 20px; + padding: 0.3%; + text-align: center; + border: 1px solid white; + border-radius: 0.5em; + color: black; +} +.solntext { + font-weight: bold; + font-size: 30px; +} +.solntexttext { + font-style: italic; + font-size: 20px; +} +#team { + background: url("../assests/teamback.jpg"); + background-size: cover; + color: white; + text-align: center; + padding-top: 0.5%; +} +.teamimg { + width: 50%; +} +#teamtable { + padding: 3%; + margin: 3%; + text-align: center; + font-size: 30px; +} +#contact { + background: url("../assests/teamback.jpg"); + background-size: cover; + text-align: center; + padding-top: 0.5%; + padding-bottom: 2%; +} +.contacttext { + color: rgb(202, 202, 202); + font-size: 20px; + font-weight: bold; + line-height: 1.8rem; + text-decoration: underline; +} +.contacttexttext { + color: white; + font-style: italic; + font-size: 20px; +} +a.follow { + text-align: center; + float: none; + color: white; + font-style: italic; + font-size: 20px; } -.list-of-icons{ - display: flex; - justify-content: center; +.list-of-icons { + display: flex; + justify-content: center; } -.icon{ - height: 50px; - width: 50px; - margin: 0px; - border-radius: 50%; +.icon { + height: 50px; + width: 50px; + margin: 0px; + border-radius: 50%; } .icon:hover { transform: scale(1.3); @@ -359,16 +335,16 @@ a.follow } ::-webkit-scrollbar-track { - box-shadow: inset 0 0 5px grey; + box-shadow: inset 0 0 5px grey; border-radius: 10px; } - + ::-webkit-scrollbar-thumb { - background: #0e0d0d; + background: #0e0d0d; border-radius: 10px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { - background: #bcedefa3; + background: #bcedefa3; } diff --git a/css/feedback_form.css b/css/feedback_form.css new file mode 100644 index 0000000..d30fccb --- /dev/null +++ b/css/feedback_form.css @@ -0,0 +1,180 @@ +@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100); +html { + background: #2f3238; +} + +.feedback-button { + height: 40px; + border: solid 3px #cccccc; + background: #333; + width: 100px; + line-height: 32px; + -webkit-transform: rotate(-90deg); + font-weight: 600; + color: white; + transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); + text-align: center; + font-size: 17px; + position: fixed; + right: -40px; + top: 45%; + font-family: "Roboto", helvetica, arial, sans-serif; + z-index: 999; +} + +#feedback-main { + display: none; + float: left; + padding-top: 0px; +} + +#feedback-div { + background-color: rgba(72, 72, 72, 0.4); + padding-left: 35px; + padding-right: 35px; + padding-top: 35px; + padding-bottom: 50px; + width: 450px; + float: left; + left: 50%; + position: absolute; + margin-top: 30px; + margin-left: -260px; + -moz-border-radius: 7px; + -webkit-border-radius: 7px; +} + +.feedback-input { + color: #3c3c3c; + font-family: "Roboto", helvetica, arial, sans-serif; + font-weight: 500; + font-size: 18px; + border-radius: 0; + line-height: 22px; + background-color: #fbfbfb; + padding: 13px 13px 13px 54px; + margin-bottom: 10px; + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; + border: 3px solid rgba(0, 0, 0, 0); +} + +.feedback-input:focus { + background: #fff; + box-shadow: 0; + border: 3px solid #3498db; + color: #3498db; + outline: none; + padding: 13px 13px 13px 54px; +} + +/* Icons ---------------------------------- */ + +#feedback-name { + background-image: url(http://rexkirby.com/kirbyandson/images/name.svg); + background-size: 30px 30px; + background-position: 11px 8px; + background-repeat: no-repeat; +} + +#feedback-name:focus { + background-image: url(http://rexkirby.com/kirbyandson/images/name.svg); + background-size: 30px 30px; + background-position: 8px 5px; + background-position: 11px 8px; + background-repeat: no-repeat; +} + +#feedback-email { + background-image: url(http://rexkirby.com/kirbyandson/images/email.svg); + background-size: 30px 30px; + background-position: 11px 8px; + background-repeat: no-repeat; +} + +#feedback-email:focus { + background-image: url(http://rexkirby.com/kirbyandson/images/email.svg); + background-size: 30px 30px; + background-position: 11px 8px; + background-repeat: no-repeat; +} + +#feedback-comment { + background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg); + background-size: 30px 30px; + background-position: 11px 8px; + background-repeat: no-repeat; +} + +#feedback-comment { + width: 100%; + height: 150px; + line-height: 150%; + resize: vertical; +} + +input:hover, +#feedback-comment:hover, +input:focus, +#feedback-comment:focus { + background-color: white; +} + +#feedback-button-blue { + font-family: "Roboto", helvetica, arial, sans-serif; + float: left; + width: 100%; + border: #fbfbfb solid 4px; + cursor: pointer; + background-color: #3498db; + color: white; + font-size: 24px; + padding-top: 22px; + padding-bottom: 22px; + -webkit-transition: all 0.3s; + -moz-transition: all 0.3s; + transition: all 0.3s; + margin-top: -4px; + font-weight: 700; +} + +#feedback-button-blue:hover { + background-color: rgba(0, 0, 0, 0); + color: #0493bd; +} + +.feedback-button-blue:hover { + color: #3498db; +} + +.feedback-ease { + width: 0px; + height: 74px; + background-color: #fbfbfb; + -webkit-transition: 0.3s ease; + -moz-transition: 0.3s ease; + -o-transition: 0.3s ease; + -ms-transition: 0.3s ease; + transition: 0.3s ease; +} + +.feedback-submit:hover .feedback-ease { + width: 100%; + background-color: white; +} + +@media only screen and (max-width: 580px) { + #feedback-div { + left: 3%; + margin-right: 3%; + width: 88%; + margin-left: 0; + padding-left: 3%; + padding-right: 3%; + } +} diff --git a/index.html b/index.html index 5f2194f..86db2c2 100644 --- a/index.html +++ b/index.html @@ -720,6 +720,12 @@
CONTACT US