body{
  background-color: white;
}

.importanceOfWebsite{
  top: 100px;
  position: relative;
  height: 100vh;
}


body {
  font-family: Arial, sans-serif;
  background-color: #000000c9;
  color: #333;
  margin: 0;
  /* padding: 20px; */
}
.containerForImpOfWebsite {
margin-bottom: 30px;
  /* margin-top: 80px; */
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
h1 {
  color: #333;
  text-align: center;
}
ol {
  padding: 0;
  display: flex;
  flex-direction: row;
}
.divForImportanceOfWebsite{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.list-item {
  border: 2px solid black;
  margin: 20px;
  width:300px;
  height:300px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  justify-content: center;



}
.list-item:hover .list-item:focus{
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.list-item li{
  list-style: none;
  height: 100%;
  justify-content: center;
  align-items: end;
  display: flex;
  /* background: rgba(52, 58, 64, 0.5); */
  /* background-image: url("./../images/bak2.jpg") ; */
}


.onlinePresence{
  background: url("./../images/onlinePresence.jpeg") center no-repeat bisque ;
}

.credibility{
  background: url("./../images/credibilityandtrust.jpeg") center no-repeat bisque;
}

.Accessibility{
  background: url("./../images/accessabilityjpeg.jpeg") center no-repeat bisque;
}

.globalReach{
  background: url("./../images/globalreachjpeg.jpeg") center no-repeat bisque;
}

.marketing{
  background: url("./../images/branding.jpeg") center no-repeat bisque;
}

.customer{
  background:url("./../images/customersupport.jpeg") center no-repeat bisque;
}

.competitive{
  background: url("./../images/competitive.jpeg") center no-repeat bisque;
}

.e-commerce{
  background: url("./../images/ecomerce.jpeg") center no-repeat bisque;
}


.list-item li strong{
  filter: blur(0px)
}

.list-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.list-item:hover .list-content,.list-item:focus .list-content,.list-item:active .list-content {
  opacity: 1;
  visibility: visible;
}
p {
  text-align: center;
}































.linktosite{
  border: 2px solid white;
  line-height: 60px;
  border-radius: 5px;
  padding:5px;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 white, 0 6px 20px 0 white;
  background: #000000eb;
}




.websitePhoto{
  /* height: 350px; */
  height: 70%;
  max-height: 600px;
}
.websiteDesigns{
  margin-top: 100px;
}

.overlay-img {
  height: 250px;
  cursor: default;
    display: block;
    background: transparent;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 20px;
  }
  
  .overlay-img img {
    width: 100%;
    border-radius: 0.25rem;
  }
  
  .overlay-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: all, 1s;
    transition: all, 1s;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .overlay-img .overlay {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .overlay-img .des {
    position: absolute;
    top: 80%;
    padding: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all, 0.8s;
    transition: all, 0.8s;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .overlay-img .des {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .overlay-img .des .title {
    font-weight: bold;
    font-size: 24px;
    color: white;
  }
  
  .overlay-img .des .subtitle {
    opacity: .7;
    color: #fff;
  }
  
  .overlay-img .des p {
    margin-top: 100px;
    opacity: 1;
    -webkit-transition: all, 1.2s;
    transition: all, 1.2s;
    opacity: 0;
    visibility: hidden;
    color: #fff;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .overlay-img .des p {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .overlay-img:hover .overlay, .overlay-img:focus .overlay {
    background: rgba(33, 37, 41, 0.8);
  }
  
  .overlay-img:hover .des, .overlay-img:focus .des {
    top: 40%;
  }
  
  .overlay-img:hover .des p, .overlay-img:focus .des p {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }

  .overlay-img:hover .title,.overlay-img:focus .title{
    color: white;
    transition: all 1s ease-out;
  }
  .overlay-img:hover .title::after,.overlay-img:focus .title::after{
    background-color: white; 
    transition: all 1s;
   }
   .overlay-img:hover .title::before,.overlay-img:focus .title::before{
    background-color: white; 
    transition: all 1s;

   }
  /* .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  } */

.col-md-4 {
    position: relative;
    width: 33%;
    min-width: 400px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; */
    /* display: flex; */
    /* -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap; */
            /* flex-wrap: wrap; */
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  @media (max-width: 767.98px) {
    .row {
      margin-left: 0;
      margin-right: 0;
    }
  }
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;

  }
  .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-radial-gradient(48% 42%, 140% 110%, rgba(33, 37, 41, 0.5), rgba(33, 37, 41, 0.6), rgba(33, 37, 41, 0.7), rgba(33, 37, 41, 0.8), rgba(33, 37, 41, 0.93), #212529 55%, #212529 200%);
    background-image: radial-gradient(140% 110% at 48% 42%, rgba(33, 37, 41, 0.5), rgba(33, 37, 41, 0.6), rgba(33, 37, 41, 0.7), rgba(33, 37, 41, 0.8), rgba(33, 37, 41, 0.93), #212529 55%, #212529 200%);
  }
  .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-radial-gradient(48% 65%, 200% 130%, rgba(33, 37, 41, 0.5), rgba(33, 37, 41, 0.6), rgba(33, 37, 41, 0.7), rgba(33, 37, 41, 0.87), rgba(33, 37, 41, 0.99), #212529 55%, #212529 200%);
    background-image: radial-gradient(200% 130% at 48% 65%, rgba(33, 37, 41, 0.5), rgba(33, 37, 41, 0.6), rgba(33, 37, 41, 0.7), rgba(33, 37, 41, 0.87), rgba(33, 37, 41, 0.99), #212529 55%, #212529 200%);
  }
  
  
  .overlay {
    background-image: -webkit-radial-gradient(48% 42%, 140% 110%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.93), #fff 55%, #fff 200%);
    background-image: radial-gradient(140% 110% at 48% 42%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.93), #fff 55%, #fff 200%);
  }

  .overlay {
    background-image: -webkit-radial-gradient(48% 65%, 200% 130%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.99), #fff 55%, #fff 200%);
    background-image: radial-gradient(200% 130% at 48% 65%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.99), #fff 55%, #fff 200%);
  } 
  
  .section-1{
    top:100px;
    position: relative;
    height: 100vh;

  }
  .div-1{

    /* max-height: 400px; */
  }
  .heading{
    width: 100%;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: flex;
  }
  .subheading{
    color: white;
  }
  .heading h1{
    /* TEXT-SHADOW: 2px 2px 15px red; */
    color: white;
    justify-items: center;
    padding: 20px;
    display: flex;
    font-size: 40px;
    flex-direction: column;
    animation: heading 1.5s   infinite  ;
  } 

  @keyframes heading {
    0%{
      TEXT-SHADOW: 2px 2px 15px red;
    }
    
    50%{
      TEXT-SHADOW: 2px 2px 0px red;
    }

    100%{
      TEXT-SHADOW: 2px 2px 15px red;
    }
    
  }



  #portfolio{
    /* margin-top: 50px; */
  }


  @media only screen and (max-width:800px) {
   .containerForQr .section-title{
      font-size: 25px;
    }
    .heading h1{
      font-size: 25px;
    }
    .containerForImpOfWebsite h1{
      font-size: 25px;
    }
  }

  .section-title{
    font-size: 40px;
  }
























  /* csss for qr code */



























  .portfolio-section .filters {
    border: 2px solid #dee2e6;
    border-radius: 100px;
    padding: 2px;
    margin: 0 auto 20px;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .portfolio-section .filters a {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    color: #444;
    font-size: 13px;
    font-weight: 500;
    opacity: .7;
    padding: 8px 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .portfolio-section .filters a:first-child {
    margin-left: 0;
  }
  
  .portfolio-section .filters a:last-child {
    margin-right: 0;
  }
  
  /* .portfolio-section .filters a:hover {
    opacity: .9;
  } */
  
  .portfolio-section .filters a.active {
    opacity: 1;
    border-radius: 100px;
    background: #ff6e42;
    color: #fff;
  }
  .portfolio-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  
  .portfolio-section .portfolio-container .portfolio-item {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin: 10px -5px;
    overflow: hidden;
    border-radius: 0;
  }
  
  .portfolio-section .portfolio-container .portfolio-item .content-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    left: 200%;
    width: 100%;
    height: 100%;
    background: rgba(255, 110, 66, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.28s;
    transition: all 0.28s;
  }
  
  .portfolio-section .portfolio-container .portfolio-item .content-holder .title {
    font-size: 22px;
    font-weight: 600;
  }
  
  .portfolio-section .portfolio-container .portfolio-item .content-holder .subtitle {
    font-weight: 500;
    opacity: 1;
  }
  
  /* .portfolio-section .portfolio-container .portfolio-item:hover .content-holder {
    left: 50%;
    opacity: 1;
    visibility: visible;
  } */

  
.containerForQr {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
          
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

.containerForQr {
  /* min-width: 992px !important; */
}

.col-md-6 {
  /* -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; */
  position: relative;
  width: 300px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-4 {
  /* -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; */
  position: relative;
  width: 300px;
  padding-right: 15px;
  padding-left: 15px;
}


.img-fluid {
  max-width: 100%;
  height: auto;
}

































.qrcodeForInfo{

  
  margin-bottom: 20px;
  flex-direction: column;
  display: flex;
}

.imagedivofqr{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.listdivofqr{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qrimg{
  background-color: white;
justify-content: center;    
margin-top: 30px;
margin-bottom: 20px;
display: flex;
border: 3px solid white;
border-radius: 20px;
padding: 10px;
box-shadow: 0px 0px 20px 4px white;
}
.websiteDesignForInfo{
  margin-bottom: 30px;
}

.linkForInfo{
margin-bottom: 30px;  
}

.ImageOfLink{
  height: 300px;
}
.imageOfWebsite{
  height: 300px;
}

.imageOfQr{
  width: min-content;
  height: 300px;
}

.planDiv{
  /* background: #000000c9; */
  padding: 20px;
}



@media only screen and (max-width: 800px){
 .allDivsOfInfo{
  flex-direction: column;
 }

}



.allDivsOfInfo h1{
  color: white;
}

.allDivsOfInfo {
  font-size: 20px;
  font-weight: 600;
  color: black;
}


.planInfo{
  padding: 20px;
  color: white;
  text-shadow: 2px 2px red;
}
div.polaroid {
  width: 250px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  padding: 10px 10px 10px;
}

div.containerOfQrCode {
  padding: 10px;
}
.allDivsOfInfo{
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.plandesc{
  color: white;
  text-shadow: 3px 4px 11px #00BCD4;
}




.contact{
  width: 100%;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  background: #171717;
  background-size: 40px 40px;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg);
}




/* .login-box {
  position: relative;

  max-width: 500px;
  padding: 40px;
  background: rgba(24, 20, 20, 0.987);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #bdb8b8;
  font-size: 12px;
}

.login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 4px
}

.login-box a:hover {
  background: #03f40f;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03f40f,
              0 0 25px #03f40f,
              0 0 50px #03f40f,
              0 0 100px #03f40f;
}

.login-box a span {
  position: absolute;
  display: block;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,100% {
    left: 100%;
  }
}

.login-box a span:nth-child(1) {
  bottom: 2px;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03f40f);
  animation: btn-anim1 2s linear infinite;
} */


.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 350px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #333;
}

.title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #00bfff;
}

.title::before {
  width: 18px;
  height: 18px;
}

.title::after {
  width: 18px;
  height: 18px;
  animation: pulse 1s linear infinite;
}

.title::before,
.title::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
  background-color: white;
}

.message, 
.signin {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.7);
}

.signin {
  text-align: center;
}

.signin a:hover {
  text-decoration: underline royalblue;
}

.signin a {
  color: #00bfff;
}

.flex {
  display: flex;
  width: 100%;
  gap: 6px;
}

.form label {
  position: relative;
}

.form label .input {
  background-color: #333;
  color: #fff;
  width: 100%;
  padding: 20px 05px 05px 10px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 10px;
}

.form label .input + span {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input:placeholder-shown + span {
  top: 12.5px;
  font-size: 0.9em;
}

.form label .input:focus + span,
.form label .input:valid + span {
  color: #00bfff;
  top: 0px;
  font-size: 0.7em;
  font-weight: 600;
}

.input {
  font-size: medium;
}

.submit {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: .3s ease;
  background-color: #00bfff;
}

.submit:hover {
  background-color: #00bfff96;
}

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
.queries{
  height: 100px;
}
.formOfContact{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
























.h5headdingforwebdesigns{
  color: white;
  padding: 30px;
  font-family: monospace;
  font-size: 25px;
  font-weight: 400;
}
.qrcodeSection{
  padding-bottom: 30px;
  padding-top: 30px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.websitelinksopens{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactOfStarter{
  min-height: 100vh;
  display: flex;
  justify-content: center;

  align-items: center;
  background-color: white;
}








@media only screen and (max-width:700px){
  .imagedivofqr{
    width: 100%;
    margin-bottom: 20px;
  }
  .listdivofqr{
    margin-top: 20px;
    width:100%;
    margin-bottom: 20px;
    
  }
  .qrimg{
    flex-direction: column;
  }
}







.imageOfLogo{
  width: 90px;
  max-width: 100px;
  left: 30px;
  position: relative;
  top: 10px;
}

.menuBarOfIntermidiate{
  width: 100%;
  height: 70px;
  background-color: #000000;
  position: fixed;
  display: flex;
  box-shadow: 0px 6px 25px black;
  
  z-index: 101;
}

.menuBarItemsUl{
  display: flex;
  right: 0;
  position: absolute;
}

.logoDiv{
  width: 100px;
}
.menuBarItemsDiv{
  float: right;
  width: 100%;
  position: relative;
  right: 0;
  transition: all 1s;
}

.menuBarItemsUl li a{
  transition: all 0.5s;
  color: white;
}

.menuBarItemsUl,.menuBarItemsUl li{

  padding: 12px;
  transition: all 0.5sec;
  font-weight: 500;

}

.menuBarItemsUl li a:hover{
  color: red;

}

.basicmenu{
  color: red !important;
}