@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap");
@font-face {
  font-family: 'primaryfont';
  src: url("../fonts/static/PlayfairDisplay-ExtraBold.ttf");
}

@font-face {
  font-family: 'secfont';
  src: url("../fonts/PTSans-Regular.ttf");
}

@font-face {
  font-family: 'secfont-bold';
  src: url("../fonts/PTSans-Bold.ttf");
}

body {
  font-family: 'secfont-bold';
  background-image: url("../images/back1.png");
  background-size: cover;
}

.nobold {
  font-family: 'secfont';
}

.centerrow {
  width: 38%;
  margin: 0 auto;
}

@media (max-width: 570px) {
  .centerrow {
    width: 90% !important;
  }
  .widthing1 {
    float: none !important;
  }
}

@media (max-width: 1024px) {
  .centerrow {
    width: 75%;
  }
}

@media (min-width: 1025px) and (max-width: 1269px){
.col-ll-3{
    max-width: 22.5%;
}
}

@media (min-width: 575px) and (max-width: 642px){
.col-mm-3{
    max-width: 22.5%;
}
}

@media (min-width: 50px) and (max-width: 266px){
.col-xmm-3{
    max-width: 21%;
}
.col-xmm-4{
    max-width: 30.3%;
}
}


.wrapper {
  background: #fff;
  border-radius: 2px;
  display: block;
  float: left;
  height: auto;
  margin-top: 1rem;
  position: relative;
  width: 100%;
}

.head {
  font-family: primaryfont;
  font-size: 22px;
}

.wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
}

.wrapper:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.header {
  background-color: #231f20;
  padding: 2px;
}

.footer {
  background-color: #231f20;
  padding: 10px;
}

p {
  font-size: 13px !important;
}

.color-white {
  color: #fff;
}

.padding {
  padding: 10px;
}

.widthing {
  width: 100%;
}

.widthing1 {
  width: 45px;
  float: right;
}

input[type=text] {
  height: 26px;
  font-size: 10px;
}

input[type=number] {
  height: 26px;
  font-size: 10px;
  background-color: #f3f3f3;
  border-color: #8a8a8a;
}

select {
  height: 26px;
  font-size: 10px;
  padding-top: 5px;
  background-color: #f3f3f3;
  border-color: #8a8a8a;
}

textarea {
  background-color: #f3f3f3;
  border-color: #8a8a8a;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.fill-control-input {
  display: none;
}

.black-checkbox .fill-control-input:checked ~ .fill-control-indicator {
  background-color: #F3F3F3;
  border-color: #8a8a8a;
  background-size: 80%;
}

.fill-control-indicator {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #aaa;
  transition: .3s;
  background: transperent;
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/tick1.png");
}

label {
  font-size: 13px;
}

d
.button-area {
  display: flex;
  justify-content: center;
}

a.button {
  font-size: 15px;
  background-color: #231f20;
  text-decoration: none;
}

a.button:hover {
  background-color: #231f20;
}

.between {
  display: -webkit-box;
  display: inline-block;
  justify-content: justify-between;
  text-decoration: none !important;
}

a.between1 {
  background-color: gray;
}

.between1 {
  display: flex;
  justify-content: justify-between;
  text-decoration: none !important;
}

.multiple {
  border: 1px solid gray;
  border-radius: 100%;
  color: gray;
}

.move {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.add {
  border: 2px solid lightblue;
  color: lightblue;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  font-size: 13px;
  margin-right: 2px;
  cursor: pointer;
}

.remove {
  border: 1px solid gray;
  color: gray;
  text-align: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 10px;
  cursor: pointer;
}

.alignment {
  position: relative;
  left: -1px;
  top: -1px;
}

.addition {
  border: 2px solid lightblue;
  color: lightblue;
  border-radius: 10%;
}

.move2 {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.border-top {
  border-top: 1px solid gray;
}

.border-bottom {
  border-bottom: 1px solid gray;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
}

.fonting {
  font-size: 10px !important;
}

.mleft {
  font-size: 14px;
  margin-left: 4px;
}

.mright {
  font-size: 14px;
  margin-right: 4px;
}

@media (max-width: 992px) {
  .mobile-hide {
    display: none;
  }
  .multiple {
    width: 22px;
  }
  .move {
    left: 6px;
  }
  .addition {
    width: 22px;
  }
  .move2 {
    left: 5px;
  }
  .mright {
    font-size: 9px;
    position: relative;
    top: -2px;
  }
  .mleft {
    font-size: 9px;
    position: relative;
    top: 3px;
  }
}

h5 {
  letter-spacing: 5px;
}

.head {
  font-family: primaryfont;
  position: relative;
  top: 3px;
}

.toplogo {
  width: 100%;
  margin-top: 20px;
}

.toplogo .logoimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 18%;
}


@media only screen
and (max-device-width : 1210px)
and (min-device-width : 1025px) {
      a.button {
    font-size: 13px;
    background-color: #231f20;
}
}



@media (max-width: 640px) {
    a.button {
    font-size: 12px;
    background-color: #231f20;
}

}


@media (max-width: 570px) {
  .toplogo .logoimg {
    left: 18%;
    width: 64%;
}
}

@media(max-width: 430px){
      a.button {
    font-size: 10px;
    background-color: #231f20;
}
}

@media(max-width: 330px){
      a.button {
    font-size: 9px;
    background-color: #231f20;
}
}

@media(max-width: 280px){
      a.button {
    font-size: 7px;
    background-color: #231f20;
}
}

@media(max-width: 240px){
      a.button {
    font-size: 5px;
    background-color: #231f20;
}
}

.footer .footertext {
  width: 73%;
  margin: 0 auto;
  color: white;
  font-size: 10px;
}

input[type=text] {
  background-color: #f3f3f3;
  border-color: #8a8a8a;
}

.thankcard {
  font-family: secfont;
  font-size: 10px;
  letter-spacing: 3px;
  padding: 10px;
}

pre {
  display: none;
}

.purtype {
  display: none;
}

.fonting {
  font-size: 13px;
}

.fontinghead {
  font-size: 16px;
}

.msg {
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 15px;
  background-color: white;
  box-shadow: 1px 2px 10px gray;
  border-radius: 7px;
  width: max-content;
}

.msg span {
  font-size: 25px;
  padding: 5px;
  background-color: red;
  color: white;
  margin-left: 12px;
  border-radius: 6px;
}

.downadj {
  position: relative;
  top: 5px;
}

.textadj {
  position: relative;
  top: 3px;
}



.landscape-mode-text{
        display: none;
    }
    
@media only screen
and (min-device-height : 10px)
and (max-device-height : 480px) {
    body{
        background: #fff !important;
    }
    .landscape-mode-text{
        display: inline;
        font-size: xx-large;
        font-family: 'ProximaNovaBold';
        line-height: 15;
    }
    
    
   .landscape-mode-disable{
        display: none !important;
    }
    
}