@font-face {
    font-family: 'BaskervilleBT Italic';
    src: url('../fonts/Baskerville Italic.ttf');

}

@font-face {
    font-family: 'URW Baskerville W01 Regular';
    src: url('../fonts/URW Baskerville W01 Regular.ttf');

}

@font-face {
    font-family: 'BASKVILL';
    src: url('../fonts/BASKVILL.ttf');

}

/* @font-face {
    font-family: 'AvenirNextDemiBold';
    src: url('../fonts/AvenirNext-DemiBold.eot');
    src: url('../fonts/AvenirNext-DemiBold?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNext-DemiBold.woff') format('woff'),
        url('../fonts/AvenirNext-DemiBold.ttf') format('truetype'),
        url('../fonts/AvenirNext-DemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextBold';
    src: url('../fonts/AvenirNext-Bold.eot');
    src: url('../fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNext-Bold.woff') format('woff'),
        url('../fonts/AvenirNext-Bold.ttf') format('truetype'),
        url('../fonts/AvenirNext-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
} */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    width: 100%;
    background-color: #040203;
    font-family: 'BASKVILL';
}

p{
    font-size: 20px;
}
.heading {
    font-family: 'BASKVILL';
    font-size: 50px;
    text-transform: uppercase;
}

header {
    position: fixed;
    z-index: 11;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px;
    transition: all 0.5s;
}

header nav {
    position: relative;

}

header .bg-light {
    background-color: transparent !important;
}

header.fixed .bg-light {
    padding: 0;
}

header.fixed {
    background: #000;
    padding: 5px 20px;
    /* position: sticky; */
    /*     top: 0; */
}

header .navbar-brand img {
    width: 200px;
    transition: all 0.5s;
}

header.fixed .navbar-brand img {
    width: 130px;
}

header .navbar-collapse {
    position: relative;
}

header .navbar-collapse .navbar-nav {
    margin: 0 0 0 auto;
    margin-bottom: 0 !important;
}

header.fixed .navbar-nav .nav-link {
    padding: 0 !important;
}

header .navbar-collapse .navbar-nav .nav-item .nav-link {

    color: #fff;
    font-family: 'BASKVILL';
    font-size: 20px;
    margin-left: 30px;

}

.navbar-expand-lg .navbar-toggler {
    display: block !important;
}

.hero-section {
    width: 100%;
    height: 100vh;
    position: relative;
}

.hero-section img.banner_img {
    max-width: 100%;
    width: 100%;
    height: 100%;

}

.hero-section .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-section .banner-content h1 {
    font-family: 'BASKVILL';
    color: #fff;
    font-size: 82px;
    text-transform: uppercase;
}

.hero-section .banner-content h4 {
    color: #f8bd71;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'BASKVILL';
}

.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    margin: auto;

    width: 34px;
    height: 55px;
}

.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #cfa565;
    border-radius: 25px;
    opacity: 1;
    box-sizing: content-box;
    background: #cfa565;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #000;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.section {
    padding: 100px 80px;
}

.section-one {
    position: relative;
}

.section-one .left-section {
    position: relative;
    padding-right: 90px;
}

.section-one .left-section h1 {

    color: #deb26e;

    padding-bottom: 14px;
    padding-top: 25px;
}

.section-one .left-section p {
    font-family: 'BASKVILL';
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
}
.section-one .right-section{
    /* height: 100%;
    width: 100%;
    background: url('../images/img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
}
.section-one .right-section img {
    width: 100%;

}

.section-two {
    position: relative;
}

.section-two::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: #deb26e;
    z-index: 1;
}

.section-two .content-box {
    z-index: 2;
    position: relative;
}

.section-two .content-box a {
    font-family: 'BASKVILL';
    text-decoration: none;
    color: #000;
    font-size: 40px;
    line-height: 45px;
    display: flex;
    align-items: flex-end;
}

.section-two .content-box a img {
    width: 35px;
    margin-left: 10px;
    transition: 0.5s;
    margin-bottom: 10px;
}
.section-two .content-box a p{
    transition: 0.5s;
    transform: scale(0.9);
    margin-bottom: 0;
    font-family: 'BASKVILL';
    text-decoration: none;
    color: #000;
    font-size: 40px;
    line-height: 45px;
}
.section-two .content-box:hover a p{
    transform: scale(1);
}
.section-two .content-box:hover a img{
    margin-left: 20px;

}
.section-two .content-box .ser-box-img {
    width: 95%;
    height: 95%;
    margin-top: 20px;
}

.section-two .content-box .ser-box-img img {
    width: 100%;
    height: 100%;
}

.section-three {
    background: #f2f2f2;
}

.section-three .swiper {
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

.section-three .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-three .swiper-slide img {
    display: block;
    width: 90%;
    height: 90%;
    object-fit: cover;
}

.section-three h1 {
    color: #040203;
    padding-bottom: 14px;
    text-align: center;
    margin-bottom: 0;
}

.section-three p {
    font-family: 'BASKVILL';
    font-size: 20px;
    color: #040203;
    letter-spacing: 1px;
    text-align: center;
}

.section-four {
    background: #040203;
}

.section-four h1 {
    color: #deb26e;
    text-align: center;
    padding-bottom: 50px;
}

.blog-card {
    position: relative;
    padding: 10px;
}

.blog-card .img-card {
position: relative;
overflow: hidden;
}
.blog-card .img-card::before {
    position: absolute;
    top: 0;
    left: -82%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.blog-card .img-card:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
.blog-card .img-card img {
width: 100%;
}

.blog-card p {
    font-family: 'BASKVILL';
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    padding: 18px 0;
}

.blog-card a {
    font-family: 'BASKVILL';
    text-decoration: none;
    color: #000;
    background: #222;
    width: 100%;
    display: flex;
    padding: 10px !important;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    overflow: hidden;
}

.btn {
    position: relative;
    display: inline-block;
    border: none;
    cursor: pointer;
  }
.btn span {
      position: relative;
      display: inline-block;
      font-family: 'BASKVILL';
      letter-spacing: 2px;
      top: 0; left: 0;
      width: 100%;
      /* padding: 15px 20px; */
      transition: 0.3s;
      border-radius: 50px;
}

  /*--- btn-1 ---*/
.btn-1::before {
    background: #deb26e;
    transition: 0.3s ease-out;
    position: absolute;
   content: "";
   border-radius: 50px;
  }
.btn-1 span {
    /* color: rgb(255,255,255); */
    /* border: 1px solid rgb(28, 31, 30); */
    transition: 0.2s 0.1s;
  }
.btn-1 span:hover {
    color: #fff;
    transition: 0.2s 0.1s;
  }

  /* 4. hover-filled-slide-right */
.btn.hover-filled-slide-right::before {
    top:0; bottom: 0; right: 0;
    height: 100%; width: 100%;
  }
.btn.hover-filled-slide-right:hover::before {
    width: 0%;
  }

footer{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 40px 30px;
}
footer ul{
list-style: none;
padding-left: 0;
margin-bottom: 0;
display: flex;
align-items: center;
}
footer ul li a{
    font-family: 'BASKVILL';
}
ul.social_media{
position: relative;
}
ul.social_media li a{
    color: #fff;
    padding: 18px;
    font-size: 20px;
    transition: 0.5s;
}
ul.social_media li a:hover{
    color: #deb26e;
}
ul.menu{
position: relative;
padding: 40px 20px;
}
ul.menu li{
    padding: 10px 10px;
    font-size: 16px;
    transition: 0.5s;
}
ul.menu li:hover{
    /* padding-left: 15px; */
}
ul.menu li a{
    text-decoration: none;
    color: #fff;

}
ul.policy_link li{
    color: #fff;
    font-size: 16px;
}
ul.policy_link li:nth-child(2){
padding: 0 20px;
}
ul.policy_link li a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.footer-bottom{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding-top: 40px;
}
.footer-bottom p{
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}
.footer-bottom p a{
    text-decoration: none;
    color: #fff;
}
.line_div{
color: #fff;
}
.inner_banner{
    height: 300px;
    width: 100%;
}
.inner_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-section-one h1{
text-align: center;
color: #f8bd71;
}
.about-section-one p.paragraph{
text-align: center;
color: #fff;
}
.about-section-two{
    background: #f8bd71;
    /* background: url('../images//banner.png'); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    background-position: center;
    position: relative;
}

/* .about-section-two h1{
    color: #fff;
}
.about-section-two p.paragraph{
    color: #fff;
} */
.about-section-two::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8bd717a;
}
.about-section-two .row{
    position: relative;
    z-index: 2;
}
.about-section-two .right-section{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.right-section img{
    width: 100%;
}
.about-section-three{
    /* background: #f8bd71; */
    background: url('https://preview.colorlib.com/theme/confer/img/bg-img/17.jpg.webp');
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
    position: relative;
}
.about-section-three::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* z-index: -1; */
    background: #c63fa4;
    background-image: -moz-linear-gradient(120deg, #040404 0%, #171817 100%);
    background-image: -webkit-linear-gradient(120deg, #040404 0%, #171817 100%);
    background-image: -ms-linear-gradient(120deg, #040404 0%, #171817 100%);
    opacity: 0.9;
}
.letest_news{
    z-index: 1;
    position: relative;
}

  .big {
    /* grid-column: span 2; */
    /* grid-row: span 1.4; */
  }
  .big2 {
    /* grid-column: span 2; */
    /* grid-row: span 2; */
  }
  .grid-gallery .item img {
    opacity: 0.6;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.5s, opacity 0.5s;
  }

  .grid-gallery .item img:hover {
    opacity: 1;
    transform: scale(1.03);
  }
  .contact-section form {
    padding: 45px;
    background: #000;
    border: 1px solid #f8bd71;
    border-radius: 20px;
}
.contact-section form label{
    color: #f8bd71;
    font-family: 'BASKVILL';
    font-size: 18px;
    padding-bottom: 8px;
}
.contact-section form input,
.contact-section form textarea{
    border: none;
    outline: none;
    background: #222;
    border: 1px solid #222;
}
.contact-section form input:focus,
.contact-section form textarea:focus{
box-shadow: none;
background: transparent;
border: 1px solid #f8bd71;
}
.contact-section form button{
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    border-radius: 50px;
    overflow: hidden;
}
.contact-section form button:focus{
    box-shadow: none;
}
.contact-section form button:hover span{
    color: #f8bd71;
}
.contact-section form button:hover{
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    background: #262626;
    color: #fff;
    border-radius: 50px;
}
@media(max-width:1300px){
    .hero-section .banner-content h1{
        font-size: 55px;
    }
    .hero-section .banner-content h4{
        font-size: 40px;
    }
    .heading{
        font-size: 40px;
    }
}


@media(max-width:991px){
    .hero-section .banner-content h1{
        font-size: 50px;
    }
    .hero-section .banner-content h4{
        font-size: 40px;
    }
    .heading {
        font-size: 40px;
        text-align: center;
    }
    .section-one .left-section p{
        text-align: center;
    }
    .section-one .left-section {
        position: relative;
        padding-right: 0;
    }
    .section-two .content-box .ser-box-img {
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }
    .section {
        padding: 50px 40px;
    }
    .order_2{
        order: 2;

    }
    .p_bottom{
        padding-bottom: 40px;
    }
    .order_1{
        order: 1;
    }
    .about-section-two .row.mt-5{
         margin-top: 0rem!important;
    }
}

@media(max-width:768px){
    .section-two .content-box{
        padding-bottom: 15px;
    }
    .grid-gallery{
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }
}

@media(max-width:600px){
    .hero-section .banner-content h1 {
        font-size: 35px;
    }
    .hero-section .banner-content h4 {
        font-size: 25px;
        text-align: center;
    }
    .section {
        padding: 50px 20px;
    }
    .section-two .content-box a{
        font-size: 30px;
        line-height: 34px;
    }
    .section-two .content-box a img {
        width: 25px;
        margin-left: 14px;
    }
    .blog-card{
        margin-bottom: 20px;
    }
    header .navbar-brand img{
        width: 170px;
    }
    .heading {
        font-size: 26px;
        text-align: center;
    }
    footer{
        padding: 20px 15px 30px;
    }
    footer ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-bottom{
        flex-direction: column;
    }
    ul.social_media li a {
        color: #fff;
        padding: 10px;
        font-size: 18px;
    }
    .heading br{
        display: none;
    }
    .hero-section .banner-content{
        padding: 20px;
    }
    header{
        padding: 10px;
    }
    .hero-section img.banner_img{
        object-fit: cover;
    }
    .grid-gallery{
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .contact-section form{
        padding: 15px;
    }
    p{
        text-align: center;
    }
    .hero-section{
        height: 70vh;
    }
}

@media(max-width:320px){
    ul.menu {
        position: relative;
        padding: 25px 0;
    }
}