* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.7;
  color: #432;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 64px;
}

p {
  font-weight: 400;
}

h2,
h3,
p {
  color: #ccc;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #ccc;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}

.big-bg {
  background-size: cover;
  background-position: center top;
  mask-repeat: no-repeat;
}

.container {
  overflow: auto;
  scroll-snap-type: y mandatory;
  height: 100vh;
}

section {
  scroll-snap-align: start;
}

/*header*/
.top-header {
  position: fixed;
  display: flex;
  z-index: 1;
  color: #ccc;
  justify-content: space-between;
}

.other-header {
  position: fixed;
  display: flex;
  z-index: 1;
  color: #ccc;
  padding: 0 4%;
  background: #22364B;
  width: 100vw;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-top: 0;
}

h1:hover {
  color: #459fff;
}

header ul {
  display: flex;
  margin-top: 20px;
}

header li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  list-style: none;
  margin-left: 20px;
}

a:hover {
  color: #459fff;
}

/*Top*/
#Top {
  background-image: url(img/top/bg.jpg);
  min-height: 100vh;
}

#Top h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 128px;
  text-align: center;
  padding-top: 37vh;
}

/*About*/
#About {
  background-color: #22364B;
  min-height: 100vh;
  /* min-width: 65vw; */
  /* padding: 126px 0 70px; */
}

#About h2 {
  font-size: 64px;
  padding: 15vh 0 0;
}

#About h3 {
  font-size: 48px;
}


#About p {
  font-size: 14px;
}

#About img {
  width: 400px;
  padding-right: 48px;
}

.about-page {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.about-text {
  max-width: 600px;
}

/*Works*/
#Works {
  background-image: url(img/top/Group1.png);
  min-height: 100vh;
  color: #ccc;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#Works h2 {
  font-size: 96px;
  padding: 19vh 0 0px 16vw;
}

.works-list {
  padding: 5px 0 0 33vw;
}

#Works li {
  list-style: none;
  font-size: 48px;
  padding: 1vh 0 4vh;
}

/*Contact*/
#Contact {
  background-color: #22364B;
  min-height: 79vh;
  padding: 116px 0 80px 0;
  color: #ccc;
}

/*photography------------------------------------------------------------------------------*/
.photo {
  background-image: url(img/photo/06475.jpg);
  min-height: 90vh;
}

.photo h2 {
  text-align: center;
  padding-top: 360px;
  color: #22364B;
}

.photo-table {
  background: #22364B;
  padding: 50px 0 50px;
}

.photo-table h2 {
  font-size: 48px;
  margin-bottom: 50px;
}

.table-list {
  list-style: none;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  padding-left: 70px;
}


.photo-table li {
  text-align: left;
}

.photo-grid {
  background-color: #22364B;
  height: auto;
  padding-top: 60px;
}

.photo-grid h2 {
  text-align: left;
  font-size: 42px;
}

.grid {
  width: 100%;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr 1fr;
}

.one-grid {
  width: 100%;
  display: grid;
  margin-bottom: 13px;
  grid-template-columns: 1fr;
}

.two-grid {
  width: 100%;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
}

.big-box {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.big-box img {
  height: 99%;
  width: 100%;
  object-fit: cover;
}

.title {
  display: flex;
}

.time {
  font-weight: 400;
  font-size: 24px;
  margin-top: 24px;
  margin-left: 10px;
}

.caption {
  padding: 15px 0 15px;
  color: #CCC;
}

.caption-end {
  padding: 15px 0 55px;
}

/*footer*/
footer {
  background: #ccc;
  text-align: center;
  padding: 26px;
}

footer p {
  color: #22364B;
  font-size: 20px;
}

/*Theater------------------------------------------------------------------------------*/
.theater {
  background-image: url(img/theater/1.png);
  min-height: 90vh;
}

.theater h2 {
  text-align: center;
  padding-top: 360px;
  color: #22364B;
}

.theater-table {
  background: #ccc;
  padding: 50px 0 50px;
  color: #22364B;
}

.theater-table h2 {
  font-size: 48px;
  margin-bottom: 50px;
  color: #22364B;
}

.theater-table li {
  text-align: left;
}

.theater-table a {
  color: #22364B;
}

.theater-grid {
  background-color: #ccc;
  height: auto;
  padding-top: 60px;
}

.theater-grid h2,
.theater-grid h3,
.theater-grid p {
  color: #22364B;
}

.theater-grid h2 {
  text-align: left;
  font-size: 42px;
}

/*web------------------------------------------------------------------------------*/
.web {
  background-image: url(img/web/05074.jpg);
  min-height: 90vh;
}

.web h2 {
  text-align: center;
  padding-top: 360px;
  color: #22364B;
}

.web-table {
  background: #2f6daf;
  padding: 50px 0 50px;
  color: #22364B;
}

.web-table h2 {
  font-size: 48px;
  margin-bottom: 50px;
  color: #ccc;
}

.web-table li {
  text-align: left;
}

.web-table a {
  color: #ccc;
}

.web-grid {
  background-color: #2f6daf;
  height: auto;
  padding-top: 60px;
}

.web-grid h2,
.web-grid h3,
.web-grid p {
  color: #CCC;
}

.web-grid h2 {
  text-align: left;
  font-size: 42px;
}
