@font-face {
    font-family: 'Roboto';
    src: url('/fonts//Roboto-Light.woff2') format('woff2'),
        url('/fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Black.woff2') format('woff2'),
        url('/fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.woff2') format('woff2'),
        url('/fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Medium.woff2') format('woff2'),
        url('/fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.woff2') format('woff2'),
        url('/fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Thin.woff2') format('woff2'),
        url('/fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


body {
    margin: 0;
    padding: 0;
    font-family: Roboto;
    background-color: #F1F3FF;
}

:focus:not([tabindex^='-']) {
    outline: none;
}

/*============================================================
    Reset css start
===============================================================*/
html,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    font-family: Roboto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

a,
a:hover {
    text-decoration: none;
    transition: all .2s ease-in-out;
}

img {
    /*max-height: 100%;*/
    max-width: 100%;
}

/*============================================================
    Reset css end
===============================================================*/

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Roboto';
}

/*============================================================
   Header CSS Section Start Here
===============================================================*/
.headerSec {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}

.cstmNavBar {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.cstmNavBar a.navbar-brand {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

.downloadBTN {
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    color: #BA21FB;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 50px;
}

.stickyHeader {
    background: #5e3cb5;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.stickyHeader .cstmNavBar {
    border: none;
}


.cstmNavBar ul.navbar-nav li > a::after {
    content: '';
    height: 3px;
    display: block;
    margin: auto;
    background: linear-gradient(to right top, #ff00b8, #f300b0, #e800a7, #dc009f, #d10097);
    position: absolute;
    bottom: 0px;
    left: 100%;
    right: 100%;
    transition: all 0.3s ease-in-out;
}

.cstmNavBar ul.navbar-nav li:hover > a::after {
    left: 5px;
    right: 5px;
}

.cstmNavBar ul.navbar-nav li a:hover, .cstmNavBar ul.navbar-nav li a.activeNav {
    color: #fff;
}

/*Active Inactive Navbar Css Here*/
.cstmNavBar ul.navbar-nav li a.activeNav::after {
    left: 5px;
    right: 5px;
}
/*============================================================
   Header CSS Section Start End
===============================================================*/


/*============================================================
   Home Banner CSS Section Start Here
===============================================================*/
.homeBanner_Sec {
    height: 97vh;
    position: relative;
}

.homeBanner_Sec::before {
    content: '';
    background-image: linear-gradient(to top, rgb(1 1 1 / 90%), rgb(21 23 48 / 90%), rgb(37 37 91 / 90%), rgb(61 50 136 / 90%), rgb(94 60 181 / 90%));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.homeBanner_Sec:after {
    content: '';
    background: url(../images/wave-line-bw-long.svg) no-repeat;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 29px;
    z-index: 5;
}

.homeBanner_Sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cstmNavBar ul.navbar-nav li a {
    font-size: 16px;
    font-weight: 400;
    color: rgb(255 255 255 / 90%);
    padding: 25px 15px;
    position: relative;
}

.homeBanner_Sec .bannerContentBox {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}

.homeBanner_Sec .bannerContentBox h1 {
    color: #fff;
    font-size: 34px;
    line-height: 45px;
}

.homeBanner_Sec .bannerContentBox p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    max-width: 45%;
    margin: 30px 0px 35px;
}

.bannerBTN_Box .downloadBTN {
    padding: 10px 20px;
}

.homeBanner_Sec .app_ImgBox {
    position: absolute;
    width: 750px;
    height: 700px;
    top: initial;
    bottom: -22%;
    right: 0;
    z-index: 6;
}
/*============================================================
   Home Banner CSS Section End Here
===============================================================*/


/*============================================================
   App User Info CSS Section Start Here
===============================================================*/
.app_InformationSec {
    padding: 140px 0px 70px;
}

.app_InformationSec .appInfo_CardWrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.appInfo_CardWrapper .appInfo_IconBox i {
    font-size: 36px;
    /* background: linear-gradient(to top, #5e3cb5, #5e3cb5, #5e3cb5, #3d3288, #5e3cb5); */
    background: linear-gradient(to right top, #ff00b8, #f300b0, #e800a7, #dc009f, #d10097);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 2px #18184b42;
}

.appInfo_CardWrapper .appInfo_ContentBox h2 {
    font-size: 26px;
    font-weight: 600;
    /* background: linear-gradient(to top, #5e3cb5, #5e3cb5, #5e3cb5, #3d3288, #5e3cb5); */
    /* background: linear-gradient(to right top, #ff00b8, #f300b0, #e800a7, #dc009f, #d10097);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #000;
}

.appInfo_CardWrapper .appInfo_ContentBox span {
    font-size: 18px;
    font-weight: 500;
    color: #454545;
}


.heading_Sec h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-align: center;
    background: linear-gradient(to top, #5e3cb5, #5e3cb5, #5e3cb5, #3d3288, #5e3cb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 20px;
}

.heading_Sec h2::after {
    content: '';
    width: 100px;
    height: 5px;
    border-radius: 50px;
    background: linear-gradient(to top, #5e3cb5, #5e3cb5, #5e3cb5, #3d3288, #5e3cb5);
    display: block;
    margin: 15px auto 0px;
}

.heading_Sec p {
    font-size: 15px;
    font-weight: 400;
    color: #555353;
    text-align: center;
    line-height: 28px;
    padding-inline: 5%;
}
/*============================================================
   App User Info CSS Section Start End
===============================================================*/


/*============================================================
   How Does It Work App CSS Section Start Here
===============================================================*/
.about_AppImgBox {
    position: relative;
}

/* .about_AppImgBox .appBg_Img {
    position: absolute;
    left: 50%;
    max-width: fit-content;
    transform: translateX(-50%);
} */

.about_AppImgBox .appImg {
    width: 260px;
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, 20%); */
    transform: translate(-50%, -50%);
}

.appWork_Box {
    position: relative;
    z-index: 1;
}

.appWork_Box ul li {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-bottom: 70px;
    position: relative;
}

.appWork_Box ul li::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 10px;
    left: 29px;
    bottom: 0;
    background: linear-gradient(to top, #5e3cb5, #5e3cb5, #5e3cb5, #3d3288, #5e3cb5);
    z-index: -1;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.appWork_Box ul li:last-child::after {
    content: '';
    display: none;
}

.appWork_Box ul li:last-child {
    margin: 0px;
}

.appWork_Box ul li .appWork_IconBox {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: linear-gradient(to top, #5e3cb5, #5e3cb5, #5e3cb5, #3d3288, #5e3cb5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.appWork_Box ul li .appWork_IconBox i {
    font-size: 28px;
    color: #fff;
}

.appWork_Box ul li .contentBox h2 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.appWork_Box ul li .contentBox p {
    font-size: 16px;
    font-weight: 400;
    color: #555353;
}

.gradientBTN_Box a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 30px;
    border-radius: 50px;
    position: relative;
}

.gradientBTN_Box a i {
    font-size: 36px;
}

.gradientBTN_Box a .btnInnerText .avail {
    display: block;
    font-size: 14px;
    line-height: normal;
}

.gradientBTN_Box a .btnInnerText .storeName {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
}

.gradientBTN_Box .gradientFillBTN {
    background: linear-gradient(to top, #5e3cb5, #5e3cb5, #5e3cb5, #3d3288, #5e3cb5);
}

.gradientBTN_Box .gradientFillBTN i, .gradientBTN_Box .gradientFillBTN .btnInnerText .avail, .gradientBTN_Box .gradientFillBTN .btnInnerText .storeName {
    color: #fff;
}

.gradientBTN_Box .outLineBTN::before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 50px;
}

.gradientBTN_Box .outLineBTN .btnInnerText {
    position: relative;
    z-index: 1;
}

.gradientBTN_Box .outLineBTN i, .gradientBTN_Box .outLineBTN .btnInnerText .avail, .gradientBTN_Box .outLineBTN .btnInnerText .storeName {
    background: linear-gradient(to top, #5e3cb5, #5e3cb5, #5e3cb5, #3d3288, #5e3cb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}

.gradientBTN_Box .outLineBTN:hover::before {
    background: linear-gradient(to top, #5e3cb5, #5e3cb5, #5e3cb5, #3d3288, #5e3cb5);
}

.gradientBTN_Box .outLineBTN:hover i, .gradientBTN_Box .outLineBTN:hover .btnInnerText .avail, .gradientBTN_Box .outLineBTN:hover .btnInnerText .storeName {
    color: #fff;
    background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}
/*============================================================
   How Does It Work App CSS Section Start End
===============================================================*/


/*============================================================
   App Screen Shot CSS Section Start Here
===============================================================*/
.appScreen_ShotSec ul li {
    position: relative;
}

/* .appScreen_ShotSec ul li .uk-panel {
    position: relative;
}

.appScreen_ShotSec ul li .uk-panel::before {
    content: '';
    background: url(../images/Phone_Frame.png) no-repeat;
    background-size: cover;
    background-position: -28px -23px;
    width: 270px;
    height: 518px;
    display: block;
    position: absolute;
}

.appScreen_ShotSec ul li .uk-panel img {
    width: 270px;
    height: 458px;
    object-position: 0px 7px;
    border-radius: 39px;
} */

.appScreen_ShotSec {
    background-color: #fbfbfb;
    padding: 70px 0px;
}

.appScreen_ShotSec .uk-dotnav> li a {
    background: linear-gradient(to top, #5e3cb5, #5e3cb5, #5e3cb5, #3d3288, #5e3cb5);
    opacity: 0.7;
}

.appScreen_ShotSec .uk-dotnav>.uk-active>* {
    background: linear-gradient(to top, #5e3cb5, #5e3cb5, #5e3cb5, #3d3288, #5e3cb5);
    width: 25px;
    border-radius: 50px;
    opacity: 1;
}
/*============================================================
   App Screen Shot CSS Section End Here
===============================================================*/


/*============================================================
   Split Screen CSS Section Start Here
===============================================================*/
.splitScreen_Sec {
    background: url(../images/header-sape.png) no-repeat;
    background-size: contain;
    background-position: left;
    padding: 70px 0px;
}

.leftAlgnHeading h2 {
    text-align: start;
}

.leftAlgnHeading h2:after {
    content: '';
    margin: 15px 0px 0px;
}

.leftAlgnHeading p {
    padding: 0;
    text-align: start;
}

.normalGradientBTN {
    background: linear-gradient(to top, #5e3cb5, #5e3cb5, #5e3cb5, #3d3288, #5e3cb5);
    padding: 10px 30px;
    border-radius: 50px;
    position: relative;
    color: #fff;
}

.normalGradientBTN:hover {
    background: linear-gradient(to top, #5435a2, #5435a2, #5435a2, #5435a2, #5435a2);
    color: #fff;
}
/*============================================================
   Split Screen CSS Section End Here
===============================================================*/


/*============================================================
   Footer CSS Section Start Here
===============================================================*/
.footerSec {
    background: url(../images/Footer_BG.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0px 0px;
}

.footerCard_Wrapper > a {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.footerCard_Wrapper p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin-top: 15px;
    padding-right: 20%;
}

.footerCard_Wrapper .leftAlgnHeading h2 {
    color: #fff;
    background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: unset;
    font-size: 22px;
    margin-bottom: 10px;
}

.footerCard_Wrapper .leftAlgnHeading h2::after {
    background: #fff;
}

.footerCard_Wrapper .footerNav li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 7px 0px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    opacity: 0.8;
}

.footerCard_Wrapper .footerNav li a i {
    font-size: 12px;
}

.footerCard_Wrapper .footerNav li a:hover {
    opacity: 1;
}

.appStore_Box a {
    max-width: 200px;
    display: block;
}

.bottomFooter_Box {
    border-top: 1px solid rgb(255 255 255 / 15%);
    margin-top: 50px;
}

.bottomFooter_Box span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: block;
    padding: 15px 0px;
}

.bottomFooter_Box span a {
    color: #fff;
    text-decoration: underline;
}

/*============================================================
   Footer CSS Section End Here
===============================================================*/



.innerBanner_Sec {
    background: url(../images/innerBanner.jpg) no-repeat;
    height: 450px;
    padding-top: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.innerBanner_contentBox h2 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}

.listingOfPoint_pirvacy {
    padding-left: 25px;
    margin-bottom: 25px;
}

.listingOfPoint_pirvacy li::marker {
    color: #5e3cb5;
}

.listingOfPoint_pirvacy li {
    font-size: 15px;
    font-weight: 400;
    color: #555353;
    list-style: disc;
    margin-bottom: 15px;
}

.listingOfPoint_pirvacy li:last-child {
    margin-bottom: 0px;
}

.policyContentBox p {
    font-size: 15px;
    font-weight: 400;
    color: #555353;
    text-align: center;
    line-height: 28px;
    text-align: start;
}

.overlay {
    background-image: linear-gradient(to right, rgba(90, 100, 232, 0.9), rgba(84, 96, 234, 0.9));
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    padding: 110px 0;
}
.section-bg {
    background-size: cover;
    position: relative;
    background-position: left;
    z-index: 0;
    padding: 0;
    min-height: auto;
    overflow: hidden;
}
.contact-form {
    position: relative;
    padding: 45px 0 45px 60px;
}

.particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.contact-form input {
    border: 0;
    background: transparent;

    display: block;
    width: 100%;
    min-height: 50px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;

    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 2px solid transparent;
    border-bottom-color: rgba(0,0,0,.1);
}

.contact-form textarea {
    border: 0;
    background: transparent;
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;

    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 2px solid transparent;
    border-bottom-color: rgba(0,0,0,.1);
}
.contact-form input::placeholder {
  color:#222;
}
.contact-form textarea::placeholder {
  color:#222;

}
.contact-form input {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    height: 55px;
}
.contact-form input:hover, .contact-form input:focus{
    outline: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid transparent;
    border-bottom-color: rgb(254, 132, 111);

}
.contact-form textarea:hover, .contact-form textarea:focus{
  background: transparent; 
    outline: none;
  box-shadow: none;
     border: 2px solid transparent;
    border-bottom-color: rgb(254, 132, 111);

}


.taso-btn {
    background-color: #fff;
    margin: 25px 0;
    color: #214dcb;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.32);
    box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.17);
}
.contact-info {
    padding: 0 30px 0px 0;
}

h2.contact-title {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.contact-info p {
    color: #ececec;
}

ul.contact-info {
    margin-top: 30px;
}

ul.contact-info li {
    margin-bottom: 22px;
}



ul.contact-info span {
    font-size: 20px;
    line-height: 26px;
}
ul.contact-info li {
    display: flex;
    width: 100%;
}

.info-left {
    width: 10%;
}

.info-left i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #ffffff;
}

.info-right h4 {
    color: #fff;
    font-size: 18px;
}
.contact-page .info-left i{
color: #FE846F;
}
.btn {
display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Poppins', sans-serif;
    padding: 10px 30px 10px;
    font-size: 17px;
    line-height: 28px;
    border: 0px;
    border-radius: 10px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn-big {
    color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(45, 45, 45, 0.47843137254901963);
    box-shadow: 2px 5px 10px 0px rgba(45, 45, 45, 0.19);
    color: #fff !important;
    margin-right: 20px;
    background: #FE846F;
    transition: .2s;
    border: 2px solid #FE846F;
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
.contact-form {
    padding: 30px;
}

}

html{
    background: Slateblue;
    box-sizing:border-box;
}
*{
  box-sizing:inherit;
}
body{
  background: white;
  
  font-family: Calibri, Arial, sans-serif;
  
}
h1, p{
  text-align: center;
}
label{
  display:block;
  margin:1em 0 .2em;
}
/* single-line text, checkbox, and button */
input, select, textarea{
  display:block;
  width:100%;
  padding:.3em;
  font-size:20px;
  background-color:#fbfbfb;
  border:solid 1px #CCC;
  resize:vertical;
}
textarea{
  min-height:180px;
}
select{
  color:indigo;
}
option{
  color:blue;
  background: lavenderBlush;
}
input[type=checkbox]{
  display:inline;
  width:auto;
  color:red;
}

input[type=submit]{
  background:lightcoral;
  margin:1em 0 0;
  color:white;
  border:none;
  border-radius:8px;
  transition:all .3s ease-out;
}

input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover{
  background: lavenderBlush;
}

/* hover and focus states */
input[type=submit]:hover,
input[type=submit]:focus{
  background: lightgreen;
  outline:none;
}

@media screen and (min-width:600px) {
  /*  make the form 2 columns */
  form:after{
    content:'';
    display:block;
    clear:both;
  }
  .column{
    width:50%;
    padding:1em;
    float:left;
  }
}








