* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-image: url(https://bridge417.qodeinteractive.com/wp-content/uploads/2021/02/pattern.png);
  background-position: 0 0;
  background-repeat: repeat;
  font-family: "Open Sans", sans-serif;
  background-color: #f4fafb;
  position: relative;
}
a {
  text-decoration: none;
}
a:hover {
  color: white;
}
font {
  font-weight: lighter;
}
h5 {
  font-size: 30px;
}
ol,
ul,
li {
  list-style-type: none;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  padding: 15px;
  border-radius: 14px;
  cursor: pointer;
  z-index: 99;
}
#to-top:hover {
  background-color: #a5a2a2;
}

.header {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/services-image.jpg);
  width: 100%;
  height: 80vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

/* dropdawn menu */

.hamburger,
.menu-1 {
  display: block;
}

.nav-menu {
  display: flex;
  align-items: center;
  z-index: 101;
}
.link_text::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 10%;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}
.link_text:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.link_text:focus-within::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.item_text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .nav-menu {
    position: absolute;
    left: -100%;
    flex-direction: column;
    background-color: #3fd0d4;
    opacity: 0.8;
    width: 100%;
    height: 85vh;
    top: 61px !important;
    text-align: center;
    transition: 0.3s;
    min-height: 400px;
  }

  .nav-menu.active {
    left: 0;
  }

  .item_menu {
    margin: 2.5rem 0;
  }

  .hamburger {
    display: block;
    cursor: pointer;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}
.responsive_menu {
  display: none;
}
/* dropdawn menu end*/

/* header*/
.header_upside {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 10%;
}
.menu-upside {
  margin: auto;
}
.header_upside_1 {
  width: 90%;
}
.upside_logo {
  margin-right: 5%;
}
.link_text {
  opacity: 1;
  color: white !important;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  position: relative;
}
.link_text_1 {
  font-size: 0.9rem;
}
.link_text_1:hover {
  opacity: 1;
  color: white !important;
  transition: 0.7s;
}
.link_text:hover {
  opacity: 0.7;
  transition: 0.7s;
}
.nav-link i:hover {
  color: #1661a5;
}
.con_1 {
  width: 100%;
  margin-top: 10%;
}
.content {
  width: 70%;
  margin: auto;
  color: #fff;
}
.content h4 {
  font-size: 60px;
  font-weight: bolder;
}
.content p {
  width: 50%;
  font-size: 16px;
  font-weight: 100;
}
.read_more {
  width: 150px;
  border: 1px solid white;
  text-align: center;
  display: block;
}
.read_more :hover {
  background-color: white;
  color: #1661a5;
  transition: 0.8s;
}
.read_more a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
/* header end*/

/* who*/
.who_we {
  width: 70%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}
.who_img {
  display: block;
  display: flex;
  justify-content: end;
}
.who_text h5 {
  font-weight: bold;
  color: #433e3e;
  letter-spacing: 0.1px;
}
.who_text p {
  color: #909898;
  line-height: 23px;
  font-weight: 400;
}
/* who end */

/* section 2 */
.section_2 {
  width: 100%;
  background-color: #fff;
}
font {
  color: #2195b7;
}
.section_2_last {
  width: 100%;
}
.section_2text {
  padding: 10% 10% 0% 10%;
}
.read_more_2 {
  width: 150px;
  border: 1px solid #2195b7;
  text-align: center;
  display: block;
  margin-bottom: 5%;
}
.read_more_2 :hover {
  background-color: #2195b7;
  color: #fff;
  transition: 0.8s;
}
.read_more_2 a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #2195b7;
  font-weight: 700;
}
/* section 2 end */

/* footer  */
footer {
  background-image: url(https://bridge417.qodeinteractive.com/wp-content/uploads/2021/02/pattern.png);
  background-position: 0 0;
  background-repeat: repeat;
  background-color: #1661a5;
  padding: 2%;
  color: #fff !important;
}
.footer_mid {
  width: 70%;
  margin: auto;
}
.footer_mid h5 {
  font-weight: bold !important;
}
.hours {
  line-height: 60%;
}
.footer_mid a {
  color: #fff !important;
}
.footer_upside {
  width: 100%;
  justify-content: center;
  padding-left: 10%;
}

.footer_logo {
  display: flex;
  justify-content: center;
}
.Copyright {
  font-size: 14px;
  margin-top: 5%;
  text-align: center;
}
/* footer end  */

/* ?MENU START */

.menu-1 {
  height: 80px;
  width: 100%;
  position: absolute;
  z-index: 2;
  border-bottom: 1px solid white;
}

.menu1-logo {
  display: flex;
  align-items: center;
}

.menu-rows {
  position: relative;
}

.logo {
  display: block;
  width: 150px;
  height: auto;
}

#r-logo {
  position: absolute;
  top: 6px;
  margin-left: 5%;
}

#r-logohome {
  display: none;
}

@font-face {
  font-family: "Mabella";
  src: url("../font/Mabella.woff2") format("woff2"),
    url("../font/Mabella.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brushwell Swash";
  src: url("../font/Brushwell.woff2") format("woff2"),
    url("../font/Brushwell.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.logo_text {
  width: 30%;
  z-index: 2;
  margin-left: 2%;
}
.logo_text a:nth-child(1) {
  font-size: 60px;
  color: #1661a5;
  font-family: "Mabella";
}

.logo_text a:nth-child(1):hover {
  color: #1661a5;
}
.logo_text span:nth-child(2) {
  font-size: 20px;
  color: #1661a5;
}
.logo_text p {
  font-size: 40px;
  color: white;
  font-family: "Brushwell Swash";
  margin-top: -50px;
}

.menu-icons {
  width: 90px;
  height: 70%;
  background-color: #1661a5;
  margin-top: -40px;
}

.menu-toggle {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2px;
  position: relative;
  cursor: pointer;
  width: 28px;
  height: 22px;
  z-index: 20;
}

.menu-toggle:before {
  content: "×";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  line-height: 0.4;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu-toggle span {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease;
  transform-origin: 100% 100%;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
}

.menu-toggle span:nth-child(1) {
  transition-delay: 0.35s;
}

.menu-toggle span:nth-child(2) {
  transition-delay: 0.4s;
}

.menu-toggle span:nth-child(3) {
  transition-delay: 0.45s;
}

.menu-toggle span:nth-child(4) {
  transition-delay: 0.5s;
}

.menu-toggle span:nth-child(5) {
  transition-delay: 0.55s;
}

.menu-toggle span:nth-child(6) {
  transition-delay: 0.6s;
}

.menu-toggle span:nth-child(1),
.menu-toggle span:nth-child(2) {
  grid-column: span 3;
}

.menu-toggle span:nth-child(3),
.menu-toggle span:nth-child(6) {
  grid-column: span 2;
}

.menu-toggle span:nth-child(4),
.menu-toggle span:nth-child(5) {
  grid-column: span 4;
}

#menu-toggle-input {
  display: none;
}

#menu-toggle-input:checked ~ .menu-toggle span {
  transform: scaleX(0);
}

#menu-toggle-input:checked ~ .menu-toggle span:nth-child(1) {
  transition-delay: 0.05s;
}

#menu-toggle-input:checked ~ .menu-toggle span:nth-child(2) {
  transition-delay: 0.1s;
}

#menu-toggle-input:checked ~ .menu-toggle span:nth-child(3) {
  transition-delay: 0.15s;
}

#menu-toggle-input:checked ~ .menu-toggle span:nth-child(4) {
  transition-delay: 0.2s;
}

#menu-toggle-input:checked ~ .menu-toggle span:nth-child(5) {
  transition-delay: 0.25s;
}

#menu-toggle-input:checked ~ .menu-toggle span:nth-child(6) {
  transition-delay: 0.3s;
}

#menu-toggle-input:checked ~ .menu-toggle:before {
  opacity: 1;
  transition-delay: 0.2s;
}

#menu-toggle-input:checked ~ nav {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

#menu {
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  -moz-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  -ms-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  -o-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
}

#menu.open {
  visibility: visible;
  height: 100%;
}

/* ?TEXT ANİMATİON */

#menu.open li {
  animation: fadeInLeft 0.5s ease forwards;
  animation-delay: 0.5s;
  -webkit-animation: fadeInLeft 0.5s ease forwards;
}

#menu.open li ul li {
  animation: fadeInrıght 0.5s ease forwards;
  animation-delay: 0.5s;
  -webkit-animation: fadeInrıght 0.5s ease forwards;
}

#menu.open li:nth-of-type(1) {
  animation-delay: 0.35s;
}

#menu.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}

#menu.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}

#menu.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}

#menu.open li:nth-of-type(5) {
  animation-delay: 0.55s;
}
#menu.open li:nth-of-type(6) {
  animation-delay: 0.6s;
}

#menu ul li {
  position: relative;
  opacity: 0;
  text-align: center;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    right: 20%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

@keyframes fadeInrıght {
  0% {
    opacity: 0;
    bottom: 20%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  min-height: 600px !important;
  text-align: center;
  background-color: rgba(22, 97, 165, 0.7);
  opacity: 0;
}
.menu-open {
  overflow-y: hidden;
}

.menu-content {
  width: 100%;
  width: 100%;
  color: #fff;
}

.menu-item {
  /*menu-item=ul*/
  line-height: 150%;
}

.menu-item li {
  width: 40%;
  margin: auto;
  text-align: center;
}

.items-menu {
  /*menu-item>li>a*/
  font-size: 30px;
  font-weight: 600;
  line-height: 250% !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

/*!İTEMS-MENU HOVER */

.items-menu:before {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 25%;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.items-menu:hover:before {
  width: 100%;
}

/*!İTEMS-MENU HOVER */

/* ?DROPDOWN MENU START*/

.menu-lower {
  display: none;
  width: 95%;
  font-size: 22px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: -0.05em;
  font-family: "Poppins", sans-serif;
}

.menu-lower li {
  display: block;
  width: 100%;
}

.menu-lower a {
  color: #fff;
  transition: all 0.4s ease-out;
  position: relative;
}

/***DROPDOWN HOVER**/

.menu-lower li a::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-lower li a:hover::after {
  width: 100%;
}

/*** DROPDOWN HOVER   END**/

/* ?DROPDOWN MENU END */
