body {
  font-size: 14px;
}

/* Navbar */
nav {
  padding: 10px;
}

.logo {
  font-size: 18px;
}

.nav-links {
  width: 100%;
}

/* Video Section */
.video-container {
  height: 100vh;
}
/* Buttons */
.open-box {
  font-size: 14px;
  padding: 8px 16px;
}



/*films*/
.uc{
  font-size: 1.5rem;
  margin-right: 4rem;
}
.left-container > div.active {
  flex: 0 0 500px; /* Expanded size */
  box-shadow: 1px 3px 15px #000000;
}
.rf{
  font-size: 1.5rem;
}

/*open box section*/
.open-box-section {
padding: 3rem 2%;
}

.open-box-section h1 {
font-size: 1.6rem;
}

.box-outline {
width: 150px;
height: 70px;
}

.open-text,
.box-text {
font-size: 1.2rem;
}

.globe1,
.globe2 {
max-width: 22%;
}

.globe1 {
left: 3%;
top: 70%;
}

.globe2 {
right: 3%;
top: -2rem;
}
/*About Us*/
.A-title {
  font-size: 1.8rem;
}

.marq {
font-size: 3rem;
}

.ts-au {
font-size: 5rem;
}

.about-content {
width: 95%;
}

.about-box h3 {
font-size: 1rem;
}

.about-box p {
font-size: 0.9rem;
}
/*footer*/
.left-column h1 {
  font-size: 24px;
}

.contact-box .title {
  font-size: 16px;
}

.instagram-btn {
  font-size: 1.2rem;
  padding: 0.6rem;
}

.tab-btn {
  font-size: 1rem;
  padding: 6px;
}

.contact-form input,
.contact-form textarea {
  padding: 6px;
  margin-bottom: 6px;
}

.contact-form textarea {
  height: 60px;
}

.file-upload {
  margin: 6px 0;
}

.file-upload a {
  padding: 6px;
}

.brief-label {
  margin-top: 1.5rem;
}

.send-btn {
  width: 40%;
  padding: 6px;
  font-size: 12px;
}
.contact-form input{
  height: 40px;
}
.contact-form textarea {
  height: 80px;
}
.copyright-ph{
  font-size: 10px;
}