
  
  /* Left Column */

  
  .content-left h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
  }
  
  .firstp, .secp {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #666;
  }
  
  .firstp {
    margin-bottom: 15px;
  }
  
  .content-left button {
    padding: 10px 20px;
    background-color: #f0f7ff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #0056b3;
  }
  
  /* Right Column */

  
  .secimg3 img {
    width: 100%;
    max-width: 560px;
    height: auto;
    padding: 50px;
  }
  


  
/* General styles for the section */
.sec2 {
  background-color: #f9f9f9;
  padding: 100px 0;
  padding-top: 30px;
  }
  .sec2 a{
    text-decoration: none;
    color: white;
  }
  

  
  /* Image Section Styling */
  .image-container {
    max-width: 60%;
    border-radius: 50px;
    overflow: hidden;
    /* box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15); */
     /* 3D shadow effect */
    transition: transform 0.3s ease-in-out;
  }

  

  /* Text Section Styling */
  .text-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
  }
  
  .text-container h1 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .text-container p {
    font-size: 18px;
    color: #555;
  }
  
  .social-follow {
    display: inline-block;
    background-color: #3b5998 !important; /* Facebook blue */
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 16px;
  }
  
  .social-follow i {
    margin-right: 5px;

  }
  .seccol1 .card{
    border: none;
     width: 500px;
  }
  
  /* Followers Section Styling */
  .followers-container {
    text-align: right;
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
  }
  .fa-facebook-f{
    color: white ;
  }
  
  .followers {
    color: white;
    font-size: 12px;
    border: 1px solid #f8f9fa;
    padding: 5px 14px;
    border-radius: 50px;
    margin: auto;
    background: #ff9b09;
    /* width: 91px; */
}
  /* Follow box with rounded borders */
  .follow-box {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 25px;
    margin-top: 10px;
    color: white;
    font-size: 11px;
    background: dodgerblue;
}
  
  .follow-box i {
    margin-right: 8px;
  }
  
  /* Video Section Styling */
  iframe {
    border-radius: 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }


  
  /* Heading Styling */
  .textdiv h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
  }
  
  /* Paragraph Styling */
  .textdiv p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
  }
  .sec2 .card-body{
    padding: 29px;
    border:none;
  }
  .sec2 .card{
    padding: 10px;
    width: 100%;
  }
.btn2{
    background-color: dodgerblue;

    color:white;
}
  
/* General Styling for the Section */
.sec3 {
    background-color: #f8f8f8; /* Light background color */
    padding: 100px 0; /* Space at the top and bottom */
  }
  
  /* Container for responsiveness */
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Row styling for alignment */
  .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  

  

  .sec3 h1 {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
 .sec3  p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
  }
  
  .sec3 p:last-of-type {
    margin-top: 15px; /* Adding margin to the second paragraph */
  }
  
  
  
 
  .slider-container {
    width: 80%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.logo-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.logo-slide {
    min-width: 150px;
    margin: 0 10px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.logo-slide img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
}

.logo-slide p {
    font-size: 14px;
    color: #333;
}



.prev {
    left: 10px;
    transform: translateY(-50%);
}

.next {
    right: 10px;
    transform: translateY(-50%);
}

/* Container styling */
.numCount {
  padding: 60px 0;
  background-color: #f4f7fc;
  font-family: 'Arial', sans-serif; /* Professional font */
  background: linear-gradient(
    rgba(0, 0, 0, 0.6),  /* Dark overlay */
    rgba(0, 0, 0, 0.6)   /* Dark overlay */
  ),
  url('images/nftbgimg.jpg'); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* Card styling */
.numCount .card {
  border: none;
  border-radius: 15px; /* Slightly rounded corners for modern feel */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Softer shadow */
  background: linear-gradient(135deg, #87CEEB, #000080); /* Skyblue to Navy Blue gradient */
  color: white;
  transition: all 0.3s ease;
  height: 150px; /* Uniform height for cards */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically center content */
  align-items: center;
  margin-bottom: 20px;

  padding: 5px; /* Padding for consistency */
}



/* Hover effect */
.numCount .card:hover {
  transform: translateY(-15px); /* Subtle lifting effect */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); /* Slightly larger shadow */
}

/* Card body styling */
.numCount .card-body {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Card title (text) styling */
.numCount .card-title {
  font-size: 10px; /* Smaller text for titles */
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8); /* Lightened color */
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/* Count number styling */
.numCount .count {
  font-size: 1.5rem; /* Increased font size for number counter */
  font-weight: bold;
  margin-top: 10px;
  color: white;
  letter-spacing: 1px;
}
.wrapper{
  padding: 60px 0;
  background-color: #f4f7fc;
  font-family: 'Arial', sans-serif; /* Professional font */
  background: linear-gradient(
    rgba(0, 0, 0, 0.6),  /* Dark overlay */
    rgba(0, 0, 0, 0.6)   /* Dark overlay */
  ),
  url('images/nftbgimg.jpg'); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.wrapper h2{
  text-align: left !important;
  font-size: 41px;
  color: white;
}

.wrapper .img-fluid{
  width: 200px;
  height: 100px;
  padding: 5px;
}

.hello1{
  /* padding: 100px 0px; */
}

.hello1 p{
font-size: 15px;

}
.hello1 h1{
text-transform: capitalize;
}


/* Styling for the section */
.bgsec {
  padding: 80px 0; /* Add top and bottom padding for spacing */
  background: linear-gradient(
      rgba(0, 0, 0, 0.8),  /* Dark overlay */
      rgba(0, 0, 0, 0.8)   /* Dark overlay */
    ),
    url('images/bgimg2.jpg'); /* Background image */
  background-size: cover;
  background-position: center;
  color: white; /* Text color */

}

/* Heading styling */
.bgsec h1 {
  font-size: 2.5rem; /* Larger font for the main heading */
  font-weight: bold;
  margin-bottom: 20px; /* Space between heading and paragraph */
  letter-spacing: 1px; /* Slight letter-spacing for emphasis */
  text-transform: uppercase; /* Capitalize all letters */
  color: white;
}

/* Paragraph styling */
.bgsec p {
  font-size: 1rem; /* Slightly bigger text for better readability */
  line-height: 1.6; /* Adjust line-height for better spacing */
  margin-bottom: 30px; /* Space between paragraph and button */
  color: rgba(255, 255, 255, 0.8); /* Slightly lighter color */
}

/* Button styling */
.bgsec button {
  background-color: #ff9b09; /* Primary button color */
  color: white;
  font-size: 1rem; /* Button text size */
  padding: 12px 30px; /* Padding for the button */
  border: none;
  border-radius: 10px; /* Rounded corners for a modern look */
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.bgsec button:hover {
  background-color: #4e5b9d; /* Darker shade on hover */
  transform: translateY(-5px); /* Slight lift effect */
}

.bgsec button:focus {
  outline: none; /* Remove the focus outline */
}


.footer {
  background: linear-gradient(135deg, #050505, #111);
  color: white;
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

/* Blurred Glass Effect */
.footer::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  background: rgba(255, 0, 255, 0.3);
  filter: blur(120px);
  z-index: 0;
}



/* Footer Grid */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

/* Footer Title */
.footer-title {
  font-size: 28px;
  font-weight: bold;
  background: linear-gradient(90deg, #d33939, #ff8a00);
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
}

/* Section Titles */
.footer-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ff8a00;
}

/* Footer Text */
.footer-text {
  color: #aaa;
  font-size: 15px;
  line-height: 1.6;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #bbb;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  position: relative;
}

.footer-links a:hover {
  color: #9c0505;
  text-shadow: 0 0 10px #9e0b17;
}

/* Newsletter */
.newsletter-form {
  display: flex;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.newsletter-form input {
  flex: 1;
  padding: 12px;
  border: none;
  background: transparent;
  color: white;
  outline: none;
  font-size: 16px;
}

.newsletter-form button {
  background: #ff0000;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.newsletter-form button:hover {
  background: #ff8a00;
  transform: scale(1.05);
}

/* Footer Bottom */
.footer-bottom {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #bbb;
  border-top: 1px solid #222;
  padding-top: 20px;
}

/* Social Icons */
.social-icons {
  margin-top: 10px;
}

.social-icons a {
  color: white;
  font-size: 24px;
  margin: 0 12px;
  transition: 0.3s ease-in-out;
  position: relative;
}

.social-icons a:hover {
  color: #b61b1b;
  text-shadow: 0 0 15px #ff00ff;
  transform: scale(1.2);
}




.customerlogs  {

    padding: 100px 0; /* Add top and bottom padding for spacing */
    background: linear-gradient(
        rgba(0, 0, 0, 0.8),  /* Dark overlay */
        rgba(0, 0, 0, 0.8)   /* Dark overlay */
      ),
      url('images/nft2.jpg'); /* Background image */
    background-size: cover;
    background-position: center;
  

  
}
.customerlogs h1{
  font-size: 50px;
  color: white !important;

}
.customerlogs p{
  color: white !important;
}
.customerlogs a{
display: inline-block;
color: red;

  text-decoration: none;

}
.customerlogs i{
display: inline-block;
color: red;
 
}

.customerlogo img {
width: 180px;
  height: 100px;
  padding-top: 22px;
object-fit: cover;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.customerlogo img:hover {
  transform: scale(1.1);
  filter: brightness(0.9);
}




.customerlogs h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

body,html{
  overflow-x: hidden;
  overflow-y: none;
}

.googleicons{
  width: 15px;
  margin-bottom: 2px;
}



@media screen and (min-width:300px) and (max-width:768px) {

  #navbarSection {
    transition: all 0.3s ease;
}

.sticky {
    position: fixed;
    top: 0;
    border-radius:0px;
    width: 100%;
  
    z-index: 9999;

background: #fff !important;
}

  .seccol1 img{
    width: 100%;

    box-shadow: none;

    background:none;
  }
  .get-touch{
    text-align: left;
  }
  .seccol1 .card{
   width: 100%;
  }
  .bgsec h1{
    font-size: 24px
  }
  .bgsec p{
    font-size: 14px
  }
  .sec2{
padding: 5px;
padding-bottom: 40px;
  }
  .bgsec{
    padding: 6px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .bgsec button{
    margin-bottom: 17px;
    margin-top: -10px;
  }
  .sec3{
    padding: 6px;
  }
    .sec3 img {
        padding: 6px;
        padding-top: 30px;
        padding-bottom: 20px;
        display: block;
        margin: auto;
    }

  .sec3 h1{
    font-size: 26px;
  }
  .hello1{
    padding: 6px;
    padding-bottom: 30px;
  }
  .secimg3 img {
    padding: 30px;
  }
  .hello1 h1{
    font-size: 24px;
  }
  .wrapper h2{
    font-size: 26px;
  }
  .inptBtn{
    margin-bottom: 17px !important;
  }
  .carousel-item img{
height: 18vh !important;
  }

}

@media screen and (min-width:768px ) and (max-width:800px) {
  .bgsec{
    padding: 30px 0;
  }
  .bgsec h1{
    text-align: center;
    font-size: 28px;
  }
  .bgsec p{
    text-align: center;
  
  }
  .bgsec button{
    text-align: center;
    display: block;
    margin: auto;
  
  }
  .follow-box{
    padding: 5px 10px;
  }
}
@media screen and (min-width:820px ) and (max-width:1024px) {
  .sec2 iframe{
    width: 100%;
  }
  .seccol1 .card{
width: auto;

  }
 

.sec3 {
  background-color: #f8f8f8;
  padding: 30px 0;
}
.sec3 h1{
  font-size: 28px;
}
.hello1{
  padding: 30px 0;
}
.hello1 h1{
  font-size: 28px;
}
.wrapper h2{
  font-size: 25px;
}

.bgsec h1{
  text-align: center;
  font-size: 28px;
}
.bgsec p{
  text-align: center;

}
.bgsec button{
  text-align: center;
  display: block;
  margin: auto;

}
.sec4img iframe {
  width: 350px !important;
  height: 327px !important;
  padding: 0px !important;
}
}


    
.slick-prev, .slick-next{
  background-color: red;
}

:root {
  --color-1: #ee7344;
  --color-2: #d1d4db;
}

.slick-prev::before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  border-radius: 50px;
  opacity: .75;
  width: 60px;
  height: 90px;
  background: red;
  color: white;
  -webkit-font-smoothing: antialiased;
  padding: 7px;
  width: 50px;
  -moz-osx-font-smoothing: grayscale;
}
.wrappers{
    padding: 60px 0;
}

.wrappers main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}

.wrappers #main-container {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 6px 0 15px rgba(0, 0, 0, 0.4);
  padding: 30px 40px;
  width: 100%;
}

.wrappers .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.wrappers .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  vertical-align: -40%;
  margin-right: 5px;
}

.wrappers .switch input {
  display: none;
}

.wrappers .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-1);
  border-radius: 34px;
  transition: 0.1s;
}

.wrappers .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 28px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.1s;
}

.wrappers input:checked + .slider:before {
  transform: translateX(-25.2px);
  box-shadow: 0 0 2px #2196f3;
}

.wrappers input:checked + .slider {
  background-color: var(--color-2);
}
.mcbook{
  width: 300px;
  height: auto;
}

.wrappers .decorated {
  display: inline-block;
  color: var(--color-1);
  font-size: 18px;
  white-space: nowrap;
  position: relative;
}

.wrappers .decorated::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  left: -10px;
  bottom: -47px;
  position: absolute;
  background-image: url("https://assets.codepen.io/9277864/underline-1.svg");
  background-repeat: no-repeat;
  transform: rotate(6.19rad);
}

.wrappers .pricing-plan {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.wrappers .plan {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.4);
  padding: 23px;
  min-width: 220px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-direction: column;
}

.wrappers .plan:hover,
.wrappers .button:hover {
  transform: scale(1.009);
}

.wrappers .price {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 20px;
}

.wrappers .whole {
  font-weight: bold;
  font-size: 35px;
}

.wrappers .cent {
  font-weight: bold;
}

.wrappers .button {
  color: white;
  text-decoration: none;
  background-color: var(--color-1);
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 9px 20px;
  border-radius: 6px;
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}

.wrappers .title {
  font-weight: 600;
  margin-bottom: 12px;
}

.wrappers ul {
  list-style-type: none;
}

.wrappers ul li {
  margin-bottom: 8px;
}



.wrappers .first-cut {
  display: flex;
  flex-direction: column;
}

.wrappers .best {
  position: relative;
}

.wrappers .popular {
  position: absolute;
  top: -65px;
  right: -57.5px;
  width: 100px;
  height: 200px;
  overflow: hidden;
  transform: rotate(-45deg);
}

.wrappers .inner {
  transform: rotate(45deg);
  background-color: #00ba96;
  width: 100px;
  height: 100px;
  top: 20px;
  left: -50px;
  position: relative;
  border-top-right-radius: 10px;
}



.wrappers .popular p {
  font-weight: bold;
  font-size: 18px;
  transform: rotate(46deg) translate(50px, -4px);
  color: white;
}

.wrappers li:last-child {
  display: flex;
  align-items: flex-end;
}

.wrappers li:last-child::before {
  align-self: center;
}

.wrappers .label {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 12px;
  background-color: #445566;
  color: white;
  border-radius: 6px;
}

.wrappers .tooltip:hover {
  cursor: help;
}
.button1,.button3{
    background:none !important;
    border: 1px solid #ee7344;
    color: black !important;
}



@media only screen and (max-width: 870px) {
  .wrappers .first-cut {
    gap: 0;
    flex-direction: column;
  }

  .wrappers .plan {
    flex-direction: column;
  }

  .wrappers .button {
    /*     width: 75%; */
  }
}

@media only screen and (max-width: 620px) {
  .wrappers .plan {
    padding: 16px;
  }

  .wrappers #main-container {
    padding: 20px;
  }

  .wrappers .button {
    width: 100%;
  }
}

.sec4img iframe{
  width: 600px;
  height: 400px;
}
.section4 h1{
color: white;
font-size: 40px;
color: white;
}
.section4 p{
font-size: 13px;
}
.section4 .step {
padding: 10px;
display: flex;
flex-direction: row;
justify-content: flex-start;
background-color: cream;
}

.v-stepper {
position: relative;
}

/* Numbered Circle */
.step .circle {
background-color: white;
border: 3px solid gray;
border-radius: 100%;
width: 30px;    /* +6 for border */
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 16px;
color: gray;
}

/* Line connecting the steps */
.step .line {
top: 30px;
left: 14px;
height: 100%;
position: absolute;
border-left: 1px solid lightgray !important;
}

/* Completed Step: Add Checkmark or Number */
.step.completed .circle {
visibility: visible;
background-color:  #ff8a00;;
border-color:  #ff8a00;;
color: white;
}

.step.completed .circle:before {
content: '';
}

/* Completed Line */
.step.completed .line {
border-left: 3px solid rgb(6, 150, 215);
}

/* Active Step: Blue Circle */
.step.active .circle {
visibility: visible;
border-color: rgb(6, 150, 215);
}

/* Empty Step: Hidden Circle */
.step.empty .circle {
visibility: hidden;
}

.step.empty .line {
top: 0;
height: 150%;
}

/* Hide Line for Last Step */
.step:last-child .line {
border-left: 3px solid white;
z-index: -1;
}

/* Content Style */
.content {
margin-left: 20px;
display: inline-block;
}

.section4 .content h5 {
color: #17C2ED;
}

.section4 .content p {
color: white;
}


.section4{
background-color: #00112b;

padding: 50px;
}
.sec2 iframe{
  width: 100%;
  height: 278px;
  border-radius: 5px;;
}


@media screen and (min-width:300px ) and (max-width:768px) {
.sec4img iframe{
width: 100%;

margin-top: 20px;
}
.section4{
  padding: 15px;
}
.section4 h1{
  font-size: 26px;
}
.wrappers .plan {
    
  transition: ease-in 0.2s;
    color: white;
width: 100%;
  
}
.sec2 .card-body{
  padding: 5px;

}
.sec2 .card{
  margin-top: 20px;
  margin-bottom: 20px;
}

}


.contact-ul li{
    list-style: none;
}
.contact-sec {
  align-items: center;
  display: flex;
  background-color: #5cbde466;
}

.contact-sec .contact-ul li,
.contact-ul b {
  font-size: 20px;
  margin: 10px 0;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  word-wrap: break-word;
}

.contact-sec .contact-ul i {
  font-size: 18px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
}
.contact-detail a {
  color: #000;
  text-decoration: none;
}

.contact-sec .contact-ul li b:hover {
  color: #f93;
}

.contact-sec .contact-ul li .fa-location-dot {
  color: #f44337;
  border: 2px solid #f4433790;
}

.contact-sec .contact-ul li .fa-phone {
  color: #00b055;
  border: 2px solid #00b05590;
}

.contact-sec .contact-ul li .fa-envelope {
  color: #ff6347;
  border: 2px solid #ff634790;
}

.contact-detail span {
  width: 400px;
  display: flex;
  justify-content: center;
}
.contact-detail span a {
  font-size: 20px;
  padding: 6px 12px;
  color: #000;
  border-radius: 50%;
  margin: 0px 5px;
}
.contact-detail span .fb {
  color: #3b5998;
  border: 3px solid #3b5998;
}
.contact-detail span .fb:hover {
  color: #fff;
  background-color: #3b5998;
}

.contact-detail span .insta {
  color: #833ab4;
  border: 3px solid #833ab4;
}
.contact-detail span .insta:hover {
  color: #fff;
  background-color: #833ab4;
}

.contact-detail span .twitter {
  color: #00acee;
  border: 3px solid #00acee;
}
.contact-detail span .twitter:hover {
  color: #fff;
  background-color: #00acee;
}

form.contFrm {
  max-width: 396px;
  margin: auto;
}

.inptFld {
  width: 100%;
  height: 50px;
  border: 0;
  margin: 0 0 10px;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
}

.inptFld:focus {
  outline-offset: -4px;
  outline: 1px solid #f93;
}

.contFrm textarea {
  height: 75px;
  padding-top: 5px;
}
.inptBtn {
  height: 50px;
  border: 0;
  background: #ff9b09;;
  font-size: 14px;
  color: #fff;
  margin: auto;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
  max-width: 200px;
}

/* Responcive css Start */

@media (max-width: 991px) {
  .sec-pad {
    padding: 20px 0 0px;
  }

  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 18px;
  }

  .contact-sec .contact-ul i {
    font-size: 14px;
    padding: 6px;
    margin-right: 6px;
  }

  .inptFld {
    height: 40px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-detail span {
    width: auto;
  }
  .contact-detail span a {
    font-size: 18px;
    padding: 5px 10px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px 20px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 26px;
    font-weight: 500;
  }

  .contact-sec .contact-ul i {
    border: none;
  }
  .inptFld {
    height: 36px;
    margin: 0 0 8px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 16px;
  }
}
