* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.nav {
    background-color: black;
    width: 1519px;
    height: 150px;
    position: sticky;
    top: 0;
    z-index: 99;
}

.navdiv {
    position: fixed;
    left: 50%;
    top: 7%;
}

.aboutus {
    position: relative;
    left: 100px; /*center:654px*/
    font-family: Arial;
    font-size: 30px;
    display: inline-block;
    color: white;
}

.aboutus:hover {
    transform: scale(1.2);
    transition: 0.5s;
}

.product {
    position: relative;
    left: 150px;
    font-size: 30px;
    font-family: arial;
    display: inline-block;
    color: white;
}

.product:hover {
    transform: scale(1.2);
    transition: 0.5s;
}

.contact {
    position: relative;
    left: 200px;
    font-size: 30px;
    font-family: arial;
    display: inline-block;
    color: white;
}

.contact:hover {
    transform: scale(1.2);
    transition: 0.5s;
}

p {
    font-size: 20px;
    text-align: left;
    padding: 0px 150px 0px 150px;
}

h1 {
    /* font-size: 20px; */
    text-align: left;
    font-family: arial;
    padding: 100px 150px 0px 150px;
}

.sq1 {
    position: absolute;
    left: 0%;
    top: 0;
    background-color: #ffffff;
    height: 817px;
    width: 739.6px;
    overflow: hidden;
    z-index: -1;
    display: inline-block;
}

.sq2 {
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #5fbd04;/*#CBDBC5*/
    height: 920px;
    width: 739.6px;
    overflow: hidden;
    z-index: -1;
    display: inline-block;
}

.b1.img {
    height: 100%;
    width: 10%;
    margin-top: 0px;
    margin-left: 150px;
    background-color: white;
    object-fit: cover;
}

.b1 {
    position: absolute;
    top: 200px;
    left: 200px; /*left:150px*/
    height: 638px;
    width: 877px;
    background-color: grey;
    border: 15px solid white;
    z-index: 1;
    animation: b1 1s;
    animation-fill-mode: forwards;
}

@keyframes b1 {
    0%{opacity: 0;}
    100%{opacity: 1; transform: translateX(-150px);}
}

.b2 {
    position: absolute;
    top: 300px;
    left: 1100px; /*left:850px*/
    height: 455px;
    width: 350px;
    background-color: #ff7373;/*#E8E6E6*/
    border: 15px solid white;
    z-index: 2;
    overflow: hidden;
    animation: b2 1.5s;
    animation-fill-mode: forwards;
    display: inline-block;
}

@keyframes b2 {
    0%{opacity: 0;}
    25%{opacity: 0;}
    50%{opacity: 0;}
    100%{opacity: 1; transform: translateX(-200px);}
}

.at {
    padding: 0;
    height: 500px;
    font-size: 80px;
    text-align: left;
    position: relative;
    left: 25px;
    top: 30px;
    font-family: DIN Neuzeit Grotesk LT W01 BdCn;
    width: 378px;
    white-space: nowrap;
    overflow: hidden;
    border-right: 5px solid transparent;
    animation: typing 4s;
}

@keyframes typing {
    from {width: 0;}
}

.w {
    color: white;
}

@font-face {
    font-family: "DIN Neuzeit Grotesk LT W01 BdCn";
    src: url(FONT/DIN\ Neuzeit\ Grotesk\ LT\ W01\ BdCn.ttf);
}
/* 
@font-face {
    font-family: "DIN Neuzeit Grotesk LT W01 BdCn";
    src: url("https://db.onlinewebfonts.com/t/bb2e1211dfd31103079dbce7c49e1d4e.eot");
    src: url("https://db.onlinewebfonts.com/t/bb2e1211dfd31103079dbce7c49e1d4e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/bb2e1211dfd31103079dbce7c49e1d4e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/bb2e1211dfd31103079dbce7c49e1d4e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/bb2e1211dfd31103079dbce7c49e1d4e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/bb2e1211dfd31103079dbce7c49e1d4e.svg#DIN Neuzeit Grotesk LT W01 BdCn")format("svg");
} */

.ghora {
    border: 3px solid black;
    border-radius: 50%;
}

.gne {
    z-index: 100;
    color: white;
    position: absolute;
    padding: 0;
    font-size: 34px;
    font-family: title;
    bottom: 47px;
    left: 165px;
    opacity: 0;
    animation-fill-mode: none;
    animation-delay: 13s;
    animation: gne 4s 6s linear infinite;
    /* animation: gneu 4s 8s linear forwards; */
}

@keyframes gnes {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes gne {
    0% {opacity: 1;}
    1% {opacity: 1;}
    2% {opacity: 1;}
    25% {opacity: 1;}
    26% {opacity: 1;}
    27% {opacity: 1;}
    28% {opacity: 1;}
    29% {opacity: 1;}
    30% {opacity: 1;}
    50% {opacity: 1;}
    100% {opacity: 1;}
}

@keyframes gnh {
    0% {opacity: 0.5;}
    1% {opacity: 1;}
    25% {opacity: 1.25;}
    50% {opacity: 1.5;}
    100% {opacity: 0;}
}

@keyframes gnu {
    0% {opacity: 0.5;}
    1% {opacity: 1;}
    25% {opacity: 1.25;}
    50% {opacity: 1.5;}
    100% {opacity: 0;}
}

.gnu {
    z-index: 100;
    color: white;
    position: absolute;
    padding: 0;
    font-size: 49px;
    font-family: title;
    bottom: 47px;
    left: 165px;
    opacity: 0;
    animation: gnu 4s 3s;
}

.gnh {
    z-index: 100;
    color: white;
    position: absolute;
    padding: 0;
    font-size: 38px;
    font-family: title;
    bottom: 47px;
    left: 165px;
    opacity: 0;
    animation-delay: 10s;
    animation: gnh 4s 0s;
}

.gnb {
    z-index: 100;
    color: white;
    position: absolute;
    padding: 0;
    font-size: 24px;
    font-family: title;
    bottom: 15px;
    left: 165px;
    text-align: center;
    width: 523px;
    opacity: 0;
    animation: gne 4s 6s linear infinite;
}

.gnbu {
    z-index: 100;
    color: white;
    position: absolute;
    padding: 0;
    font-size: 24px;
    font-family: title;
    bottom: 15px;
    left: 165px;
    text-align: center;
    width: 523px;
    opacity: 0;
    animation: gnu 4s 3s;
}

.gnbh {
    z-index: 100;
    color: white;
    position: absolute;
    padding: 0;
    font-size: 24px;
    font-family: title;
    bottom: 10px;
    left: 165px;
    text-align: center;
    width: 523px;
    opacity: 0;
    animation: gnh 4s 0s;
}

.gnt {
    z-index: 100;
    color: white;
    position: absolute;
    padding: 0;
    font-size: 25px;
    font-family: title;
    bottom: 95px;
    left: 165px;
    opacity: 0;
    animation: gne 4s 6s linear infinite;
}

.gntu {
    z-index: 100;
    color: white;
    position: absolute;
    padding: 0;
    font-size: 25px;
    font-family: title;
    bottom: 110px;
    right: 845px;
    opacity: 0;
    animation: gnu 4s 3s;
}

.gnth {
    z-index: 100;
    color: white;
    position: absolute;
    padding: 0;
    font-size: 25px;
    font-family: title;
    bottom: 100px;
    left: 165px;
    opacity: 0;
    animation: gnh 4s 0s;
}

@font-face {
    font-family: title;
    src: url(FONT/bahnschrift.ttf);
}

.contactus {
    width: 1080px;
    height: 745px;
    background-color: #202050;
    padding: 0;
    margin: 35px 0 0 0;
    position: relative;
    left: 16%;/*18% default*/
}

.cn {
    color: white;
    font-size: 50px;
    font-family: DIN Neuzeit Grotesk LT W01 BdCn;
    position: relative;
    right: 100px;
    top: 50px;
}

.ln {
    position: relative;
    top: 10px;
    color: white;
    font-size: 16px;
    font-family: sans-serif;
}

.sn {
    position: relative;
    top: 10px;
    color: black;
    font-size: 16px;
    font-family: sans-serif;
}

.ch {
    position: relative;
    left: 107px;
    top: 15px;
    color: white;
    font-size: 22px;
    font-family: arial;
}

.name {
    background-color: #ffffff;
    border: white solid 2px;
    color: black;
    font-size: 16px;
    border-radius: 0;
    width: 325px;
    height: 32px;
    padding-left: 5px;
}

.msgb {
    background-color: #ffffff;
    border: white solid 2px;
    color: black;
    border-radius: 0;
    width: 325px;
    height: 100px;
    padding-left: 5px;
    font-size: 16px;
    font-family: arial;
    outline: none;
    resize: none;
}

.namep {
    background-color: #ffffff;
    border: white solid 2px;
    color: black;
    font-size: 16px;
    border-radius: 0;
    width: 334px;
    height: 35px;
    padding-left: 5px;
}

.nam {
    margin-left: 100px;
    position: relative;
    top: 70px;
    right: 50px;
}

.num {
    margin-left: 100px;
    position: relative;
    top: 80px;
    right: 50px;
}

.mail {
    margin-left: 100px;
    position: relative;
    top: 90px;
    right: 50px;
}

.prod {
    margin-left: 100px;
    position: relative;
    top: 100px;
    right: 50px;
}

.msg {
    margin-left: 100px;
    position: relative;
    top: 110px;
    right: 50px;
}

.name ,select {
    outline: none;
}

.submit {
    background-color: #ffffff;
    color: black;
    border-width: 3px;
    width: 100px;
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 135px;
    left: 50px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.clip {
    position: relative;
    bottom: 120px;
    right: 200px;
    /* opacity: 0; */
}

iframe {
    height:450px;
    width: 530px;
    position: absolute;
    left: 470px;
    bottom: 100px;
}

/*Hover card */

.p {
    height: 0px;
    width: 1000px;
    /* background-color: rgba(96, 96, 255, 0.497); */
    position: relative;
    /* left: 268px; */
    bottom: 550px;
}

.b{
    position: relative;
    bottom: 250px;
    width: 300px;
    height: 600px;
    background-color: black;
    opacity: 0;
    z-index: 2;
}

.container {
  display: inline-block;
  position: relative;
  top: 25px;
  left: 45px;
  overflow: hidden;
  max-width: 350px;
  height: 350px;
  z-index: 3;
  background-color: #ffffff; /*rgba(96, 96, 255, 0.497);*/
  transition: .5s ease all;
  border-radius: 10px;
  border: black solid 2px;
  box-shadow: 10px 10px 15px grey ;
}

.container::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  opacity: 0;
  transition: .5s ease all;
}

.i {transition: .5s ease all;
    width: 70%;
    object-fit:cover;
    position: relative;
    left: 15%;
    top: 15%;
    z-index: 4;
    /* opacity: 0.5; */
}

.container:hover img {/*MAIN*/
  transform: scale(1.1);
}

.containerimg:hover .c1t {/*MAIN*/
 animation: shutter 2s;
}

@keyframes shutter {
    0%{top: 50px; opacity: 1;}
    100%{top: 250px;opacity: 1;}
}

.c1 {
    position: relative;
    left: 150px;
}

.c2 {
    position: relative;
    /* left: 90px; */
    left: 250px;
}

.c3 {
    position: absolute;
    left: 1050px;
    width: 350px;
    /* top: 620px; */
    /* bottom: 100px; */
}

.c1t {
    background-color: #c1deff;/*rgba(193, 222, 255, 0.849*/
    position: absolute;
    left: 150px;
    top: 0px;
    opacity: 0;
    z-index: 1;
}

.c2t {
    background-color: #c1deff;
    position: absolute;
    left: 607px;
    top: 25px;
    opacity: 0;
    z-index: 1;
}

.c3t {
    background-color: #c1deff;
    position: absolute;
    left: 1050px;
    top: 25px;
    opacity: 1;
    z-index: 1;
}

/*Hover card End*/

.ct {
    position: relative;
    right: 100px;
}

.bgop {
    background-image: linear-gradient(to right, blue , white);
    height: 600px;
}

.bgop2 {
    background-image: linear-gradient(to left, blue , white);
    /* height: 600px; */
    /* background-color: rgb(28, 44, 113); */
    position: relative;
    top: 600px;
}

.oph {
    padding: 0;
    padding-left: 150px;
}

.imgmarquee {
    position: relative;
    left: 50px;
    width: 1419px;
    height: 200px;
    /* display: flex; */
    justify-content: center;
}

.rm {
    font-family: arial;
    font-size: 24px;
    position: absolute;
    left: 350px;
    top: 400px;
    z-index: 2;
}

.rm:hover + .container.c1t{
    animation: shutter 2s forwards;
    /* background-color: aqua; */
    /* opacity: 1; */
}

.rm:hover {
    opacity: 0;
    transition: 0.5s;
}

.slt {
    font-family: arial;
    font-size: 24px;
    position: relative;
    right: 130px;
    width: 300px;
    height: 300px;
    top: 15px;
}


.rm2 {
    font-family: arial;
    font-size: 24px;
    position: absolute;
    left: 810px;
    top: 400px;
    z-index: 2;
}

.rm2:hover + .container.c2t{
    animation: shutter 2s forwards;
    /* background-color: aqua; */
    /* opacity: 1; */
}

.rm2:hover {
    opacity: 0;
    transition: 0.5s;
}

.slt2 {
    font-family: arial;
    font-size: 24px;
    position: relative;
    right: 130px;
    width: 300px;
    height: 300px;
    top: 15px;
}


.rm3 {
    font-family: arial;
    font-size: 24px;
    position: absolute;
    width: 200px;
    left: 1250px;
    top: 400px;
    z-index: 2;
}

.rm3:hover + .container.c3t{
    animation: shutter 2s forwards;
    /* background-color: aqua; */
    /* opacity: 1; */
}

.rm3:hover {
    opacity: 0;
    transition: 0.5s;
}

.slt3 {
    font-family: arial;
    font-size: 24px;
    position: relative;
    right: 130px;
    width: 300px;
    height: 300px;
    top: 15px;
}

@font-face {
    font-family: K11;
    src: url(FONT/K11.TTF);
}
.about {
    font-size: 24px;
    font-family: arial;
    line-height: 160%;
}

.leaf {
    position: relative;
    left: 700px;
    top: 50px;
}

.l1 {
    position: absolute;
    left: 580px;
    top: 1520px;
}


.l1m {
    position: absolute;
    left: 800px;
    top: 1520px;
    transform: scaleX(-1);
}

.leaf2 {
    position: relative;
    left: 700px;
    bottom: 20px;
}

.l2 {
    position: absolute;
    left: 580px;
    top: 2480;
}

.l2m {
    position: absolute;
    left: 800px;
    top: 2480;
    transform: scaleX(-1);
}

.bank1{
    height: 452px;
    width: 540px;
    background-color: #021e31;
    position: relative;
    left: 16%;
}

.bank2 {
    height: 450px;
    width: 540px;
    /* background-color: #001320; */
    position: absolute;
    left: 782px;
    top: 2651px;
    border: solid black 2px;
}

.bankd {
    font-size: 24;
    font-family: Arial;
    color: white;
    position: relative;
    left: 20px;
    top: 20px;
    width: 500px;
    padding: 0;
    line-height: 45px;
}

.bankd2 {
    font-size: 24;
    font-family: Arial;
    color: rgb(0, 0, 0);
    position: relative;
    left: 100px;
    top: 20px;
    width: 500px;
    padding: 0;
    line-height: 30px;
}

.crop {
    position: relative;
    left: 100px;
    top: 37px;
}

.obd {
    position: relative;
    left: 240px;
    top: 24px;
    width: 500px;
    padding: 0;
}

.cc {
    width: 1519px;
    height: 75px;
    background-color: black;
    color: white;
    font-size: 24px;
    font-family: arial;
    text-align: center;
}

span {
    position: relative;
    top: 20px;
}

.bvin {
    position: relative;
    left: 1300px;
    font-family: arial;
    top: 10px;
    font-size:16px;
    width: 100px;
}

@media only screen and (max-width: 720px/*Samsung A03*/) {
.navdiv {
    position: absolute;
    top: 50px;
}
.about {
    width: 1150px;
}

.bank2 {
    position: absolute;
    top: 2677px;
    left: 600px;
}

.obd {
    position: relative;
    left: 70px;
}

.l1 {
    position: absolute;
    top: 1550px;
}

.l1m {
    position: absolute;
    top: 1550px;
}

h1 {
    width: 200px;
}

.sq2 {
    position: absolute;
    left: 600px;
}

.leaf {
    position: relative;
    top: 60px;
}
}