@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet');

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-top: 3rem;
  color: #252525;
  background-color: #effbff;
  font-family: 'Droid Sans', sans-serif;
  padding-bottom: 0rem;
}

html {
  scroll-behavior: smooth;
}

/* Scroll bar*/
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.navbar-nav {
  margin-left: auto;
  /* margin-right: 5rem; */
  align-items: right;
  color: black;
  justify-content: flex-end;
}

.nav-link {
  margin: 0.5rem;
  font-size: x-large;
  font-weight: 500;
}

.arda_logo {
  height: 3.7rem;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* .carousel-inner img{

} */

#myCarousel p {
  color: #ffffff;
  font-weight: 600;
}

#myCarousel h1 > span {
  padding-top: 2rem;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
  font-size: 3rem;
  color: #ffffff;
}

.landing_button {
  appearance: none;
  -webkit-appearance: none;
  /* usual styles */
  padding: 10px;
  border: none;
  background-color: #228ec0;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
  border-radius: 60px;
  width: 16rem;
}

.landing_button:hover {
  background-color: #28afee;
}

/* Carousel base class */
.carousel {
  background-color: white;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */

.carousel-item {
  height: 50rem;
  color: #252525;
}
.carousel-item > img {
  width: auto;
  margin: auto;
  display: block;
  height: 52rem;
}

.citem1 {
  background-image: url('images/background3.jpg');
  background-position: center;
  background-size: cover;
}

.citem2 {
  background-image: url('images/background2.jpg');
  background-position: center;
  background-size: cover;
}

.citem3 {
  background-image: url('images/background1.jpg');
  background-position: center;
  background-size: cover;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.service .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.service h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.service .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* rtl:end:ignore */

.service {
  background-color: white;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.service img {
  height: 8rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* Elements */
iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.video_section {
  min-height: 35vh;
  background-color: #fff;
  border-radius: 60px;
}

.video_section h1 {
  padding-top: 2rem;
  text-align: center;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.video_section p.page-description {
  text-align: center;
  max-width: 800px;
  margin: 25px auto;
  color: rgb(56, 53, 53);
  font-size: 18px;
}

.contact_form {
  min-height: 35vh;
  background-color: #fff;
  border-radius: 60px;
}

.phoneNumber {
  margin-top: 1.2rem;
  color: #0d77aa;
}

.line {
  width: 15%;
  height: 0.4rem !important;
  border-radius: 100px;
  background-color: #0d77aa;
  opacity: 1;
}

.input {
  border: none;
  border-bottom: 2px solid #3d3d3d;
  border-radius: 0px;
  width: 100%;
  margin-bottom: 0px;
  padding: 6px 0px;
}

.input:hover {
  border: none;
  border-bottom: 2px solid #0d77aa;
  outline: none;
}

.input:focus {
  border: none;
  border-bottom: 2px solid #0d77aa;
  outline: none;
}

input {
  border: none;
  border-bottom: 2px solid #3d3d3d;
  width: 100%;
  margin-bottom: 60px;
}

.inputsubmit {
  appearance: none;
  -webkit-appearance: none;
  /* usual styles */
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: none;
  background-color: #0d77aa;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
  border-radius: 60px;
  width: 15rem;
}

footer {
  padding-top: 1.5rem;
}

/* footer > section {
  padding-top: 2px;
} */
