/*
Author       : Lob
Template Name: Daaeite
Version      : 1.3
*/
/*============================
 [Table of CSS]

1. General


========================================*/

/*-----------------
	 General
-----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css');

html {
    height: 100%;
}

body {
    background-color: #ffff;
    color: #000;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 1.5;
    overflow-x: hidden;
}

html,
body {
    overflow-x: hidden;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #ffffff;
}

/*-----------------
	 Typography
-----------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i {
    transition: ease-in-out .4s;
    font-family: 'Barlow Condensed', sans-serif;
}

.h5,
h5 {
    font-weight: 600;
}

.title {
    font-weight: 700;
}

.sub-banner-title {
    font-weight: 800;
}

.banner-title {
    font-weight: 600;
}

p {
    font-size: 14px;
    font-family: 'Barlow Condensed', sans-serif;
    color: rgb(122, 127, 131);
}

.font-14 {
    font-size: 14px;
}

.sub-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #565555;
    position: relative;
    display: inline;
    font-weight: 300;
}

.sub-title:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #33c2b0;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.sub-title2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #565555;
    position: relative;
    display: inline;
    font-weight: 300;
}

.step {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.work-card h1 {
    font-size: 80px !important;
    font-weight: 300;
}

footer ul li a {
    font-size: 14px;
}

/*-----------------
	 color
-----------------------*/
.text-green {
    color: #33c2b0 !important;
}

.text-purple {
    color: rgb(74, 99, 254);
}

.text-blue {
    color: #3e68ba;
}

.text-gray {
    color: #798997;
}

/*-----------------
	 Background-color
-----------------------*/
.bg-green {
    background-color: #33c2b0;
    ;
}

.bg-white-50 {
    background-color: #ffffff36;
}

.bg-blue {
    background-color: #102039;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-info {
    background-color: #3e68ba !important;
}

.bg-black {
    background-color: rgba(0, 0, 0, 0.251);
}

.bg-gray {
    background-color: #f3f3f3;
}

/*-----------------
	 Button
-----------------------*/
.btn-green {
    background-color: #33c2b0;
    text-align: center;
    width: 190px;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.btn-white {
    background-color: #fff;
    text-align: center;
    width: 190px;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    color: #002d43;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.play-btn {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    color: #002d43;
    font-size: 12px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 0px 15px #00000038;
    transition: all .4s;
}

.play-btn:hover,
.play-btn:focus {
    background: #002d43;
    color: #fff;
}

.round-shape {
    width: 40px;
    height: 40px;
    background: #33c2b0;
    border-radius: 50%;
    text-align: center;
    line-height: 73px;
    font-size: 48px;
    color: #000;
}

/*-----------------
	 Border-style
-----------------------*/
.border-start {
    border-left: 4px solid #ffffff !important;
}

/*-----------------
	 Card
-----------------------*/
.work-card {
    background-color: #ffffff;
    padding: 45px 20px;
    text-align: center;
    transition: all .4s;
    position: relative;
}

.work-card:hover {

    box-shadow: 0px 13px 17px 0px #00000040;
}

.icon-shape {
    width: 35px;
    height: 35px;
    background-color: #33c2b0;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 46%;
    line-height: 35px;
    font-size: 12px;

}

.img-box {
    height: 287px;
    overflow: hidden;
    margin-bottom: 15px;
}

.our-project-box {
    overflow: hidden;
    position: relative;
    height: 480px;
    transition: ease-in-out .4s;
}

.our-project-box .card-body {
    transform: translateY(0px);
    transition: ease-in-out .4s;
}

.our-project-box:hover .card-body {
    transform: translateY(-205px);
}

.product-box {
    height: 400px;
    overflow: hidden;
    margin-bottom: 15px;
}

.slick-slide {
    outline: 0;
}

.our-project .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.contact-with-us .slick-dots li button {
    opacity: 0;
}

.trusted-by {
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -140px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trusted-by:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    bottom: 1.5px;
    left: 86px;
    background-color: #fff;
    transform: rotate(22deg);
    cursor: pointer;
    transition: .3s;
    z-index: 0;
}

/*-----------------
	 Form Style
-----------------------*/
.form-control {
    display: block;
    width: 100%;
    padding: 10px 25px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #636262;
    background-color: #f3f3f3;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 60px;
}

.form-control:focus {
    color: #212529;
    background-color: #f3f3f3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 3px 6px 0 rgb(62 104 186 / 48%);
}

/*-----------------
	 Navbar
-----------------------*/
header {
    background-color: #0000005c;
    width: 100%;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.logo-container {
    width: 148px;
    padding: 0 10px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(56, 165, 238, 0.5);
}

.nav-btn {
    flex: 3;
    display: flex;
}


.log-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.logo {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 3rem;
}

.logo span {
    font-weight: 300;
}

.nav-links>ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link {
    position: relative;
}

.nav-link {
    display: block;
    padding: 0;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link>a {
    line-height: 3rem;
    color: #fff;
    padding: 0 .7rem;
    letter-spacing: 1px;
    font-size: .95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}

.nav-link>a>i {
    margin-left: .2rem;
}

.nav-link:hover>a {
    transform: scale(1.1);
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

.dropdown ul {
    position: relative;
}

.dropdown-link>a {
    display: flex;
    background-color: #fff;
    color: #3498db;
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

.dropdown-link:hover>a {
    background-color: #3498db;
    color: #fff;
}

.dropdown-link:not(:nth-last-child(2)) {
    border-bottom: 1px solid #efefef;
}

.dropdown-link i {
    transform: rotate(-90deg);
}

.arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: #fff;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link:first-child:hover~.arrow {
    background-color: #3498db;
}

.dropdown-link {
    position: relative;
}

.dropdown.second {
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.second .arrow {
    top: 10px;
    left: -5.5px;
}

.nav-link:hover>.dropdown,
.dropdown-link:hover>.dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.social-icon a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #ddd;
    text-align: center;
    line-height: 40px;
    margin-right: 6px;
    display: inline-block;
}

.social-icon a:hover {
    color: #33c2b0;
}

.hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu-container2 {
    flex: ;
    display: none;
    align-items: center;
    justify-content: flex-start;
}

.hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    position: absolute;
    left: 0;
}

.hamburger-menu div {
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    z-index: 1001;
    transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #fff;
    border-radius: 3px;
    transition: .5s;
}

.hamburger-menu div:before {
    transform: translateY(-7px);
}

.hamburger-menu div:after {
    transform: translateY(7px);
}

#check {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#check:checked~.hamburger-menu-container .hamburger-menu div {
    background-color: transparent;
}

#check:checked~.hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

#check:checked~.hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

#check2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#check2:checked~.hamburger-menu-container2 .hamburger-menu div {
    background-color: transparent;
}

#check2:checked~.hamburger-menu-container2 .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

#check2:checked~.hamburger-menu-container2 .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.drop-down {
    z-index: 14000;
    position: relative;
    float: right;
}

.drop-down .selected a {
    background: #fff0 no-repeat scroll right center;
    display: block;
    padding-right: 0px;
    border: 1px solid #d7d7d700;
    width: 89px;
    border-radius: 2px;
    text-decoration: none;
    color: #ffffff;
}

.drop-down .selected a span {
    cursor: pointer;
    display: block;
    padding: 5px;
}

.drop-down .option {
    position: relative;
}

.drop-down .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    left: 0px;
    top: 43px;
    width: auto;
    min-width: 100px;
    border: 0;
    right: 0px;
    box-shadow: 0px 6px 17px 0px #00000047;
    border-radius: 4px;
}

.drop-down .selected span.value,
.drop-down .options span.value {
    display: none;
}

.drop-down .options ul li a {
    padding: 5px;
    display: block;
    text-decoration: none;
    color: #3179ac;
}

.drop-down .options ul li a:hover {
    background: #3179ac;
    color: #fff;
    transition: 0.2s ease;
}

.drop-down .flag-icon {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    line-height: 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

/*-----------------
	 Home
-----------------------*/
.banner {
    margin-top: -64px;
}

ul.bannerSlider {
    padding-left: 0;
}

.bannerSlider {
    height: 750px;
}

.bannerSlider .slide__image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 750px;
    background: rgb(6 47 82 / 41%);
}

.bannerSlider .slick-slide {
    position: relative;
}

.bannerSlider .slide__image img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

img.slide__image__top-position {
    object-position: center bottom;
}

.bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: left;
    width: 40%;
    top: 65%;
    transform: translateY(-50%);
    left: 10%;
}


.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 60%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ececec;
    outline: 0;
    background: #0000;
    z-index: 1000;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next::before {
    content: "↪";
}

.slick-prev::before {
    content: "↩";
}

.slick-dots {
    position: absolute;
    bottom: 60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    left: 145px;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testimonial img {
    border-radius: 50%;
    width: 90px;
}

.testimonial .slide {
    padding: 50px;
}

.testimonial .slick-dots {
    position: absolute;
    bottom: 280px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    right: 30px;
    left: -30px;
}

.contact2 .slick-dots {
    opacity: 0;
}

.testimonial .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.testimonial .slick-dots li button:before {
    font-family: slick;
    font-size: 36px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.contact-with-us .bannerSlider .slide__image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 500px;
    background: #5e7cb8e3;
}

.contact-with-us .bannerSlider {
    height: 500px;
}

.contact-with-us .bannerSlider .slide__image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.contact-with-us .bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    top: 65%;
    transform: translateY(-50%);
    left: 0%;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 5px 5px 0px 5px;
    background: #3e68ba;
    box-shadow: 0px 17px 37px -21px #fff;
}

iframe {
    border: 0;
    width: 100%;
    height: 440px;
}

.btn-close {
    box-sizing: content-box;
    width: 1.5em;
    height: 1.5em;
    padding: .25em .25em;
    color: #fff;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    right: -40px;
    top: 0px;
    background: #3e68ba;
}

.our-project .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 0px;
    bottom: -47px;
}

.our-project .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}

.our-project .slick-dots li button:before {
    font-family: slick;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #413d3d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.our-project .slick-dots li {
    position: relative;
    display: inline-block;
    width: 4px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

/*-----------------
	 About
-----------------------*/
.copyright {}

#sub-banner .bannerSlider .slide__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#sub-banner .bannerSlider .slide__image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    background: rgb(6 47 82 / 41%);
}

#sub-banner .bannerSlider {
    height: auto;
    margin: 0;
}

#sub-banner .bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    top: 65%;
    transform: translateY(-50%);
    left: 0%;
}

#sub-banner .slick-dots {
    opacity: 0;
}

.company-history {
    background-image: url(../img/company-history.jpg);
    background-repeat: no-repeat;
    background-size: 57%;
}

.team-image-box {
    height: 280px;
    width: 100%;
    margin-bottom: 15px;
}

.team-image-box img {
    height: 100%;
    width: 100%;

}

.team .social-icon a {
    width: 40px;
    height: 40px;
    background-color: #0000000f;
    border-radius: 50%;
    color: #818181;
    text-align: center;
    line-height: 40px;
    margin-right: 6px;
    display: inline-block;
}

.team .social-icon a:hover {
    background-color: #33c2b0;
    color: #fff;
}

.user-icon {
    width: 55px;
    height: 55px;
    background-color: #3e68ba;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 26px;
}

/*-----------------
	 Contact
-----------------------*/
.feature.map {
    height: 400px;
}

.feature.map iframe {
    height: 400px;
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

/*-----------------
	 Clients
-----------------------*/
.clients-card {
    position: relative;
    padding: 70px 40px 40px 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    transition: all .4s;
}

.clients-card:hover {
    box-shadow: 0px 9px 17px 0px #0000000f;
}

.clients-card p {
    line-height: 30px;
    font-weight: 500;
}

.clients-img-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 38%;
}

.clients-img-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.clients-img-box .round-shape {
    width: 40px;
    height: 40px;
    background: #33c2b0;
    border-radius: 50%;
    text-align: center;
    line-height: 61px;
    font-size: 48px;
    color: #000;
    position: absolute;
    right: -20px;
    top: 20px;
}

.mt-80 {
    margin-top: -80px;
}

.pb-9 {
    padding-bottom: 9rem;
}

/***********************************************/
@media (max-width: 920px) {

    .hamburger-menu-container {
        display: flex;
    }

    .hamburger-menu-container2 {
        display: flex;
    }

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    #check {
        display: block;
    }

    #check2 {
        display: block;
    }

    .nav-btn {
        position: absolute;
        height: calc(100vh - 3rem);
        top: 6rem;
        left: -12px;
        width: 70%;
        background-color: #3e68ba;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(100%);
        transition: .65s;
        padding-bottom: 100px;
    }

    #check:checked~.nav-btn {
        transform: translateX(0);
    }

    #check:checked~.nav-btn .nav-link,
    #check:checked~.nav-btn .log-sign {
        animation: animation .5s ease forwards var(--i);
    }

    .left .nav-btn {
        transform: translateX(-100%);
        top: 63px;

    }

    #check2:checked~.nav-btn {
        transform: translateX(0);
    }

    #check2:checked~.nav-btn .nav-link,
    #check2:checked~.nav-btn .log-sign {
        animation: animation .5s ease forwards var(--i);
    }

    .nav-links {
        flex: initial;
        width: 100%;
    }

    .nav-links>ul {
        flex-direction: column;
        width: 100%;
    }

    .nav-link {
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }

    .nav-link>a {
        line-height: 1;
        padding: 1rem 1rem;
    }

    .nav-link:hover>a {
        transform: scale(1);
        background-color: #50a9d6;
    }

    .dropdown,
    .dropdown.second {
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: #3183ac;
        display: none;
    }

    .nav-link:hover>.dropdown,
    .dropdown-link:hover>.dropdown {
        display: block;
    }

    .nav-link:hover>a>i,
    .dropdown-link:hover>a>i {
        transform: rotate(360deg);
    }

    .dropdown-link>a {
        background-color: transparent;
        color: #fff;
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    .dropdown.second .dropdown-link>a {
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .dropdown.second .dropdown.second .dropdown-link>a {
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .dropdown-link:not(:nth-last-child(2)) {
        border-bottom: none;
    }

    .arrow {
        z-index: 1;
        background-color: #69bde7;
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
    }

    .nav-link:hover .arrow {
        background-color: #50a9d6;
    }

    .dropdown .dropdown .arrow {
        display: none;
    }

    .dropdown-link:hover>a {
        background-color: #3a91bd;
    }

    .dropdown-link:first-child:hover~.arrow {
        background-color: #50a9d6;
    }

    .nav-link>a>i {
        font-size: 1.1rem;
        transform: rotate(-90deg);
        transition: .7s;
    }

    .dropdown i {
        font-size: 1rem;
        transition: .7s;
    }

    .log-sign {
        flex: initial;
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        opacity: 0;
        transform: translateY(15px);
    }
}