@import url("https://fonts.googleapis.com/css?family=Mukta:700");
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

#container1 button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
#container1 button.learn-more {
  width: 12rem;
  height: auto;
}
#container1 button.learn-more .circle1 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}
#container1 button.learn-more .circle1 .icon1 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
#container1 button.learn-more .circle1 .icon1.arrow1 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
#container1 button.learn-more .circle1 .icon1.arrow1::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
#container1 button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
#container1 button:hover .circle1 {
  width: 100%;
}
#container1 button:hover .circle1 .icon1.arrow1 {
  background: #fff;
  transform: translate(1rem, 0);
}
#container1 button:hover .button-text {
  color: #fff;
}

@supports (display: grid) {
  #container1 {
    grid-area: main;
    align-self: center;
    justify-self: center;
  }
}
#pdf-card {
  padding: 20px 0px;
}

.left {
  /* border: 2px solid white; */
  /* margin-top: 100px;
  padding: 30px; */
  box-sizing: border-box;
}
.left .logo-hw-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
.left .logo-hw-container .logo-h, .left .logo-hw-container .logo-w {
  height: 50px;
  background-color: rgb(160, 204, 255);
  border: none;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 15px;
  border-radius: 10px;
}

.right-inner {
  /* margin-top: 1rem; */
}

.left .inp1 {
  /* height: 50px; */
  border: 1px solid black !important;
  width: 49%;
  margin-top: 12px;
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 5px;
  padding: 5px 10px;
  
}

.inp1:focus {
  outline: 1px solid rgb(29, 29, 29) !important;
}

label {
  display: block;
  width: 70%;
  background-color: rgb(90, 129, 255);
  padding: 10px;
}

.a {
  display: none;
}

.result {
  width: 336px !important;
  height: 192px !important;
}

.img-pdf-btns {
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  font-weight: 500;
  margin-top: 25px;
}
.img-pdf-btns #btn-print {
  background-color: rgb(252, 118, 118);
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  width: 200px;
}
#btn-print{
  border: 2px solid green;
  background-color: green;
  color: #ffffff;
  margin: 2rem;
  padding: 7px 20px;
  border-radius: 10px;
  letter-spacing: 1px;

}
#btn-print:hover{
  background-color: rgb(27, 189, 27);
}
.img-pdf-btns .a {
  text-decoration: none;
  background-color: rgb(79, 156, 49);
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  width: 200px;
  text-align: center;
}
.img-pdf-btns #btn-print:hover {
  background-color: #ffffff;
  color: rgb(252, 118, 118);
  border: 2px dashed rgb(252, 118, 118);
}
.img-pdf-btns .a:hover {
  color: rgb(79, 156, 49);
  background-color: #ffffff;
  border: 2px dashed rgb(79, 156, 49);
}

.right {
  border: 2px solid black;
  outline: none;
  width: 100%;
  padding: 10px 16px;
  /* margin-top: 50px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background: linear-gradient(0.25turn, #3f87a6, #ebf8e1, #f69d3c); */
  background: #ffffff;
  box-sizing: border-box;

}
.right .main-logo-container {
  margin: auto;
  background-size: cover;
  overflow: hidden;
}
.right .main-logo-container img {
  height: 100px;
  width: 100px;
}
.right .right-inner .city-group p i {
  color: #0d0e11;
}

.back-side {
  /* background: linear-gradient(0.25turn, #3f87a6, #ebf8e1, #f69d3c); */
  background: #ffffff;
  border: 2px solid black;
  margin-top: 3rem;
  padding: 10px 16px;
  position: relative;
  width: 100%;
 
}
.back-side .owner-name {
  font-size: 20px;
}
.back-side .owner-discription {
  font-size: 13px;
  margin-top: -1px;
}
.back-side .billing-software-container {
  line-height: 17px;
}
.back-side .info-container {
  line-height: 24px;
}
.back-side .indiamart-img-box {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 2px solid rgb(0, 0, 0);
  right: 20px;
  top: 30px;
  text-align: center;
  padding: 10px;
}
.back-side .indiamart-img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
}
.back-side .tata-img-box {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 2px solid rgb(0, 0, 0);
  right: 76px;
  bottom: 45px;
}
.tata-img-box img{
  height: 100%;
  width: 100%;
}
.back-side .icon-container i {
  font-size: 20px;
  margin-left: 5px;
}/*# sourceMappingURL=main.css.map */
.back-side .icon-container {
  position: absolute;
  bottom: 11px;
  right: 30px;
  text-align: end;
}
body {
  background-color: #f1f3f4 !important;
}

#card-logo{
  height: 100px;
  width: 250px;
}

#owner-name{
  font-size: 25px;
}