@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600&display=swap');

body {
  font-family: 'Poppins', sans-serif !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* controller */

[type="checkbox"] {
  display: none;
}[id="one"]:checked ~ .tags [for="one"],
[id="two"]:checked ~ .tags [for="two"],
[id="three"]:checked ~ .tags [for="three"] {
  display: inline-block;
}

[id="one"]:checked ~ .boxes [for="one"],
[id="two"]:checked ~ .boxes [for="two"],
[id="three"]:checked ~ .boxes [for="three"] {
  background-position: .75em;
  padding-left: 3.75em;}

.logo-set ul {
    float: right;
margin-top: 14px;
margin-bottom: 0;}

.logo-set li {
    list-style-type: none;
    padding-bottom: 5px;
}

.boxes label {

  display: block;

  padding: 1em;

  margin: .5em 0;

  background: #369 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMjQiIGhlaWdodD0iMTAyNCIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAyNCAxMDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNODMyLjMgMTQwLjNMOTUyLjYgMjQxLjFjNy4yIDYuMSA4LjUgMTcuNCAyLjMgMjQuOGwtNTE2LjcgNjE1LjdjLTQuMSA0LjktOS43IDYuOS0xNS4yIDYuMiAtMy45LTAuMi03LjctMS42LTEwLjktNC4zbC0zNDAuMy0yODUuNmMtNy42LTYuMy04LjktMTcuOC0yLjYtMjUuMmwxMDAuNS0xMTkuOGM2LjEtNy4yIDE3LjYtOC4zIDI1LjQtMS44TDQwMi40IDYyNS4ybDQwNS4xLTQ4Mi44QzgxNC4xIDEzNC41IDgyNC45IDEzNCA4MzIuMyAxNDAuM3oiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=) no-repeat -2em;

  background-size: 2em;

  color: #fff;

  border-radius: .25em;

  cursor: pointer;

  font-weight: bold;

  transition: all .3s;

}/* tags */

.tags label {

  display: none;

  background: #666;

  padding: .25em .5em .25em .5em;

  color: #fff;

  cursor: pointer;

  border-radius: .25em;

}.tags label:before {

  content: 'x';

  margin-right: .5em

}

.step2 h4 {

  font-size: 25px;

  color: #000;

  margin-bottom: 0px;

    color: #000;

}

.shad {
  background: #fff;
  padding: 15px;
}

.heading-div-web img {
  width: 100%;
  margin-top: 60px !important;
}
.heading-web h2 {
  text-align: center;

  font-weight: 600;

  font-size: 39px;

  padding-top: 32px;

  padding-bottom: 0;

  margin-bottom: 0;

  letter-spacing: 1px;

  position: relative;

}.design h4 {

  color: #b21ef9 !important;

  font-weight: 600;

  font-size: 27px !important;

  padding-left: 15px !important;

  position: relative;

}.design h4:before {

  background: #e82626;

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  width: 3px;

  height: 24px;

}.form label ,.additional label {

    font-size: 11px;

}.form label span {
    color: red;
}
.proceed2 button {
color: #fff !important;
font-size: 15px;
padding: 10px;
MARGIN-TOP: 25px;
border-radius: 5px;
font-weight: 600;
text-decoration: none !important;
transition: 0.3s all ease-in;
width: 100%;background: rgb(49,123,180);
background: linear-gradient(90deg, rgb(92 51 148) 0%, rgb(192 104 169) 100%);border: 1px solid;}.proceed2 button:hover {
box-shadow: 5px 5px 5px 2px #0000002e;
}

.container1 {

   position: relative;

    padding-left: 35px;

    margin-bottom: 12px;

    cursor: pointer;

    font-size: 22px;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

  }

  /* Hide the browser's default checkbox */

  .container1 input {

    position: absolute;

    opacity: 0;

    cursor: pointer;

    height: 0;

    width: 0;

  }

  

  /* Create a custom checkbox */

  .checkmark {

    position: absolute;

    top: 0;

    left: 0;

    height: 25px;

    width: 25px;

    background-color: #eee;

  }

  

  /* On mouse-over, add a grey background color */

  .container1:hover input ~ .checkmark {

    background-color: #ccc;

  }

  

  /* When the checkbox is checked, add a blue background */

  .container1 input:checked ~ .checkmark {

    background-color: #2196F3;

  }

  

  /* Create the checkmark/indicator (hidden when not checked) */

  .checkmark:after {

    content: "";

    position: absolute;

    display: none;

  }

  

  /* Show the checkmark when checked */

  .container1 input:checked ~ .checkmark:after {

    display: block;

  }

  

  /* Style the checkmark/indicator */

  .container1 .checkmark:after {

    left: 9px;

    top: 5px;

    width: 5px;

    height: 10px;

    border: solid white;

    border-width: 0 3px 3px 0;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

  }

  .set-padding {

    padding-top: 20px;

}

.color-plat h2 {

    color: #0b1655;

    font-size: 30px;

    font-weight: 700;

}.color-plat p {

    font-size: 16px;

}.color-plat h4 {

    font-size: 18px;

    font-weight: 600;

}.color-plat input[type="color"] {

    width: 80% !important;

    border: none;

    background-image: none !important;

    height: 50px;

    margin: 0 auto;

    background: none !important;

}

.extra-class {

    padding-bottom: 30px;

}

.container1 {

    /* display: block; */

    position: relative;

    padding-left: 35px;

    margin-bottom: 12px;

    cursor: pointer;

    font-size: 13px;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

  }

  

  /* Hide the browser's default checkbox */

  .container1 input {

    position: absolute;

    opacity: 0;

    cursor: pointer;

    height: 0;

    width: 0;

  }

  

  /* Create a custom checkbox */

  .checkmark {

    position: absolute;

    top: 0;

    left: 0;

    height: 25px;

    width: 25px;

    border-radius: 5px;

    background-color: rgba(0, 0, 0, .52);

}

  

  /* On mouse-over, add a grey background color */

  .container1:hover input ~ .checkmark {

    background-color: #ccc;

  }

  

  /* When the checkbox is checked, add a blue background */

  .container1 input:checked ~ .checkmark {

    background-color: #2196F3;

  }

  

  /* Create the checkmark/indicator (hidden when not checked) */

  .checkmark:after {

    content: "";

    position: absolute;

    display: none;

  }

  

  /* Show the checkmark when checked */

  .container1 input:checked ~ .checkmark:after {

    display: block;

  }

  

  /* Style the checkmark/indicator */

  .container1 .checkmark:after {

    left: 9px;

    top: 5px;

    width: 5px;

    height: 10px;

    border: solid white;

    border-width: 0 3px 3px 0;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

  }

  .logo-type .col-md-4 {

    background-size: 100% !important;

    padding-top: 11px;

    padding-bottom: 168px;

    background-repeat: no-repeat;

    margin: 0px;

    border: 10px solid #ffff;

}

.typo .col-md-4 {

  background-repeat: no-repeat;

  background-size: 85% 85% !important;

  background-position: bottom;

  border: 2px solid #b21ef9;

  width: 22%;

  margin: 12px;

  padding: 5px 10px 98px 11px !important;

  height: 145px;

}

.typo h2 {

    font-size: 32px;

    font-weight: 600;

    color: #000;

}.logo-type h2 {

        font-size: 32px;

    font-weight: 600;

    color: #000;

}

#formdiv {

    text-align: center;

  }

  #file {

    color: green;

    padding: 5px;

    border: 1px dashed #123456;

    background-color: #f9ffe5;

  }

#img {
    width: 17px;
    border: none;
    height: 17px;
    margin-left: -20px;
    margin-bottom: 191px;
}

.upload {
    width: 100%;
    height: 30px;
}

.previewBox {
    text-align: center;
    position: relative;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
}
.previewBox img {
    height: 150px;
    width: 150px;
    padding: 5px;
    border: 1px solid rgb(232, 222, 189);
}

.delete {
    color: red;
    font-weight: bold;
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 20px;
    height:  20px;
    border-radius: 50%;
    background: #ccc;
}

input#images {
    height: 42px;
}
.color-plat {
  width: 50%;
  float: left;
  text-align: center;
}

.text-center {
  padding-top: 10px;
  text-align: left !important;
}
.prefered {
  padding-bottom: 10px;
}
.prefered  .checkmark {
  height: 21px;
  width: 21px;
}
label.container1 {
  font-size: 11px;
}

.logo-set {
  background: #000;
  padding: 11px;
}

label.container1 {
  margin-right: 10px;
}
.logo-set a {
color: #fff;
font-size: 14px;
font-weight: 700;
}
.logo-set a:hover {
  color: #ccc;
  transition: 0.2s all ease-in;
  text-decoration: none;
}
.main-border {
    display: flex;
    flex-wrap: wrap;
border: 2px dashed #a2004a;
    padding: 10px 10px 20px;
    border-radius: 10px;
    height: auto;
text-align: justify;
}

span.checkmark {
    border-radius: 20px;
    background-color: #ccc;
}

.main-footer {
  background: #000;
  padding: 25px;
  
}
.main-footer p{text-align:center;color:#fff;margin: 0;}
.first-col a {

  color: #fff;

  line-height:30px;

  font-size: 15px;

}.first-col li {

  display: block;

}.first-col p {

  color: #fff !important;

  padding-top: 40px;

}.secnd-col a {

  background: #dd1186;

  color: #fff;

  padding: 13px 40px;

  font-size: 13px;

  font-weight: 600;

  border-radius: 30px;

  text-decoration: none !important;

}.secnd-col {

  margin-top: 20px;

}.third-col img {

  margin: 0 auto;

  display: block;

}.third-col li {display: inline;font-size: 14px;padding-right: 40px;}.third-col a {

  color: #fff;

}.third-col ul {

  padding-top: 50px;

}

.proced a:hover {
  text-decoration: none !important;
  color: #000;
}

.first-col a:hover {

  text-decoration: none !important;

  color: #b21ef9;

}.third-col a:hover {

  text-decoration: none !important;

  color: #b21ef9;

}.secnd-col a:hover {

  color: #000;

}

.step2 {
	border-bottom: 3px solid #000000;
	padding: 11px 0px 10px 35px !important;
	position: relative;
	background: rgb(49,123,180);
	background: linear-gradient(90deg, rgb(92 51 148) 0%, rgb(192 104 168) 100%);border-radius: 5px;}

.step2 h2 {
	margin-top: 5px;
	margin-bottom: 5px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.step2:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 70%;
  background: #fff;
  left: 15px;
  top: 10px;
}

.design {
  margin-top: 40px;
  padding: 6px 16px 10px;
  margin-bottom: 35px;
  border-bottom: 3px solid #e82626;
}

.brief-form {
    background: #fff;
    box-shadow: 0px 5px 30px 1px #c3c3c387;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border: 5px solid #cccccc5c;
    border-radius: 25px;
}

.brief-form-inner{
  width: 70%;
  margin: 0 auto !important;
}

.brief-form-inner input, .brief-form-inner textarea {
    border: #a2004a 2px dashed !important;
    color: #000 !important;
    border-radius: 5px !important;
    outline: none;
    width: 100%;
    padding: 12px;
    box-shadow: 0 0 9px #cccc;
    font-size: 16px;
    margin-bottom: 20px;
}

.brief-form-inner label {
  font-size: 15px;
  font-weight: 600;
  color: #000 !important;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 10px;
}

input#attachment {
  box-shadow: none;
}

.logo-border {
  border: 3px solid #edeff6;
  padding: 20PX 10px;
  margin-bottom: 10px !important;
  width: 100% !important;
}

.select-color2

 input[type="color"] {
    width: 100%;
    background: transparent;
    height: 40px;
    border: none !important;
	padding: 0;
}

@media only screen and (max-width:1024px)
{
  .main-border {
    height: auto;
 }
.third-col li {

    padding-right: 20px;

    font-size: 12px;

}.first-col p {

    font-size: 13px;

}.first-col a {
    font-size: 14px;
}

.heading h2:before {
  display: none;
}

}

@media only screen and (max-width:999px)
{
  .logo-set .col-md-6 {
    width: 49%;
    float: left;
}

 .logo-set a {
    font-size: 14px;
}

.heading h2 {
   font-size: 30px;
}
.secnd-col a {
    font-size: 12px;
}
.proceed2 button {

  font-size: 13px;

}

}

@media only screen and (max-width:768px){
  .logo-set a {
    padding-top: 0px;
}
.brief-form{margin-top: 40px; padding-top: 40px;}
.step2 h2{font-size: 24px;}
.brief-form-inner input, .brief-form-inner textarea{padding: 8px;}
.main-footer .col-md-4 {
    width: 100% !important;
    text-align: center;
}
.third-col img {
    padding-top: 40px;
}
.first-col p {
    padding-bottom: 20px;
}
.proceed2 button {
    float: none;
    margin: 0 auto;
    width: 50%;
    display: block;
    margin-top: 20px;
    text-align: center;
}
.design h4 {
    font-size: 15px;
}
.design h4:before {
    width: 2px;
}
.secnd-col a {
    padding: 10px 18px;
}
}

@media only screen and (max-width:480px){
.logo-set{padding: 0;padding-top: 10px; padding-bottom: 10px;}
.logo-set .col-md-6 {
    width: 100%;
	text-align:center;
	padding-left: 0;
}
.logo-set img {
    width: 150px;
	padding-bottom: 10px;
}
.logo-set a {
    float: none;
	font-size: 12px;
	padding-top: 0;
}
.logo-set ul{float:none;}
.heading-div-web img {
   margin-top: 25px;
}
.heading-div-web .col-sm-4 {
    padding-left: 0;
}
.step2 h2 {
    font-size: 22px;
}
.heading-web h2 {
	font-size: 22px;
    margin-top: 33px;
    padding-top: 0;
    margin-bottom: 0;
}.shad {
    padding-top: 5px;
}
.brief-form-inner input, .brief-form-inner textarea{margin-bottom:0px;}
.proceed2 button {
    width: 40%;
}.first-col p {
    padding-bottom: 10px;
    padding-top: 10px;
}
.main-footer {
    padding: 10px;
}
.third-col ul {
    padding-top: 15px;
}.design h4 {
    font-size: 13px;
}
label.container1 {
  margin-right: 5px;
}
.step2 h2 {
  font-size: 18px;
}
.design h4 {

  font-size: 12px;

}.proceed2 button {
    width: 100%;
}.first-col a {

  font-size: 12px;

  line-height: 20px;

}.first-col p {

  font-size: 12px;

  padding-top: 1px;

  padding-bottom: 1px;

}.secnd-col a {

  font-size: 11px;

}
.third-col img {
  width: 60px;
}

}

.set-height input#attachment {
  height: 45px;
}
.select-color2{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
label.container1{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    padding: 0px !important;
    margin: 18px 0 !important;
    text-align: center;
}
input[type="checkbox"], .checkmark{
    display: none;
}
input[type="checkbox"]:checked ~ .logo-imgs:before{
    content: "✓";
    background-color: #8bc34a;
    transform: scale(1);
    position: absolute;
    color: #fff;
    padding: 4px;
    height: 27px;
    width: 27px;
    text-align: center;
    border-radius: 50px;
}
input[type="checkbox"]:checked ~ .logo-imgs img {
    opacity: .5;
    transform: scale(0.9);
    z-index: -1;
}
input[type="checkbox"]:checked ~ .logo-imgs img {
    border: 1px solid gray;
    padding: 20px;
}
.container1 img{
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    border: 1px solid #ccc;
}

span.logo-imgs img {
    padding: 10px;
    width: 130px;
    height: auto;
    object-fit: contain !important;
    margin-bottom: 6px;
}
