html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Noto Kufi Arabic', 'Poppins', sans-serif;
}

a,
a:hover {
    text-decoration: none;
}

input,
textarea,
button {
    outline: 0 !important;
}

body {
    display: flex;
    background-image: url("../img/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.scroll {
    scrollbar-width: auto;
    scrollbar-color: #eea135 transparent;
}

.scroll::-webkit-scrollbar {
    width: 5px;
}

.scroll::-webkit-scrollbar-track {
    background: transparent;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #eea135;
    background-image: linear-gradient(to bottom, #eea135, #9a1777);
}

.scroll::-webkit-scrollbar-thumb:hover {
    background-color: #9a1777;
    background-image: linear-gradient(to bottom, #9a1777, #eea135);
}

.video-js {
    margin-top: 30px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.video-js.vjs-fullscreen {
    border-radius: 0;
}

.video-js .vjs-big-play-button {
    line-height: 1;
    font-size: 30px;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: none;
    border-radius: 50%;
    background-image: linear-gradient(to right, #eea135, #9a1777);
    background-image: linear-gradient(to right,
            rgba(238, 161, 53, 0.7),
            rgba(154, 23, 119, 0.7));
}

.vjs-modal-dialog .vjs-modal-dialog-content,
.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    height: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.video-js .vjs-control-bar {
    background-image: linear-gradient(to right, #eea135, #9a1777);
    background-image: linear-gradient(to right,
            rgba(238, 161, 53, 0.7),
            rgba(154, 23, 119, 0.7));
}

.video-js .vjs-slider {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
}

.video-js .vjs-load-progress {
    background-image: linear-gradient(to left, #eea135, #9a1777);
    background-image: linear-gradient(to left,
            rgba(238, 161, 53, 0.3),
            rgba(154, 23, 119, 0.3));
}

.video-js .vjs-load-progress div {
    background: rgba(238, 161, 53, 0.3);
}

.swiper {
    width: 100%;
}

.f-main-bg,
.s-main-bg {
    opacity: 0;
    position: fixed;
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 0.35s;
}

.grid-lines {
    display: flex;
    flex-direction: row;
    z-index: 0;
    position: fixed;
    top: -1rem;
    left: -1rem;
    width: 100%;
    height: calc(100% + 1rem);
}

.grid-lines .half {
    width: 10%;
    height: 100%;
}

.grid-lines .full {
    width: 20%;
    height: 100%;
}

.grid-lines .half,
.grid-lines .full {
    background-color: transparent;
    background-image: linear-gradient(rgba(255, 255, 255, .1) .1em, transparent .1em), linear-gradient(90deg, rgba(255, 255, 255, .1) .1em, transparent .1em);
    background-size: 100% 25%;
}

.whatsapp-floating {
    z-index: 3;
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #FFFFFF;
    background-color: #25d366;
    transition: box-shadow 0.5s, opacity 0.5s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.whatsapp-floating:hover {
    opacity: 0.8;
    color: #FFFFFF;
    box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}

main {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}

main * {
    flex-shrink: 0;
}

header {
    z-index: 2;
    -webkit-position: sticky;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    transition: height 0.35s, background 0.2s;
}

header.sticky {
    height: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

header .header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 20px);
    height: 100%;
}

header .header-container .fa-bars-staggered {
    background: linear-gradient(to right, #eea135, #9a1777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
}

header .header-container .header-logo {
    display: flex;
    height: 30%;
    min-height: 25px;
    transition: opacity 0.35s;
}

header .header-container .header-logo:hover {
    opacity: 0.7;
}

header .header-container .header-logo img {
    display: flex;
    height: 100%;
    width: auto;
}

header .header-container .header-logo .logo-text {
    display: none;
}

header .header-container .header-links {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .header-container .header-links a {
    margin: 0;
    margin-right: 20px;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    transition: opacity 0.35s;
}

header .header-container .header-links a:not(.header-btn) {
    display: none;
}

header .header-container .header-links a:last-child {
    margin: 0;
}

header .header-container .header-links a:hover {
    opacity: 0.7;
}

header .header-container .header-links .header-btn,
section.hero .hero-btn {
    color: #FFFFFF;
    background-color: #eea135;
    background-image: linear-gradient(to right, #eea135, #9a1777);
    border-radius: 25px;
    transition: opacity 0.35s;
}

header .header-container .header-links .header-btn {
    padding: 6.5px 12.5px;
    font-size: 12px;
}

section.hero,
section.services,
section.values,
section.clients,
section.service-category,
section.photo-slideshow,
form {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.service-category,
section.photo-slideshow,
form {
    border-radius: 20px;
    width: calc(100% - 30px);
    text-align: center;
    align-items: center;
}

section.service-category h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 1;
    font-size: 30px;
    font-weight: normal;
    font-family: 'Noto Kufi Arabic', 'Poppins', sans-serif;
}

section.service-category h2 img {
    margin-right: 10px;
    display: flex;
    width: auto;
    height: 40px;
}

section.service-category .category-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

section.service-category .category-container .category {
    margin-top: 30px;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 25px;
    overflow: hidden;
}

section.service-category .category-container .category:hover .category-title {
    cursor: pointer;
    opacity: 0;
}

section.service-category .category-container .category img {
    display: flex;
    width: 100%;
    height: auto;
}

section.service-category .category-container .category .category-title {
    padding: 15px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(63.94%, rgba(0, 0, 0, 0.00345888)), color-stop(65.89%, rgba(0, 0, 0, 0.014204)), color-stop(67.83%, rgba(0, 0, 0, 0.0326639)), color-stop(69.78%, rgba(0, 0, 0, 0.0589645)), color-stop(71.72%, rgba(0, 0, 0, 0.0927099)), color-stop(73.67%, rgba(0, 0, 0, 0.132754)), color-stop(75.61%, rgba(0, 0, 0, 0.177076)), color-stop(77.56%, rgba(0, 0, 0, 0.222924)), color-stop(79.5%, rgba(0, 0, 0, 0.267246)), color-stop(81.44%, rgba(0, 0, 0, 0.30729)), color-stop(83.39%, rgba(0, 0, 0, 0.341035)), color-stop(85.33%, rgba(0, 0, 0, 0.367336)), color-stop(87.28%, rgba(0, 0, 0, 0.385796)), color-stop(89.22%, rgba(0, 0, 0, 0.396541)), color-stop(91.17%, rgba(0, 0, 0, 0.4)));
    background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.00345888) 63.94%, rgba(0, 0, 0, 0.014204) 65.89%, rgba(0, 0, 0, 0.0326639) 67.83%, rgba(0, 0, 0, 0.0589645) 69.78%, rgba(0, 0, 0, 0.0927099) 71.72%, rgba(0, 0, 0, 0.132754) 73.67%, rgba(0, 0, 0, 0.177076) 75.61%, rgba(0, 0, 0, 0.222924) 77.56%, rgba(0, 0, 0, 0.267246) 79.5%, rgba(0, 0, 0, 0.30729) 81.44%, rgba(0, 0, 0, 0.341035) 83.39%, rgba(0, 0, 0, 0.367336) 85.33%, rgba(0, 0, 0, 0.385796) 87.28%, rgba(0, 0, 0, 0.396541) 89.22%, rgba(0, 0, 0, 0.4) 91.17%);
    color: #FFFFFF;
    text-align: center;
    transition: opacity 0.35s;
}

section.hero {
    width: 90%;
    max-width: 500px;
    align-items: center;
}

section.hero .hero-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

section.hero .hero-txt .hero-icon {
    margin-bottom: 10px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: rgba(125, 125, 125, 0.1);
    backdrop-filter: blur(5px);
    background-image: url("../icons/tripod.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

section.hero .hero-txt .hero-icon.videography {
    background-image: url("../icons/videography.png");
}

section.hero h1,
section.hero h2 {
    margin: 0;
    line-height: 1.2;
    font-size: 32.5px;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
}

section.hero h2 {
    font-size: 25px;
}

section.hero h2 i {
    font-size: 20px;
}

section.hero h2 a {
    background: linear-gradient(to right, #eea135, #9a1777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.hero h2 a:hover {
    background: linear-gradient(to right, #9a1777, #eea135);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.hero span {
    opacity: 0.8;
    margin-top: 20px;
    color: #FFFFFF;
    font-size: 15px;
}

section.hero span br {
    display: none;
}

section.hero .hero-btn {
    margin-top: 20px;
    padding: 6.5px 17.5px;
    font-size: 14px;
}

section.hero .hero-btn:hover {
    opacity: 0.7;
}

section.services,
section.clients,
section.service-category,
section.photo-slideshow,
form {
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    backdrop-filter: blur(5px);
}

section.service-category:not(.padding),
form {
    padding: 20px;
    padding-top: 0;
}

form {
    flex-direction: row;
    padding: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
}

form .row {
    margin: 0;
    width: 100%;
}

form .row.full-width {
    width: 100%;
    justify-content: center;
}

form .form-container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto auto;
}

section.service-category .see-more {
    margin-top: 30px;
    padding: 5px 30px;
    color: #FFFFFF;
    font-size: 16px;
    background-image: linear-gradient(to right, #eea135, #9a1777);
    border-radius: 25px;
    transition: opacity 0.35s;
}

section.service-category .see-more:hover {
    opacity: 0.7;
}

section.service-category.v-d {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
}

section.service-category.v-d .v-c {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.service-category.v-d .v-c img {
    display: flex;
    height: auto;
    width: 70%;
    margin-bottom: 15px;
}

section.service-category.v-d .v-c .video-js {
    margin: 0;
}

.btn-large {
    height: 40px;
    background-color: #eea135;
    background-image: linear-gradient(to right, #eea135, #9a1777);
    border-radius: 25px;
    line-height: 1;
    font-size: 16px;
}

.file-field .btn {
    display: flex;
    align-items: center;
    line-height: 1;
    background-color: #eea135;
    background-image: linear-gradient(to right, #eea135, #9a1777);
    border: none;
}

.btn-large i {
    margin-right: 5px;
    font-size: 16px;
}

div.error {
    position: relative;
    top: -1rem;
    left: 0rem;
    font-size: 0.8rem;
    color: #FF4081;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.select-wrapper input.select-dropdown {
    color: #9e9e9e;
}

.file-field input.file-path::placeholder {
    color: #9e9e9e;
}

.file-field input.file-path:-ms-input-placeholder {
    color: #9e9e9e;
}

.file-field input.file-path::-ms-input-placeholder {
    color: #9e9e9e;
}

.input-field input[type=text]:focus+label,
.dropdown-content li>a,
.dropdown-content li>span,
input:not([type]):focus:not([readonly])+label,
input[type=text]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=date]:focus:not([readonly])+label,
input[type=datetime]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #eea135;
}

.input-field input[type=text]:focus,
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #eea135;
    box-shadow: 0 1px 0 0 #eea135;
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:after {
    background-color: #eea135;
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:before,
[type="radio"].with-gap:checked+label:after {
    border: 2px solid #eea135;
}

input:not([type]).valid,
input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #9e9e9e;
    box-shadow: none;
}

.select-wrapper span.caret {
    color: #9e9e9e;
}

section.services .header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

section.services .header .swiper-scrollbar {
    display: none;
    margin: 0 50px;
    position: static;
    width: auto;
    flex-grow: 1;
    height: 2px;
    background: rgba(255, 255, 255, .1);
}

section.services .header .swiper-scrollbar-drag {
    background: rgba(255, 255, 255, .5);
}

section.services .navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
}

section.services .navigation .swiper-button-prev,
section.services .navigation .swiper-button-next {
    margin: 0;
    position: static;
    top: unset;
    width: 30px;
    height: 30px;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #eea135;
    border: 1px solid #eea135;
    border-radius: 50%;
    transition: color 0.35s, background 0.35s;
}

section.services .navigation .swiper-button-prev::after,
section.services .navigation .swiper-button-next::after {
    font-size: 13px;
}

section.services .navigation .swiper-button-prev {
    margin-right: 10px;
    background-color: transparent;
    color: #eea135;
}

section.services .navigation .swiper-button-next:hover {
    background-color: transparent;
    color: #eea135;
}

section.services .navigation .swiper-button-prev:hover {
    background-color: #eea135;
    color: #FFFFFF;
}

section.services h2 {
    margin: 0;
    font-size: 23px;
    font-weight: normal;
    line-height: 1;
}

section.services .swiper {
    margin-top: 15px;
}

section.services .swiper .swiper-slide {
    cursor: pointer;
    position: relative;
    display: flex;
    overflow: hidden;
}

section.services .swiper .swiper-slide img {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: cover;
}

section.services .swiper .swiper-slide .service-title {
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(63.94%, rgba(0, 0, 0, 0.00345888)), color-stop(65.89%, rgba(0, 0, 0, 0.014204)), color-stop(67.83%, rgba(0, 0, 0, 0.0326639)), color-stop(69.78%, rgba(0, 0, 0, 0.0589645)), color-stop(71.72%, rgba(0, 0, 0, 0.0927099)), color-stop(73.67%, rgba(0, 0, 0, 0.132754)), color-stop(75.61%, rgba(0, 0, 0, 0.177076)), color-stop(77.56%, rgba(0, 0, 0, 0.222924)), color-stop(79.5%, rgba(0, 0, 0, 0.267246)), color-stop(81.44%, rgba(0, 0, 0, 0.30729)), color-stop(83.39%, rgba(0, 0, 0, 0.341035)), color-stop(85.33%, rgba(0, 0, 0, 0.367336)), color-stop(87.28%, rgba(0, 0, 0, 0.385796)), color-stop(89.22%, rgba(0, 0, 0, 0.396541)), color-stop(91.17%, rgba(0, 0, 0, 0.4)));
    background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.00345888) 63.94%, rgba(0, 0, 0, 0.014204) 65.89%, rgba(0, 0, 0, 0.0326639) 67.83%, rgba(0, 0, 0, 0.0589645) 69.78%, rgba(0, 0, 0, 0.0927099) 71.72%, rgba(0, 0, 0, 0.132754) 73.67%, rgba(0, 0, 0, 0.177076) 75.61%, rgba(0, 0, 0, 0.222924) 77.56%, rgba(0, 0, 0, 0.267246) 79.5%, rgba(0, 0, 0, 0.30729) 81.44%, rgba(0, 0, 0, 0.341035) 83.39%, rgba(0, 0, 0, 0.367336) 85.33%, rgba(0, 0, 0, 0.385796) 87.28%, rgba(0, 0, 0, 0.396541) 89.22%, rgba(0, 0, 0, 0.4) 91.17%);
    color: #FFFFFF;
    transition: opacity 0.35s;
}

section.services .swiper .swiper-slide:hover .service-title {
    cursor: pointer;
    opacity: 0;
}

section.values {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.2);
}

section.values .values-text,
section.values .values-icon {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #FFFFFF;
}

section.values .values-icon {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.values .values-icon .v-i {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.values .values-icon .v-i:last-child {
    margin: 0;
    margin-top: 30px;
}

section.values .values-icon .v-i .icon {
    display: flex;
    align-items: center;
    padding: 12.5px 20px;
    margin-top: 30px;
    line-height: 1;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 30px;
}

section.values .values-icon .v-i .icon img {
    margin-right: 5px;
    display: flex;
    height: 18px;
    width: auto;
}

section.values .values-icon .v-i .icon:first-child {
    margin: 0;
}

section.values .values-text h2 {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.25;
}

section.values .values-text span {
    opacity: 0.7;
    margin-top: 15px;
    line-height: 1.1;
}

section.clients {
    margin: 0;
    align-items: center;
}

section.clients h2 {
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: normal;
    line-height: 1;
}

section.clients p {
    line-height: 1.25;
    font-size: 15px;
    text-align: center;
    opacity: 0.7;
}

section.clients .clients-logos {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

section.clients .clients-logos .client-logo {
    box-sizing: border-box;
    margin: 15px;
    display: flex;
    height: 50px;
}

section.clients .clients-logos .client-logo.white {
    padding: 10px;
    background-color: #FFFFFF;
}

section.clients .clients-logos .client-logo img {
    display: flex;
    width: auto;
    height: 100%;
}

section.f-s-m {
    display: none;
    z-index: 1;
    position: fixed;
    left: 0;
    bottom: 0;
    width: calc(10% - 0.9rem);
}

section.f-s-m .scroll {
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(45, 51, 58, 0.5);
    backdrop-filter: blur(5px);
    color: #FFFFFF;
}

section.f-s-m .scroll .text {
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}

section.f-s-m .scroll .icon {
    display: flex;
    padding: 10px 3px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

section.f-s-m .scroll .icon img {
    display: flex;
    width: 10px;
    height: auto;
}

section.f-s-m .s-m {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.f-s-m .s-m a {
    margin-bottom: 30px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.35s;
}

section.f-s-m .s-m a:last-child {
    margin: 0;
}

section.f-s-m .s-m a:hover {
    color: #FFFFFF;
}

section.f-s-m .s-m i:last-child {
    margin: 0;
}

section.contact {
    margin-top: 30px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: calc(100% - 60px);
}

section.contact .contact-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 30px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to right, rgba(238, 161, 53, 0.5), rgba(154, 23, 119, 0.5));
    backdrop-filter: blur(5px);
    border-radius: 15px;
}

section.contact .contact-info h2,
section.contact .contact-info span {
    line-height: 1;
    margin: 0;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: normal;
}

section.contact .contact-info span {
    opacity: 0.7;
    line-height: 1.2;
    margin-top: 15px;
    font-size: 15px;
}

section.contact .contact-info .c-i {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

section.contact .contact-info .c-i a {
    margin-top: 5px;
    color: #FFFFFF;
    transition: opacity 0.35s;
}

section.contact .contact-info .c-i a:first-child {
    margin: 0;
}

section.contact .contact-info .c-i a:hover {
    opacity: 0.7;
}

section.contact iframe {
    margin-top: 30px;
    height: 350px;
    width: 100%;
    align-self: stretch;
    border-radius: 15px;
}

.photo-slideshow .swiper {
    width: 100%;
}

.photo-slideshow .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.photo-slideshow .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.photo-slideshow .swiper-slide {
    background-size: cover;
    background-position: center;
}

.photo-slideshow .slideshow {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.photo-slideshow .swiper-button-next,
.photo-slideshow .swiper-button-prev {
    width: unset;
    height: unset;
    padding: 12.5px 5px;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.35s;
}

.photo-slideshow .swiper-button-next:hover,
.photo-slideshow .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.5);
}

.photo-slideshow .swiper-button-next {
    right: 0;
}

.photo-slideshow .swiper-button-prev {
    left: 0;
}

.photo-slideshow .swiper-button-next:after,
.photo-slideshow .swiper-button-prev:after {
    font-size: 22.5px;
    background: linear-gradient(to bottom, #eea135, #9a1777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.photo-slideshow .slideshow-nav {
    padding: 0;
    padding-top: 10px;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
}

.photo-slideshow .slideshow-nav .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.photo-slideshow .slideshow-nav .swiper-slide-thumb-active {
    opacity: 1;
}

.photo-slideshow .slideshow .swiper-slide {
    max-height: 80vh;
}

.photo-slideshow .swiper-slide img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    position: relative;
    width: 100%;
}

.footer-section form {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
}

.footer-section>.container {
    max-width: unset;
    width: 100%;
    padding: 0 30px;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    background: linear-gradient(to right, #eea135, #9a1777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
    transition: opacity 0.35s;
}

.footer-logo a>img:hover {
    opacity: 0.8;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 1.65;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    background-image: linear-gradient(to right, rgba(238, 161, 53, 0.5), rgba(154, 23, 119, 0.5));
    transition: opacity 0.35s;
}

.footer-social-icon i:hover {
    opacity: 0.7;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #eea135;
    background-image: linear-gradient(to right, #eea135, #9a1777);
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    background: linear-gradient(to right, #eea135, #9a1777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    margin: 0;
    width: 100%;
    height: unset;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
    transition: background 0.35s, border 0.35s;
}

.subscribe-form input:focus {
    background-color: rgba(60, 60, 60, 0.8);
    border-color: rgba(60, 60, 60, 0.8);
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #eea135;
    background-image: linear-gradient(to right, #eea135, #9a1777);
    padding: 13px 20px;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #eea135, #9a1777);
    border-image-slice: 1;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    width: 100%;
    text-align: center;
    background: #202020;
    padding: 25px 0;
}

.copyright-area .row {
    justify-content: center;
}

.copyright-text {
    width: 100%;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #eea135;
    background: linear-gradient(to right, #eea135, #9a1777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: opacity 0.35s;
}

.copyright-text p a:hover {
    opacity: 0.7;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #eea135;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.col-xl-4.col-md-4.mb-30 {
    margin-top: 3rem;
}

.col-xl-4.col-lg-4.col-md-6 {
    margin-top: 20px;
}

.col-xl-4.col-md-4.mb-30:first-child {
    margin: 0;
}

@media only screen and (min-width: 400px) {
    header .header-container .header-logo .logo-text {
        display: flex;
    }
}

@media only screen and (min-width: 500px) {
    header .header-container {
        width: calc(100% - 40px);
    }

    .video-js .vjs-big-play-button {
        line-height: 1;
        font-size: 40px;
        width: 65px;
        height: 65px;
    }
}

@media only screen and (min-width: 700px) {
    section.hero {
        max-width: 700px;
    }

    section.hero h1 {
        font-size: 45px;
    }

    section.hero h2 {
        font-size: 35px;
    }

    section.hero h2 i {
        font-size: 30px;
    }

    section.hero span {
        font-size: 17px;
    }

    section.hero span br {
        display: block;
    }

    section.hero .hero-btn {
        padding: 7px 22.5px;
        font-size: 15px;
    }

    section.services,
    section.clients,
    section.service-category,
    section.photo-slideshow,
    form {
        padding: 30px;
    }

    section.service-category:not(.padding),
    form {
        padding: 30px;
        padding-top: 0;
    }

    form {
        padding: 30px;
    }

    section.services .swiper {
        margin-top: 25px;
    }

    section.services .header .swiper-scrollbar {
        display: block;
    }

    section.services h2 {
        font-size: 29px;
    }

    section.service-category .category-container .category {
        width: calc(100% / 2 - (30px / 2));
    }

    .photo-slideshow .slideshow-nav {
        padding: 0;
        padding-top: 20px;
    }

    .photo-slideshow .swiper-button-next,
    .photo-slideshow .swiper-button-prev {
        padding: 20px 10px;
    }

    .photo-slideshow .swiper-button-next:after,
    .photo-slideshow .swiper-button-prev:after {
        font-size: 40px;
    }

    .video-js .vjs-big-play-button {
        line-height: 1;
        font-size: 50px;
        width: 75px;
        height: 75px;
    }

    section.service-category .see-more {
        padding: 7.5px 40px;
        font-size: 18px;
    }

    section.service-category.v-d .v-c {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    .col-xl-4.col-md-4.mb-30 {
        margin: 0;
    }

    .col-xl-4.col-lg-4.col-md-6 {
        margin-top: 30px;
    }

    form .row {
        width: calc((100% / 2) - 10px);
    }

    .btn-large {
        height: 45px;
        font-size: 18px;
    }

    .btn-large i {
        font-size: 18px;
    }

    section.service-category.v-d,
    section.service-category.v-d .v-c {
        padding: 15px;
    }
}

@media only screen and (min-width: 800px) {
    header .header-container {
        width: calc(100% - 60px);
    }

    header .header-container .fa-bars-staggered {
        display: none;
    }

    header .header-container .header-links a:not(.header-btn) {
        display: block;
    }

    section.hero h1 {
        font-size: 60px;
    }

    section.hero h2 {
        font-size: 45px;
    }

    section.hero h2 i {
        font-size: 35px;
    }

    section.hero span {
        font-size: 18px;
    }

    section.hero .hero-btn {
        padding: 8px 25px;
        font-size: 16px;
    }

    section.services h2 {
        font-size: 32px;
    }

    section.clients p {
        width: 750px;
    }

    section.contact {
        width: 100%;
        flex-direction: row;
    }

    section.contact .contact-info {
        width: calc(50% - (30px * 3));
    }

    section.contact iframe {
        margin: 0;
        width: 50%;
        height: unset;
    }
}

@media only screen and (min-width: 900px) {
    section.hero {
        width: calc(100% - 60px);
        max-width: unset;
        align-items: flex-start;
    }

    section.hero.service,
    section.hero.contact {
        align-items: center;
    }

    section.hero .hero-txt {
        align-items: flex-start;
        text-align: left;
    }

    section.hero.service .hero-txt,
    section.hero.contact .hero-txt {
        align-items: center;
        text-align: center;
    }

    section.values {
        flex-direction: row;
    }

    section.values .values-text,
    section.values .values-icon {
        width: 40%;
    }

    section.values .values-icon {
        margin: 0;
        flex-direction: row;
    }

    section.values .values-icon .v-i {
        margin: 0;
        margin-right: 20px;
        align-items: flex-end;
    }

    section.values .values-icon .v-i:last-child {
        margin: 0;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 992px) {
    .col-xl-4.col-lg-4.col-md-6 {
        margin: 0;
    }
}

@media only screen and (min-width: 1000px) {
    header.sticky {
        height: 80px;
    }

    header .header-container .header-logo {
        min-height: unset;
        height: 32.5%;
    }

    header .header-container {
        max-width: unset;
    }

    header .header-container .header-links .header-btn {
        padding: 8px 17.5px;
        font-size: 16px;
    }

    section.values {
        padding: 60px;
    }

    section.clients .clients-logos .client-logo {
        height: 70px;
    }

    section.service-category .category-container .category {
        width: calc(100% / 3 - (60px / 3));
    }
}

@media only screen and (min-width: 1200px) {
    main {
        align-items: flex-end;
    }

    section.f-s-m {
        display: block;
    }

    header .header-container {
        width: 80%;
    }

    section.hero {
        margin-top: 50px;
        width: 90%;
    }

    section.hero.service,
    section.hero.contact {
        width: 100%;
    }

    section.services,
    section.clients,
    section.contact,
    section.values,
    .footer-section {
        margin-top: 50px;
        width: calc(90% + 0.9rem);
    }

    section.service-category,
    section.photo-slideshow,
    form {
        margin-top: 50px;
        margin-right: 5%;
        width: 80%;
    }

    section.service-category,
    section.photo-slideshow {
        margin-right: 2.5%;
        width: 85%;
    }

    section.service-category.videography {
        margin-right: 5%;
        width: 80%;
    }

    section.values,
    section.clients {
        margin: 0;
    }

    section.service-category.v-d .v-c {
        width: calc(100% / 3);
    }
}