/*
Template:  junction - event meeting conference business template
Author: RoyHridoy
Version: 1.0
Developed by: Hridoy Roy
NOTE: This is main style sheet of template,
This file contains the styling for the actual Template.
Please do not change anything here! write in a custom.css file if required!

*/
/*================================================
[  Table of contents  ]
==================================================
01. General
    01.1 Google font
02. Text color
03. Section title
04. Basic margin padding
    04.1 Margin top
    04.2 Margin right
    04.3 Margin bottom
    04.4 Margin left
    04.5 Padding top
    04.6 Padding right
    04.7 Padding bottom
    04.8 Padding left
05. Page section margin padding
    05.1 Page section padding
    05.2 Page section margin
06. Background variation set
    06.1 Colored background
    06.2 Opacity background
    06.3 Image background
07. Extra class
08. Back to top

======================================
[ End table content ]
======================================*/

/*************************
01. General
*************************/

/*************************
01.1 Google font
*************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    color: #777;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
}

img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a,
.btn,
button,
input,
select,
textarea {
    font-family: 'Roboto', sans-serif;
}

a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn {
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 25px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

a,
button,
input {
    outline: medium none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #303030;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #454545;
    font-family: inherit;
}

p {
    line-height: 24px;
}

.fs-italic {
    font-style: italic;
}

.ff-open,
.ff-roboto {
    font-family: 'Roboto', sans-serif;
}

.fw-400 {
    font-weight: 400;
}

.fw-700 {
    font-weight: 700;
}

.fz-13 {
    font-size: 13px;
}

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-22 {
    font-size: 22px;
}

.fz-24 {
    font-size: 24px;
}

.fz-30 {
    font-size: 30px;
}

.fz-36 {
    font-size: 36px;
}

.fz-40 {
    font-size: 40px;
}

.fz-45 {
    font-size: 45px;
}

/* Hero area custom styles */
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    pointer-events: none;
    opacity: 0.9;
}

.hero-intro {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.hero-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.25;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
    text-shadow: 0 10px 32px rgba(0, 0, 0, 0.6);
}

.hero-title__line {
    display: block;
}

.hero-title__line--primary {
    color: #0a1c3a;
}

.hero-title__line--accent {
    color: #0696c5;
}

.hero-subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.03em;
    /* margin-bottom: 24px; */
    color: #0a1c3a;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.6);
}

.hero-meta {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: 32px;
    color: #0a1c3a;
    /* display: inline-flex; */
    flex-direction: column;
    gap: 6px;
    text-shadow: 0 8px 26px rgba(0, 0, 0, 0.6);
    align-items: center;
}

.hero-meta__accent {
    color: #0a1c3a;
    font-weight: 600;
}

.hero-meta__location {
    display: block;
}

.hero-countdown {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.hero-countdown__timer {
    display: flex;
    gap: 14px;
}

.hero-countdown__timer .cdown {
    background-color: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(8px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
    padding: 16px 22px;
    min-width: 88px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 4px;
}

.hero-countdown__timer .time-count {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}

.hero-countdown__timer p {
    font-size: 11px;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}


.speakers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
}

.speaker-card {
    background-color: #ffffff;
    border: 1px solid #ececec;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.speaker-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.speaker-card__image {
    width: 100%;
    aspect-ratio: 9 / 11;
    background-color: #d9d9d9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.speaker-card__name {
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 12px 18px;
    color: #1f1f1f;
    background-color: #f7f7f7;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    padding: 10px 12px;
}

.partner-logo img {
    max-height: 65px;
    width: auto;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.06));
}

.about-sectional {
    padding: 80px 0;
    background-color: #ffffff;
}

.about-visual {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
    margin-left: auto;
    max-width: 520px;
    aspect-ratio: 16 / 9;
}

.about-visual__image {
    display: block;
    width: 100%;
    height: auto;
}

.about-content {
    max-width: 520px;
    padding-right: 25px;
}

.about-content__title {
    font-size: 18px;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    color: #1f1f1f;
}

.about-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #505050;
}

.about-btn {
    display: inline-block;
    padding: 11px 28px;
    border: 1px solid #1f1f1f;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 12px;
    color: #1f1f1f;
    transition: all 0.3s ease;
}

.about-btn:hover {
    background-color: #2ec1ba;
    color: #ffffff;
    border-color: #2ec1ba;
}

.fz-50 {
    font-size: 50px;
}

.fz-60 {
    font-size: 60px;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    margin-bottom: 10px;
}

.fix {
    overflow: hidden
}

.transition-5 {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/*************************
02. Text color
*************************/

.color-white,
.color-hover-white:hover {
    color: #fff;
}

.color-grey,
.color-hover-grey:hover {
    color: #dfdfdf;
}

.color-grey-2,
.color-hover-grey-2:hover {
    color: #f5f5f5;
}

.color-black,
.color-hover-black:hover {
    color: #454545;
}

/*************************
03. Section title
***********************/
.section-title h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    z-index: 1;
    letter-spacing: 2px;
}

.section-title h2::before {
    bottom: 0px;
    content: ".....";
    left: 0%;
    right: 0;
    margin: auto;
    position: absolute;
    font-size: 30px;
    z-index: -1;
}

.section-title.white h2::before {
    background-color: #fff;
}

/*************************
04. Basic margin padding
*************************/
.m-auto {
    margin: auto;
}

.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/*************************
04.1 Margin top
*************************/
.mt-0 {
    margin-top: 0
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mt-150 {
    margin-top: 150px
}

/*************************
04.2 Margin right
*************************/
.mr-0 {
    margin-right: 0px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.mr-60 {
    margin-right: 60px
}

.mr-70 {
    margin-right: 70px
}

.mr-80 {
    margin-right: 80px
}

.mr-90 {
    margin-right: 90px
}

.mr-100 {
    margin-right: 100px
}

.mr-110 {
    margin-right: 110px
}

.mr-120 {
    margin-right: 120px
}

.mr-130 {
    margin-right: 130px
}

.mr-140 {
    margin-right: 140px
}

.mr-150 {
    margin-right: 150px
}

/*************************
04.3 Margin bottom
*************************/
.mb-0 {
    margin-bottom: 0
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-150 {
    margin-bottom: 150px
}

/*************************
04.4 Margin left
*************************/
.ml-0 {
    margin-left: 0
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}

.ml-60 {
    margin-left: 60px
}

.ml-70 {
    margin-left: 70px
}

.ml-80 {
    margin-left: 80px
}

.ml-90 {
    margin-left: 90px
}

.ml-100 {
    margin-left: 100px
}

.ml-110 {
    margin-left: 110px
}

.ml-120 {
    margin-left: 120px
}

.ml-130 {
    margin-left: 130px
}

.ml-140 {
    margin-left: 140px
}

.ml-150 {
    margin-left: 150px
}

/*************************
04.5 Padding top
*************************/
.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-120 {
    padding-top: 120px
}

.pt-130 {
    padding-top: 130px
}

.pt-140 {
    padding-top: 140px
}

.pt-150 {
    padding-top: 150px
}

/*************************
04.6 Padding right
*************************/
.pr-0 {
    padding-right: 0
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.pr-60 {
    padding-right: 60px
}

.pr-70 {
    padding-right: 70px
}

.pr-80 {
    padding-right: 80px
}

.pr-90 {
    padding-right: 90px
}

.pr-100 {
    padding-right: 100px
}

.pr-110 {
    padding-right: 110px
}

.pr-120 {
    padding-right: 120px
}

.pr-130 {
    padding-right: 130px
}

.pr-140 {
    padding-right: 140px
}

/*************************
04.7 Padding bottom
*************************/
.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-150 {
    padding-bottom: 150px
}

/*************************
04.8 Padding left
*************************/
.pl-0 {
    padding-left: 0
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.pl-50 {
    padding-left: 50px
}

.pl-60 {
    padding-left: 60px
}

.pl-70 {
    padding-left: 70px
}

.pl-80 {
    padding-left: 80px
}

.pl-90 {
    padding-left: 90px
}

.pl-100 {
    padding-left: 100px
}

.pl-110 {
    padding-left: 110px
}

.pl-120 {
    padding-left: 120px
}

.pl-130 {
    padding-left: 130px
}

.pl-140 {
    padding-left: 140px
}

.pl-150 {
    padding-left: 150px
}

/***************************
05. Page section margin padding
****************************/

/***************************
05.1 Page section padding
****************************/

.ptb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.ptb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.ptb-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.ptb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

/***************************
05.2 Page section margin
****************************/

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.mtb-110 {
    margin-top: 110px;
    margin-bottom: 110px;
}

.mtb-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.mtb-130 {
    margin-top: 130px;
    margin-bottom: 130px;
}

.mtb-140 {
    margin-top: 140px;
    margin-bottom: 140px;
}

.mtb-150 {
    margin-top: 150px;
    margin-bottom: 150px;
}

/*************************************
06. Background variation set
**************************************/

/***************************
06.1 Colored background
****************************/

.bg-white,
.bg-hover-white:hover {
    background: #fff;
}

.bg-light-gray,
.bg-hover-light-gray:hover {
    background: #dfdfdf;
}

.bg-light-gray-2,
.bg-hover-light-gray-2:hover {
    background: #f5f5f5;
}

.bg-black,
.bg-hover-black:hover {
    background: #202020;
}

.bg-transparent,
.bg-hover-transparent:hover {
    background: transparent;
}

/***************************
06.2 Opacity background
****************************/

.bg-opacity-black-10,
.bg-opacity-black-20,
.bg-opacity-black-30,
.bg-opacity-black-40,
.bg-opacity-black-50,
.bg-opacity-black-60,
.bg-opacity-black-70,
.bg-opacity-black-80,
.bg-opacity-black-90,
.bg-opacity-white-10,
.bg-opacity-white-20,
.bg-opacity-white-30,
.bg-opacity-white-40,
.bg-opacity-white-50,
.bg-opacity-white-60,
.bg-opacity-white-70,
.bg-opacity-white-80,
.bg-opacity-white-90 {
    position: relative;
    z-index: 1;
}

.bg-opacity-black-10:before,
.bg-opacity-black-20:before,
.bg-opacity-black-30:before,
.bg-opacity-black-40:before,
.bg-opacity-black-50:before,
.bg-opacity-black-60:before,
.bg-opacity-black-70:before,
.bg-opacity-black-80:before,
.bg-opacity-black-90:before,
.bg-opacity-white-10:before,
.bg-opacity-white-20:before,
.bg-opacity-white-30:before,
.bg-opacity-white-40:before,
.bg-opacity-white-50:before,
.bg-opacity-white-60:before,
.bg-opacity-white-70:before,
.bg-opacity-white-80:before,
.bg-opacity-white-90:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-black-10:before {
    background: rgba(0, 0, 0, 0.1);
}

.bg-opacity-black-20:before {
    background: rgba(0, 0, 0, 0.2);
}

.bg-opacity-black-30:before {
    background: rgba(0, 0, 0, 0.3);
}

.bg-opacity-black-40:before {
    background: rgba(0, 0, 0, 0.4);
}

.bg-opacity-black-50:before {
    background: rgba(0, 0, 0, 0.5);
}

.bg-opacity-black-60:before {
    background: rgba(0, 0, 0, 0.6);
}

.bg-opacity-black-70:before {
    background: rgba(0, 0, 0, 0.7);
}

.bg-opacity-black-80:before {
    background: rgba(0, 0, 0, 0.8);
}

.bg-opacity-black-90:before {
    background: rgba(0, 0, 0, 0.9);
}

.bg-opacity-white-10:before {
    background: rgba(255, 255, 255, 0.1);
}

.bg-opacity-white-20:before {
    background: rgba(255, 255, 255, 0.2);
}

.bg-opacity-white-30:before {
    background: rgba(255, 255, 255, 0.3);
}

.bg-opacity-white-40:before {
    background: rgba(255, 255, 255, 0.4);
}

.bg-opacity-white-50:before {
    background: rgba(255, 255, 255, 0.5);
}

.bg-opacity-white-60:before {
    background: rgba(255, 255, 255, 0.6);
}

.bg-opacity-white-70:before {
    background: rgba(255, 255, 255, 0.7);
}

.bg-opacity-white-80:before {
    background: rgba(255, 255, 255, 0.8);
}

.bg-opacity-white-90:before {
    background: rgba(255, 255, 255, 0.9);
}

/***************************
06.3 Image background
****************************/

.bg-1,
.bg-2,
.bg-3,
.bg-4 {
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.bg-1 {
    background-image: url(../../img/slider.jpeg);
}

.bg-2 {
    background-image: url(../../img/kayit-bg.png);
}

.bg-3 {
    background-image: url(../../img/bg/3.jpg);
}

.bg-4 {
    background-image: url(../../img/bg/4.jpg);
}

.bg-static {
    background-attachment: scroll;
}

/*************************
07. Extra class
*************************/
.radius-50 {
    border-radius: 50%;
}

.border-1-black,
.border-1-black-hover:hover {
    border: 1px solid #202020;
}

.border-2-black,
.border-2-black-hover:hover {
    border: 2px solid #202020;
}

.border-1-white,
.border-1-white-hover:hover {
    border: 1px solid #fff;
}

.border-2-white,
.border-2-white-hover:hover {
    border: 2px solid #fff;
}

.d-block {
    display: block;
}

.d-iblock {
    display: inline-block;
}

.d-table {
    display: table;
    height: 100%;
    width: 100%;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.pos-relative {
    position: relative !important;
}

.pos-absolute {
    position: absolute !important;
}

.pos-static {
    position: static !important;
}

.w-25 {
    width: 25%;
}

.w-33 {
    width: 33.33%;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.shadow-hover:hover {
    box-shadow: 0 0 8px #aaa;
}

/*************************
08. Back to top
*************************/
#scrollUp {
    border-radius: 5px;
    bottom: 60px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    left: 15px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    z-index: 9999 !important;
}

#scrollUp:hover {
    height: 50px;
}