@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,300;1,400;1,500&family=Open+Sans:wght@400;500;600&family=Oswald&family=Poppins&family=Roboto+Slab&display=swap');


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

label {
  /*font-family: 'Montserrat', sans-serif;*/
  color: #18122B;
  font-weight: 500;
}


/* input[type=text]{
    border: 2px solid black;
} */

.next_text {
  margin-left: 13px;
  font-family: 'Roboto Slab', serif;
  color: white
}

::placeholder {
  font-size: 14px;
  color: red;
}



#card_color {
  background-color: #FCFFE7;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#card_color_header {
  background-color: blueviolet;
}


.start_lets {
  background: blueviolet;
  font-family: 'Roboto Slab', serif;
  color: white;
  font-size: 15px;
  font-weight: 500;



}

.start_lets:hover {
  background: #393053;
  font-family: 'Roboto Slab', serif;
  color: white;
  font-size: 15px;
  font-weight: 500;
}


.types_header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  /* background:rgb(236, 227, 244); */
}

.containerhome{
  display: flex;
  flex-direction: row;
  width:95%;
  margin: auto;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 700px) {
  .containerhome {
    display: flex;
    flex-direction: column-reverse;
    width:90%;
    margin: auto;
    justify-content: center;
    align-items: center;
  }
}

.containerContact{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width:80%;
  margin: auto;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 700px) {
  .containerContact {
    display: flex;
    flex-direction: column-reverse;
    width:90%;
    margin: auto;
    justify-content: center;
    align-items: center;
  }
}
.header_text_parts h3 {
  color: #272727;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

.para_header p {
  color: #090a06;
  font-family: 'Montserrat', sans-serif;
  text-align: justify;
  padding-top: 8px;
  /* letter-spacing: 1px; */
}

.contentrow{
  padding: 0rem 2rem;
}

/* .compltet_contnet {
  padding: 6rem 3;
} */

.slider_1 img {
  width: 8%;
  margin-right: 10px;
}

.heading_parts_assign h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
}


.text_unique {
  color: blueviolet;
  text-transform: lowercase;

}

.images_color{
    text-align: center;
    margin-top: 22px;
}

.images_color img {
  width: 65%;
}

.images_color_para p {
  font-family: 'Roboto Slab', serif;
  text-align: justify;
  text-transform: capitalize;
  color: grey;
  font-size: 13px;
}

.images_color_para h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  font-size: 17px;
}

/* end  */

/* assign solution */

.container1 {
  width: 1200px !important;
  padding: 0 !important;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
  .container1 {
    max-width: 1279px !important;
    padding: 0 !important;
    margin: 0 80px !important;
    width: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .container1 {
    max-width: 959px !important;
    margin: 0 16px !important;
    padding: 0 !important;
    width: auto !important;
  }
}

.gradient-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .gradient-cards {
    grid-template-columns: 1fr;
  }
}


.card1 {
  max-width: 550px;
  border: 0;
  width: 100%;
  margin-inline: auto;
}

.container-card {
  position: relative;
  border-radius: 45px;
  padding: 40px;
}

.container-card img {
    width: 24%;
  margin-bottom: 32px;
}

.bg-green-box,
.bg-white-box,
.bg-yellow-box,
.bg-blue-box {
  position: relative;
}

.bg-green-box::after,
.bg-white-box::after,
.bg-yellow-box::after,
.bg-blue-box::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  content: "";
  z-index: -1;
  border-radius: 45px;
}

.bg-green-box::after {
  background: linear-gradient(71deg, #0d1212, #3da077, #0d1212);
}

.bg-white-box::after {
  background: linear-gradient(71deg, #121013, #b0afb0, #121013);
}

.bg-yellow-box::after {
  background: linear-gradient(71deg, #110e0e, #afa220, #110e0e);
}

.bg-blue-box::after {
  background: linear-gradient(71deg, #0c0a0e, #5f6fad, #0c0a0e);
}

.card-title1 {
  font-weight: 600;
  color: white;
  letter-spacing: -0.02em;
  line-height: 40px;
  font-family: 'Roboto Slab', serif;
  font-size: 19px;
}

.card-description {
  font-weight: 600;
  line-height: 32px;
  color: rgb(245, 244, 244);
  font-size: 16px;
  max-width: 470px;
}

/* end */


/* start Features */
.features_images img {
  width: 100%;
}

.images_para p {
  font-family: 'Roboto Slab', serif;
  text-align: justify;
  text-transform: capitalize;
  color: rgb(33, 33, 33);
  font-size: 13px;
}

.features_assignmet {
  background-color: #ebf2f4;
}



/* end */

/* about  */
.Assignment_background1 {
  width: 100%;
  position: relative;

}

.Assignment_background1::before {
  background-color: blueviolet;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.5;
}

.containerAbout{
  display: grid;
grid-template-columns: 1fr 1fr;
  width:90%;
  margin: auto;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 700px) {
  .containerAbout {
    display: flex;
    flex-direction: column-reverse;
    width:90%;
    margin: auto;
    justify-content: center;
    align-items: center;
  }
}

.heading_parts_services {
  padding-top: 5rem;
}

.heading_parts_services h3 {
  font-family: 'Roboto Slab', serif;
  text-align: justify;
  text-transform: capitalize;
  color: #0d1212;
  font-size: 23px;
}

.para_Services_parts p {
  font-family: 'Montserrat', sans-serif;
  text-align: justify;
  text-transform: capitalize;
  color: #0d1212;
  font-size: 16px;

}

.color_chnage {
  color: blueviolet;
}


.images_servuices {
  width: 100%;
  background-color: #dee2e6;
  ;
}

.about_images img {
  width: 100%;
}

.heading_about h3 {
  font-family: 'Roboto Slab', serif;
  /* text-align: justify; */
  text-transform: capitalize;
  color: #0d1212;
  font-size: 1.5rem;
}

.para_about p {
  color: grey;
  font-family: 'Montserrat', sans-serif;
  text-align: justify;
  text-transform: capitalize;
  color: #0d1212;
  font-size: 13px;

}

/* end */



/* start navbar */

.navbar-nav li:hover>ul.dropdown-menu {
  display: block;
}

.navbar-nav{
 padding-left: 7rem;
 gap: 1rem;
 width: 80%;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.sub_assign {
  width: 250%;
}


@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .sub_assign {
    width: 100%;
  }
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .sub_assign {
    width: 100%;
  }
}

.dropdown-item {
  font-size: 14px;
  font-family: 'Roboto Slab', serif;

}

/* end  navbar*/

/* services start */
.service_name {
  font-size: 16px;
  font-weight: 600;
  color: #0c0a0e;
  text-transform: capitalize;
  font-family: 'Roboto Slab', serif;
}


/* endS */

/* about */
.looking_about_parts h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 2rem;
  font-weight: 600;
  color: rgb(23, 20, 20);
}

.about_para p {
  font-family: 'Roboto Slab', serif;
  font-size: 21px;
  font-weight: 300;
  color: grey;
}

.clor-para {
  color: blueviolet;
  font-family: 'Roboto Slab' serif;
  font-size: 21px;
  font-weight: 300;
}

.part_csertio {
  padding-top: 4rem;
}


.smaill_sub_title p {
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6440FA;
  margin-bottom: 14px;
}

.heading_about h3 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 0;
  font-family: 'Roboto Slab' serif;
  font-weight: 700;
  text-transform: capitalize;
}

.para_about p{
  line-height: 30px;
  margin: 10px 0 35px;

}

.icons_description{
  margin-left: 12px;
  color: grey;
  text-transform: uppercase;
 

}

/* end */

/* services */
.Assignment_background2{
  background-image: url('../assets/banner.png');
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}

.heading_services_parts{
  padding-top: 7rem;
}

.heading_services_parts h3{
  font-size: 36px;
  font-weight: 600;
  color: #ffff;
  text-transform: capitalize;
  font-family: 'Roboto Slab', serif;
}

.heading_services_para p{
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6440FA;
  margin-bottom: 14px;
  padding-top: 15px;
}
/* ends */

/*my css*/
.navbar-brand{
    width:8%;
}

.navbar-brand img{
    width:100%;
}

.alert-primary{
    text-align:center;
}
/*end*/


/* contact us */
.iput_text input{
  background-color: hsl(193, 29%, 94%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

textarea{
  background-color: #ebf2f4;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.images_contact img{
  width: 100%;
  border-radius: 12px;
}

.contact_us_heading h3{
  font-family: 'Roboto Slab' serif;
  font-weight: 700;
  text-transform: capitalize;
}

.para_heding_cont p{
  color: gray;
  font-family: 'Montserrat', sans-serif;
}
/* us */

/* about */
.heading_pages h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  color: #0c0a0e;
  text-transform: capitalize;
  font-weight: 600;
}

.para_list p{
  color: gray;
  font-family: 'Montserrat', sans-serif;
}

.nav-link{
    font-weight: 600 !important;
}

.nav-link:hover{
    color: rgb(155, 2, 155) !important;
    border-radius: 10px;
    transition: ease 0.3s all;
    text-decoration: underline;
}

.navbar{
  width: 100%;
  padding: 0px 20px;
}

@media only screen and (max-width: 700px) {
    .navbar{
        padding: 5px 12px;
    }
  .navbar-brand{
    width: 26%;
    padding: 0px 12px;
  }
  .navbar-nav{
    padding-left: 0;
  }
}

.err_msg{
    color:red;
    font-size:20px;
}
/* end */


@media only screen and (max-width: 700px) {
.assigHelp{
  display: grid;
  grid-template-columns: 1fr 2fr;
  justify-content: center;
  align-items: center;
}
}