

.left-main {
width:40%;
}


.right-main {
width:100%;
max-width:738px;
margin:auto;
}


.left-tex {
    text-align:left !important;
}
h1,h2,h3,h4,h5,h6 {
color:#FFFFFF !important;
font-family:'SUSE', sans-serif;
font-weight:500;
}


.card-title {
color:#FFFFFF;
}

p {
color:#e7e6e6;
}

button {
color:#0000FF;
}




.emailm {
font-size:1.4rem;
}

button {
        transition: all 0.25s ease-out;

}

.form {
  border-radius: 20px;
  box-sizing: border-box;
  max-height: 580px;
  padding: 20px;
  width: 650px;
  max-width:100%;
  margin:auto;
  
  margin-left:0;
   
}
.form-top {
  background-color: #1A1D22DB;
  border-radius: 30px;
  padding:20px;
  box-sizing: border-box;
  border: solid #16171AC4;


  width: 100%;

}

.title {
  color: #eee;
      font-family: 'Raleway', sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}

.subtitle {
  color: #eee;
      font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.ic1 {
  margin-top: 40px;
}

.two1 {
margin-left:auto;
margin-right:auto;
padding: 0 5 5 5;
margin-top:40px;
}
.ic2 {
  margin-top: 20px;
}

.input {
  background-color: #303245;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
  font-family: 'SUSE', sans-serif !important;
}

.cut {
  background-color: #1F232BCF;
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 100px;
  
}
.cut-long {
width:126px;
}

.cut-middle {
width:80px
}

.cut-short {
  width: 50px;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}

.placeholderlabel {
    font-weight:bold;
  color: rgba(255,255,255,0);
      font-family: 'Raleway', sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;

}

.placeholders {
  color: #eee;
      font-family: 'Raleway', sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
    transform: translateY(-30px) translateX(10px) scale(0.75);

}

.input:focus ~ .placeholderlabel,
.input:not(:placeholder-shown) ~ .placeholderlabel {
  transform: translateY(-30px) translateX(10px) scale(0.75);
  font-size: 18px;

}

.input:not(:placeholder-shown) ~ .placeholderlabel {
  color: #eee;
    font-size: 18px;
}

.input:focus ~ .placeholderlabel {
  color: #dc2f55;
  font-size: 18px;
  }

.submit {
  background-color: #08d;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  outline: 0;
  text-align: center;
  width: 100%;
  font-weight:600;
}

.submit:active {
  background-color: #06b;
}

.drop {

margin-left:auto;

margin-right:auto;

margin-top:30px;
}

.selection {
width:50%;
}

.address {
font-color:#fff;
}

.selt {
font-weight:600;
background-color:#2D3748;
border-radius:22px;
height:57px;
}
.amount {

height:57px;
}
.refund {
background-color:#202131;
margin-top:20px;
}



.wrapper {
        font-family: 'Raleway', sans-serif;
    color: #ffffff;
    min-width:15rem;
    text-align: left;
    font-size: 16px;
    width: 70%;

    margin: auto;
    margin-top:25px;
    }
.wrapper .plan {
    margin: 0;
    width: 100%;
        border-radius:2em;
    position: relative;
    float: left;
    background-color: #262626;
    border: 3px solid #2C2F33;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.wrapper .plan:hover, wrapper .plan.hover {
    background-color: #1c1c1c;
}
.wrapper .plan:hover img, wrapper .plan.hover img  {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.form button:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.02);
    background-color:red;
}

.wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.wrapper header {
    position: relative;
    padding: 20px 10px;
}
.wrapper header img {
    font-size: 56px;
    margin: 0 15px;
    color: #f39c12;
    display: inline-block;
    float: left;
}
.wrapper .plan-title {
    top: 0;
    font-size:1.2em;
    font-weight: 800;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.wrapper .plan-cost {
    margin: 0;
    opacity: 0.2;
}
.wrapper .plan-price {
        font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 1.3em;
}
.wrapper .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}
.wrapper .plan-features {
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
    list-style: outside none none;
    font-size: 1em;
    text-align: left;
}
.wrapper .plan-features li {
    padding: 5px 5%;
    font-weight: 500;

    border-left: 5px solid #f39c12;
    margin: 2px 20px;
}
.wrapper .plan-select {
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}
.wrapper .plan-select a {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    margin: 20px;
    border-radius: 40px;
    font-size: 0.75em;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    background-color: #f39c12;
}
.wrapper .plan-select a:hover {
    background-color: #262626;
}
.wrapper .featured {
    margin-top: -10px;
    background-color: #262626;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.wrapper .featured .plan-select a {
    margin: 30px 20px;
}
@media only screen and (max-width: 738px) {
    .headerimagea {
        width:150px;
        height:35px;
    }
    .wrapper .plan {
        width: 50%;
    }
    .wrapper .plan-title, .wrapper .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .wrapper .plan-select a, .wrapper .featured .plan-select a {
        margin: 20px;
    }
    .wrapper .featured {
        margin-top: 0;
    }
}

#deshmo {
display:none;
}

.sub-bck {
    width:50% !important;
}



.ic-image {
width:62px;
height:62px;

}

@media (max-width: 738px) {

.left-main {
width:100%;
padding-left:0;
}


.wrapper {
width:100%;


}
    .wrapper .plan {
        width: 100%;
    }

.right-main {
width:100%;
padding:5px;
    
}

#desh1 {
display:none;
}
#deshmo {
display:inherit;
justify-content:center;
}



}




.inpute {
  color:white; 
}
.selection {
  color:white;
}
/* temporary colors to see  */



:root {
  --accent-color: #f5a841;
}

section [class^="container"] {
  padding: 4rem 2rem;
}
@media screen and (min-width: 738px) {
  section [class^="container"] {
    padding: 4rem;
  }
  nav [class^="container"] {
    padding: 0 4rem;
  }
}

section:not(:first-of-type) {
  text-align: center;
  background-color:#3a3c51;

}

section:nth-child(2n) {
 background: rgb(34,38,45);
background: linear-gradient(165deg, rgba(34,38,45,1) 0%, rgba(27,31,40,1) 25%); 

}

.container a {
  color: #000000;
  text-decoration: none;
}
.container a:hover {
  color: var(--accent-color);
}

section,
.btn-outline-dark {
  border: 2px solid #000000;
  box-shadow: 4px 4px #000000;
  transition: all 0.4s;
  color:#000000;
  background-color:rgba(0,0,0,0);
}
.card {
background-color:blue;
  border: 2px solid #000000;
  box-shadow: 4px 4px #000000;
  transition: all 0.4s;
  color:red;
}

.btn-outline-dark:hover {
  box-shadow: 4px 4px var(--accent-color);
}



.navbar {
  background-color: #e6e6e6;
}

.navbar-nav .nav-link {
  color: #32343a;
  font-size: 1.1rem;
  transition: all 0.5s;
}
.navbar-nav .nav-link:hover {
  color: var(--accent-color);
}
@media screen and (min-width: 738px) {
  .navbar-nav .nav-item {
    padding: 0 1rem;
  }
    .fontdes {
        display:none;
    }
  .navbar-brand {
    font-size: 1.5rem;
  }
}

/* HERO */

section.hero {
  padding-top: 72px;
}
@media screen and (max-width: 738px) {
  section.hero {
    text-align: center;
  }
}

/* SERVICES */

section.services i {
  font-size: 2rem;
  margin: 1rem auto 0;
  border: 2px solid #000000;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
}

section .card {
  max-width: 22rem;
  margin-inline: auto;
}
/* ABOUT */
@media screen and (min-width: 738px) {
  section.about .container,
  section.testimonials .container {
    width: 60%;
  }
}

/* PROJECTS */
section.projects .card {
  max-width: 17rem;
  text-align: left;
}
section.projects .card img {
  max-width: 70%;
  margin: 1rem auto;
}

/* TESTIMONIALS */

section.testimonials .carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

section.testimonials .carousel-item p {
  max-width: 80%;
  border-left: 5px solid var(--accent-color);
  padding-left: 1rem;
  text-align: left;
}
section.testimonials .carousel-item h5 {
  text-align: left;
}
section.testimonials .carousel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.testimonials .carousel.carousel-fade .carousel-item {
  transition: opacity 0.5s;
}
/* CONTACT */
section.contact .social-media a {
  padding: 0 0.5rem;
  font-size: 1.3rem;
}


.bg-body-tertiary {
    background-color:  #000000 !important;
}

.amount {
  border: 1px solid rgba(214, 214, 221, 0.18);
}

body {
    font-family: 'Raleway';
}

@media screen and (max-width: 738px) {

.form {
    padding:0;
}
.form-top {
    padding:2px;
}

#hero .container-lg {
    padding:4rem 1rem;

}

.form button {
    width:80%;

    

}

}

.left {
    line-height:1;
}



.left, .coi {
padding:5px;
font-size:25px;

}

.network {
    display:flex;
    flex-direction:row;
    color:black;
    padding:5;
    text-align:right;
width: max-content;
margin-right: 0;
margin-left: auto;
padding: 0;

font-family: 'SUSE';  
font-weight: 500;

    
}

.ntw {
    font-weight:300;
    padding:3px;
    color:white;
    margin-right:2px;
    
}

#net2 {
  border-radius: 0 0 5px 5px;
  padding: 3px;
  background-color: rgba(29, 238, 218, 0.2);
  text-align: center;
  width: 77px;
  color: rgb(171, 239, 255);
  border: 1px solid rgb(29,230,218);
}


#net3 {
  border-radius: 0 0 5px 5px;
  padding: 3px;
  background-color: rgba(17, 230, 50, 0.18);
  text-align: center;
  width: 77px;
  border: 1px solid rgb(17, 230, 50);
  color: rgb(200, 255, 180);
}

.first {
background-color:white;
color:black;
}
.left {
font-family:'SUSE';
    text-align:right;
    padding-right:0.5rem !important;
    font-weight:400;
    line-height:1.2!important;
border-radius:10px;
border-top-right-radius:0;
border-bottom-right-radius:0;
}

.second {
    background:#0000030;
background-color:rgba(0,0,0,0.3);
color:white;
}

.coi {
min-width:85px;
font-weight:bold;

border-radius:0 10px 0 0;
}

.label-container {
display:flex;
text-align:center;
font-family:'Raleway';
font-weight:bold;

}
.cont-parn {
display:flex;
width:100%;
justify-content:center;

}
.contains-lab {
padding:15px;
width:100%;
}

.label-top-d {
font-weight:bold;
font-size:24px;
color:white;
}



 .left {  
     
     line-height:1; 
     
     
 } 
 
 
 .title {
     margin-top:1rem;
 }
 


.arrow {

    transform: translate(-50%, -50%);
    transform: rotate(270deg);


    margin: 2rem;
}


.arrow span {
    display: block;
    width: 1rem;
    height: 1rem;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: -10px;



    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-0px, -0px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(30px, 30px);
    }
}

@media screen and (max-width:738px)  {
    
    .network {
        text-align:center;
    }
    
    .cont-parn {
        flex-direction:column;
    }
    
    .arrow, .contains-lab {
        margin:auto;
        
    }
    .arrow {
        margin-left:48%;
    }
   

}


.row {
    align-content:center;
}


.crur-before {
white-space:nowrap;
font-family:'Raleway', sans-serif;
font-size:23px;
font-weight:300;
    margin-bottom:5px;
    
}

.crur {
color: #04ffff;
font-family: 'Raleway', sans-serif;
font-weight: 200
}

.crur-two {
    color: #23f54e;
font-family: 'Raleway', sans-serif;
font-weight: 200
}


@media screen and (max-width:738px){
    
    .crur-before  {
        font-size:16px;
        text-align:right;
    }
}



.disabledbtn {

   background-color:#646e79;
  background-color: rgba(94, 163, 223, 0.3);
  
}

.disabledbtn:hover{
 
   background-color:#646e79 !important;
  background-color: rgba(94, 163, 223, 0.3) !important;
  
}


.ddaeebot {
display:flex;
margin: auto;
justify-content: center;
gap: 3rem;
}

.bottomhead {
    color: white;
font-weight: bold;
font-family: sans-serif;
font-size: 15px;
}

.col-lg .card {
  height:100%;
  color:white;
  background:black;
  background:rgba(50, 51, 53, 0.84);
}
.bi-cup-hot-fill {
  background: rgba(195, 210, 217, 0.09);
  border-color: rgba(45, 64, 72, 0.9);
}

#error_s {
    margin-top:20px;
    margin-bottom:20px;
}


.back-btna {
  color: #a6b3ab;
font-weight: 600;
text-decoration: none;
font-size: 17px;
margin-left: -30px;
      display:flex;

  transition: color 2s ease;
}


@media screen and (max-width:738px){
  .back-btna {
    margin-left:20px;
    margin-top:10px;
    margin-right:auto;
    
  }
    .form {
        margin-bottom:5px;
    }
}

.back-btna:hover {
  color:white;
}

.row {
    flex-wrap:nowrap;
}
@media screen and (max-width:1200px){

.row {
flex-direction:column-reverse;

}
    .left-main {
        margin:auto;
        width:80%;
        margin-top:15px;
    }
    .fontdes {
        display:initial;
        text-align: center;
        
    }
    #deshmo {
        display:initial;
                text-align: center;
    }
    .suse-a {
        display:none;
    }
    .left-main img {
        display:none;
    }
}

.left-main {
width:40%;
}


.right-main {
width:100%;
max-width:738px;
margin:auto;
}


.left-tex {
    text-align:left !important;
}
h1,h2,h3,h4,h5,h6 {
color:#FFFFFF !important;
font-family:'SUSE', sans-serif;
font-weight:500;
}


.card-title {
color:#FFFFFF;
}

p {
color:#e7e6e6;
}

button {
color:#0000FF;
}




.emailm {
font-size:1.4rem;
}

button {
        transition: all 0.25s ease-out;

}

.form {
  border-radius: 20px;
  box-sizing: border-box;
  max-height: 580px;
  padding: 20px;
  width: 650px;
  max-width:100%;
  margin:auto;
  
  margin-left:0;
   
}
.form-top {
  background-color: #1A1D22;
  background-color:rgba(26, 29, 34, 0.86);
  padding:20px;
  box-sizing: border-box;
  border: 2px solid rgba(220, 251, 253, 0.34);


  width: 100%;

}

.title {
  color: #eee;
      font-family: 'Raleway', sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}

.subtitle {
  color: #eee;
      font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.ic1 {
  margin-top: 40px;
}

.two1 {
margin-left:auto;
margin-right:auto;
padding: 0 5 5 5;
margin-top:40px;
}
.ic2 {
  margin-top: 20px;
}

.input {
  background-color: #303245;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
  font-family: 'SUSE', sans-serif !important;
}

.cut {
  background-color:rgba(26, 29, 34, 0.86);
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 100px;
  
}
.cut-long {
width:126px;
}

.cut-middle {
width:80px
}

.cut-short {
  width: 50px;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}

.placeholderlabel {
    font-weight:bold;
  color: rgba(255,255,255,0);
      font-family: 'Raleway', sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;

}

.placeholders {
  color: #eee;
      font-family: 'Raleway', sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
    transform: translateY(-30px) translateX(10px) scale(0.75);

}

.input:focus ~ .placeholderlabel,
.input:not(:placeholder-shown) ~ .placeholderlabel {
  transform: translateY(-30px) translateX(10px) scale(0.75);
  font-size: 18px;

}

.input:not(:placeholder-shown) ~ .placeholderlabel {
  color: #eee;
    font-size: 18px;
}

.input:focus ~ .placeholderlabel {
  color: #dc2f55;
  font-size: 18px;
  }

.submit {
  background-color: #08d;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  // outline: 0;
  text-align: center;
  width: 100%;
  font-weight:600;
}

.submit:active {
  background-color: #06b;
}

.drop {

margin-left:auto;
margin-right:auto;

margin-top:30px;
    height:auto;
}

.selection {
width:50%;
}

.address {
font-color:#fff;
}

.selt {
font-weight:600;
background-color:#2D3748;
border-radius:22px;
height:57px;
}
.amount {

height:57px;
}
.refund {
background-color:#202131;
margin-top:20px;
}



.wrapper {
        font-family: 'Raleway', sans-serif;
    color: #ffffff;
    min-width:15rem;
    text-align: left;
    font-size: 16px;
    width: 70%;

    margin: auto;
    margin-top:25px;
    }
.wrapper .plan {
    margin: 0;
    width: 100%;
        border-radius:2em;
    position: relative;
    float: left;
    background-color: #262626;
    border: 3px solid #2C2F33;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.wrapper .plan:hover, wrapper .plan.hover {
    background-color: #1c1c1c;
}
.wrapper .plan:hover img, wrapper .plan.hover img  {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.form button:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.02);
    background-color:red;
}

.wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.wrapper header {
    position: relative;
    padding: 20px 10px;
}
.wrapper header img {
    font-size: 56px;
    margin: 0 15px;
    color: #f39c12;
    display: inline-block;
    float: left;
}
.wrapper .plan-title {
    top: 0;
    font-size:1.2em;
    font-weight: 800;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.wrapper .plan-cost {
    margin: 0;
    opacity: 0.2;
}
.wrapper .plan-price {
        font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 1.3em;
}
.wrapper .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}
.wrapper .plan-features {
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
    list-style: outside none none;
    font-size: 1em;
    text-align: left;
}
.wrapper .plan-features li {
    padding: 5px 5%;
    font-weight: 500;

    border-left: 5px solid #f39c12;
    margin: 2px 20px;
}
.wrapper .plan-select {
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}
.wrapper .plan-select a {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    margin: 20px;
    border-radius: 40px;
    font-size: 0.75em;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    background-color: #f39c12;
}
.wrapper .plan-select a:hover {
    background-color: #262626;
}
.wrapper .featured {
    margin-top: -10px;
    background-color: #262626;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.wrapper .featured .plan-select a {
    margin: 30px 20px;
}
@media only screen and (max-width: 738px) {
    .wrapper .plan {
        width: 50%;
    }
    .wrapper .plan-title, .wrapper .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .wrapper .plan-select a, .wrapper .featured .plan-select a {
        margin: 20px;
    }
    .wrapper .featured {
        margin-top: 0;
    }
}

#deshmo {
display:none;
}

.sub-bck {
    width:50% !important;
}



.ic-image {
width:62px;
height:62px;

}

@media (max-width: 738px) {

.left-main {
width:100%;
padding-left:0;
}


.wrapper {
width:100%;


}
    .wrapper .plan {
        width: 100%;
    }

.right-main {
width:100%;
padding:5px;
    
}

#desh1 {
display:none;
}
#deshmo {
display:inherit;
justify-content:center;
}



}




.inpute {
  color:white; 
}
.selection {
  color:white;
}
/* temporary colors to see  */



:root {
  --accent-color: #f5a841;
}

section [class^="container"] {
  padding: 4rem 2rem;
}
@media screen and (min-width: 738px) {
  section [class^="container"] {
    padding: 4rem;
  }
  nav [class^="container"] {
    padding: 0 4rem;
  }
}

section:not(:first-of-type) {
  text-align: center;
background:rgba(255,255,255,0.1);
}

section:nth-child(2n) {
 background: rgb(34,38,45);
background: linear-gradient(165deg, rgba(34,38,45,0.5) 0%, rgba(27,31,40,0.5) 25%);  
}

body {
    background-image:url("https://vigorswap.io/images/b.jpg");
      background-repeat: no-repeat;
    
        background-size: cover;
        background-position: top center;
    
}

.container a {
  color: #000000;
  text-decoration: none;
}
.container a:hover {
  color: var(--accent-color);
}

section,
.btn-outline-dark {
  border: 2px solid #000000;
  box-shadow: 4px 4px #000000;
  transition: all 0.4s;
  color:#000000;
  background-color:rgba(0,0,0,0);
}

.card {
background-color:blue;
  border: 2px solid #000000;
  box-shadow: 4px 4px #000000;
  transition: all 0.4s;
  color:red;
}

.btn-outline-dark:hover {
  box-shadow: 4px 4px var(--accent-color);
}



.navbar {
  background-color: #e6e6e6;
}

.navbar-nav .nav-link {
  color: #32343a;
  font-size: 1.1rem;
  transition: all 0.5s;
}
.navbar-nav .nav-link:hover {
  color: var(--accent-color);
}
@media screen and (min-width: 738px) {
  .navbar-nav .nav-item {
    padding: 0 1rem;
  }
    .fontdes {
        display:none;
    }
  .navbar-brand {
    font-size: 1.5rem;
  }
}

/* HERO */

section.hero {
  padding-top: 72px;
}
@media screen and (max-width: 738px) {
  section.hero {
    text-align: center;
  }
}

/* SERVICES */

section.services i {
  font-size: 2rem;
  margin: 1rem auto 0;
  border: 2px solid #000000;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
}

section .card {
  max-width: 22rem;
  margin-inline: auto;
}
/* ABOUT */
@media screen and (min-width: 738px) {
  section.about .container,
  section.testimonials .container {
    width: 60%;
  }
}

/* PROJECTS */
section.projects .card {
  max-width: 17rem;
  text-align: left;
}
section.projects .card img {
  max-width: 70%;
  margin: 1rem auto;
}

/* TESTIMONIALS */

section.testimonials .carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

section.testimonials .carousel-item p {
  max-width: 80%;
  border-left: 5px solid var(--accent-color);
  padding-left: 1rem;
  text-align: left;
}
section.testimonials .carousel-item h5 {
  text-align: left;
}
section.testimonials .carousel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.testimonials .carousel.carousel-fade .carousel-item {
  transition: opacity 0.5s;
}
/* CONTACT */
section.contact .social-media a {
  padding: 0 0.5rem;
  font-size: 1.3rem;
}


.bg-body-tertiary {
    background-color:  #000000 !important;
}

.amount {
  border: solid #434453;
}

body {
    font-family: 'Raleway';
}

@media screen and (max-width: 738px) {

.form {
    padding:0 3px;
}
.form-top {
    padding:2px;
}

#hero .container-lg {
    padding:4rem 1rem;

}

.form button {
    width:80%;

    

}

}

.left {
    line-height:1;
}



.left, .coi {
padding:5px;
font-size:25px;

}

.network {
    display:flex;
    flex-direction:row;
    color:black;
    padding:5;
    text-align:right;
width: max-content;
margin-right: 0;
margin-left: auto;
padding: 0;

font-family: 'SUSE';  
font-weight: 500;

    
}

.ntw {
    font-weight:300;
    padding:3px;
    color:white;
    margin-right:2px;
    
}

#net2 {
  border-radius: 0 0 5px 5px;
  padding: 3px;
  background-color: rgba(29, 238, 218, 0.2);
  text-align: center;
  width: 85px;
  color: rgb(171, 239, 255);
  border: 1px solid rgb(29,230,218);
}


#net3 {
  border-radius: 0 0 5px 5px;
  padding: 3px;
  background-color: rgba(17, 230, 50, 0.18);
  text-align: center;
  width: 85px;
  border: 1px solid rgb(17, 230, 50);
  color: rgb(200, 255, 180);
}

.first {
background-color:white;
color:black;
}
.left {
font-family:'SUSE';
    text-align:right;
    padding-right:0.5rem !important;
    font-weight:400;
    line-height:1.2!important;
border-radius:10px;
border-top-right-radius:0;
border-bottom-right-radius:0;
}

.second {
    background:#0000030;
background-color:rgba(0,0,0,0.3);
color:white;
}

.coi {
min-width:85px;
font-weight:bold;

border-radius:0 10px 0 0;
}

.label-container {
display:flex;
text-align:center;
font-family:'Raleway';
font-weight:bold;

}
.cont-parn {
display:flex;
width:100%;
justify-content:center;

}
.contains-lab {
padding:15px;
width:100%;
}

.label-top-d {
font-weight:bold;
font-size:24px;
color:white;
}



 .left {  
     
     line-height:1; 
     
     
 } 
 
 
 .title {
     margin-top:1rem;
 }
 


.arrow {

    transform: translate(-50%, -50%);
    transform: rotate(270deg);


    margin: 2rem;
}


.arrow span {
    display: block;
    width: 1rem;
    height: 1rem;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: -10px;



    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-0px, -0px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(30px, 30px);
    }
}

@media screen and (max-width:738px)  {
    
    .network {
        text-align:center;
    }
    
    .cont-parn {
        flex-direction:column;
    }
    
    .arrow, .contains-lab {
        margin:auto;
        
    }
    .arrow {
        margin-left:48%;
    }
   

}


.row {
    align-content:center;
}


.crur-before {
white-space:nowrap;
font-family:'Raleway', sans-serif;
font-size:23px;
font-weight:300;
    margin-bottom:5px;
    
}

.crur {
color: #04ffff;
font-family: 'Raleway', sans-serif;
font-weight: 200
}

.crur-two {
    color: #23f54e;
font-family: 'Raleway', sans-serif;
font-weight: 200
}


@media screen and (max-width:738px){
    
    .crur-before  {
        font-size:16px;
        text-align:right;
    }
}



.disabledbtn {

   background-color:#646e79;
  background-color: rgba(94, 163, 223, 0.3);
  
}

.disabledbtn:hover{
 
   background-color:#646e79 !important;
  background-color: rgba(94, 163, 223, 0.3) !important;
  
}


.ddaeebot {
display:flex;
margin: auto;
justify-content: center;
gap: 3rem;
}

.bottomhead {
    color: white;
font-weight: bold;
font-family: sans-serif;
font-size: 15px;
}

.col-lg .card {
  height:100%;
  color:white;
  background:black;
  background:rgba(50, 51, 53, 0.84);
}
.bi-cup-hot-fill {
  background: rgba(195, 210, 217, 0.09);
  border-color: rgba(45, 64, 72, 0.9);
}

#error_s {
    margin-top:20px;
    margin-bottom:20px;
}


.back-btna {
  color: #a6b3ab;
font-weight: 600;
text-decoration: none;
font-size: 17px;
margin-left: -30px;
      display:flex;

  transition: color 2s ease;
}


@media screen and (max-width:738px){
  .back-btna {
    margin-left:20px;
    margin-top:10px;
    margin-right:auto;
    
  }
    .form {
        margin-bottom:5px;
    }
}

.back-btna:hover {
  color:white;
}

.row {
    flex-wrap:nowrap;
}

@media screen and (max-width:1000px){
footer {
  word-wrap:anywhere;
}

footer .mt-5 {
  margin:auto;
  margin-top:0;
}

.ddaeebot {
  flex-direction: column;
}
.services .col-lg {
margin-left:auto;
margin-right:auto;
}

}

@media screen and (max-width:1200px){

.row {
flex-direction:column-reverse;

}
    .left-main {
        margin:auto;
        width:80%;
        margin-top:15px;
    }
    .fontdes {
        display:initial;
        text-align: center;
        
    }
    #deshmo {
        display:initial;
                text-align: center;
    }
    .suse-a {
        display:none;
    }
    .left-main img {
        display:none;
    }
}


@media screen and (max-width:1000px) {
.ss-content {
  height:250px;

    border-top-left-radius:0;
  border-top-right-radius:0;
}
.ss-option{
  color:white !important;
  font-family:'Raleway' !important;
  font-weight:500;
}
.ss-values {
  overflow:hidden;

}
.ss-single {
min-width:150px;
max-width:200px;
overflow:hidden;
text-align:left;
font-family:'Raleway' sans-serif;
font-weight:500;
}
  }

@media screen and (min-width:1000px) {
  .ss-search {
padding: 0 0 10px 0;
  }
.ss-content {
  height:400px;
  padding: 0 20px;
  border-top-left-radius:0;
  border-top-right-radius:0;

}
.ss-option{
  color:white !important;
  font-family:'Raleway' !important;
  font-weight:500;
}
.ss-values {
  overflow:hidden;

}
.ss-single {
min-width:150px;
max-width:200px;
overflow:hidden;
text-align:left;
font-family:'Raleway' sans-serif;
font-weight:500;
}
  
  .two1 {
    margin-bottom:20px;
  }
  }

.inpute {
}

.selection {
margin-top:auto;
}

.col-lg {      margin-left: auto; margin-right: auto; }
.cut-short-top{margin-top:17px;}