@import url("https://fonts.googleapis.com/css2?family=Libertinus+Sans:ital,wght@0,400;0,700;1,400&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  height: 100%;
}

body {
  font-size: 1.2vw;
  font-family: "Libertinus Sans", sans-serif;
}
body p {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
}
body .navbarClass {
  background: #1E63B0;
  padding: 1vw 3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1vw solid rgba(255, 255, 255, 0.5);
}
body .navbarClass span {
  display: flex;
  align-items: center;
}
body .navbarClass span a {
  color: white;
  margin-left: 1vw;
}
body .navbarClass span a img {
  width: 5vw;
}
body .navbarClass span .langClass {
  margin-left: 1vw;
}
body .navbarClass span .langClass button {
  color: white;
}
body .navbarClass span .langClass .btn-group .dropdown-menu li a {
  color: black;
  background: none;
}
body .navbarClass span:last-child {
  display: flex;
  align-items: center;
}
body .navbarClass span:last-child a {
  margin-left: 1vw;
  color: white;
}
body .navbarClass span:last-child .btn {
  color: white;
}
body .navbarClass span:last-child .dropdown .dropdown-menu {
  background: #1E63B0;
}
body header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
}
body header .headerLeftSide {
  color: white;
  background: #1E63B0;
  width: 65vw;
  height: 30vw;
  padding: 2vw;
}
body header .headerLeftSide .absoluteSide {
  display: flex;
  flex-direction: column;
  position: absolute;
}
body header .headerLeftSide .absoluteSide .upSide {
  display: flex;
  align-items: center;
  font-size: 3vw;
  margin: 3vw 0;
}
body header .headerLeftSide .absoluteSide .upSide .logo {
  width: 10vw;
  height: 10vw;
  margin-right: 2vw;
}
body header .headerLeftSide .absoluteSide .upSide .headTxt {
  z-index: 999;
  width: 65%;
}
body header .headerLeftSide .absoluteSide .downSide {
  display: flex;
  width: 50vw;
}
body header .headerLeftSide .absoluteSide .downSide .btn {
  margin-right: 2vw;
  border-radius: 2vw 0 2vw 0;
  background-color: white;
  color: #1E63B0;
  font-size: 2.5vw;
  transition: 1s;
}
body header .headerLeftSide .absoluteSide .downSide .btn:hover {
  background-color: #1E63B0;
  color: white;
}
body header .headerRightSide {
  width: 42.5vw;
  height: 30vw;
}
body header .headerRightSide img {
  filter: brightness(50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main {
  min-height: 100vh;
}
body main .aboutUsPage {
  margin: 1vw 3vw;
}
body main .aboutUsPage .headerAboutPage {
  margin-bottom: 3vw;
}
body main .aboutUsPage .headerAboutPage img {
  width: 100%;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2vw;
}
body main .contactUsPage .headerContacts {
  margin: 0 0 3vw 0;
}
body main .contactUsPage .headerContacts img {
  width: 100%;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .contactUsPage .headerContacts p {
  margin: 1vw 0;
}
body main .contactUsPage .mainConacts {
  margin: 1vw 3vw;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}
body main .contactUsPage .mainConacts span {
  display: flex;
  flex-direction: column;
}
body main .contactUsPage .mainConacts span a {
  color: black;
  font-size: 1.4vw;
}
body main .contactUsPage .mainConacts span p {
  margin-right: 0.5vw;
}
body main .contactUsPage .mainConacts span .or {
  margin: 0 0.5vw;
}
body main .contactUsPage .mainConacts span .whatsapp {
  color: green;
}
body main .contactUsPage .mainConacts span span {
  display: flex;
  flex-direction: row;
}
body main .contactUsPage .formContactPanel {
  display: flex;
  margin: 3vw 0;
  background-color: #1E63B0;
  justify-content: space-between;
  padding: 3vw;
}
body main .contactUsPage .formContactPanel .ContactformSide form {
  display: flex;
  flex-direction: column;
}
body main .contactUsPage .formContactPanel .ContactformSide form span {
  color: white;
}
body main .contactUsPage .formContactPanel .ContactformSide form span input {
  margin-bottom: 2vw;
  padding: 0.5vw;
  border-radius: 0.5vw;
  border: 0;
}
body main .contactUsPage .formContactPanel .ContactformSide form span button {
  background-color: white;
  color: #1E63B0;
  width: 100%;
}
body main .contactUsPage .formContactPanel .mapSide iframe {
  width: 50vw;
  height: 22vw;
  border: none;
}
body main .partnerPage {
  margin: 1vw 3vw;
}
body main .driverPage {
  margin: 1vw 3vw;
}
body main .aboutAsIndex {
  margin: 1vw 3vw;
}
body main .aboutAsIndex .headTxt {
  font-size: 2vw;
}
body main .aboutAsIndex .headTxt p img {
  width: 10vw;
}
body main .aboutAsIndex .headTxt b {
  margin: 0 2vw;
}
body main .aboutAsIndex .aboutBody {
  display: flex;
}
body main .aboutAsIndex .aboutBody .leftSide a {
  margin: 2vw 0;
  display: flex;
  justify-content: right;
  padding: 0.5vw 2vw;
}
body main .aboutAsIndex .aboutBody .rightSide img {
  width: 30vw;
  height: 30vw;
}
body main .specialityIndex {
  margin: 1vw 3vw;
}
body main .specialityIndex .headTxt {
  display: flex;
  justify-content: center;
  font-size: 2vw;
}
body main .specialityIndex .headTxt p img {
  width: 10vw;
}
body main .specialityIndex .headTxt p b {
  margin: 0 2vw;
}
body main .specialityIndex .boxes {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  gap: 4vw;
  margin: 2vw 0;
}
body main .specialityIndex .boxes .box {
  border: 0.1vw solid rgba(0, 0, 0, 0.2);
  padding: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25vw;
  box-shadow: 25px 15px 10px -8px rgba(0, 0, 0, 0.1);
  border-radius: 1vw;
}
body main .specialityIndex .boxes .box img {
  width: 5vw;
}
body main .specialityIndex .boxes .box p {
  margin-top: 1vw;
  font-size: 1.4vw;
}
body main .specialityIndex .boxes .box .name {
  font-weight: bold;
}
body main .specialityIndex .boxes .box .desc {
  font-size: 1.2vw;
  text-align: center;
}
body main .secondAboutUs {
  margin: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main .secondAboutUs p {
  text-align: center;
  margin-bottom: 1vw;
  width: 40vw;
}
body main .secondAboutUs a {
  padding: 0.5vw 3vw;
}
body main .fagIndex {
  margin: 1vw 3vw;
}
body main .fagIndex button {
  font-size: 1.4vw;
}
body main .fagIndex .headTxt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 2vw;
}
body main .fagIndex .headTxt p img {
  width: 10vw;
}
body main .fagIndex .headTxt p b {
  margin: 0 2vw;
}
body main .fagIndex .fagBody {
  margin: 3vw 0;
}
body footer {
  background: #1E63B0;
  margin: 1vw 3vw 0 3vw;
  color: white;
  border-radius: 1vw 1vw 0 0;
  padding: 1vw;
}
body footer a {
  color: white;
}
body footer .float1 {
  display: flex;
  justify-content: space-between;
}
body footer .float1 .logo img {
  width: 5vw;
}
body footer .float1 .contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body footer .float1 .contact a i {
  margin-left: 1vw;
}
body footer .float2 {
  display: flex;
  justify-content: space-between;
}
body footer .float2 .iconMedia {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1vw;
}

@media only screen and (min-width: 992px) {
  body .navbarClass span:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  body {
    font-size: 1.6vw !important;
  }
  body .navbarClass span:nth-child(2) {
    display: none;
  }
  body main .aboutAsIndex .rightSide {
    display: none;
  }
  body main .specialityIndex .boxes {
    width: 100%;
    grid-template-columns: auto;
    justify-content: center;
    gap: 1vw;
  }
  body main .specialityIndex .boxes .box {
    width: 90vw;
  }
}/*# sourceMappingURL=style.css.map */