
/*------Another font------*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Cairo:wght@200..1000&family=Figtree:ital,wght@0,300..900;1,300..900&family=Gupter:wght@400;500;700&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Kumbh+Sans:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

*{
    font-family: "Cairo", sans-serif;
}

html{
    direction: rtl;    
}
/*----------------*/
/*---Whats app----*/
/*----------------*/
#whatsapp-icon{
    bottom: 25px;
    left: 25px;
    animation: animation-topAndbottom 1s ease-in-out infinite alternate-reverse both;
    transition: all 0.5s ease-in-out 0s;
    width: 70px;
    height: 70px;
    margin-right: auto;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
}

/*-------------*/
/*---Scroll-----*/
/*-------------*/
::-webkit-scrollbar{
    width: 5px;
}
::-webkit-scrollbar-track{
    background: linear-gradient(80deg , #262c8a , #03152e);
}

::-webkit-scrollbar-thumb{
    background: #076cec;
}
.container{
    max-width: 1300px !important;
}
.it-hero-shape-1{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.it-hero-shape-1 img{
    width: 100%;
}
.it-about-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
/*--------------------*/
/*-------Topbar-------*/
/*--------------------*/
#topbar{
    padding: 7px 0;
    overflow: hidden;
    background: linear-gradient(80deg , #262c8a , #03152e);
    direction: ltr;
}
#topbar .container {
    padding: 0px 1rem;
}
#topbar .header-top-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#topbar .header-top-wrp .info {
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.header-top-wrp .info li {
    float: left;
    line-height: 0;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.header-top-wrp .info a {
    transition: 0.5s ease;
    color: #ffffff;
    text-decoration: none !important;
    font-size: 15px;
}

.ms-1 {
    margin-left: .25rem !important;
}
.header-top-wrp .link-info {
    position: relative;
    z-index: 2;
    color: #ffffff;
    margin: 0;
    padding: 0;
    
    text-decoration: none;
    list-style: none;

}
.header-top-wrp .link-info li {
    float: left;
    line-height: 0;
}
.header-top-wrp .link-info li a {
    width: 37px;
    height: 37px;
    border-radius: 50px;
    transition: 0.5s ease;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    align-content: center;
    margin: 0.1rem 0.2rem;
}

.header-top-wrp .info a:hover{
    color: #ffffff9d;
}

.header-top-wrp .link-info li a:hover{
    background: #fff;
    color: #262c8a;
    transform: rotateY(360deg);
}


/*--------------*/
/*--modalLogin---*/
/*--------------*/
#modalLogin {
    padding: 0;
}
#modalLogin .modal-dialog{
    max-width: 600px;
    transform: translate(0, 10%);
}
#modalLogin .modal-content{
    border-radius: 0;
    background: transparent !important;
}
#modalLogin .modal-body{
    padding: 1rem;
    background: #fff;
    overflow-y: auto;
    max-height: 650px;
}
#modalLogin .modal-header{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* #modalLogin .close{
    opacity: 0.9;
    color: #000;
    transition: 0.3s;
    padding: 0;
    margin: 0;
    font-size: 20px;
    cursor: pointer;
    text-shadow: 0 1px 0 #000;
} */
#modalLogin .close{
    color: #262c8a !important;
    opacity: 1 !important;
    text-shadow: none !important;
    /* background: linear-gradient(80deg, #262c8a, #03152e); */
    margin: -1rem -1rem -1rem;
    font-size: 30px;
    padding: 0.4rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.form-modalLogin{
    padding: 1rem;
}
#btnlogingoogle{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    border: 1px solid #262c8a;
    width: 80%;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    color: #080f2b;
    font-size: 18px;
    font-weight: 600;
}
.form-modalLogin h2{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #080f2b;
}
#input-modalLogin, #select-modalLogin{
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: #060c22;
    background-color: #f1f3fd;
    border-color: color-mix(in srgb, #060c22, transparent 80%);
    margin: auto;
    margin-bottom: 1.5rem;
    height: 50px;
    text-align: right;
    max-width: 350px;
    border-radius: 100px;
}

#input-modalLogin:focus, #select-modalLogin:focus{
    border-color: #262c8a;
}
#btn-modalLogin{
    color: #fff;
    background: linear-gradient(80deg , #262c8a , #03152e);
    border: 0;
    padding: 10px 45px;
    transition: 0.4s;
    border-radius: 100px;
}
#btn-modalLogin:hover{
    background: linear-gradient(80deg , #03152e , #262c8a);
}

#modalLogin #nav-tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    text-align: center;
}

#modalLogin #btn-tab{
    /* padding: 10px 100px; */
    color: #080f2b;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid #fff;
    transition: 0.5s;
    margin: 0;
    width: 50%;
}
#modalLogin #btn-tab.active{
    /* background: #f82249; */
    border-bottom: 2px solid #262c8a;
}


/*----------------*/
/*-----Navbar-----*/
/*----------------*/
#nav{
    padding: 0 1rem;
    box-shadow: 0px 0px 5px 5px #b6c3ff25;
    text-align: right;
    background: #fff;
}
#logo{
    padding: 0;
    margin: 0;
}
#logo img{
    max-width: 100px;
}

#navbarSupportedContent ul{
    padding: 0;
}
#nav-item{
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #262c8a;
    padding: 0.5rem 0.8rem;
    display: flex;
}
#nav-item i{
    margin-left: 0.2rem;
    font-size: 13px;
    display: none;
}
#nav-item::before{
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #262c8a;
    bottom: 0;
    right: 0;
    transition: 0.5s ease;
}
#nav-item:hover::before{
    width: 100%;
}
#btn-toogle{
    color: #262c8a;
    text-shadow: 1px 1px #b6c3ffc9;
    border: 1px solid #262c8a;
}
#nav-item-book{
    background: linear-gradient(80deg , #262c8a , #03152e);
    color: #fff;
    border-radius: 100px;
    padding: 0.6rem 1.3rem;
    text-align: center;
    border: 1px solid #262c8a;
    font-size: 12px;
    font-weight: 700;
    transition: 0.5s ease;
}

#nav-item-book:hover{
    background: linear-gradient(80deg , #03152e , #262c8a);
}


/*---------------*/
/*--Modal Video--*/ 
/*---------------*/
#modalVideo{
    background: #01060fef;
    align-content: center !important;
}
#modalVideo .modal-header{
    border-bottom: none !important;
    padding-right: 0 !important;
}
#modalVideo .close{
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: none !important;
    background: linear-gradient(80deg , #262c8a , #03152e);
    margin: 0 0 -1rem auto;
    font-size: 20px;
    padding: 0.7rem;
}

#modalVideo .modal-dialog{
    max-width: 1000px !important;
}
#modalVideo.modal.show .modal-dialog{
    transform: translateY(-10%);
}
#modalVideo .modal-content{
    background-color: transparent !important;
}
#modalVideo .modal-body{
    padding: 0 !important;
}
#modalVideo .modal-body iframe{
    min-height: 500px;
}

/*-----------------------*/
/*---------Home----------*/
/*-----------------------*/
#home{
    text-align: right;
    padding: 100px 0;
    position: relative;
    background: #f1f3fd;
    z-index: 2;
    overflow: hidden;
    min-height: 100vh;
}

.home-imgs{
    width: 100%;
    position: relative;
}
.home-imgs img{
    border-radius: 18px;
}

.img-home2{
    position: absolute;
    top: 5px;
    right: 5px;
    animation: itrotate 1.5s ease-in-out infinite alternate-reverse both;
}
.content-home{
    margin-top: 2rem;
}
.welcome-home{
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding: 0.5rem 2rem;
    color: #fff;
    background: linear-gradient(80deg , #262c8a , #03152e);
    border-radius: 100px;
    margin-bottom: 2rem;
    text-align: center;
}
.content-home h2{
    font-size: 45px;
    font-weight: 700;
    color: transparent;
    background: linear-gradient(80deg , #262c8a , #03152e);
    -webkit-background-clip: text;
    line-height: 70px;
    transition: 0.5s ease;
}
.content-home p{
    font-size: 20px;
    font-weight: 700;
    color: #03152e;
    transition: 0.5s ease;
    margin-bottom: 0.8rem;
}
.home-linls{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    gap: 1rem;
    position: relative;
    z-index: 2;
}
#btn-home{
    background: linear-gradient(80deg , #262c8a , #03152e);
    color: #fff;
    border-radius: 100px;
    padding: 0.8rem 1.4rem;
    text-align: center;
    border: 1px solid #ffffff;
    font-size: 15px;
    font-weight: 600;
    transition: 0.5s ease;  position: relative;
    z-index: 2;
    box-shadow: none !important;
}

#btn-home:hover{
    background: linear-gradient(80deg , #03152e , #262c8a);
}
#btn-home-watched{
    color: #262c8a;
    transition: 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 18px;
    box-shadow: none;  position: relative;
    z-index: 2;
    font-weight: 600;
}
#btn-home-watched span{
    height: 59px;
    width: 59px;
    line-height: 59px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    color: #262c8a;
    margin-right: 15px;
    position: relative;
    display: inline-block;
}
#btn-home-watched span::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 70%;
    height: 70%;
    transform: scale(1.5);
    border: 1px solid rgba(7, 106, 236, 0.3);
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
    border-radius: 50%;
}
#btn-home-watched span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 80%;
    height: 80%;
    background-color: rgba(7, 106, 236, 0.3);
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
    border-radius: 50%;
}

.home-shape{
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
}

/*-----------------*/
/*-----About Us----*/
/*-----------------*/
#about{
    padding: 80px 0;
    background: #fff;
    position: relative;
    text-align: right;
    z-index: 2;
}
#title-section{
    font-size: 35px;
    font-weight: 700;
    color: #262c8a;
    margin-bottom: 2rem;
}
.ul-list{
    padding: 0;
    margin: 0;
    /* float: left; */
    list-style: none;
    
}
#about li{
    position: relative;
    font-size: 16px;
    color: #03152e;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
#about li i{
    color: #262c8a;
    font-size: 25px;
}

#about img{
    border-radius: 18px;
}

#about-more-list ul li{
    float: right;
    width: 50%;
}

/*------------------*/
/*------Blogs-------*/
/*------------------*/
#blogs{
    padding: 80px 0;
    background: #f1f3fd;
    position: relative;
    z-index: 2;
    text-align: right;
}
#card-blogs{
    border: 0;
    border-radius: 0;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeup 1.5s ease forwards;
    background: transparent;
}
#topimg-blogs {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
}
#topimg-blogs img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    transition: 1.3s all ease;
}
#card-blogs:hover #topimg-blogs img {
    transform: scale(1.2);
}
.date-blogs {
    position: absolute;
    bottom: 20px;
    left: 30px;
    padding: 8px 17px;
    border-radius: 5px;
    background: linear-gradient(80deg , #262c8a , #03152e);
}
.date-blogs .day {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    transition: 0.3s;
}
.date-blogs .mon-year {
    color: #fff;
    transition: 0.3s;
}
#cardbody-blogs {
    padding: 30px 30px;
    padding-bottom: 35px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 50px 0 rgba(9, 51, 27, 0.15);
    background: #fff;
}
#blogs li{
    font-size: 13px;
    font-weight: 400;
    color: #474747;
    gap: 0.5rem;
}
#blogs li i{
    font-size: 16px;
    color: #03152e;
}
#cardbody-blogs h2 {
    letter-spacing: -0.02em;
    line-height: 1.4;
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #262c8a;
    margin-bottom: 2rem;
}
#cardbody-blogs h2 a{
    text-decoration: none !important;
    color: #00102f;
}
#btn-blogs{
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.01em;
    border-radius: 5px;
    padding: 12px 20px;
    color: #076cec;
    background-color: #F0F5FD;
    transition: 0.3s;
}
#btn-blogs:hover {
    color: #fff;
    background-color: #076cec;
}

/*---------------*/
/*----gallery----*/
/*---------------*/
#gallery{
    padding: 4rem 0 0;
    background: #fff;
    position: relative;
    z-index: 2;
}
#col-gallery{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
#col-gallery h2{
    font-size: 35px;
    font-weight: 700;
    font-family: 'Lobster', sans-serif;
    color: #fff;
    margin-bottom: 2rem;
}
#col-gallery h2 b{
    font-weight: 800;
    font-size: 38px;
    color: #2254f8;
}
#gallery .col-md-3{
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    overflow: hidden;
}
#gallery img{
    width: 100%;
    transition: 0.5s;
}
#gallery img:hover{
    transform: scale(1.1);
}

/*---------------------*/
/*-------Branches------*/
/*---------------------*/
.branches{
    position: relative;
    background: #fff;
    z-index: 2;
    padding: 80px 0;
}
#card-branches{
    padding: 30px 30px;
    padding-bottom: 35px;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(192, 212, 255, 0.527);
    border: none !important;
    background: #fff;
    margin-bottom: 2rem;
}
.branches iframe{
    width: 100%;
    border-radius: 10px;
    height: 300px;
}
#card-branches h2{
    font-size: 20px;
    font-weight: 700;
    color: #262c8a;
    margin-bottom: 2rem;
}
#card-branches p{
    font-size: 16px;
    font-weight: 500;
    color: #474747;
    margin-bottom: 2rem;
}

/*---------------------*/
/*------Contact Us-----*/
/*---------------------*/
#contact{
    position: relative;
    z-index: 2;
    padding: 80px 0;
    background: #f1f3fd;
}
.form-data{
    padding: 30px 30px;
    padding-bottom: 35px;
    border-radius: 10px;
    box-shadow: 0 4px 50px 0 rgba(9, 51, 27, 0.15);
    border: none !important;
    background: #fff;
    margin-bottom: 2rem;
}
#input-data{
    background-color: #dee4ff;
    border: 1px solid transparent;
    padding: 15px 25px;
    height: 60px;
    box-shadow: none;
    margin-bottom: 20px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    text-transform: capitalize;
    color: #1f242c;
}
#textarea-data{
    background-color: #dee4ff;
    border: 1px solid transparent;
    padding: 20px 25px;
    box-shadow: none;
    width: 100%;
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #1f242c;
}
#input-data:focus ,#textarea-data:focus,#input-footer:focus{
    border: 1px solid #076cec;
}
#btn-contact{
    background: linear-gradient(80deg , #262c8a , #03152e);
    color: #fff;
    border-radius: 2px;
    padding: 0.8rem 1.4rem;
    text-align: center;
    border: 1px solid #262c8a;
    font-size: 15px;
    font-weight: 600;
    transition: 0.5s ease;
    box-shadow: none !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#btn-contact:hover{
    background: linear-gradient(80deg , #03152e , #262c8a);
}
#btn-contact i{
    font-size: 20px;
    margin-left: 0.6rem;
}

/*--------------------*/
/*-------Footer-------*/
/*--------------------*/
#footer{
    position: relative;
    z-index: 2;
    padding: 100px 0 70px;
    background: #00102f;
    overflow: hidden;
    text-align: right;
}
.it-footer-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
}
#footer p{
    color: #ffffffa2;
    font-size: 16px;
    margin: 16px 0;
}
.it-footer-social a {
    width: 37px;
    height: 37px;
    border-radius: 50px;
    transition: 0.5s ease;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    align-content: center;
    margin: 0.1rem 0.2rem;
}
.it-footer-social a:hover {
    background: #fff;
    color: #262c8a;
    transform: rotateY(360deg);
}
.title-links-footer{
    font-size: 23px;
    font-weight: 700;
    color: #ffffff;
}
#footer .ul-list li{
    font-size: 16px;
    font-weight: 400;
    padding: 0.9rem 0;
    border-bottom: 1px solid #ffffff34;
}
#footer .ul-list li:last-child{
    border: none;
}
#footer .ul-list li a{
    text-decoration: none !important;
    color: #ffffff9d;
    transition: 0.5s ease;
    display: flex;
    align-items: center;
    width: 100%;
}
#footer .ul-list li a:hover{
    color: #fff;
}
#footer .ul-list li a i{
    /* font-size: 20px; */
    transition: 0.5s ease;
    transform: scale(0);
    color: #fff;
}
#footer .ul-list li a:hover i{
    transform: scale(1);
    margin-left: 1rem;
}
#input-footer{
    height: 58px;
    line-height: 58px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .12);
    color: #fff;
    box-shadow: none;
    margin-bottom: 30px;
}
.it-footer-shape-2 {
    position: absolute;
    bottom: 17%;
    right: 4%;
    z-index: -1;
    animation: rotate 2.5s ease-in-out infinite alternate forwards;
}

/*--------------------*/
/*-----TestMonial-----*/
/*--------------------*/
#testmonial{
    background: #f1f3fd70;
    padding: 70px 0;
    z-index: 1;
    position: relative;
}
.swiper-wrapper{
    padding: 2rem 0 3rem !important;
}
#card-review{
    padding: 30px 30px;
    padding-bottom: 35px;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(192, 212, 255, 0.527);
    border: none !important;
    background: #fff;
    max-width: 98%;
    margin: auto;
}
#card-review p{
    font-size: 16px;
    font-weight: 600;
    color: #474747;
    height: 100px;
    overflow: auto;

}
#card-review h3{
    font-size: 20px;
    font-weight: 700;
    color: #03152e;
}
#testmonial .btn-swiper{
    top: auto !important;
    bottom: 0 !important;
}
.btn-swiper span{
    background: #262c8a;
    width: 20px;
    height: 20px;
}

/*--------------------*/
/*---Videos page----*/
/*--------------------*/
#videos-section{
    background: #f1f3fd70;
    padding: 70px 0;
    z-index: 1;
    text-align: center;
    position: relative;
}
#card-videos{
    padding: 16px 0 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(192, 212, 255, 0.527);
    border: none !important;
    background: #fff;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeup 1.5s ease forwards;
}
#card-videos iframe{
    width: 100%;
    border-radius: 10px;
    height: 300px;
}
#card-videos h2{
    font-size: 20px;
    font-weight: 700;
    color: #262c8a;
    margin: 0;
}


/*------------------*/
/*---Blog Details---*/
/*------------------*/
.blog-details {
    background: #f1f3fd70;
    padding: 70px 0;
    z-index: 1;
    text-align: center;
    position: relative;
}
#card-blogsDetails{
    padding: 16px 0 0;
    padding-top: 0;
    border-radius: 10px;
    border: none !important;
    background: transparent !important;
    margin-bottom: 2rem;
    opacity: 0;
    overflow: hidden;
    animation: fadeto-top 1.5s ease forwards;
}
#topimg-blogDetails{
    overflow: hidden;
    /* max-height: 600px; */
    margin-bottom: 2rem;
}
#topimg-blogDetails img{
    width: 100%;
}
#cardbody-blogDetails{
    padding: 0;
}
.des-blogs{
    padding: 1rem;
    border-right: 4px solid #262c8a;
    box-shadow: 0 4px 10px 0 rgba(192, 212, 255, 0.527);
    background: #fff;
    margin-bottom: 2rem;
    border-radius: 10px;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 0.2rem;
}
.blog-details li{
    position: relative;
    font-size: 16px;
    color: #03152e;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.blog-details li i{
    color: #262c8a;
    font-size: 25px;
}

.blog-details img{
    border-radius: 18px;
}
#card-comment{
    padding: 1rem;
    border-right: 4px solid #262c8a;
    box-shadow: 0 4px 10px 0 rgba(192, 212, 255, 0.527);
    background: #fff;
    margin-bottom: 2rem;
    border-radius: 10px;
    display: flex;
    border: none;
    align-items: start;
    flex-direction: row;
    gap: 1rem;
}
#topimg-comment{
    max-width: 80px;
}
#topimg-comment img{
    width: 100%;
}
#cardbody-comment{
    padding: 0;
}
#card-comment h2{
    font-size: 18px;
    font-weight: 700;
    color: #262c8a;
}
#card-comment p{
    font-size: 16px;
    font-weight: 500;
    color: #474747;
}
.form-comment{
    padding: 1rem 0.2rem;
}

.form-comment h2{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #080f2b;
}
#input-comment{
    background-color: #dee4ff;
    border: 1px solid transparent;
    padding: 15px 25px;
    height: 60px;
    box-shadow: none;
    margin-bottom: 20px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    text-transform: capitalize;
    color: #1f242c;
}

#input-comment:focus{
    border-color: #262c8a;
}
#btn-comment{
    color: #fff;
    background: linear-gradient(80deg , #262c8a , #03152e);
    border: 0;
    padding: 10px 45px;
    transition: 0.4s;
    border-radius: 100px;
}
#btn-comment:hover{
    background: linear-gradient(80deg , #03152e , #262c8a);
}
