@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

@font-face {
  font-family: "montserratbold";
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-bold-webfont.woff") format("woff");
}

@font-face {
  font-family: "montserratextrabold";
  src: url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
}

@font-face {
  font-family: "montserratregular";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-regular-webfont.woff") format("woff");
}

body {
  font-family: "montserratregular", "Arial", sans-serif;
  font-weight: normal;
  color: #444;
  background-color: #f4f6f9;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h1 {
  font-family: "montserratextrabold", sans-serif;
  font-weight: bold;
  font-size: 4vh;
  color: #0d6efd;
  margin-bottom: 15px;
  text-transform: uppercase;
}

p {
  color: #666;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 2.5vh;
}

.logo-1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.profile-image {
  width: 34vh;
  height: auto;
}
.bg-head {
  background: #fff;
  position: fixed;
  top: 0;
}

.profile-image-1 {
  width: 13vh;
  height: 13vh;
  border-radius: 50%;
  border: 1px solid #0d6efd;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-image-1:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.Flexible {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5vh;
  margin-block: 25px;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.Flexible:hover {
  transform: translateY(-5px);
}

.car-1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 25vh;
}

.btn-1 {
  border-radius: 8px;
  padding: 1px 20px;
  text-align: center;
  transition: background 0.3s ease;
}

.btn-1 a {
  text-decoration: none;
  color: #fff;
  font-size: 3vh;
  transition: color 0.3s ease;
}

.btn-1 a:hover {
  color: #000;
}

.footer-1 {
  padding: 20px 30px;
  background: #0d6efd;
  text-align: center;
  color: #fff;
  margin-top: 50px;
}

.footer-1 a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-1 a:hover {
  color: #02c39a;
}

.aston {
  background: #fff;
  padding: 4vh 8vh;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  margin-block: 12px;
}

.aston:hover {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}
.ast a {
  font-weight: 400;
  color: #00a6f4;
  margin-bottom: 15px;
  text-decoration: none;
}

.bst a {
  font-weight: 400;
  color: #00a6f4;
  margin-bottom: 15px;
  text-decoration: none;
}

.rohan h3 {
  color: #00a6f4;
  font-size: 20px;
  font-weight: bolder;
}
h3 {
  color: #00a6f4;
  font-size: 1.50rem;
}
span a {
  font-size: 15px !important;
  text-transform: lowercase !important;
  text-align: center !important;
  display: block;
}
.spa{
	font-weight: bolder;
}

.pvt{
	font-weight: bolder;
}
span.span-a a {
    font-size: 16px !important;
    margin-bottom: 0px;
}

a.pb-3.ashto {
    font-weight: bolder;
    font-size: 5vh;
}

span.rohan {
    font-size: medium;
}

@media screen and (max-width: 768px) {
  .profile-image {
    width: 24vh;
    height: auto;
  }
  .car-1 {
    padding-top: 5vh;
  }
}
