/*
 Theme Name:   Twenty Twenty-Two Child
 Description:  Twenty Twenty-Two Child Theme
 Author:       Ar4666
 Template:     twentytwentytwo
 Version:      1.0.0
 Tags:         Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments
 Text Domain:  twentytwentytwochild
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: montserrat;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.flex {
  display: flex;
}
.flex.align-item-center {
  align-items: center;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  background-color: rgb(255, 255, 255);
  color: #fff;
  height: 50px;
}
.nav-links {
  width: 100%;
  text-align: right;
}
.nav-links a {
  color: #323232;
  text-decoration: none;
  font-weight: 600;
}
.logo {
  width: 105px;
}
.menu {
  display: flex;
  gap: 50px;
  font-size: 14px;
  margin-left: 100px;
}
.menu li.btn {
  margin-left: auto;
  padding: calc(15px - 1px);
  padding-left: 89px;
  padding-right: 89px;
  border: 1px solid #323232;
  text-transform: uppercase;
}
.menu li select {
  border: 0px;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 600;
  text-transform: uppercase;
}
.select {
  position: relative;
}
.menu select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  color: #323232;
  cursor: pointer;
  margin-right: 13px;
}
.menu select option {
  color: inherit;
  background-color: #320a28;
}
.menu select:focus {
  outline: none;
}
.menu select::-ms-expand {
  display: none;
}

.menu .select::after {
  content: url(image/select_arrow.png);
  position: absolute;
  right: 10px;
}
.menu li:hover {
  color: #323232;
  transition: 0.3s ease;
}
.menu li {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services {
  position: relative;
}
.services:hover .dropdown {
  display: block;
}
input[type='checkbox'] {
  display: none;
}
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
  color: #323232;
}
.container {
  max-width: 1500px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.header {
  margin-top: 35px;
  margin-bottom: 23px;
}
.navigation-menu {
  padding: 10px;
}
.col-12 {
  grid-column: span 12;
}
.col-9 {
  grid-column: span 9;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.col-8 {
  grid-column: span 8;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.col-6 {
  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.col-4 {
  grid-column: span 4;
}
.col-3 {
  grid-column: span 3;
}
.col-1 {
  grid-column: span 1;
}

.no-grid {
  display: block;
}

.col-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.banner {
  position: relative;
  height: 792px;
  background: linear-gradient(90deg, #e6e9f0 0%, #eef1f5 100%);
}
.banner::after {
  content: '';
}
.banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(image/background_1.svg);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: local;
}
.banner_content {
  position: absolute;
  width: 100%;
}

.banner_content .title {
  margin-top: 20px;
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  text-align: center;
  line-height: 140%;
}
.banner_content .sub_title {
  margin-top: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
.banner_content .sub_title span {
  color: #28b7ca;
}
.banner_content .content {
  margin: auto;
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #606060;
  max-width: 500px;
  line-height: 140%;
}
.banner_content .btn {
  margin-top: 50px;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
}
.banner_content .btn a {
  background: #323232;
  border: 1px solid #323232;
  width: 250px;
  height: 50px;
  color: white;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-decoration: none;
}

.main-content {
  grid-column: span 8;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.footer {
  background-color: gray;
  padding: 10px;
}
.block {
  grid-column: span 4;
  border: 1px solid black;
}
.info {
  margin-top: 200px;
}
.block img {
  object-fit: none;
  width: 100%;
}
.info .bg_image {
  width: calc(100% - 80px);
  height: 700px;
  background-size: cover;
  background-position: 12%;
  background-repeat: no-repeat;
  background-attachment: local;
  background-image: linear-gradient(360deg, #4b3cd8 -21.42%, rgba(238, 241, 245, 0) 60%),
    url(image/happy-doctor-holding-clipboard-with-patients.jpg);
}
.info .img img {
  height: 100%;
  object-fit: cover;
}

.info .title {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  color: #323232;
}
.info .title span {
  color: #22bac9;
}
.info .content {
  margin-top: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #323232;
  max-width: 500px;
}
.info .btn {
  margin-top: 40px;
}
.info .btn a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  text-decoration: none;
  color: #323232;
}
.ml-5 {
  margin-left: 50px;
}
.mt-5 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 50px;
}
.speakers-row {
  gap: 55px;
  padding: 0px;
}
.speaker-block {
  gap: 5px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.speaker-block a {
  color: #323232;
  text-decoration: none;
}
.speaker-block img {
  margin: auto;
  object-fit: cover;
  height: 165px;
  border-radius: 10px;
}
.speaker-block .title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}
.speaker-block .position {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
}
.speaker-block .position ul {
  list-style: none;
  list-style: none;
  padding: 0px;
}
.sidebar select {
  width: 80%;
  padding: 5px;
}
.sidebar .title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 844px) {
  .container {
    margin: 0px 20px;
  }
  .header {
    margin-top: 60px;
  }
  .menu {
    display: none;
    position: absolute;
    background-color: white;
    right: 0;
    left: 0;
    text-align: center;
    padding-top: 60px;
    margin-top: 5px;
    margin-left: 0px;
    z-index: 9999;
  }
  .menu li {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 25px;
  }
  .menu li:nth-last-child(-n + 3) {
    margin-bottom: 67px;
  }
  .menu li.btn {
    border: 1px solid #323232;
    text-transform: uppercase;
    color: white;
    background-color: #323232;
    margin: 0px 20px;
    height: 50px;
  }
  .menu li.btn a {
    color: white;
    font-size: 14px;
  }

  input[type='checkbox']:checked ~ .menu {
    display: block;
    height: 100%;
  }
  .hamburger {
    display: block;
  }
  .hamburger img {
    display: initial;
  }
  .dropdown {
    left: 50%;
    top: 30px;
    transform: translateX(35%);
  }
  .col-9 {
    grid-column: span 12;
  }
  .col-8 {
    grid-column: span 12;
  }
  .col-6 {
    grid-column: span 12;
  }

  .col-4 {
    grid-column: span 12;
  }

  .col-3 {
    grid-column: span 12;
  }

  .menu li.select {
    position: relative;
    display: none;
  }
  .banner {
    position: relative;
    height: 677px;
    background: linear-gradient(90deg, #e6e9f0 0%, #eef1f5 100%);
  }
  .banner::after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 5rem;
    background-color: #31277d;
  }
  .banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(image/background_1.svg);
    background-size: 125%;
    background-position: 50% 85%;
    background-repeat: no-repeat;
    background-attachment: local;
  }
  .banner_content {
    position: absolute;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner_content .sub_title {
    margin-top: 20px;
    text-align: left;
  }
  .banner_content .title {
    margin-top: 20px;
    text-align: left;
    font-size: 48px;
  }
  .banner_content .content {
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
    max-width: 316px;
    margin-left: 0px;
  }
  .banner_content .btn {
    margin-top: 30px;
  }
  .banner_content .btn a {
    width: 100%;
  }
  .container.fullwide {
    margin-left: 0px;
    margin-right: 0px;
  }
  .info .bg_image {
    margin-top: 50px;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-image: url(image/happy-doctor-holding-clipboard-with-patients.jpg);
  }
  .ml-5 {
    margin-left: 0px;
  }
  .info .title {
    margin-top: 30px;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    color: #323232;
  }
  .info .content {
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #323232;
    max-width: 100%;
  }
  .speakers-row {
    gap: 0px;
  }
  .speakers-row .speaker-block {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .navigation-menu {
    grid-column: span 12;
  }
  .main-content {
    grid-column: span 12;
  }
  .block {
    grid-column: span 12;
  }
}
