* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --color: #6e18d1;
  --bgc: #f7eeff;
  --fontcolor: #7317cf;
}

/* Headear CSS START */
body {
  padding: 0px;
  margin: 0px;
}
header {
  background-image: url(../images/Background\ Banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 600px;
}
#upperbar {
  width: 100%;
  box-sizing: border-box;
  background-color: orange;
  text-align: right;
  font-weight: bolder;
  color: white;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 18px;
}

#nav {
  display: flex;
}
.li-header {
  display: inline;
  font-size: 0.8vw;
}
.ul-header {
  margin: 4vw 0vw 0vw 13vw;
}
.list-color-black {
  color: black;
}

#scope-logo-image {
  width: 150px;
  height: auto;
  margin: 2vw 0px 0px 12vw;
}

#free-proposal {
  background-color: orange;
  color: white;
  border-radius: 35px;
  padding: 17px;
}
#free-proposal:hover {
  background-color: #6e18d1;
  transition: all 2s;
  box-shadow: 0px 0px 15px #6e18d1;
}
.list-abc:hover {
  background-color: #6e18d1;
  color: white;
  border-radius: 4vw;
  padding: 1.4vw;
}
.list-abc {
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 500;
  font-size: larger;
  padding: 1vw 1vw;
}
#header-h1 {
  color: var(--color);
  font-size: 3vw;
  margin: 0px;
  padding: 0px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#header-h2 {
  color: var(--color);
  font-size: 4.5vw;
  font: bolder;
  margin: 0px;
  padding: 0px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#header-p {
  color: var(--color);
  font-size: 1.8vw;
  font-weight: 450;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 1.3vw;
}
#text {
  width: 45vw;
  margin: 9vw 0vw 0vw 4vw;
}
#header-email {
  border: transparent;
  font-size: large;
  color: #6e18d1;
}
[type="submit"] {
  border: transparent;
  align-items: right;
  padding: 1.4vw 2.7vw;
  border-radius: 0.5vw;
  font-size: x-large;
  font-weight: bolder;
  background-color: #6e18d1;
  color: white;
}
[type="submit"]:hover {
  background-color: black;
  transition: all 2s;
  box-shadow: 0px 0px 15px #6e18d1;
}
.header-form {
  display: flex;
  justify-content: space-between;
  border: 1px solid #6e18d1;
  width: 42vw;
  border-radius: 0.5vw;
  color: #6e18d1;
  padding: 0.2vw;
  /* align-items: space-between; */
}
#header-email {
  font-size: 1.3vw;
  margin-left: 1vw;
}
#header-email:focus {
  outline: transparent;
}
#menu-bars {
  display: none;
}

@media (max-width: 768px) {
  header {
    background-image: none;
    background-color: #68349c;
    height: 100vw;
  }
  #upperbar {
    display: none;
  }
  .ul-header,
  .li-header {
    display: none;
  }
  #text {
    width: 90vw;
    margin: 20vw 1vw 2vw 7vw;
  }
  #header-h1,
  #header-h2 {
    color: white;
    font-size: 6vw;
    margin: 0px;
    padding: 0px;
  }
  #header-p {
    color: white;
    font-size: 3vw;
    margin-top: 2.5vw;
    margin-bottom: 3.5vw;
  }
  #header-email {
    border: 0px;
    width: 70vw;
    padding: 0px 0px 0px 15px;
    border-radius: 0.5vw;
    background-color: white;
  }
  ::placeholder {
    border: transparent;
    font-size: 3vw;
  }
  [type="submit"] {
    border: none;
    margin: 0px;
    padding: 3.3vw;
    border-radius: 0.5vw;
    font-size: 2.5vw;
    background-color: #6e18d1;
    color: white;
  }
  .header-form {
    border: 1px solid white;
    display: flex;
    width: 80vw;
    border-radius: 0.5vw;
    font-size: xx-large;
    font-style: italic;
    color: #6e18d1;
    padding: 5px;
    margin: 0px;
    padding-left: 0vw;
  }
  #image {
    width: 25%;
    height: 25%;
    margin-left: 2.2vw;
    margin-top: 1.7vw;
  }
  #menu-bars {
    display: block;
    position: absolute;
    max-width: 4vw;
    height: auto;
    right: 4.5vw;
    top: 7vw;
  }
}
/* Headear CSS END */
/* 5 top images start */
.topimages5 {
  margin: 20px 0.5vw;
  display: block;
  width: 150px;
  height: auto;
  /* margin: 0 30px 0 30px; */
}

/* 5 Top Images End */

/* Our Services Start */
.color-section {
  box-sizing: border-box;
  padding: 0;
  padding-bottom: 90px;
  background: var(--bgc);
}
:root {
  --bgc: #f7eeff;
  --fontcolor: #7317cf;
}
.card-img-top {
  height: 25%;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  margin-bottom: 3%;
}
.card-img-top:hover {
  position: relative;
  transition: all 0.5s;
  transform: scale(1.15);
}
.heading-2 {
  color: var(--fontcolor);
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
  font-size: 250%;
}

.card-title {
  padding-bottom: 5%;
  color: var(--fontcolor) !important;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
.card-text {
  color: var(--fontcolor);
  font-weight: 500;
  text-align: center;
  font-size: 110%;
}
.card-box {
  margin: 20px;
  background-color: #ffffff !important;
  text-align: center;
  color: #7317cf !important;
  border-radius: 20px;
  border: transparent;
  box-shadow: rgb(115 23 207 / 40%) 0px 0px 20px 2px;
  min-height: 300px;
  max-width: 350px;
  cursor: pointer;
}

/* Our Services End */

/* About Us */

.nocolor-section {
  box-sizing: border-box;
  padding: 0;
  padding-bottom: 90px;
  background: white;
}

.paragraph-class {
  font-weight: bold;
  font-size: 150%;
  line-height: 120%;
  margin-bottom: 30px !important;
}
.list-class {
  display: flex;
  align-items: center;
  line-height: 140%;
}
.list-class i {
  /* display: flex; */
  /* align-items: center; */
  font-weight: 450;
  font-size: 12px;
  padding: 4px;
  background: #7317cf;
  color: white;
  border-radius: 50%;
  /* width: 2vw; */
  /* min-height: 3vw; */
}
.list-class i:hover {
  background-color: white;
  color: #7317cf;
}
.list-class p {
  font-weight: 400;
  margin: 5px 10px 5px !important;
}

.page-main-images {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.page-flexing {
  display: flex;
  align-items: center;
}

/* webdesign Section Start*/
.quote-button {
  display: block;
  margin: 30px 0 0 5px;
  background-color: #7317cf;
  color: white;
  touch-action: manipulation;
  cursor: pointer;
  padding: 20px 40px;
  font-size: 22px;
  border-radius: 50px;
  vertical-align: center;
  width: fit-content;
  border: transparent;
}
.quote-button:hover {
  width: fit-content;
  height: 100%;
  /* background-color: #7317CF; */
  box-shadow: 2px 2px 1px #7317cf;
  transform: scale(1.1);
  opacity: 0.5;
}
/* webdesign Section End */

/*  Google My Business SEO Start */

/*  Google My Business SEO End */

/* Cards Section Start */
.heaading-4 {
  color: var(--fontcolor);
  font-weight: bold;
  font-size: 180%;
  text-align: center;
  padding: 0px 0 0 0;
  /* font-size: 250%; */
}

.h4-heading {
  padding-top: 50px;
}
.card-para {
  display: flex;
  justify-content: center;
  font-size: 110%;
  font-weight: bolder;
  padding: 2%;
}
.card-flex {
  display: flex;
  padding: 18px;
  margin: 30px 0 10px;
  align-items: center;
  box-shadow: 0px 4px 6px 0 #eadafb;
}
.card-image:hover {
  transform: scale(1.1);
}
.card-heading {
  color: #7317cf;
  font-weight: bold;
}
.all-card-div {
  display: flex;
}
.card-tex-box {
  width: 70%;
}

/* Cards Section End */

/* FAQs Section Start */

.accordionFlushExample {
  padding-top: 50px;
}
.accordion-item {
  margin: 15px;
  border-radius: 20px !important;
}
.accordion-button {
  border-radius: 20px !important;
  padding: 20px;
  font-size: 18px;
}
.accordion-button:focus {
  background-color: #7317cf !important;
  color: white;
  box-shadow: none;
}
.accordion-body {
  font-size: 14px;
}

/* FAQs Section End */

/* Footer Start */

/* footer {
  background-color: #1d003a;
  min-height: 100vh;
}
#scoop-logo {
  width: 70%;
  margin-left: 0;
  margin-top: 30%;
  display: block;
}
a {text-decoration: none;
color: white;}

a:hover {text-decoration: underline;}

li {list-style: none;
  text-align: left;
  opacity: .7;
}

  h2{text-align: left;
      font-size: 240%;
      padding: 1%;
      padding-left: 0;
}
h1{
  text-align: center;
  font-size: 240%;
}
  ul,li {
  margin: 0;
  font-size: 120%;
  padding: 1%;
}
i{margin-right: 4%;}

#column2 {
  margin-top: 21%;
}
#column3 {
  margin-bottom: 10%;
} */
/* LOGO Working */
/* #smicons {
  display: block;
  padding: 4%;
  font-size: 200%;
}
#fblogo:hover{
  transition: all 2s;
  transform: rotateY(360deg);
  background-color: #264A95;
  
}
#instagram:hover{
  transition: all 2s;
  transform: rotateY(360deg);
  background-color: #FE0896;
}
#X-twitter:hover{
  transition: all 2s;
  transform: rotateY(360deg);
  background-color: #24A3F1;
}

#fblogo,#instagram,#X-twitter{
  border: solid 3px;
  border-radius: 50%;
  padding: 3%;
} */
/* LOGO Working  END*/

/* Column 03 */
/* form {
  background-image: linear-gradient(to right, #6D18C3,#4E0698);
  text-align: center;
  margin-top: 20%;
  padding-top: 10%;
  padding-bottom: 8%;
  border-radius: 15px;
  box-shadow: 0 0 50px #6310b6;
}
input,textarea {
  width: 90%;
  border-radius: 10px;
  padding: 2% 03%;
  margin-top: 5%;
  border: none;
  color: black;
}
#send {
  color: white !important;
  background-color: #831ee9;
  font-weight: bolder;
  font-size: large ;
}
#send:hover {
  color:white;
  background-color: black;
  transition: all 2s;
}
#foot {
  background-color: black;
  text-align: center;
  font-size: 150%;    
  padding-top: 15px;
  height: 50px;
}
@media (max-width:768px){
  #column1{
      margin-bottom: -25%;
  }
}

@media (max-width: 992px){
  #column2{
      margin-top: 30%;
  }
} */

/* Footer CSS Start */
#footer {
  color: white;
  background-color: #1d003a;
  padding: 10vw;
}
#footer-logo {
  width: 280px;
  /* margin-left: 10px; */
  padding: 50px 20px 30px 20px;
  /* margin-bottom: 50px; */
}
.footer-form-links {
  list-style-type: none;
  line-height: 250%;
}
.footer-headings {
  font-size: 26px;
}
.footer-anchor {
  color: inherit;
  font-size: 16px;
  text-decoration: none;
  opacity: 0.7;
}
.circular-border {
  border: 2px solid white;
  border-radius: 50%;
  padding: 10px;
  margin: 5px;
}
#fb-icon-span {
  background-color: transparent;
  background-image: url(../images/Image/FB\ Image.jpg);
  background-repeat: repeat-x;
  background-position: 0 -100%;
}
#ig-icon-span {
  background-color: transparent;
  background-image: url(../images/Image/INS\ image.jpg);
  background-repeat: repeat-x;
  background-position: 0 -100%;
}
#tw-icon-span {
  background-color: transparent;
  background-image: url(../images/Image/TW\ imagee.jpg);
  background-repeat: repeat-x;
  background-position: 0 -100%;
}
#fb-icon-span:hover,
#ig-icon-span:hover,
#tw-icon-span:hover {
  background-position: center;
  transition: all 700ms linear;
}
#fb-icon,
#ig-icon,
#tw-icon {
  font-size: 18px;
  color: white !important;
}
#fb-icon:hover,
#ig-icon:hover,
#tw-icon:hover {
  transform: rotateY(360deg);
  transition: all 1s;
}
#footer-form {
  background-image: linear-gradient(to right, #6d19c2, #4c0594);
  box-shadow: 0px 0px 30px #6d19c2;
  border-radius: 30px;
  padding: 50px 0px;
}
.footer-form-elements {
  display: block;
  width: 90%;
  border: none;
  border-radius: 10px;
  margin: 20px;
  padding: 15px;
}
#footer-form-button {
  background-color: #8919f9;
  color: inherit;
  border-radius: 20px;
  font-weight: bold;
}
#footer-form-button:hover {
  background-color: black;
  transition: all 1s;
}
#footer-col-1,
#footer-col-2,
#footer-col-3 {
  margin-bottom: 40px;
}

/* Footer CSS End */

#copyright {
  background-color: black;
  color: white;
  text-align: center;
  font-size: 160%;
  padding: 24px 0px;
  height: 75px;
}
