﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root {
    --c-primary: #b80e1e;
    --c--secondary: #363637;
    --c-grey: #555252;
    --c-white: #fff;
    --c-black: #000;
    --fw-600: 600;
    --fw-700: 700;
}

body {
    font: 400 16px 'Poppins', sans-serif;
    background-color: transparent;
    line-height: 28px;
}


/* SOME COMMON CLASS START */

.fs13{font-size:13px;}

.responsiveclose {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: var(--c-white);
}

.headtrans {
    transition: all 0.4s ease;
}

.small {
    position: fixed;
    background: var(--c-white);
    transition: all 0.4s ease;
    padding-bottom: 5px;
    box-shadow: 0 0 10px #918d8d;
    z-index: 3;
}

.shrink {
    width: 150px;
    height: auto;
    transition: all 0.4s ease;
}

.btn.focus, .btn:focus {
    box-shadow: none;
    outline: none;
}

.btn_modify, .btn_modify:hover {
    background: var(--c-primary);
    color: var(--c-white);
    border: 0
}


.text-white{
    color: var(--c-white);
}

.primary-bg{
    background: var(--c-primary);
}

.navbar-toggler:focus{
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.light-bg {
    background: #f3eeee;
}
/* SOME COMMON CLASS END */
/* HEADER CODE START */
.mobheader {
    display: none;
}


header {
    position: relative;
    width: 100%;
    height: auto;
    background: transparent;
    z-index: 2;
    padding: 10px 0;
    font-family: "Asar", serif;
}

    header .navbar-light .navbar-nav .nav-link {
        padding: 0 10px;
        color: var(--c--secondary);
        display: flex;
        font-size: 16px;
        font-weight: bold;
        transition: all 0.5s ease;
        line-height: 1;
        border-right: 1px solid var(--c--secondary);
        align-items: end;
        font-family: "Asar", serif;
    }


.no-nav-border {
    border-right: none !important;
}

    header .navbar-light .navbar-nav .nav-link img {
        margin-right: 10px;
    }

header .navbar-light .navbar-toggler {
    border: 2px solid var(--c-black);
    padding: 0px 5px;
}

.navbar-nav {
    align-items: center;
}

header .navbar-light .navbar-nav .nav-link.active {
    color: var(--c-primary);
}
header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-link:hover {
    color: var(--c-primary);
}
.wsimg img{aspect-ratio:6/4; object-fit:cover;}
/*
   .small .navbar {
    margin-top: 15px !important;
}
*/
.small .header__logo2 {
    margin-top: 10px !important;
}
header .brandLogo {
    width: 180px;
    height: auto;
}

@media only screen and (max-width:575.95px) {
    header .brandLogo {
        width: 120px;
    }
}
@media only screen and (max-width:319.98px) {
    header .brandLogo {
        width: 90px;
    }
}

/* HEADER CODE END */
/* SLIDER CODE START */

.slidersTop{
    width: 100%;
    position:relative;
}
.slidersTop .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 75%;
    background: #fff;
    border: 0;
    opacity: 1;
    border: 1px solid #fff;
    margin: 0 2px;
}

    .slidersTop .carousel-item::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to left, rgb(0 0 0 / 21%) 40%, transparent)
    }


.slidersTop__fullimage {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position:bottom
}

.slidersTop .carousel-indicators .active {
    width: 12px;
    height: 12px;
    background: var(--c-primary);
}

.slidersTop .carousel-caption {
    left: 45%;
    right: 0;
    bottom: 20%;
    width: 50%;
    font-family: "Asar", serif;
}

    .slidersTop .carousel-caption .slidersTop__heading {
        font-size: 25px;
        text-align: left;
        /*text-shadow: -2px 3px 13px #000;*/
        font-weight: var(--fw-600);
        padding: 20px;
        text-align: center;
        font-family: "Asar", serif;
    }

    .slidersTop .carousel-caption .slidersTop__heading {
        font-size: 38px;
        text-align: center;
        font-weight: var(--fw-600);
        font-family: "Asar", serif;
    }

.sliderbtn {
   
    color: var(--c-white);
    font-size: 18px;
    transition: all 1s ease;
    background: var(--c--secondary);
    display: inline-block;
    padding: 3px 20px;
    border-radius: 50px;
    text-decoration: none;
    border: 3px solid var(--c-white);
    position: relative;
    font-family: "Asar", serif;
    overflow:hidden
}
 
    .sliderbtn a {
        position: relative;
        text-decoration: none;
        color: var(--c-white);
        font-size: 18px;
        z-index: 1;
        font-family: "Asar", serif;
    }

    .sliderbtn::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 45%;
        color: var(--c-white);
        background: var(--c-primary);
        border-radius: 50px 0 0 50px;
        transition: all 0.3s ease;
    }
    .sliderbtn:hover::before {
        width: 100%
    }
/* SLIDER CODE END */


/* ABOUT SECTION START*/

.overview-content {
    margin-top: 10px;
    text-align:center
}

    .overview-content p {
        font-size: 15px;
        line-height: 25px;
        color: #5b5b5b;
    }


/* ABOUT SECTION END*/
.overview-heading h1{
    font-size: 55px;
    font-weight: bold;
    font-family: "Allura", cursive;
    color: var(--c-primary);
    letter-spacing: 2px;
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Asar", serif;
}

    .section-heading h2 {
        font-size: 30px;
        font-weight: bold;
        font-family: "Asar", serif;
    }

/***ITINEARIES SECTION START*****/

.itinerary{
    max-width: 1000px;
    padding-bottom: 30px;
}
.iti-slider-item {
    background: var(--c-primary);
    border-radius: 0 50px 50px 0;
    padding: 10px;
    margin: 0 15px;
}

.iti-slider-image-box{
    border-radius:0 50px 50px 0;
    overflow:hidden;
    height:180px;
}

    .iti-slider-image-box img{
        object-fit: fill;
        width: 100%;
        min-height:180px;
    }

.iti-slider .slick-prev, .iti-slider .slick-next {
    height: unset;
}

.iti-slider-heading {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
    font-family: "Poppins", sans-serif;
}

.iti-slider-heading h5 {
    color: var(--c-white);
    font-size: 18px;
}

    .iti-slider-heading a {
        color: var(--c--secondary);
        background: var(--c-white);
        border-radius: 20px;
        padding: 3px 20px;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        font-family: "Poppins", sans-serif;
        overflow: hidden;
    }
/***ITINEARIES SECTION END*****/

/**PLACES SECTION START*/
.places {
    background: #ebebeb;
    padding: 30px 0;
}

    .places .slick-prev, .places .slick-next {
        width: unset
    }

.hotel-slider-item {
    background: var(--c-white);
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 15px;
    margin-left: 15px;
    padding: 30px 15px 20px;
    transition: all 0.4s;
}

    .hotel-slider-item:hover .hotel-slider-image-box img {
        transform: scale(1.1);
        transition: all 0.4s;
    }

    .hotel-slider-image-box {
        overflow: hidden;
    }

    .hotel-slider-image-box img {
        width: 100%;
        border-radius: 15px;
        height:180px;
    }

.hotel-slider-heading {
    text-align: center;
    margin-bottom: 20px;
    margin-top:15px;
}

    .hotel-slider-heading h5 {
        font-size: 16px;
        min-height:40px;
    }

    .hotel-slider-heading img {
        margin: auto;
        border-radius: 15px;
    }

.hotel-slider-booking{
    text-align:center;
    padding-bottom: 15px;
}

    .hotel-slider-booking a {
        color: var(--c-white);
        font-size: 16px;
        text-decoration: none;
        text-align: center;
        background: var(--c-primary);
        padding: 3px 10px;
        border-radius: 20px;
        margin: auto;
        font-weight: 400;
    }

.hotel-section .slick-prev, .hotel-section .slick-next {
    width: unset;
}
/**PLACES SECTION END*/

/*FLIGHT BOX START*/
.flight-box{
    border: 2px solid var(--c--secondary);
    border-radius:10px;
    text-align:center;
    padding:15px;
    transition: all 0.4s;
    cursor: pointer;
}

    .flight-box:hover {
        border: 2px solid var(--c-primary);
        transition: all 0.4s;
    }


        .flight-box:hover img {
            filter: invert(1);
            transform: rotate(360deg);
            transition: all 0.4s;
        }

        .flight-box:hover h5{
            color: var(--c-primary);
        }
        .flight-box h5 {
            margin: 10px 0;
        }

.FlightDestinationTable small {
    font-size: 13px;
}

.FlightDestinationTable td {
    vertical-align: middle;
}

.FlightDestinationTable td a {
    background: var(--c-primary);
    color: var(--c-white);
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 30px;
    margin: 10px 0;
    border-radius: 20px
}

.flightmodals .modal-dialog {
    max-width: 800px;
}
/*FLIGHT BOX END*/
/*EXPLORE SCTION START*/
.explore-section {
    background-image: url('../images/explorebg.jpg');
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
}

.explore-img-box{
    display:flex;
}

.explore-img {
    border: 2px solid var(--c-white);
    border-radius: 20px;
    height: 250px;
    width: 200px;
    overflow: hidden;
    margin: 0px 3px;
}

    .explore-img img{
        height:100%;
        width:100%;
        object-fit: cover;
        transition: all 0.4s;
    }

        .explore-img img:hover {
            opacity: 0.5;
            transition: all 0.4s;
        }

.explore-text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .explore-text h5{
        color: var(--c-white);
        font-size:25px;
    }

    .explore-text a {
        background: var(--c-primary);
        color: var(--c-white);
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 5px 30px;
        margin: 10px 0;
        border: 1px solid var(--c-primary);
        border-radius: 20px;
    }

        .explore-text a:hover {
            background: var(--c--secondary);
            transition: all 0.4s;
            border: 1px solid var(--c-white);
        }
        /*EXPLORE SCTION END*/

    /*EXPERIENCE START*/
.experience-img-box{
    height: 654px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    cursor: pointer;
}

.experience-img-box img {
    width: 100%;
    height:100%;
}

    .experience-img-box:hover img {
        transform: scale(1.1);
        transition: all 0.4s ease-in-out;
        opacity: 0.5;
    }

.exp-img-box {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    cursor: pointer;
}

.experience-img-box:hover h5{
    color: var(--c-primary);
}

.exp-img-box img {
    width: 100%;
    aspect-ratio: 16 / 6;
    object-fit: cover;
    max-width: 100%;
}
    .exp-img-box:hover img {
        transform: scale(1.1);
        transition: all 0.4s ease-in-out;
        opacity: 0.5;
    }

.mb-2{
    margin-bottom: 2px;
}

.pl-0{
    padding-left: 0px;
}

.pr-2{
    padding-right: 2px;
}

.experience-title{
    position: absolute;
    bottom: 0;
}

.exp-title {
    position: absolute;
    bottom: 0;
    right: 0px;
}
   
        .experience-title h5{
        background: var(--c-white);
        font-size:20px;
        font-weight: bold;
        padding: 15px;
        border-radius: 0 30px 30px 0;
    }
    .experience-title h5 a{
       text-decoration:none;
       color: var(--c--secondary);
    }

    .exp-img-box:hover h5 {
        color: var(--c-primary);
    }
.exp-title h5 {
    background: var(--c-white);
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    border-radius: 30px 0 0 30px;
}

    .exp-title h5 a {
        text-decoration: none;
        color: var(--c--secondary);
    }
/*EXPERIENCE END*/
/**FOOTER START*/
.footer-section {
    background: var(--c-black);
}

.footer-text{
    color: var(--c-white);
    text-align: center;
}
/**FOOTER END*/
/* SEND QUERY POPUP START*/
.sqbtn {
    background: var(--c-black);
    display: inline-block;
    padding: 4px 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    overflow: hidden;
    transform: rotate(90deg);
    position: absolute;
    top: 100px;
    cursor: pointer;
    right: 13px;
}

    .sqbtn span {
        position: relative;
        z-index: 1
    }

        .sqbtn span img {
            transform: rotate(270deg);
        }

    .sqbtn::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 60%;
        background: var(--c-black);
    }

.querypopupinner {
    width: 420px;
    position: fixed;
    bottom: 0;
    left: -319px;
    transition: .3s;
    top: 100px;
}

.bggrey {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.querypopup {
    z-index: 99;
    position: relative
}

    .querypopup.active .querypopupinner {
        left: 0;
        bottom: 45px;
    }

    .querypopup.active #showquery {
        display: none;
    }

    .querypopup.active .queryform {
        visibility: visible;
    }

.queryform {
    width: 315px;
    background: #fff;
    padding: 16px 16px 30px 16px;
    position: relative;
    visibility: hidden;
}

    .queryform .fcontrol {
        width: 100%;
        height: 36px;
        border: 1px solid #000;
        padding: 10px;
        outline: none;
    }

        .queryform .fcontrol:focus {
            border-color: var(--mcolor)
        }

    .queryform .closebtn {
        position: absolute;
        right: -12px;
        top: -17px;
        width: 32px;
        height: 32px;
        color: var(--bcolor);
        background: var(--wcolor);
        transition: .3s;
        text-align: center;
        border-radius: 50%;
        font-size: 24px;
        line-height: 31px
    }

        .queryform .closebtn:hover {
            background: var(--rcolor);
            color: var(--wcolor);
        }

    .queryform .lmore_btn {
        position: absolute;
        bottom: -25px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 150px;
    }

textarea.inputbx {
    resize: none;
    height: 86px;
}

.inputbx {
    height: 42px;
    width: 100%;
    padding: 8px;
    border: 1px solid #cfcfcf;
    font-weight: normal;
    outline: none;
}

.lmore_btn {
    border: 0;
    color: #ffffff;
    font-weight: 600;
    background: var(--c-black);
    font-size: 17px;
    position: relative;
    padding: 12px 35px;
    transition: .3s;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #ffffff;
}

    .lmore_btn span {
        display: block;
        position: relative;
        z-index: 1;
    }

    .lmore_btn::before {
        position: absolute;
        content: "";
        transition: .3s;
        left: -100%;
        height: 100%;
        width: 100%;
        top: 0;
        background: var(--altcolor);
    }

    .lmore_btn:hover:before {
        left: 0;
    }

    .academylog1{
        display:none;
    }
/* SEND QUERY POPUP END*/

/***INNER PAGES START*/
    .inner_banner {
        height: 282px;
        background-size: cover !important;
        position: relative;
    }

    .inner_banner::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1)10%, rgba(256,256,25,0)100%);
    }

    .breadcrumb {
        background: #9e1a36;
        color: #ffffff;
        border-radius: 0px;
        margin: 0px;
    }

    .breadcrumb li a {
        color: #ffffff;
    }

    .breadcrumb li {
        list-style: none;
        display: inline;
        color: #ffffff;
    }

    .breadcrumb-item.active {
        color: #ffffff;
        font-weight: bold;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        float: none;
        content: "-";
        color: #ffffff;
    }
.about-content p{
    font-size: 16px;
}

.attraction-tabs .tab-content h3{
    font-weight: bold;
    color: var(--c-primary);
}

.attraction-tabs .tab-content p {
    font-size: 15px;
    margin: 0;
    text-align: left;
    line-height: 23px;

}

.attraction-content {
    padding: 10px 10px 30px;
    box-shadow: 0 0 10px #c2c2c2;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    border-radius: 2px;

}
    .attraction-content p {
        min-height: 180px;
    }
    .attraction-content img {
        width: 100%;
    }
    .attraction-content h4 {
        color: var(--c--secondary);
        font-size: 15px;
        font-weight: bold;
        margin-top: 10px;
        text-align: left;
    }

    .attraction-tabs .nav-tabs .nav-link.active {
        color: var(--c-primary);
        border-bottom: 1px solid var(--c-primary);
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

.attraction-tabs .nav-link {
    color: var(--c--secondary);
    border: none;
}

.itinerary-content {
    padding: 10px;
    box-shadow: 0 0 10px #c2c2c2;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    border-radius: 2px;
}

.itinerary-content ul {
    text-align: left;
    padding: 0 20px;
}

    .itinerary-content ul li {
        text-align: left
    }
    .itinerary-content h4 {
        color: var(--c--secondary);
        font-size: 15px;
        font-weight: bold;
        margin-top: 10px;
        text-align: left;
    }


.socialIocns {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

    .socialIocns a {
        border-bottom: 1px solid #d5d5d5;
        display: flex;
        padding: 10px 5px 16px;
        margin-bottom: 10px;
        font-size: 18px;
        text-decoration: none;
        color: var(--c-black);
    }

        .socialIocns a i {
            font-size: 30px;
            margin-right: 10px;
        }

        .socialIocns a:hover i {
            transition: all 0.7s ease;
            transform: rotate(360deg);
        }


/***INNER PAGES END*/
/*****MEDIA QUERY START*/
@media screen and (min-width:320px) and (max-width: 425px) {
    .moblogo {
        display: flex;
    }

        .moblogo img {
            width: 100%;
        }

   

    .academylogo {
        display: none;
    }

    .academylog1 {
        display: block;
    }

    .section-heading {
        text-align: center;
    }

    .main-header .navbar-brand {
        display: flex;
        justify-content: center;
    }

    .main-header .col-lg-8 {
        justify-content: flex-start !important;
        padding: 0 15px !important;
    }

    .main-header .navbar-nav li {
        padding: 10px 0;
        width: 100%
    }

    .main-header.small {
        position: static !important;
    }


    .slidersTop .carousel-caption {
        width: 100%;
        position: static;
        padding: 0px;
    }

        .slidersTop .carousel-caption .slidersTop__heading {
            color: var(--c-primary) !important;
            padding: 10px;
            text-shadow: none;
        }

            .slidersTop .carousel-caption .slidersTop__heading img {
                filter: invert(1)
            }

    .slidersTop .carousel-item::before {
        position: unset;
    }

    .flight-box{
        margin-bottom: 20px;
    }

    .explore-img{
        width:unset;
        height: unset;
    }

    .explore-text{
        margin-top: 20px;
    }

    header .navbar-light .navbar-nav .nav-link{
        border: none;
    }

    .experience-img-box{
        height:unset;
    }

    .pl-0{
        padding-left:10px;
    }

    .exp-img-box{
        margin-top:10px;
    }

    .querypopupinne {
        top: 90px;
    }

    .flightmodals .modal-body {
        overflow-x: scroll;
        overflow-y: scroll;
    }
}


@media screen and (min-width:426px) and (max-width:767px) {

    .main-header .col-lg-8 {
        justify-content: flex-start !important;
        padding: 0 15px !important;
    }
    .main-header .container{
        max-width: unset !important;
    }

    .academylogo {
        display: none;
    }

    .academylog1 {
        display: block;
    }

    .moblogo {
        display: flex;
        justify-content: space-between;
    }
    
    .section-heading {
        text-align: center;
    }

        .main-header .navbar-nav li {
            padding: 10px 0;
            width: 100%;
        }

        .main-header.small {
            position: static !important;
        }

        .about-img-border, .about-img-dark {
            display: none;
        }


        .slidersTop .carousel-caption {
            width: 100%;
            position: static;
            padding: 0px;
        }

            .slidersTop .carousel-caption .slidersTop__heading {
                color: var(--c-primary) !important;
                padding: 10px
            }

                .slidersTop .carousel-caption .slidersTop__heading img {
                    filter: invert(1)
                }

        .slidersTop .carousel-item::before {
            position: unset;
        }
    .flight-box {
        margin-bottom: 20px;
    }

    .explore-img {
        width: unset;
        height: unset;
    }

    .explore-text {
        margin-top: 20px;
    }

 

    .experience-img-box {
        height: unset;
    }

    .pl-0 {
        padding-left: 10px;
    }  
    
    header .navbar-light .navbar-nav .nav-link {
        border: none;
    }

    .exp-img-box {
        margin-top: 10px;
    }

    .querypopupinne {
        top: 90px;
    }

    .flightmodals .modal-body {
        overflow-x: scroll;
        overflow-y: scroll;
    }
    }

@media screen and (min-width:768px) and (max-width:990.98px) {
    .main-header .container {
        max-width: unset !important;
    }
    .circle-img {
        display: none;
    }

    .academylogo {
        display: block;
    }

    .academylog1 {
        display: none;
    }

    .main-header .navbar-nav li {
        padding: 10px 0;
        width: 100%;
    }

    .main-header .col-lg-8 {
        justify-content: flex-start !important;

    }
    header .navbar-light .navbar-nav .nav-link {
        border: none;
    }
    .flight-box {
        margin-bottom: 20px;
    }

    .explore-img {
        width: unset;
        height: unset;
    }

    .explore-text {
        margin-top: 20px;
    }



    .experience-img-box {
        height: unset;
    }

    .pl-0 {
        padding-left: 10px;
    }
    .attraction-content p {
        min-height: auto;
    }
    
}

@media screen and (min-width:992px) and (max-width:1024px) {
    header .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }

}

@media screen and (min-width:1025px) and (max-width:1200px) {
    header .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
}
@media only screen and (max-width:1400px) {
    .iti-slider-heading h5 {
        min-height: 45px;
    }
}
@media only screen and (max-width:1200px){
    .header__logo img{width:170px;}
    .slidersTop__fullimage {aspect-ratio:16/5; height:auto}
    .slidersTop .carousel-caption{left:0; width:100%; bottom:0}
    .iti-slider-heading h5 {min-height:45px;}
}
@media only screen and (max-width:1199.98px) {
    .exp-title {
        left:0;
        right: initial;
    }
    .main-header .navbar-nav {
        align-items: flex-end;
        padding: 10px 0;
    }
        .main-header .navbar-nav li {
            width: auto;
        }
    
    .exp-title h5 {
        border-radius: 0 30px 30px 0;
    }
    header .navbar-light .navbar-nav .nav-link{
        border-right:0
    }
    .navbarUL li {
        padding: 10px 5px;
    }
}

.btn__primary {
    background: var(--c-primary);
    color: var(--c-white);
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 30px;
    margin: 10px 0;
    border: 1px solid var(--c-primary);
    border-radius: 20px;
}

    .btn__primary:hover {
        background: var(--c--secondary);
        transition: all 0.4s;
        border: 1px solid var(--c-white);
        color:white;
    }